/// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FB_CarInfo));
     this.gbRoom1 = new System.Windows.Forms.GroupBox();
     this.tboldweight = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.tbCarType = new System.Windows.Forms.TextBox();
     this.tbCarNumber = new System.Windows.Forms.TextBox();
     this.txtOperator = new System.Windows.Forms.TextBox();
     this.lblOperator = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtWeightTime = new System.Windows.Forms.TextBox();
     this.lbllWeightTime = new System.Windows.Forms.Label();
     this.txtMostWeight = new System.Windows.Forms.TextBox();
     this.lbllMostWeight = new System.Windows.Forms.Label();
     this.txtCarOwnerPhone = new System.Windows.Forms.TextBox();
     this.lbllCarOwnerPhone = new System.Windows.Forms.Label();
     this.txtCarOwnerName = new System.Windows.Forms.TextBox();
     this.lblCarOwnerName = new System.Windows.Forms.Label();
     this.lbllCarType = new System.Windows.Forms.Label();
     this.lbllCarNo = new System.Windows.Forms.Label();
     this.gbHaveBang = new System.Windows.Forms.GroupBox();
     this.plDigital = new System.Windows.Forms.Panel();
     this.lblDigital = new System.Windows.Forms.Label();
     this.lblWeight = new System.Windows.Forms.Label();
     this.btnExit = new System.Windows.Forms.Button();
     this.btnClear = new System.Windows.Forms.Button();
     this.btnOK = new System.Windows.Forms.Button();
     this.gbVideo = new System.Windows.Forms.GroupBox();
     this.dhVideo = new ThirdLibrary.DHVideo();
     this.alarmSound = new ThirdLibrary.AlarmSound(this.components);
     this.appearance = new ThirdLibrary.Appearance();
     this.menuEmpty = new System.Windows.Forms.MenuStrip();
     this.menuAuto = new System.Windows.Forms.ToolStripMenuItem();
     this.menuMan = new System.Windows.Forms.ToolStripMenuItem();
     this.menuLabour = new System.Windows.Forms.ToolStripMenuItem();
     this.lbwriteWeight = new System.Windows.Forms.Label();
     this.tbWriteWeight = new System.Windows.Forms.TextBox();
     this.lbwriteT = new System.Windows.Forms.Label();
     this.tbNCardCode = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.gbRoom1.SuspendLayout();
     this.gbHaveBang.SuspendLayout();
     this.plDigital.SuspendLayout();
     this.gbVideo.SuspendLayout();
     this.menuEmpty.SuspendLayout();
     this.SuspendLayout();
     //
     // gbRoom1
     //
     this.gbRoom1.BackColor = System.Drawing.Color.Transparent;
     this.gbRoom1.Controls.Add(this.tboldweight);
     this.gbRoom1.Controls.Add(this.label4);
     this.gbRoom1.Controls.Add(this.tbCarType);
     this.gbRoom1.Controls.Add(this.tbCarNumber);
     this.gbRoom1.Controls.Add(this.txtOperator);
     this.gbRoom1.Controls.Add(this.lblOperator);
     this.gbRoom1.Controls.Add(this.label3);
     this.gbRoom1.Controls.Add(this.txtWeightTime);
     this.gbRoom1.Controls.Add(this.lbllWeightTime);
     this.gbRoom1.Controls.Add(this.txtMostWeight);
     this.gbRoom1.Controls.Add(this.lbllMostWeight);
     this.gbRoom1.Controls.Add(this.txtCarOwnerPhone);
     this.gbRoom1.Controls.Add(this.lbllCarOwnerPhone);
     this.gbRoom1.Controls.Add(this.txtCarOwnerName);
     this.gbRoom1.Controls.Add(this.lblCarOwnerName);
     this.gbRoom1.Controls.Add(this.lbllCarType);
     this.gbRoom1.Controls.Add(this.lbllCarNo);
     this.gbRoom1.Cursor = System.Windows.Forms.Cursors.Default;
     this.gbRoom1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbRoom1.ForeColor = System.Drawing.Color.White;
     this.gbRoom1.Location = new System.Drawing.Point(13, 38);
     this.gbRoom1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbRoom1.Name = "gbRoom1";
     this.gbRoom1.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbRoom1.Size = new System.Drawing.Size(278, 275);
     this.gbRoom1.TabIndex = 26;
     this.gbRoom1.TabStop = false;
     this.gbRoom1.Text = "车辆信息";
     //
     // tboldweight
     //
     this.tboldweight.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.tboldweight.Location = new System.Drawing.Point(95, 162);
     this.tboldweight.MaxLength = 20;
     this.tboldweight.Name = "tboldweight";
     this.tboldweight.ReadOnly = true;
     this.tboldweight.Size = new System.Drawing.Size(150, 23);
     this.tboldweight.TabIndex = 185;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(21, 166);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(77, 14);
     this.label4.TabIndex = 186;
     this.label4.Text = "车辆重量:";
     //
     // tbCarType
     //
     this.tbCarType.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.tbCarType.Location = new System.Drawing.Point(95, 61);
     this.tbCarType.MaxLength = 18;
     this.tbCarType.Name = "tbCarType";
     this.tbCarType.ReadOnly = true;
     this.tbCarType.Size = new System.Drawing.Size(150, 23);
     this.tbCarType.TabIndex = 184;
     //
     // tbCarNumber
     //
     this.tbCarNumber.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.tbCarNumber.Location = new System.Drawing.Point(95, 27);
     this.tbCarNumber.MaxLength = 18;
     this.tbCarNumber.Name = "tbCarNumber";
     this.tbCarNumber.ReadOnly = true;
     this.tbCarNumber.Size = new System.Drawing.Size(150, 23);
     this.tbCarNumber.TabIndex = 183;
     //
     // txtOperator
     //
     this.txtOperator.Enabled = false;
     this.txtOperator.Location = new System.Drawing.Point(95, 231);
     this.txtOperator.Name = "txtOperator";
     this.txtOperator.ReadOnly = true;
     this.txtOperator.Size = new System.Drawing.Size(150, 23);
     this.txtOperator.TabIndex = 174;
     //
     // lblOperator
     //
     this.lblOperator.AutoSize = true;
     this.lblOperator.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblOperator.Location = new System.Drawing.Point(21, 235);
     this.lblOperator.Name = "lblOperator";
     this.lblOperator.Size = new System.Drawing.Size(77, 14);
     this.lblOperator.TabIndex = 173;
     this.lblOperator.Text = "司 磅 员:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("宋体", 10.5F);
     this.label3.ForeColor = System.Drawing.Color.Transparent;
     this.label3.Location = new System.Drawing.Point(252, 399);
     this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(21, 14);
     this.label3.TabIndex = 172;
     this.label3.Text = "吨";
     //
     // txtWeightTime
     //
     this.txtWeightTime.BackColor = System.Drawing.SystemColors.Control;
     this.txtWeightTime.Enabled = false;
     this.txtWeightTime.Location = new System.Drawing.Point(95, 199);
     this.txtWeightTime.Name = "txtWeightTime";
     this.txtWeightTime.Size = new System.Drawing.Size(150, 23);
     this.txtWeightTime.TabIndex = 165;
     //
     // lbllWeightTime
     //
     this.lbllWeightTime.AutoSize = true;
     this.lbllWeightTime.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbllWeightTime.Location = new System.Drawing.Point(21, 203);
     this.lbllWeightTime.Name = "lbllWeightTime";
     this.lbllWeightTime.Size = new System.Drawing.Size(77, 14);
     this.lbllWeightTime.TabIndex = 164;
     this.lbllWeightTime.Text = "过磅时间:";
     //
     // txtMostWeight
     //
     this.txtMostWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtMostWeight.Location = new System.Drawing.Point(95, 393);
     this.txtMostWeight.MaxLength = 6;
     this.txtMostWeight.Name = "txtMostWeight";
     this.txtMostWeight.Size = new System.Drawing.Size(150, 23);
     this.txtMostWeight.TabIndex = 11;
     this.txtMostWeight.Text = "100";
     this.txtMostWeight.TextChanged += new System.EventHandler(this.txtMostWeight_TextChanged);
     //
     // lbllMostWeight
     //
     this.lbllMostWeight.AutoSize = true;
     this.lbllMostWeight.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbllMostWeight.Location = new System.Drawing.Point(21, 397);
     this.lbllMostWeight.Name = "lbllMostWeight";
     this.lbllMostWeight.Size = new System.Drawing.Size(77, 14);
     this.lbllMostWeight.TabIndex = 162;
     this.lbllMostWeight.Text = "车辆限重:";
     //
     // txtCarOwnerPhone
     //
     this.txtCarOwnerPhone.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtCarOwnerPhone.Location = new System.Drawing.Point(95, 129);
     this.txtCarOwnerPhone.MaxLength = 20;
     this.txtCarOwnerPhone.Name = "txtCarOwnerPhone";
     this.txtCarOwnerPhone.ReadOnly = true;
     this.txtCarOwnerPhone.Size = new System.Drawing.Size(150, 23);
     this.txtCarOwnerPhone.TabIndex = 7;
     //
     // lbllCarOwnerPhone
     //
     this.lbllCarOwnerPhone.AutoSize = true;
     this.lbllCarOwnerPhone.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbllCarOwnerPhone.ForeColor = System.Drawing.Color.White;
     this.lbllCarOwnerPhone.Location = new System.Drawing.Point(21, 133);
     this.lbllCarOwnerPhone.Name = "lbllCarOwnerPhone";
     this.lbllCarOwnerPhone.Size = new System.Drawing.Size(77, 14);
     this.lbllCarOwnerPhone.TabIndex = 160;
     this.lbllCarOwnerPhone.Text = "车主电话:";
     //
     // txtCarOwnerName
     //
     this.txtCarOwnerName.Location = new System.Drawing.Point(95, 93);
     this.txtCarOwnerName.MaxLength = 20;
     this.txtCarOwnerName.Name = "txtCarOwnerName";
     this.txtCarOwnerName.ReadOnly = true;
     this.txtCarOwnerName.Size = new System.Drawing.Size(150, 23);
     this.txtCarOwnerName.TabIndex = 5;
     //
     // lblCarOwnerName
     //
     this.lblCarOwnerName.AutoSize = true;
     this.lblCarOwnerName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblCarOwnerName.Location = new System.Drawing.Point(21, 97);
     this.lblCarOwnerName.Name = "lblCarOwnerName";
     this.lblCarOwnerName.Size = new System.Drawing.Size(77, 14);
     this.lblCarOwnerName.TabIndex = 158;
     this.lblCarOwnerName.Text = "车主姓名:";
     //
     // lbllCarType
     //
     this.lbllCarType.AutoSize = true;
     this.lbllCarType.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbllCarType.Location = new System.Drawing.Point(21, 65);
     this.lbllCarType.Name = "lbllCarType";
     this.lbllCarType.Size = new System.Drawing.Size(77, 14);
     this.lbllCarType.TabIndex = 157;
     this.lbllCarType.Text = "车辆型号:";
     //
     // lbllCarNo
     //
     this.lbllCarNo.AutoSize = true;
     this.lbllCarNo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbllCarNo.Location = new System.Drawing.Point(21, 31);
     this.lbllCarNo.Name = "lbllCarNo";
     this.lbllCarNo.Size = new System.Drawing.Size(77, 14);
     this.lbllCarNo.TabIndex = 119;
     this.lbllCarNo.Text = "车牌号码:";
     //
     // gbHaveBang
     //
     this.gbHaveBang.BackColor = System.Drawing.Color.Transparent;
     this.gbHaveBang.Controls.Add(this.plDigital);
     this.gbHaveBang.Controls.Add(this.lblWeight);
     this.gbHaveBang.Cursor = System.Windows.Forms.Cursors.Default;
     this.gbHaveBang.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbHaveBang.ForeColor = System.Drawing.Color.White;
     this.gbHaveBang.Location = new System.Drawing.Point(299, 38);
     this.gbHaveBang.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbHaveBang.Name = "gbHaveBang";
     this.gbHaveBang.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbHaveBang.Size = new System.Drawing.Size(304, 164);
     this.gbHaveBang.TabIndex = 27;
     this.gbHaveBang.TabStop = false;
     this.gbHaveBang.Text = "磅秤信息";
     //
     // plDigital
     //
     this.plDigital.BackColor = System.Drawing.Color.Black;
     this.plDigital.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.plDigital.Controls.Add(this.lblDigital);
     this.plDigital.ForeColor = System.Drawing.Color.White;
     this.plDigital.Location = new System.Drawing.Point(8, 21);
     this.plDigital.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.plDigital.Name = "plDigital";
     this.plDigital.Size = new System.Drawing.Size(270, 130);
     this.plDigital.TabIndex = 44;
     //
     // lblDigital
     //
     this.lblDigital.Font = new System.Drawing.Font("Microsoft Sans Serif", 50F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDigital.Location = new System.Drawing.Point(-10, 21);
     this.lblDigital.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblDigital.Name = "lblDigital";
     this.lblDigital.Size = new System.Drawing.Size(291, 90);
     this.lblDigital.TabIndex = 0;
     this.lblDigital.Tag = "9999";
     this.lblDigital.Text = "00.00";
     this.lblDigital.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblWeight
     //
     this.lblWeight.AutoSize = true;
     this.lblWeight.BackColor = System.Drawing.Color.Transparent;
     this.lblWeight.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold);
     this.lblWeight.ForeColor = System.Drawing.Color.White;
     this.lblWeight.Location = new System.Drawing.Point(270, 74);
     this.lblWeight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblWeight.Name = "lblWeight";
     this.lblWeight.Size = new System.Drawing.Size(40, 27);
     this.lblWeight.TabIndex = 80;
     this.lblWeight.Text = "吨";
     this.lblWeight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnExit
     //
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnExit.ForeColor = System.Drawing.Color.Transparent;
     this.btnExit.Image = global::CoalTraffic.Properties.Resources.EmptyBang_Exit;
     this.btnExit.Location = new System.Drawing.Point(403, 453);
     this.btnExit.Name = "btnExit";
     this.btnExit.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnExit.Size = new System.Drawing.Size(75, 25);
     this.btnExit.TabIndex = 162;
     this.btnExit.UseVisualStyleBackColor = false;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnClear
     //
     this.btnClear.BackColor = System.Drawing.Color.Transparent;
     this.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnClear.ForeColor = System.Drawing.Color.Transparent;
     this.btnClear.Image = global::CoalTraffic.Properties.Resources.EmptyBang_Clear;
     this.btnClear.Location = new System.Drawing.Point(259, 453);
     this.btnClear.Name = "btnClear";
     this.btnClear.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnClear.Size = new System.Drawing.Size(75, 25);
     this.btnClear.TabIndex = 161;
     this.btnClear.UseVisualStyleBackColor = false;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // btnOK
     //
     this.btnOK.BackColor = System.Drawing.Color.Transparent;
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnOK.ForeColor = System.Drawing.Color.Transparent;
     this.btnOK.Image = global::CoalTraffic.Properties.Resources.EmptyBang_OK;
     this.btnOK.Location = new System.Drawing.Point(115, 453);
     this.btnOK.Name = "btnOK";
     this.btnOK.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnOK.Size = new System.Drawing.Size(75, 25);
     this.btnOK.TabIndex = 12;
     this.btnOK.UseVisualStyleBackColor = false;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // gbVideo
     //
     this.gbVideo.BackColor = System.Drawing.Color.Transparent;
     this.gbVideo.Controls.Add(this.dhVideo);
     this.gbVideo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbVideo.ForeColor = System.Drawing.Color.White;
     this.gbVideo.Location = new System.Drawing.Point(299, 259);
     this.gbVideo.Name = "gbVideo";
     this.gbVideo.Size = new System.Drawing.Size(305, 170);
     this.gbVideo.TabIndex = 165;
     this.gbVideo.TabStop = false;
     this.gbVideo.Text = "视频信息";
     //
     // dhVideo
     //
     this.dhVideo.Amplify = 3;
     this.dhVideo.AutoSize = true;
     this.dhVideo.BackColor = System.Drawing.SystemColors.Control;
     this.dhVideo.Location = new System.Drawing.Point(26, 20);
     this.dhVideo.Name = "dhVideo";
     this.dhVideo.Size = new System.Drawing.Size(227, 140);
     this.dhVideo.TabIndex = 1;
     //
     // appearance
     //
     this.appearance.Weight = new decimal(new int[] {
     0,
     0,
     0,
     131072});
     //
     // menuEmpty
     //
     this.menuEmpty.BackColor = System.Drawing.Color.Transparent;
     this.menuEmpty.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold);
     this.menuEmpty.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuAuto,
     this.menuMan,
     this.menuLabour});
     this.menuEmpty.Location = new System.Drawing.Point(0, 0);
     this.menuEmpty.Name = "menuEmpty";
     this.menuEmpty.Size = new System.Drawing.Size(616, 26);
     this.menuEmpty.TabIndex = 167;
     this.menuEmpty.Text = "menuEmpty";
     //
     // menuAuto
     //
     this.menuAuto.Name = "menuAuto";
     this.menuAuto.Size = new System.Drawing.Size(84, 22);
     this.menuAuto.Tag = "s2201";
     this.menuAuto.Text = "自动过磅";
     this.menuAuto.Click += new System.EventHandler(this.menuAuto_Click);
     //
     // menuMan
     //
     this.menuMan.Name = "menuMan";
     this.menuMan.Size = new System.Drawing.Size(84, 22);
     this.menuMan.Tag = "s2202";
     this.menuMan.Text = "手动过磅";
     this.menuMan.Click += new System.EventHandler(this.menuMan_Click);
     //
     // menuLabour
     //
     this.menuLabour.Name = "menuLabour";
     this.menuLabour.Size = new System.Drawing.Size(84, 22);
     this.menuLabour.Tag = "s2215";
     this.menuLabour.Text = "人工过磅";
     this.menuLabour.Click += new System.EventHandler(this.menuLabour_Click);
     //
     // lbwriteWeight
     //
     this.lbwriteWeight.AutoSize = true;
     this.lbwriteWeight.BackColor = System.Drawing.Color.Transparent;
     this.lbwriteWeight.Font = new System.Drawing.Font("宋体", 10F);
     this.lbwriteWeight.ForeColor = System.Drawing.Color.Red;
     this.lbwriteWeight.Location = new System.Drawing.Point(310, 225);
     this.lbwriteWeight.Name = "lbwriteWeight";
     this.lbwriteWeight.Size = new System.Drawing.Size(91, 14);
     this.lbwriteWeight.TabIndex = 168;
     this.lbwriteWeight.Text = "请输入重量:";
     this.lbwriteWeight.Visible = false;
     //
     // tbWriteWeight
     //
     this.tbWriteWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.tbWriteWeight.Location = new System.Drawing.Point(400, 222);
     this.tbWriteWeight.Name = "tbWriteWeight";
     this.tbWriteWeight.Size = new System.Drawing.Size(112, 21);
     this.tbWriteWeight.TabIndex = 169;
     this.tbWriteWeight.Visible = false;
     this.tbWriteWeight.TextChanged += new System.EventHandler(this.tbWriteWeight_TextChanged);
     //
     // lbwriteT
     //
     this.lbwriteT.AutoSize = true;
     this.lbwriteT.BackColor = System.Drawing.Color.Transparent;
     this.lbwriteT.Font = new System.Drawing.Font("宋体", 10F);
     this.lbwriteT.ForeColor = System.Drawing.Color.Red;
     this.lbwriteT.Location = new System.Drawing.Point(524, 225);
     this.lbwriteT.Name = "lbwriteT";
     this.lbwriteT.Size = new System.Drawing.Size(21, 14);
     this.lbwriteT.TabIndex = 170;
     this.lbwriteT.Text = "吨";
     this.lbwriteT.Visible = false;
     //
     // tbNCardCode
     //
     this.tbNCardCode.BackColor = System.Drawing.SystemColors.Control;
     this.tbNCardCode.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.tbNCardCode.Location = new System.Drawing.Point(108, 336);
     this.tbNCardCode.MaxLength = 18;
     this.tbNCardCode.Name = "tbNCardCode";
     this.tbNCardCode.Size = new System.Drawing.Size(150, 21);
     this.tbNCardCode.TabIndex = 185;
     this.tbNCardCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbNCardCode_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(34, 340);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(77, 14);
     this.label2.TabIndex = 184;
     this.label2.Text = "准运卡号:";
     //
     // FB_CarInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(616, 496);
     this.ControlBox = false;
     this.Controls.Add(this.tbNCardCode);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.lbwriteT);
     this.Controls.Add(this.tbWriteWeight);
     this.Controls.Add(this.lbwriteWeight);
     this.Controls.Add(this.menuEmpty);
     this.Controls.Add(this.gbVideo);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.gbHaveBang);
     this.Controls.Add(this.gbRoom1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuEmpty;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FB_CarInfo";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Tag = "";
     this.Text = "空车复磅";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EmptyWeight_FormClosing);
     this.Load += new System.EventHandler(this.CarInfo_Load);
     this.gbRoom1.ResumeLayout(false);
     this.gbRoom1.PerformLayout();
     this.gbHaveBang.ResumeLayout(false);
     this.gbHaveBang.PerformLayout();
     this.plDigital.ResumeLayout(false);
     this.gbVideo.ResumeLayout(false);
     this.gbVideo.PerformLayout();
     this.menuEmpty.ResumeLayout(false);
     this.menuEmpty.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FM_EmptyBang));
     this.panel1 = new System.Windows.Forms.Panel();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tbp_zd = new System.Windows.Forms.TabPage();
     this.txbAuto_Navicert = new System.Windows.Forms.TextBox();
     this.panel4 = new System.Windows.Forms.Panel();
     this.msc_Auto = new AxMSCommLib.AxMSComm();
     this.btn_close = new System.Windows.Forms.Button();
     this.btn_no = new System.Windows.Forms.Button();
     this.btn_ok = new System.Windows.Forms.Button();
     this.label39 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label74 = new System.Windows.Forms.Label();
     this.panel9 = new System.Windows.Forms.Panel();
     this.lbbcarweigt = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtOperator = new System.Windows.Forms.TextBox();
     this.lblOperator = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.label40 = new System.Windows.Forms.Label();
     this.text_oldweight = new System.Windows.Forms.TextBox();
     this.txtbangtime = new System.Windows.Forms.TextBox();
     this.label80 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label72 = new System.Windows.Forms.Label();
     this.txtcarweight = new System.Windows.Forms.TextBox();
     this.label73 = new System.Windows.Forms.Label();
     this.label81 = new System.Windows.Forms.Label();
     this.txtmostweight = new System.Windows.Forms.TextBox();
     this.label82 = new System.Windows.Forms.Label();
     this.label83 = new System.Windows.Forms.Label();
     this.label84 = new System.Windows.Forms.Label();
     this.txtcarno = new System.Windows.Forms.TextBox();
     this.txtcartype = new System.Windows.Forms.TextBox();
     this.label89 = new System.Windows.Forms.Label();
     this.txtcarname = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.label20 = new System.Windows.Forms.Label();
     this.panel5 = new System.Windows.Forms.Panel();
     this.label21 = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.label28 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.label31 = new System.Windows.Forms.Label();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.label33 = new System.Windows.Forms.Label();
     this.textBox7 = new System.Windows.Forms.TextBox();
     this.label34 = new System.Windows.Forms.Label();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.label35 = new System.Windows.Forms.Label();
     this.textBox9 = new System.Windows.Forms.TextBox();
     this.textBox10 = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.lb_CarWeight = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.sp_com = new System.IO.Ports.SerialPort(this.components);
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.tbownername = new System.Windows.Forms.TextBox();
     this.label53 = new System.Windows.Forms.Label();
     this.tbcartype = new System.Windows.Forms.TextBox();
     this.tbcarno = new System.Windows.Forms.TextBox();
     this.label48 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.tbmostweight = new System.Windows.Forms.TextBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.label37 = new System.Windows.Forms.Label();
     this.tbcarweight = new System.Windows.Forms.TextBox();
     this.label36 = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.txbInvalidation = new System.Windows.Forms.TextBox();
     this.btnHanUpdate = new System.Windows.Forms.Button();
     this.label45 = new System.Windows.Forms.Label();
     this.label44 = new System.Windows.Forms.Label();
     this.tbbangtime = new System.Windows.Forms.TextBox();
     this.panel6 = new System.Windows.Forms.Panel();
     this.lbcarweight = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.btnok = new System.Windows.Forms.Button();
     this.btnno = new System.Windows.Forms.Button();
     this.btnexit = new System.Windows.Forms.Button();
     this.txt_ownername = new System.Windows.Forms.TextBox();
     this.label71 = new System.Windows.Forms.Label();
     this.txt_cartype = new System.Windows.Forms.TextBox();
     this.txt_carno = new System.Windows.Forms.TextBox();
     this.label66 = new System.Windows.Forms.Label();
     this.label65 = new System.Windows.Forms.Label();
     this.label64 = new System.Windows.Forms.Label();
     this.txt_mostweight = new System.Windows.Forms.TextBox();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.label55 = new System.Windows.Forms.Label();
     this.txt_carweight = new System.Windows.Forms.TextBox();
     this.label54 = new System.Windows.Forms.Label();
     this.label63 = new System.Windows.Forms.Label();
     this.label62 = new System.Windows.Forms.Label();
     this.txt_bangtime = new System.Windows.Forms.TextBox();
     this.panel8 = new System.Windows.Forms.Panel();
     this.lblcarweight = new System.Windows.Forms.Label();
     this.label56 = new System.Windows.Forms.Label();
     this.btnEnter = new System.Windows.Forms.Button();
     this.btncancel = new System.Windows.Forms.Button();
     this.btnclose = new System.Windows.Forms.Button();
     this.alarmSound = new ThirdLibrary.AlarmSound(this.components);
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tbp_zd.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.msc_Auto)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.panel9.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tabControl1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(699, 468);
     this.panel1.TabIndex = 0;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tbp_zd);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Font = new System.Drawing.Font("宋体", 10.5F);
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Multiline = true;
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(699, 468);
     this.tabControl1.TabIndex = 1;
     //
     // tbp_zd
     //
     this.tbp_zd.BackColor = System.Drawing.SystemColors.Control;
     this.tbp_zd.Controls.Add(this.txbAuto_Navicert);
     this.tbp_zd.Controls.Add(this.panel4);
     this.tbp_zd.Controls.Add(this.label39);
     this.tbp_zd.Controls.Add(this.groupBox2);
     this.tbp_zd.Controls.Add(this.groupBox1);
     this.tbp_zd.Location = new System.Drawing.Point(4, 24);
     this.tbp_zd.Name = "tbp_zd";
     this.tbp_zd.Size = new System.Drawing.Size(691, 440);
     this.tbp_zd.TabIndex = 3;
     this.tbp_zd.Text = "自动过磅";
     //
     // txbAuto_Navicert
     //
     this.txbAuto_Navicert.Location = new System.Drawing.Point(426, 281);
     this.txbAuto_Navicert.Name = "txbAuto_Navicert";
     this.txbAuto_Navicert.Size = new System.Drawing.Size(115, 23);
     this.txbAuto_Navicert.TabIndex = 25;
     this.txbAuto_Navicert.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txbAuto_Navicert_KeyDown);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.msc_Auto);
     this.panel4.Controls.Add(this.btn_close);
     this.panel4.Controls.Add(this.btn_no);
     this.panel4.Controls.Add(this.btn_ok);
     this.panel4.Cursor = System.Windows.Forms.Cursors.Default;
     this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel4.Location = new System.Drawing.Point(0, 367);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(691, 73);
     this.panel4.TabIndex = 22;
     //
     // msc_Auto
     //
     this.msc_Auto.Enabled = true;
     this.msc_Auto.Location = new System.Drawing.Point(17, 22);
     this.msc_Auto.Name = "msc_Auto";
     this.msc_Auto.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("msc_Auto.OcxState")));
     this.msc_Auto.Size = new System.Drawing.Size(38, 38);
     this.msc_Auto.TabIndex = 3;
     this.msc_Auto.OnComm += new System.EventHandler(this.msc_Auto_OnComm);
     //
     // btn_close
     //
     this.btn_close.Location = new System.Drawing.Point(468, 37);
     this.btn_close.Name = "btn_close";
     this.btn_close.Size = new System.Drawing.Size(75, 23);
     this.btn_close.TabIndex = 2;
     this.btn_close.Text = "退出";
     this.btn_close.UseVisualStyleBackColor = true;
     this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
     //
     // btn_no
     //
     this.btn_no.Location = new System.Drawing.Point(290, 37);
     this.btn_no.Name = "btn_no";
     this.btn_no.Size = new System.Drawing.Size(75, 23);
     this.btn_no.TabIndex = 1;
     this.btn_no.Text = "复位";
     this.btn_no.UseVisualStyleBackColor = true;
     this.btn_no.Click += new System.EventHandler(this.btn_no_Click);
     //
     // btn_ok
     //
     this.btn_ok.Enabled = false;
     this.btn_ok.Location = new System.Drawing.Point(103, 37);
     this.btn_ok.Name = "btn_ok";
     this.btn_ok.Size = new System.Drawing.Size(75, 23);
     this.btn_ok.TabIndex = 0;
     this.btn_ok.Text = "确定";
     this.btn_ok.UseVisualStyleBackColor = true;
     this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Font = new System.Drawing.Font("宋体", 10.5F);
     this.label39.ForeColor = System.Drawing.Color.Red;
     this.label39.Location = new System.Drawing.Point(343, 287);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(77, 14);
     this.label39.TabIndex = 24;
     this.label39.Text = "请刷准运卡";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label74);
     this.groupBox2.Controls.Add(this.panel9);
     this.groupBox2.Location = new System.Drawing.Point(340, 9);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(345, 220);
     this.groupBox2.TabIndex = 21;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "磅秤信息";
     //
     // label74
     //
     this.label74.AutoSize = true;
     this.label74.Font = new System.Drawing.Font("黑体", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label74.Location = new System.Drawing.Point(262, 93);
     this.label74.Name = "label74";
     this.label74.Size = new System.Drawing.Size(77, 54);
     this.label74.TabIndex = 15;
     this.label74.Text = "吨";
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.Color.Black;
     this.panel9.Controls.Add(this.lbbcarweigt);
     this.panel9.Location = new System.Drawing.Point(6, 20);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(256, 190);
     this.panel9.TabIndex = 0;
     //
     // lbbcarweigt
     //
     this.lbbcarweigt.AutoSize = true;
     this.lbbcarweigt.Font = new System.Drawing.Font("宋体", 46F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbbcarweigt.ForeColor = System.Drawing.Color.White;
     this.lbbcarweigt.Location = new System.Drawing.Point(51, 73);
     this.lbbcarweigt.Name = "lbbcarweigt";
     this.lbbcarweigt.Size = new System.Drawing.Size(155, 62);
     this.lbbcarweigt.TabIndex = 17;
     this.lbbcarweigt.Tag = "9999";
     this.lbbcarweigt.Text = "0.00";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtOperator);
     this.groupBox1.Controls.Add(this.lblOperator);
     this.groupBox1.Controls.Add(this.label41);
     this.groupBox1.Controls.Add(this.label40);
     this.groupBox1.Controls.Add(this.text_oldweight);
     this.groupBox1.Controls.Add(this.txtbangtime);
     this.groupBox1.Controls.Add(this.label80);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.label81);
     this.groupBox1.Controls.Add(this.txtmostweight);
     this.groupBox1.Controls.Add(this.label82);
     this.groupBox1.Controls.Add(this.label83);
     this.groupBox1.Controls.Add(this.label84);
     this.groupBox1.Controls.Add(this.txtcarno);
     this.groupBox1.Controls.Add(this.txtcartype);
     this.groupBox1.Controls.Add(this.label89);
     this.groupBox1.Controls.Add(this.txtcarname);
     this.groupBox1.Location = new System.Drawing.Point(17, 9);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(284, 307);
     this.groupBox1.TabIndex = 20;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "车辆信息";
     //
     // txtOperator
     //
     this.txtOperator.Enabled = false;
     this.txtOperator.Location = new System.Drawing.Point(110, 210);
     this.txtOperator.Name = "txtOperator";
     this.txtOperator.ReadOnly = true;
     this.txtOperator.Size = new System.Drawing.Size(150, 23);
     this.txtOperator.TabIndex = 176;
     //
     // lblOperator
     //
     this.lblOperator.AutoSize = true;
     this.lblOperator.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblOperator.Location = new System.Drawing.Point(53, 214);
     this.lblOperator.Name = "lblOperator";
     this.lblOperator.Size = new System.Drawing.Size(49, 14);
     this.lblOperator.TabIndex = 175;
     this.lblOperator.Text = "司磅员";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Location = new System.Drawing.Point(261, 124);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(21, 14);
     this.label41.TabIndex = 29;
     this.label41.Text = "吨";
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Location = new System.Drawing.Point(39, 124);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(63, 14);
     this.label40.TabIndex = 28;
     this.label40.Text = "历史皮重";
     //
     // text_oldweight
     //
     this.text_oldweight.Enabled = false;
     this.text_oldweight.Location = new System.Drawing.Point(110, 120);
     this.text_oldweight.MaxLength = 20;
     this.text_oldweight.Name = "text_oldweight";
     this.text_oldweight.ReadOnly = true;
     this.text_oldweight.Size = new System.Drawing.Size(150, 23);
     this.text_oldweight.TabIndex = 27;
     //
     // txtbangtime
     //
     this.txtbangtime.BackColor = System.Drawing.Color.PowderBlue;
     this.txtbangtime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.txtbangtime.Location = new System.Drawing.Point(111, 269);
     this.txtbangtime.Name = "txtbangtime";
     this.txtbangtime.ReadOnly = true;
     this.txtbangtime.Size = new System.Drawing.Size(150, 23);
     this.txtbangtime.TabIndex = 26;
     //
     // label80
     //
     this.label80.AutoSize = true;
     this.label80.Location = new System.Drawing.Point(261, 246);
     this.label80.Name = "label80";
     this.label80.Size = new System.Drawing.Size(21, 14);
     this.label80.TabIndex = 21;
     this.label80.Text = "吨";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label72);
     this.groupBox3.Controls.Add(this.txtcarweight);
     this.groupBox3.Controls.Add(this.label73);
     this.groupBox3.Location = new System.Drawing.Point(6, 149);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(255, 45);
     this.groupBox3.TabIndex = 23;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "电子秤数据";
     //
     // label72
     //
     this.label72.AutoSize = true;
     this.label72.Location = new System.Drawing.Point(207, 20);
     this.label72.Name = "label72";
     this.label72.Size = new System.Drawing.Size(21, 14);
     this.label72.TabIndex = 20;
     this.label72.Text = "吨";
     //
     // txtcarweight
     //
     this.txtcarweight.BackColor = System.Drawing.Color.PowderBlue;
     this.txtcarweight.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.txtcarweight.ForeColor = System.Drawing.SystemColors.InfoText;
     this.txtcarweight.Location = new System.Drawing.Point(101, 17);
     this.txtcarweight.Name = "txtcarweight";
     this.txtcarweight.ReadOnly = true;
     this.txtcarweight.Size = new System.Drawing.Size(100, 23);
     this.txtcarweight.TabIndex = 21;
     this.txtcarweight.Text = "0.00";
     //
     // label73
     //
     this.label73.AutoSize = true;
     this.label73.Location = new System.Drawing.Point(32, 20);
     this.label73.Name = "label73";
     this.label73.Size = new System.Drawing.Size(63, 14);
     this.label73.TabIndex = 19;
     this.label73.Text = "空车重量";
     //
     // label81
     //
     this.label81.AutoSize = true;
     this.label81.Location = new System.Drawing.Point(40, 273);
     this.label81.Name = "label81";
     this.label81.Size = new System.Drawing.Size(63, 14);
     this.label81.TabIndex = 18;
     this.label81.Text = "过磅时间";
     //
     // txtmostweight
     //
     this.txtmostweight.Enabled = false;
     this.txtmostweight.Location = new System.Drawing.Point(111, 241);
     this.txtmostweight.MaxLength = 9;
     this.txtmostweight.Name = "txtmostweight";
     this.txtmostweight.ReadOnly = true;
     this.txtmostweight.Size = new System.Drawing.Size(150, 23);
     this.txtmostweight.TabIndex = 7;
     //
     // label82
     //
     this.label82.AutoSize = true;
     this.label82.Location = new System.Drawing.Point(40, 96);
     this.label82.Name = "label82";
     this.label82.Size = new System.Drawing.Size(63, 14);
     this.label82.TabIndex = 15;
     this.label82.Text = "车主姓名";
     //
     // label83
     //
     this.label83.AutoSize = true;
     this.label83.Location = new System.Drawing.Point(54, 40);
     this.label83.Name = "label83";
     this.label83.Size = new System.Drawing.Size(49, 14);
     this.label83.TabIndex = 8;
     this.label83.Text = "车牌号";
     //
     // label84
     //
     this.label84.AutoSize = true;
     this.label84.Location = new System.Drawing.Point(12, 244);
     this.label84.Name = "label84";
     this.label84.Size = new System.Drawing.Size(91, 14);
     this.label84.TabIndex = 14;
     this.label84.Text = "重车最高限量";
     //
     // txtcarno
     //
     this.txtcarno.Enabled = false;
     this.txtcarno.Location = new System.Drawing.Point(111, 36);
     this.txtcarno.MaxLength = 40;
     this.txtcarno.Name = "txtcarno";
     this.txtcarno.ReadOnly = true;
     this.txtcarno.Size = new System.Drawing.Size(150, 23);
     this.txtcarno.TabIndex = 0;
     //
     // txtcartype
     //
     this.txtcartype.Enabled = false;
     this.txtcartype.Location = new System.Drawing.Point(111, 64);
     this.txtcartype.MaxLength = 20;
     this.txtcartype.Name = "txtcartype";
     this.txtcartype.ReadOnly = true;
     this.txtcartype.Size = new System.Drawing.Size(150, 23);
     this.txtcartype.TabIndex = 1;
     //
     // label89
     //
     this.label89.AutoSize = true;
     this.label89.Location = new System.Drawing.Point(54, 67);
     this.label89.Name = "label89";
     this.label89.Size = new System.Drawing.Size(49, 14);
     this.label89.TabIndex = 9;
     this.label89.Text = "车型号";
     //
     // txtcarname
     //
     this.txtcarname.Enabled = false;
     this.txtcarname.Location = new System.Drawing.Point(111, 92);
     this.txtcarname.MaxLength = 20;
     this.txtcarname.Name = "txtcarname";
     this.txtcarname.ReadOnly = true;
     this.txtcarname.Size = new System.Drawing.Size(150, 23);
     this.txtcarname.TabIndex = 2;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(209, 36);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(17, 12);
     this.label9.TabIndex = 20;
     this.label9.Text = "吨";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(103, 33);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 21);
     this.textBox1.TabIndex = 19;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(32, 36);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(65, 12);
     this.label19.TabIndex = 19;
     this.label19.Text = "空车重量:";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(271, 36);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 2;
     this.button1.Text = "退出";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(189, 37);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 1;
     this.button2.Text = "复位";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(108, 37);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 0;
     this.button3.Text = "确定";
     this.button3.UseVisualStyleBackColor = true;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("黑体", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label20.Location = new System.Drawing.Point(262, 93);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(77, 54);
     this.label20.TabIndex = 15;
     this.label20.Text = "吨";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.Black;
     this.panel5.Controls.Add(this.label21);
     this.panel5.Location = new System.Drawing.Point(6, 20);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(256, 190);
     this.panel5.TabIndex = 0;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("黑体", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label21.ForeColor = System.Drawing.Color.White;
     this.label21.Location = new System.Drawing.Point(46, 73);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(185, 54);
     this.label21.TabIndex = 17;
     this.label21.Text = "33.687";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(111, 269);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(123, 21);
     this.textBox2.TabIndex = 26;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.ForeColor = System.Drawing.Color.Red;
     this.label22.Location = new System.Drawing.Point(255, 240);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(11, 12);
     this.label22.TabIndex = 25;
     this.label22.Text = "*";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.ForeColor = System.Drawing.Color.Red;
     this.label23.Location = new System.Drawing.Point(239, 80);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(11, 12);
     this.label23.TabIndex = 24;
     this.label23.Text = "*";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.ForeColor = System.Drawing.Color.Red;
     this.label24.Location = new System.Drawing.Point(239, 49);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(11, 12);
     this.label24.TabIndex = 23;
     this.label24.Text = "*";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.ForeColor = System.Drawing.Color.Red;
     this.label25.Location = new System.Drawing.Point(239, 17);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(11, 12);
     this.label25.TabIndex = 22;
     this.label25.Text = "*";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(239, 240);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(17, 12);
     this.label26.TabIndex = 21;
     this.label26.Text = "吨";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(40, 272);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(65, 12);
     this.label27.TabIndex = 18;
     this.label27.Text = "过磅时间:";
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(111, 237);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(123, 21);
     this.textBox3.TabIndex = 16;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(40, 80);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(65, 12);
     this.label28.TabIndex = 15;
     this.label28.Text = "车主姓名:";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(52, 16);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(53, 12);
     this.label29.TabIndex = 8;
     this.label29.Text = "车牌号:";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Location = new System.Drawing.Point(16, 240);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(89, 12);
     this.label30.TabIndex = 14;
     this.label30.Text = "重车最高限量:";
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(111, 13);
     this.textBox4.MaxLength = 40;
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(123, 21);
     this.textBox4.TabIndex = 0;
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(28, 208);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(77, 12);
     this.label31.TabIndex = 13;
     this.label31.Text = "驾驶员电话:";
     //
     // textBox5
     //
     this.textBox5.Location = new System.Drawing.Point(111, 45);
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(123, 21);
     this.textBox5.TabIndex = 1;
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Location = new System.Drawing.Point(16, 176);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(89, 12);
     this.label32.TabIndex = 12;
     this.label32.Text = "驾驶员身份证:";
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(111, 141);
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new System.Drawing.Size(123, 21);
     this.textBox6.TabIndex = 2;
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Location = new System.Drawing.Point(40, 144);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(65, 12);
     this.label33.TabIndex = 11;
     this.label33.Text = "车主电话:";
     //
     // textBox7
     //
     this.textBox7.Location = new System.Drawing.Point(111, 109);
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new System.Drawing.Size(123, 21);
     this.textBox7.TabIndex = 3;
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Location = new System.Drawing.Point(28, 112);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(77, 12);
     this.label34.TabIndex = 10;
     this.label34.Text = "车主身份证:";
     //
     // textBox8
     //
     this.textBox8.Location = new System.Drawing.Point(111, 173);
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new System.Drawing.Size(123, 21);
     this.textBox8.TabIndex = 4;
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Location = new System.Drawing.Point(52, 49);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(53, 12);
     this.label35.TabIndex = 9;
     this.label35.Text = "车型号:";
     //
     // textBox9
     //
     this.textBox9.Location = new System.Drawing.Point(111, 205);
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new System.Drawing.Size(123, 21);
     this.textBox9.TabIndex = 5;
     //
     // textBox10
     //
     this.textBox10.Location = new System.Drawing.Point(111, 77);
     this.textBox10.Name = "textBox10";
     this.textBox10.Size = new System.Drawing.Size(123, 21);
     this.textBox10.TabIndex = 6;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(209, 36);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(17, 12);
     this.label13.TabIndex = 20;
     this.label13.Text = "吨";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(32, 36);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(65, 12);
     this.label12.TabIndex = 19;
     this.label12.Text = "空车重量:";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("黑体", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(262, 93);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(77, 54);
     this.label8.TabIndex = 15;
     this.label8.Text = "吨";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Black;
     this.panel2.Controls.Add(this.lb_CarWeight);
     this.panel2.Location = new System.Drawing.Point(6, 20);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(256, 190);
     this.panel2.TabIndex = 0;
     //
     // lb_CarWeight
     //
     this.lb_CarWeight.AutoSize = true;
     this.lb_CarWeight.Font = new System.Drawing.Font("黑体", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lb_CarWeight.ForeColor = System.Drawing.Color.White;
     this.lb_CarWeight.Location = new System.Drawing.Point(46, 73);
     this.lb_CarWeight.Name = "lb_CarWeight";
     this.lb_CarWeight.Size = new System.Drawing.Size(185, 54);
     this.lb_CarWeight.TabIndex = 17;
     this.lb_CarWeight.Text = "33.687";
     //
     // label18
     //
     this.label18.Location = new System.Drawing.Point(0, 0);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(100, 23);
     this.label18.TabIndex = 0;
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(0, 0);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(100, 23);
     this.label17.TabIndex = 0;
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(0, 0);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(100, 23);
     this.label16.TabIndex = 0;
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(0, 0);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(100, 23);
     this.label15.TabIndex = 0;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(239, 240);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(17, 12);
     this.label14.TabIndex = 21;
     this.label14.Text = "吨";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(40, 272);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(65, 12);
     this.label11.TabIndex = 18;
     this.label11.Text = "过磅时间:";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(40, 80);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(65, 12);
     this.label10.TabIndex = 15;
     this.label10.Text = "车主姓名:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(52, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 8;
     this.label1.Text = "车牌号:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(16, 240);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(89, 12);
     this.label7.TabIndex = 14;
     this.label7.Text = "重车最高限量:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(28, 208);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(77, 12);
     this.label6.TabIndex = 13;
     this.label6.Text = "驾驶员电话:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(16, 176);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(89, 12);
     this.label5.TabIndex = 12;
     this.label5.Text = "驾驶员身份证:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(40, 144);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(65, 12);
     this.label4.TabIndex = 11;
     this.label4.Text = "车主电话:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(28, 112);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(77, 12);
     this.label3.TabIndex = 10;
     this.label3.Text = "车主身份证:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(52, 49);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 9;
     this.label2.Text = "车型号:";
     //
     // tbownername
     //
     this.tbownername.Location = new System.Drawing.Point(111, 73);
     this.tbownername.MaxLength = 20;
     this.tbownername.Name = "tbownername";
     this.tbownername.Size = new System.Drawing.Size(150, 21);
     this.tbownername.TabIndex = 2;
     //
     // label53
     //
     this.label53.AutoSize = true;
     this.label53.Location = new System.Drawing.Point(54, 48);
     this.label53.Name = "label53";
     this.label53.Size = new System.Drawing.Size(49, 14);
     this.label53.TabIndex = 9;
     //
     // tbcartype
     //
     this.tbcartype.Location = new System.Drawing.Point(111, 45);
     this.tbcartype.MaxLength = 20;
     this.tbcartype.Name = "tbcartype";
     this.tbcartype.Size = new System.Drawing.Size(150, 21);
     this.tbcartype.TabIndex = 1;
     //
     // tbcarno
     //
     this.tbcarno.Location = new System.Drawing.Point(111, 17);
     this.tbcarno.MaxLength = 40;
     this.tbcarno.Name = "tbcarno";
     this.tbcarno.Size = new System.Drawing.Size(150, 21);
     this.tbcarno.TabIndex = 0;
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(12, 244);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(91, 14);
     this.label48.TabIndex = 14;
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(54, 21);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(49, 14);
     this.label47.TabIndex = 8;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(40, 77);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(63, 14);
     this.label46.TabIndex = 15;
     //
     // tbmostweight
     //
     this.tbmostweight.Location = new System.Drawing.Point(111, 241);
     this.tbmostweight.MaxLength = 9;
     this.tbmostweight.Name = "tbmostweight";
     this.tbmostweight.Size = new System.Drawing.Size(150, 21);
     this.tbmostweight.TabIndex = 7;
     //
     // groupBox4
     //
     this.groupBox4.Location = new System.Drawing.Point(15, 115);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(269, 81);
     this.groupBox4.TabIndex = 23;
     this.groupBox4.TabStop = false;
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(32, 29);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(63, 14);
     this.label37.TabIndex = 19;
     //
     // tbcarweight
     //
     this.tbcarweight.Location = new System.Drawing.Point(103, 26);
     this.tbcarweight.MaxLength = 9;
     this.tbcarweight.Name = "tbcarweight";
     this.tbcarweight.Size = new System.Drawing.Size(68, 21);
     this.tbcarweight.TabIndex = 8;
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Location = new System.Drawing.Point(177, 29);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(21, 14);
     this.label36.TabIndex = 20;
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Location = new System.Drawing.Point(32, 57);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(63, 14);
     this.label43.TabIndex = 23;
     //
     // txbInvalidation
     //
     this.txbInvalidation.Location = new System.Drawing.Point(103, 53);
     this.txbInvalidation.MaxLength = 200;
     this.txbInvalidation.Name = "txbInvalidation";
     this.txbInvalidation.Size = new System.Drawing.Size(159, 21);
     this.txbInvalidation.TabIndex = 24;
     //
     // btnHanUpdate
     //
     this.btnHanUpdate.Location = new System.Drawing.Point(204, 24);
     this.btnHanUpdate.Name = "btnHanUpdate";
     this.btnHanUpdate.Size = new System.Drawing.Size(52, 23);
     this.btnHanUpdate.TabIndex = 28;
     this.btnHanUpdate.Text = "刷新";
     this.btnHanUpdate.UseVisualStyleBackColor = true;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(40, 273);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(63, 14);
     this.label45.TabIndex = 18;
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(261, 246);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(21, 14);
     this.label44.TabIndex = 21;
     //
     // tbbangtime
     //
     this.tbbangtime.Location = new System.Drawing.Point(111, 269);
     this.tbbangtime.Name = "tbbangtime";
     this.tbbangtime.ReadOnly = true;
     this.tbbangtime.Size = new System.Drawing.Size(150, 21);
     this.tbbangtime.TabIndex = 26;
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.Black;
     this.panel6.Location = new System.Drawing.Point(6, 20);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(256, 190);
     this.panel6.TabIndex = 0;
     //
     // lbcarweight
     //
     this.lbcarweight.AutoSize = true;
     this.lbcarweight.Font = new System.Drawing.Font("宋体", 46F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbcarweight.ForeColor = System.Drawing.Color.White;
     this.lbcarweight.Location = new System.Drawing.Point(51, 73);
     this.lbcarweight.Name = "lbcarweight";
     this.lbcarweight.Size = new System.Drawing.Size(155, 62);
     this.lbcarweight.TabIndex = 17;
     this.lbcarweight.Tag = "9999";
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Font = new System.Drawing.Font("黑体", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label38.Location = new System.Drawing.Point(262, 93);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(77, 54);
     this.label38.TabIndex = 15;
     //
     // btnok
     //
     this.btnok.Location = new System.Drawing.Point(103, 37);
     this.btnok.Name = "btnok";
     this.btnok.Size = new System.Drawing.Size(75, 23);
     this.btnok.TabIndex = 0;
     this.btnok.Text = "确定";
     this.btnok.UseVisualStyleBackColor = true;
     //
     // btnno
     //
     this.btnno.Location = new System.Drawing.Point(297, 37);
     this.btnno.Name = "btnno";
     this.btnno.Size = new System.Drawing.Size(75, 23);
     this.btnno.TabIndex = 1;
     this.btnno.Text = "复位";
     this.btnno.UseVisualStyleBackColor = true;
     //
     // btnexit
     //
     this.btnexit.Location = new System.Drawing.Point(468, 37);
     this.btnexit.Name = "btnexit";
     this.btnexit.Size = new System.Drawing.Size(75, 23);
     this.btnexit.TabIndex = 2;
     this.btnexit.Text = "退出";
     this.btnexit.UseVisualStyleBackColor = true;
     //
     // txt_ownername
     //
     this.txt_ownername.Location = new System.Drawing.Point(111, 73);
     this.txt_ownername.MaxLength = 20;
     this.txt_ownername.Name = "txt_ownername";
     this.txt_ownername.Size = new System.Drawing.Size(150, 21);
     this.txt_ownername.TabIndex = 2;
     //
     // label71
     //
     this.label71.AutoSize = true;
     this.label71.Location = new System.Drawing.Point(54, 48);
     this.label71.Name = "label71";
     this.label71.Size = new System.Drawing.Size(49, 14);
     this.label71.TabIndex = 9;
     //
     // txt_cartype
     //
     this.txt_cartype.Enabled = false;
     this.txt_cartype.Location = new System.Drawing.Point(111, 45);
     this.txt_cartype.MaxLength = 20;
     this.txt_cartype.Name = "txt_cartype";
     this.txt_cartype.Size = new System.Drawing.Size(150, 21);
     this.txt_cartype.TabIndex = 1;
     //
     // txt_carno
     //
     this.txt_carno.Enabled = false;
     this.txt_carno.Location = new System.Drawing.Point(111, 17);
     this.txt_carno.MaxLength = 40;
     this.txt_carno.Name = "txt_carno";
     this.txt_carno.Size = new System.Drawing.Size(150, 21);
     this.txt_carno.TabIndex = 0;
     //
     // label66
     //
     this.label66.AutoSize = true;
     this.label66.Location = new System.Drawing.Point(12, 244);
     this.label66.Name = "label66";
     this.label66.Size = new System.Drawing.Size(91, 14);
     this.label66.TabIndex = 14;
     //
     // label65
     //
     this.label65.AutoSize = true;
     this.label65.Location = new System.Drawing.Point(54, 21);
     this.label65.Name = "label65";
     this.label65.Size = new System.Drawing.Size(49, 14);
     this.label65.TabIndex = 8;
     //
     // label64
     //
     this.label64.AutoSize = true;
     this.label64.Location = new System.Drawing.Point(40, 77);
     this.label64.Name = "label64";
     this.label64.Size = new System.Drawing.Size(63, 14);
     this.label64.TabIndex = 15;
     //
     // txt_mostweight
     //
     this.txt_mostweight.Enabled = false;
     this.txt_mostweight.Location = new System.Drawing.Point(111, 241);
     this.txt_mostweight.MaxLength = 9;
     this.txt_mostweight.Name = "txt_mostweight";
     this.txt_mostweight.Size = new System.Drawing.Size(150, 21);
     this.txt_mostweight.TabIndex = 7;
     //
     // groupBox7
     //
     this.groupBox7.Location = new System.Drawing.Point(1, 117);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(260, 81);
     this.groupBox7.TabIndex = 23;
     this.groupBox7.TabStop = false;
     //
     // label55
     //
     this.label55.AutoSize = true;
     this.label55.Location = new System.Drawing.Point(32, 29);
     this.label55.Name = "label55";
     this.label55.Size = new System.Drawing.Size(63, 14);
     this.label55.TabIndex = 19;
     //
     // txt_carweight
     //
     this.txt_carweight.Location = new System.Drawing.Point(103, 26);
     this.txt_carweight.MaxLength = 9;
     this.txt_carweight.Name = "txt_carweight";
     this.txt_carweight.Size = new System.Drawing.Size(100, 21);
     this.txt_carweight.TabIndex = 9;
     //
     // label54
     //
     this.label54.AutoSize = true;
     this.label54.Location = new System.Drawing.Point(209, 29);
     this.label54.Name = "label54";
     this.label54.Size = new System.Drawing.Size(21, 14);
     this.label54.TabIndex = 20;
     //
     // label63
     //
     this.label63.AutoSize = true;
     this.label63.Location = new System.Drawing.Point(40, 273);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(63, 14);
     this.label63.TabIndex = 18;
     //
     // label62
     //
     this.label62.AutoSize = true;
     this.label62.Location = new System.Drawing.Point(261, 246);
     this.label62.Name = "label62";
     this.label62.Size = new System.Drawing.Size(21, 14);
     this.label62.TabIndex = 21;
     //
     // txt_bangtime
     //
     this.txt_bangtime.Enabled = false;
     this.txt_bangtime.Location = new System.Drawing.Point(111, 269);
     this.txt_bangtime.MaxLength = 40;
     this.txt_bangtime.Name = "txt_bangtime";
     this.txt_bangtime.Size = new System.Drawing.Size(150, 21);
     this.txt_bangtime.TabIndex = 8;
     //
     // panel8
     //
     this.panel8.BackColor = System.Drawing.Color.Black;
     this.panel8.Location = new System.Drawing.Point(6, 20);
     this.panel8.Name = "panel8";
     this.panel8.Size = new System.Drawing.Size(256, 190);
     this.panel8.TabIndex = 0;
     //
     // lblcarweight
     //
     this.lblcarweight.AutoSize = true;
     this.lblcarweight.Font = new System.Drawing.Font("宋体", 46F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblcarweight.ForeColor = System.Drawing.Color.White;
     this.lblcarweight.Location = new System.Drawing.Point(51, 73);
     this.lblcarweight.Name = "lblcarweight";
     this.lblcarweight.Size = new System.Drawing.Size(155, 62);
     this.lblcarweight.TabIndex = 17;
     this.lblcarweight.Tag = "9999";
     //
     // label56
     //
     this.label56.AutoSize = true;
     this.label56.Font = new System.Drawing.Font("黑体", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label56.Location = new System.Drawing.Point(262, 93);
     this.label56.Name = "label56";
     this.label56.Size = new System.Drawing.Size(77, 54);
     this.label56.TabIndex = 15;
     //
     // btnEnter
     //
     this.btnEnter.Enabled = false;
     this.btnEnter.Location = new System.Drawing.Point(103, 37);
     this.btnEnter.Name = "btnEnter";
     this.btnEnter.Size = new System.Drawing.Size(75, 23);
     this.btnEnter.TabIndex = 0;
     this.btnEnter.Text = "确定";
     this.btnEnter.UseVisualStyleBackColor = true;
     //
     // btncancel
     //
     this.btncancel.Location = new System.Drawing.Point(297, 37);
     this.btncancel.Name = "btncancel";
     this.btncancel.Size = new System.Drawing.Size(75, 23);
     this.btncancel.TabIndex = 1;
     this.btncancel.Text = "复位";
     this.btncancel.UseVisualStyleBackColor = true;
     //
     // btnclose
     //
     this.btnclose.Location = new System.Drawing.Point(468, 37);
     this.btnclose.Name = "btnclose";
     this.btnclose.Size = new System.Drawing.Size(75, 23);
     this.btnclose.TabIndex = 2;
     this.btnclose.Text = "退出";
     this.btnclose.UseVisualStyleBackColor = true;
     //
     // FM_EmptyBang
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(699, 468);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "FM_EmptyBang";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "空车过磅";
     this.Load += new System.EventHandler(this.FM_EmptyBang_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FM_EmptyBang_FormClosing);
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tbp_zd.ResumeLayout(false);
     this.tbp_zd.PerformLayout();
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.msc_Auto)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.panel9.ResumeLayout(false);
     this.panel9.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckTicketForFullCarPX));
     this.menuWeight = new System.Windows.Forms.MenuStrip();
     this.MenuItem_AutoCT = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuItem_HandCT = new System.Windows.Forms.ToolStripMenuItem();
     this.gbNavicertInfo = new System.Windows.Forms.GroupBox();
     this.txtCarOwnerName = new System.Windows.Forms.TextBox();
     this.txtCarType = new System.Windows.Forms.TextBox();
     this.txtCarNo = new System.Windows.Forms.TextBox();
     this.txtNavicertCard = new System.Windows.Forms.TextBox();
     this.labCarOwnerName = new System.Windows.Forms.Label();
     this.labCarType = new System.Windows.Forms.Label();
     this.labCarNo = new System.Windows.Forms.Label();
     this.labNavicert = new System.Windows.Forms.Label();
     this.gbCurrentInfo = new System.Windows.Forms.GroupBox();
     this.txtCuMarkedCardCode = new System.Windows.Forms.TextBox();
     this.labCuMarkedCardCode = new System.Windows.Forms.Label();
     this.txtCuWeightDate = new System.Windows.Forms.TextBox();
     this.txtCuCollName = new System.Windows.Forms.TextBox();
     this.txtCuLoadWeight = new System.Windows.Forms.TextBox();
     this.txtCoalKindName = new System.Windows.Forms.TextBox();
     this.txtCuRoomName = new System.Windows.Forms.TextBox();
     this.labCuWeightDate = new System.Windows.Forms.Label();
     this.labCuCollName = new System.Windows.Forms.Label();
     this.labCuWeightCode = new System.Windows.Forms.Label();
     this.labCuCoalKindName = new System.Windows.Forms.Label();
     this.labCuRoomName = new System.Windows.Forms.Label();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.label26 = new System.Windows.Forms.Label();
     this.labCuLoadWeight = new System.Windows.Forms.Label();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.label24 = new System.Windows.Forms.Label();
     this.labCuNetWeight = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label10 = new System.Windows.Forms.Label();
     this.labCuEmptyWeight = new System.Windows.Forms.Label();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.txtLastMarkedCard = new System.Windows.Forms.TextBox();
     this.labLastMarkedCard = new System.Windows.Forms.Label();
     this.txtLastWeightDate = new System.Windows.Forms.TextBox();
     this.txtLastCollName = new System.Windows.Forms.TextBox();
     this.txtLastWeightCode = new System.Windows.Forms.TextBox();
     this.txtLastCoalKind = new System.Windows.Forms.TextBox();
     this.txtLastRoomName = new System.Windows.Forms.TextBox();
     this.labLastWeightDate = new System.Windows.Forms.Label();
     this.labLastCollName = new System.Windows.Forms.Label();
     this.labLastWeightCode = new System.Windows.Forms.Label();
     this.labLastCoalKind = new System.Windows.Forms.Label();
     this.labLastRoomName = new System.Windows.Forms.Label();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.labLastLoadWeight = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.labLastNetWeight = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.label16 = new System.Windows.Forms.Label();
     this.labLastEmptyWeight = new System.Windows.Forms.Label();
     this.BtnReset = new System.Windows.Forms.Button();
     this.BtnExit = new System.Windows.Forms.Button();
     this.alSound = new ThirdLibrary.AlarmSound(this.components);
     this.menuWeight.SuspendLayout();
     this.gbNavicertInfo.SuspendLayout();
     this.gbCurrentInfo.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox9.SuspendLayout();
     this.groupBox8.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.SuspendLayout();
     //
     // menuWeight
     //
     this.menuWeight.BackColor = System.Drawing.Color.Transparent;
     this.menuWeight.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuItem_AutoCT,
     this.MenuItem_HandCT});
     this.menuWeight.Location = new System.Drawing.Point(0, 0);
     this.menuWeight.Name = "menuWeight";
     this.menuWeight.Size = new System.Drawing.Size(650, 25);
     this.menuWeight.TabIndex = 0;
     this.menuWeight.Text = "menuStrip1";
     //
     // MenuItem_AutoCT
     //
     this.MenuItem_AutoCT.Checked = true;
     this.MenuItem_AutoCT.CheckState = System.Windows.Forms.CheckState.Checked;
     this.MenuItem_AutoCT.Font = new System.Drawing.Font("华文中宋", 11F, System.Drawing.FontStyle.Bold);
     this.MenuItem_AutoCT.ForeColor = System.Drawing.Color.Black;
     this.MenuItem_AutoCT.Name = "MenuItem_AutoCT";
     this.MenuItem_AutoCT.Size = new System.Drawing.Size(84, 21);
     this.MenuItem_AutoCT.Text = "自动验票";
     this.MenuItem_AutoCT.Click += new System.EventHandler(this.ToolStripMenuItem_AutoCT_Click);
     //
     // MenuItem_HandCT
     //
     this.MenuItem_HandCT.Font = new System.Drawing.Font("华文中宋", 11F, System.Drawing.FontStyle.Bold);
     this.MenuItem_HandCT.Name = "MenuItem_HandCT";
     this.MenuItem_HandCT.Size = new System.Drawing.Size(84, 21);
     this.MenuItem_HandCT.Text = "手动验票";
     this.MenuItem_HandCT.Click += new System.EventHandler(this.ToolStripMenuItem_HandCT_Click);
     //
     // gbNavicertInfo
     //
     this.gbNavicertInfo.BackColor = System.Drawing.Color.Transparent;
     this.gbNavicertInfo.Controls.Add(this.txtCarOwnerName);
     this.gbNavicertInfo.Controls.Add(this.txtCarType);
     this.gbNavicertInfo.Controls.Add(this.txtCarNo);
     this.gbNavicertInfo.Controls.Add(this.txtNavicertCard);
     this.gbNavicertInfo.Controls.Add(this.labCarOwnerName);
     this.gbNavicertInfo.Controls.Add(this.labCarType);
     this.gbNavicertInfo.Controls.Add(this.labCarNo);
     this.gbNavicertInfo.Controls.Add(this.labNavicert);
     this.gbNavicertInfo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbNavicertInfo.ForeColor = System.Drawing.Color.White;
     this.gbNavicertInfo.Location = new System.Drawing.Point(29, 29);
     this.gbNavicertInfo.Name = "gbNavicertInfo";
     this.gbNavicertInfo.Size = new System.Drawing.Size(598, 82);
     this.gbNavicertInfo.TabIndex = 1;
     this.gbNavicertInfo.TabStop = false;
     this.gbNavicertInfo.Text = "准运卡信息";
     //
     // txtCarOwnerName
     //
     this.txtCarOwnerName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCarOwnerName.Location = new System.Drawing.Point(377, 50);
     this.txtCarOwnerName.Name = "txtCarOwnerName";
     this.txtCarOwnerName.ReadOnly = true;
     this.txtCarOwnerName.Size = new System.Drawing.Size(138, 23);
     this.txtCarOwnerName.TabIndex = 11;
     //
     // txtCarType
     //
     this.txtCarType.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCarType.Location = new System.Drawing.Point(377, 20);
     this.txtCarType.Name = "txtCarType";
     this.txtCarType.ReadOnly = true;
     this.txtCarType.Size = new System.Drawing.Size(138, 23);
     this.txtCarType.TabIndex = 10;
     //
     // txtCarNo
     //
     this.txtCarNo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCarNo.Location = new System.Drawing.Point(126, 50);
     this.txtCarNo.Name = "txtCarNo";
     this.txtCarNo.ReadOnly = true;
     this.txtCarNo.Size = new System.Drawing.Size(138, 23);
     this.txtCarNo.TabIndex = 9;
     //
     // txtNavicertCard
     //
     this.txtNavicertCard.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtNavicertCard.Location = new System.Drawing.Point(126, 20);
     this.txtNavicertCard.MaxLength = 10;
     this.txtNavicertCard.Name = "txtNavicertCard";
     this.txtNavicertCard.ReadOnly = true;
     this.txtNavicertCard.Size = new System.Drawing.Size(138, 23);
     this.txtNavicertCard.TabIndex = 8;
     this.txtNavicertCard.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNavicertCard_KeyDown);
     //
     // labCarOwnerName
     //
     this.labCarOwnerName.AutoSize = true;
     this.labCarOwnerName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labCarOwnerName.ForeColor = System.Drawing.Color.White;
     this.labCarOwnerName.Location = new System.Drawing.Point(308, 55);
     this.labCarOwnerName.Name = "labCarOwnerName";
     this.labCarOwnerName.Size = new System.Drawing.Size(77, 14);
     this.labCarOwnerName.TabIndex = 3;
     this.labCarOwnerName.Text = "车主姓名:";
     //
     // labCarType
     //
     this.labCarType.AutoSize = true;
     this.labCarType.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labCarType.ForeColor = System.Drawing.Color.White;
     this.labCarType.Location = new System.Drawing.Point(308, 25);
     this.labCarType.Name = "labCarType";
     this.labCarType.Size = new System.Drawing.Size(77, 14);
     this.labCarType.TabIndex = 2;
     this.labCarType.Text = "车辆型号:";
     //
     // labCarNo
     //
     this.labCarNo.AutoSize = true;
     this.labCarNo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labCarNo.ForeColor = System.Drawing.Color.White;
     this.labCarNo.Location = new System.Drawing.Point(56, 55);
     this.labCarNo.Name = "labCarNo";
     this.labCarNo.Size = new System.Drawing.Size(77, 14);
     this.labCarNo.TabIndex = 1;
     this.labCarNo.Text = "车牌号码:";
     //
     // labNavicert
     //
     this.labNavicert.AutoSize = true;
     this.labNavicert.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labNavicert.ForeColor = System.Drawing.Color.White;
     this.labNavicert.Location = new System.Drawing.Point(56, 25);
     this.labNavicert.Name = "labNavicert";
     this.labNavicert.Size = new System.Drawing.Size(77, 14);
     this.labNavicert.TabIndex = 0;
     this.labNavicert.Text = "准运卡号:";
     //
     // gbCurrentInfo
     //
     this.gbCurrentInfo.BackColor = System.Drawing.Color.Transparent;
     this.gbCurrentInfo.Controls.Add(this.txtCuMarkedCardCode);
     this.gbCurrentInfo.Controls.Add(this.labCuMarkedCardCode);
     this.gbCurrentInfo.Controls.Add(this.txtCuWeightDate);
     this.gbCurrentInfo.Controls.Add(this.txtCuCollName);
     this.gbCurrentInfo.Controls.Add(this.txtCuLoadWeight);
     this.gbCurrentInfo.Controls.Add(this.txtCoalKindName);
     this.gbCurrentInfo.Controls.Add(this.txtCuRoomName);
     this.gbCurrentInfo.Controls.Add(this.labCuWeightDate);
     this.gbCurrentInfo.Controls.Add(this.labCuCollName);
     this.gbCurrentInfo.Controls.Add(this.labCuWeightCode);
     this.gbCurrentInfo.Controls.Add(this.labCuCoalKindName);
     this.gbCurrentInfo.Controls.Add(this.labCuRoomName);
     this.gbCurrentInfo.Controls.Add(this.groupBox5);
     this.gbCurrentInfo.Controls.Add(this.groupBox4);
     this.gbCurrentInfo.Controls.Add(this.groupBox3);
     this.gbCurrentInfo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbCurrentInfo.ForeColor = System.Drawing.Color.White;
     this.gbCurrentInfo.Location = new System.Drawing.Point(29, 119);
     this.gbCurrentInfo.Name = "gbCurrentInfo";
     this.gbCurrentInfo.Size = new System.Drawing.Size(598, 204);
     this.gbCurrentInfo.TabIndex = 2;
     this.gbCurrentInfo.TabStop = false;
     this.gbCurrentInfo.Text = "当前过磅记录";
     //
     // txtCuMarkedCardCode
     //
     this.txtCuMarkedCardCode.BackColor = System.Drawing.SystemColors.Control;
     this.txtCuMarkedCardCode.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCuMarkedCardCode.Location = new System.Drawing.Point(377, 96);
     this.txtCuMarkedCardCode.Name = "txtCuMarkedCardCode";
     this.txtCuMarkedCardCode.ReadOnly = true;
     this.txtCuMarkedCardCode.Size = new System.Drawing.Size(138, 23);
     this.txtCuMarkedCardCode.TabIndex = 15;
     //
     // labCuMarkedCardCode
     //
     this.labCuMarkedCardCode.AutoSize = true;
     this.labCuMarkedCardCode.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labCuMarkedCardCode.Location = new System.Drawing.Point(308, 102);
     this.labCuMarkedCardCode.Name = "labCuMarkedCardCode";
     this.labCuMarkedCardCode.Size = new System.Drawing.Size(77, 14);
     this.labCuMarkedCardCode.TabIndex = 14;
     this.labCuMarkedCardCode.Text = "标识卡号:";
     //
     // txtCuWeightDate
     //
     this.txtCuWeightDate.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCuWeightDate.Location = new System.Drawing.Point(126, 156);
     this.txtCuWeightDate.Name = "txtCuWeightDate";
     this.txtCuWeightDate.ReadOnly = true;
     this.txtCuWeightDate.Size = new System.Drawing.Size(138, 23);
     this.txtCuWeightDate.TabIndex = 13;
     //
     // txtCuCollName
     //
     this.txtCuCollName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCuCollName.Location = new System.Drawing.Point(377, 126);
     this.txtCuCollName.Name = "txtCuCollName";
     this.txtCuCollName.ReadOnly = true;
     this.txtCuCollName.Size = new System.Drawing.Size(138, 23);
     this.txtCuCollName.TabIndex = 12;
     //
     // txtCuLoadWeight
     //
     this.txtCuLoadWeight.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCuLoadWeight.Location = new System.Drawing.Point(126, 96);
     this.txtCuLoadWeight.Name = "txtCuLoadWeight";
     this.txtCuLoadWeight.ReadOnly = true;
     this.txtCuLoadWeight.Size = new System.Drawing.Size(138, 23);
     this.txtCuLoadWeight.TabIndex = 11;
     //
     // txtCoalKindName
     //
     this.txtCoalKindName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCoalKindName.Location = new System.Drawing.Point(377, 156);
     this.txtCoalKindName.Name = "txtCoalKindName";
     this.txtCoalKindName.ReadOnly = true;
     this.txtCoalKindName.Size = new System.Drawing.Size(138, 23);
     this.txtCoalKindName.TabIndex = 10;
     //
     // txtCuRoomName
     //
     this.txtCuRoomName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCuRoomName.Location = new System.Drawing.Point(126, 126);
     this.txtCuRoomName.Name = "txtCuRoomName";
     this.txtCuRoomName.ReadOnly = true;
     this.txtCuRoomName.Size = new System.Drawing.Size(138, 23);
     this.txtCuRoomName.TabIndex = 9;
     //
     // labCuWeightDate
     //
     this.labCuWeightDate.AutoSize = true;
     this.labCuWeightDate.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labCuWeightDate.Location = new System.Drawing.Point(57, 162);
     this.labCuWeightDate.Name = "labCuWeightDate";
     this.labCuWeightDate.Size = new System.Drawing.Size(77, 14);
     this.labCuWeightDate.TabIndex = 8;
     this.labCuWeightDate.Text = "过磅日期:";
     //
     // labCuCollName
     //
     this.labCuCollName.AutoSize = true;
     this.labCuCollName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labCuCollName.Location = new System.Drawing.Point(308, 132);
     this.labCuCollName.Name = "labCuCollName";
     this.labCuCollName.Size = new System.Drawing.Size(77, 14);
     this.labCuCollName.TabIndex = 7;
     this.labCuCollName.Text = "煤矿名称:";
     //
     // labCuWeightCode
     //
     this.labCuWeightCode.AutoSize = true;
     this.labCuWeightCode.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labCuWeightCode.Location = new System.Drawing.Point(56, 102);
     this.labCuWeightCode.Name = "labCuWeightCode";
     this.labCuWeightCode.Size = new System.Drawing.Size(77, 14);
     this.labCuWeightCode.TabIndex = 6;
     this.labCuWeightCode.Text = "过磅单号:";
     //
     // labCuCoalKindName
     //
     this.labCuCoalKindName.AutoSize = true;
     this.labCuCoalKindName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labCuCoalKindName.Location = new System.Drawing.Point(308, 162);
     this.labCuCoalKindName.Name = "labCuCoalKindName";
     this.labCuCoalKindName.Size = new System.Drawing.Size(77, 14);
     this.labCuCoalKindName.TabIndex = 5;
     this.labCuCoalKindName.Text = "煤种名称:";
     //
     // labCuRoomName
     //
     this.labCuRoomName.AutoSize = true;
     this.labCuRoomName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labCuRoomName.Location = new System.Drawing.Point(57, 132);
     this.labCuRoomName.Name = "labCuRoomName";
     this.labCuRoomName.Size = new System.Drawing.Size(77, 14);
     this.labCuRoomName.TabIndex = 4;
     this.labCuRoomName.Text = "磅房名称:";
     //
     // groupBox5
     //
     this.groupBox5.BackColor = System.Drawing.Color.Transparent;
     this.groupBox5.Controls.Add(this.label26);
     this.groupBox5.Controls.Add(this.labCuLoadWeight);
     this.groupBox5.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox5.ForeColor = System.Drawing.Color.White;
     this.groupBox5.Location = new System.Drawing.Point(412, 23);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(167, 60);
     this.groupBox5.TabIndex = 2;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "车辆毛重";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Font = new System.Drawing.Font("宋体", 15.75F);
     this.label26.Location = new System.Drawing.Point(118, 25);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(31, 21);
     this.label26.TabIndex = 10;
     this.label26.Text = "吨";
     //
     // labCuLoadWeight
     //
     this.labCuLoadWeight.AutoSize = true;
     this.labCuLoadWeight.Font = new System.Drawing.Font("宋体", 15.75F);
     this.labCuLoadWeight.Location = new System.Drawing.Point(24, 25);
     this.labCuLoadWeight.Name = "labCuLoadWeight";
     this.labCuLoadWeight.Size = new System.Drawing.Size(54, 21);
     this.labCuLoadWeight.TabIndex = 9;
     this.labCuLoadWeight.Text = "0.00";
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.Transparent;
     this.groupBox4.Controls.Add(this.label24);
     this.groupBox4.Controls.Add(this.labCuNetWeight);
     this.groupBox4.Font = new System.Drawing.Font("宋体", 10F);
     this.groupBox4.ForeColor = System.Drawing.Color.White;
     this.groupBox4.Location = new System.Drawing.Point(217, 23);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(167, 60);
     this.groupBox4.TabIndex = 1;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "煤炭净重";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label24.Location = new System.Drawing.Point(114, 25);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(31, 21);
     this.label24.TabIndex = 10;
     this.label24.Text = "吨";
     //
     // labCuNetWeight
     //
     this.labCuNetWeight.AutoSize = true;
     this.labCuNetWeight.Font = new System.Drawing.Font("宋体", 15.75F);
     this.labCuNetWeight.Location = new System.Drawing.Point(32, 25);
     this.labCuNetWeight.Name = "labCuNetWeight";
     this.labCuNetWeight.Size = new System.Drawing.Size(54, 21);
     this.labCuNetWeight.TabIndex = 9;
     this.labCuNetWeight.Text = "0.00";
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.Transparent;
     this.groupBox3.Controls.Add(this.label10);
     this.groupBox3.Controls.Add(this.labCuEmptyWeight);
     this.groupBox3.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox3.ForeColor = System.Drawing.Color.White;
     this.groupBox3.Location = new System.Drawing.Point(22, 23);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(167, 60);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "车辆皮重";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("宋体", 15.75F);
     this.label10.Location = new System.Drawing.Point(112, 25);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(31, 21);
     this.label10.TabIndex = 9;
     this.label10.Text = "吨";
     //
     // labCuEmptyWeight
     //
     this.labCuEmptyWeight.AutoSize = true;
     this.labCuEmptyWeight.Font = new System.Drawing.Font("宋体", 15.75F);
     this.labCuEmptyWeight.Location = new System.Drawing.Point(27, 25);
     this.labCuEmptyWeight.Name = "labCuEmptyWeight";
     this.labCuEmptyWeight.Size = new System.Drawing.Size(54, 21);
     this.labCuEmptyWeight.TabIndex = 8;
     this.labCuEmptyWeight.Text = "0.00";
     //
     // groupBox6
     //
     this.groupBox6.BackColor = System.Drawing.Color.Transparent;
     this.groupBox6.Controls.Add(this.txtLastMarkedCard);
     this.groupBox6.Controls.Add(this.labLastMarkedCard);
     this.groupBox6.Controls.Add(this.txtLastWeightDate);
     this.groupBox6.Controls.Add(this.txtLastCollName);
     this.groupBox6.Controls.Add(this.txtLastWeightCode);
     this.groupBox6.Controls.Add(this.txtLastCoalKind);
     this.groupBox6.Controls.Add(this.txtLastRoomName);
     this.groupBox6.Controls.Add(this.labLastWeightDate);
     this.groupBox6.Controls.Add(this.labLastCollName);
     this.groupBox6.Controls.Add(this.labLastWeightCode);
     this.groupBox6.Controls.Add(this.labLastCoalKind);
     this.groupBox6.Controls.Add(this.labLastRoomName);
     this.groupBox6.Controls.Add(this.groupBox9);
     this.groupBox6.Controls.Add(this.groupBox8);
     this.groupBox6.Controls.Add(this.groupBox7);
     this.groupBox6.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox6.ForeColor = System.Drawing.Color.White;
     this.groupBox6.Location = new System.Drawing.Point(29, 330);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(598, 200);
     this.groupBox6.TabIndex = 3;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "最近一次过磅记录";
     //
     // txtLastMarkedCard
     //
     this.txtLastMarkedCard.BackColor = System.Drawing.SystemColors.Control;
     this.txtLastMarkedCard.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtLastMarkedCard.Location = new System.Drawing.Point(377, 96);
     this.txtLastMarkedCard.Name = "txtLastMarkedCard";
     this.txtLastMarkedCard.ReadOnly = true;
     this.txtLastMarkedCard.Size = new System.Drawing.Size(138, 23);
     this.txtLastMarkedCard.TabIndex = 17;
     //
     // labLastMarkedCard
     //
     this.labLastMarkedCard.AutoSize = true;
     this.labLastMarkedCard.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labLastMarkedCard.Location = new System.Drawing.Point(308, 102);
     this.labLastMarkedCard.Name = "labLastMarkedCard";
     this.labLastMarkedCard.Size = new System.Drawing.Size(77, 14);
     this.labLastMarkedCard.TabIndex = 16;
     this.labLastMarkedCard.Text = "标识卡号:";
     //
     // txtLastWeightDate
     //
     this.txtLastWeightDate.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtLastWeightDate.Location = new System.Drawing.Point(126, 156);
     this.txtLastWeightDate.Name = "txtLastWeightDate";
     this.txtLastWeightDate.ReadOnly = true;
     this.txtLastWeightDate.Size = new System.Drawing.Size(138, 23);
     this.txtLastWeightDate.TabIndex = 14;
     //
     // txtLastCollName
     //
     this.txtLastCollName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtLastCollName.Location = new System.Drawing.Point(377, 126);
     this.txtLastCollName.Name = "txtLastCollName";
     this.txtLastCollName.ReadOnly = true;
     this.txtLastCollName.Size = new System.Drawing.Size(138, 23);
     this.txtLastCollName.TabIndex = 13;
     //
     // txtLastWeightCode
     //
     this.txtLastWeightCode.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtLastWeightCode.Location = new System.Drawing.Point(126, 96);
     this.txtLastWeightCode.Name = "txtLastWeightCode";
     this.txtLastWeightCode.ReadOnly = true;
     this.txtLastWeightCode.Size = new System.Drawing.Size(138, 23);
     this.txtLastWeightCode.TabIndex = 12;
     //
     // txtLastCoalKind
     //
     this.txtLastCoalKind.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtLastCoalKind.Location = new System.Drawing.Point(378, 156);
     this.txtLastCoalKind.Name = "txtLastCoalKind";
     this.txtLastCoalKind.ReadOnly = true;
     this.txtLastCoalKind.Size = new System.Drawing.Size(138, 23);
     this.txtLastCoalKind.TabIndex = 11;
     //
     // txtLastRoomName
     //
     this.txtLastRoomName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtLastRoomName.Location = new System.Drawing.Point(126, 126);
     this.txtLastRoomName.Name = "txtLastRoomName";
     this.txtLastRoomName.ReadOnly = true;
     this.txtLastRoomName.Size = new System.Drawing.Size(138, 23);
     this.txtLastRoomName.TabIndex = 10;
     //
     // labLastWeightDate
     //
     this.labLastWeightDate.AutoSize = true;
     this.labLastWeightDate.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labLastWeightDate.Location = new System.Drawing.Point(57, 162);
     this.labLastWeightDate.Name = "labLastWeightDate";
     this.labLastWeightDate.Size = new System.Drawing.Size(77, 14);
     this.labLastWeightDate.TabIndex = 9;
     this.labLastWeightDate.Text = "过磅日期:";
     //
     // labLastCollName
     //
     this.labLastCollName.AutoSize = true;
     this.labLastCollName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labLastCollName.Location = new System.Drawing.Point(307, 132);
     this.labLastCollName.Name = "labLastCollName";
     this.labLastCollName.Size = new System.Drawing.Size(77, 14);
     this.labLastCollName.TabIndex = 8;
     this.labLastCollName.Text = "煤矿名称:";
     //
     // labLastWeightCode
     //
     this.labLastWeightCode.AutoSize = true;
     this.labLastWeightCode.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labLastWeightCode.Location = new System.Drawing.Point(56, 102);
     this.labLastWeightCode.Name = "labLastWeightCode";
     this.labLastWeightCode.Size = new System.Drawing.Size(77, 14);
     this.labLastWeightCode.TabIndex = 7;
     this.labLastWeightCode.Text = "过磅单号:";
     //
     // labLastCoalKind
     //
     this.labLastCoalKind.AutoSize = true;
     this.labLastCoalKind.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labLastCoalKind.Location = new System.Drawing.Point(308, 162);
     this.labLastCoalKind.Name = "labLastCoalKind";
     this.labLastCoalKind.Size = new System.Drawing.Size(77, 14);
     this.labLastCoalKind.TabIndex = 6;
     this.labLastCoalKind.Text = "煤种名称:";
     //
     // labLastRoomName
     //
     this.labLastRoomName.AutoSize = true;
     this.labLastRoomName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labLastRoomName.Location = new System.Drawing.Point(56, 132);
     this.labLastRoomName.Name = "labLastRoomName";
     this.labLastRoomName.Size = new System.Drawing.Size(77, 14);
     this.labLastRoomName.TabIndex = 5;
     this.labLastRoomName.Text = "磅房名称:";
     //
     // groupBox9
     //
     this.groupBox9.BackColor = System.Drawing.Color.Transparent;
     this.groupBox9.Controls.Add(this.labLastLoadWeight);
     this.groupBox9.Controls.Add(this.label28);
     this.groupBox9.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox9.ForeColor = System.Drawing.Color.White;
     this.groupBox9.Location = new System.Drawing.Point(412, 23);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(167, 60);
     this.groupBox9.TabIndex = 3;
     this.groupBox9.TabStop = false;
     this.groupBox9.Text = "车辆毛重";
     //
     // labLastLoadWeight
     //
     this.labLastLoadWeight.AutoSize = true;
     this.labLastLoadWeight.Font = new System.Drawing.Font("宋体", 15.75F);
     this.labLastLoadWeight.Location = new System.Drawing.Point(24, 25);
     this.labLastLoadWeight.Name = "labLastLoadWeight";
     this.labLastLoadWeight.Size = new System.Drawing.Size(54, 21);
     this.labLastLoadWeight.TabIndex = 11;
     this.labLastLoadWeight.Text = "0.00";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("宋体", 15.75F);
     this.label28.Location = new System.Drawing.Point(118, 25);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(31, 21);
     this.label28.TabIndex = 10;
     this.label28.Text = "吨";
     //
     // groupBox8
     //
     this.groupBox8.BackColor = System.Drawing.Color.Transparent;
     this.groupBox8.Controls.Add(this.labLastNetWeight);
     this.groupBox8.Controls.Add(this.label27);
     this.groupBox8.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox8.ForeColor = System.Drawing.Color.White;
     this.groupBox8.Location = new System.Drawing.Point(217, 23);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(167, 60);
     this.groupBox8.TabIndex = 2;
     this.groupBox8.TabStop = false;
     this.groupBox8.Text = "煤炭净重";
     //
     // labLastNetWeight
     //
     this.labLastNetWeight.AutoSize = true;
     this.labLastNetWeight.Font = new System.Drawing.Font("宋体", 15.75F);
     this.labLastNetWeight.Location = new System.Drawing.Point(32, 25);
     this.labLastNetWeight.Name = "labLastNetWeight";
     this.labLastNetWeight.Size = new System.Drawing.Size(54, 21);
     this.labLastNetWeight.TabIndex = 11;
     this.labLastNetWeight.Text = "0.00";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Font = new System.Drawing.Font("宋体", 15.75F);
     this.label27.Location = new System.Drawing.Point(114, 25);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(31, 21);
     this.label27.TabIndex = 10;
     this.label27.Text = "吨";
     //
     // groupBox7
     //
     this.groupBox7.BackColor = System.Drawing.Color.Transparent;
     this.groupBox7.Controls.Add(this.label16);
     this.groupBox7.Controls.Add(this.labLastEmptyWeight);
     this.groupBox7.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox7.ForeColor = System.Drawing.Color.White;
     this.groupBox7.Location = new System.Drawing.Point(22, 23);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(167, 60);
     this.groupBox7.TabIndex = 1;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "车辆皮重";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font = new System.Drawing.Font("宋体", 15.75F);
     this.label16.Location = new System.Drawing.Point(112, 25);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(31, 21);
     this.label16.TabIndex = 9;
     this.label16.Text = "吨";
     //
     // labLastEmptyWeight
     //
     this.labLastEmptyWeight.AutoSize = true;
     this.labLastEmptyWeight.Font = new System.Drawing.Font("宋体", 15.75F);
     this.labLastEmptyWeight.Location = new System.Drawing.Point(27, 25);
     this.labLastEmptyWeight.Name = "labLastEmptyWeight";
     this.labLastEmptyWeight.Size = new System.Drawing.Size(54, 21);
     this.labLastEmptyWeight.TabIndex = 8;
     this.labLastEmptyWeight.Text = "0.00";
     //
     // BtnReset
     //
     this.BtnReset.BackColor = System.Drawing.Color.Transparent;
     this.BtnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.BtnReset.ForeColor = System.Drawing.Color.White;
     this.BtnReset.Image = global::CoalTraffic.Properties.Resources.EmptyBang_Clear;
     this.BtnReset.Location = new System.Drawing.Point(194, 545);
     this.BtnReset.Margin = new System.Windows.Forms.Padding(0);
     this.BtnReset.Name = "BtnReset";
     this.BtnReset.Size = new System.Drawing.Size(75, 25);
     this.BtnReset.TabIndex = 4;
     this.BtnReset.UseVisualStyleBackColor = false;
     this.BtnReset.Click += new System.EventHandler(this.BtnReset_Click);
     //
     // BtnExit
     //
     this.BtnExit.BackColor = System.Drawing.Color.Transparent;
     this.BtnExit.FlatAppearance.BorderSize = 0;
     this.BtnExit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.BtnExit.ForeColor = System.Drawing.Color.Transparent;
     this.BtnExit.Image = global::CoalTraffic.Properties.Resources.EmptyBang_Exit;
     this.BtnExit.Location = new System.Drawing.Point(354, 545);
     this.BtnExit.Margin = new System.Windows.Forms.Padding(0);
     this.BtnExit.Name = "BtnExit";
     this.BtnExit.Size = new System.Drawing.Size(75, 25);
     this.BtnExit.TabIndex = 5;
     this.BtnExit.UseVisualStyleBackColor = false;
     this.BtnExit.Click += new System.EventHandler(this.BtnExit_Click);
     //
     // CheckTicketForFullCarPX
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(650, 591);
     this.ControlBox = false;
     this.Controls.Add(this.BtnExit);
     this.Controls.Add(this.BtnReset);
     this.Controls.Add(this.groupBox6);
     this.Controls.Add(this.gbCurrentInfo);
     this.Controls.Add(this.gbNavicertInfo);
     this.Controls.Add(this.menuWeight);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuWeight;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "CheckTicketForFullCarPX";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "重车验票";
     this.Load += new System.EventHandler(this.CheckTicketForFullCarPX_Load);
     this.menuWeight.ResumeLayout(false);
     this.menuWeight.PerformLayout();
     this.gbNavicertInfo.ResumeLayout(false);
     this.gbNavicertInfo.PerformLayout();
     this.gbCurrentInfo.ResumeLayout(false);
     this.gbCurrentInfo.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox9.ResumeLayout(false);
     this.groupBox9.PerformLayout();
     this.groupBox8.ResumeLayout(false);
     this.groupBox8.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MakeUpNavicertCard));
     this.txtBStartTime = new System.Windows.Forms.TextBox();
     this.txtBClaimPerson = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.panel3 = new System.Windows.Forms.Panel();
     this.btnExit = new System.Windows.Forms.Button();
     this.btnSend = new System.Windows.Forms.Button();
     this.txtBSendPerson = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtBRemoteCard = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.alarmSound = new ThirdLibrary.AlarmSound(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.txtBMostWeight = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.picSelectEmpty = new System.Windows.Forms.PictureBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.txtBEmptyWeight = new System.Windows.Forms.TextBox();
     this.txtBDriveLicense = new System.Windows.Forms.TextBox();
     this.txtBCarType = new System.Windows.Forms.TextBox();
     this.txtBCarNo = new System.Windows.Forms.TextBox();
     this.txtBEmptyCode = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.txtBOrgName = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.txtBNavicertCode = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.txtBRemark = new System.Windows.Forms.TextBox();
     this.remoteCard = new ThirdLibrary.RFCard(this.components);
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picSelectEmpty)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // txtBStartTime
     //
     this.txtBStartTime.BackColor = System.Drawing.SystemColors.Control;
     this.txtBStartTime.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtBStartTime.Location = new System.Drawing.Point(125, 38);
     this.txtBStartTime.MaxLength = 20;
     this.txtBStartTime.Name = "txtBStartTime";
     this.txtBStartTime.ReadOnly = true;
     this.txtBStartTime.Size = new System.Drawing.Size(150, 22);
     this.txtBStartTime.TabIndex = 47;
     //
     // txtBClaimPerson
     //
     this.txtBClaimPerson.BackColor = System.Drawing.Color.White;
     this.txtBClaimPerson.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtBClaimPerson.Location = new System.Drawing.Point(412, 72);
     this.txtBClaimPerson.MaxLength = 20;
     this.txtBClaimPerson.Name = "txtBClaimPerson";
     this.txtBClaimPerson.Size = new System.Drawing.Size(150, 22);
     this.txtBClaimPerson.TabIndex = 1;
     this.txtBClaimPerson.TabStop = false;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label9.ForeColor = System.Drawing.Color.White;
     this.label9.Location = new System.Drawing.Point(358, 75);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(59, 13);
     this.label9.TabIndex = 45;
     this.label9.Text = "领卡人:";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.Transparent;
     this.panel3.Controls.Add(this.btnExit);
     this.panel3.Controls.Add(this.btnSend);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 365);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(599, 52);
     this.panel3.TabIndex = 11;
     //
     // btnExit
     //
     this.btnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExit.BackgroundImage")));
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnExit.ForeColor = System.Drawing.Color.White;
     this.btnExit.Location = new System.Drawing.Point(361, 13);
     this.btnExit.Name = "btnExit";
     this.btnExit.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnExit.Size = new System.Drawing.Size(71, 23);
     this.btnExit.TabIndex = 10;
     this.btnExit.Text = "退  出";
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnSend
     //
     this.btnSend.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSend.BackgroundImage")));
     this.btnSend.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSend.ForeColor = System.Drawing.Color.White;
     this.btnSend.Location = new System.Drawing.Point(165, 13);
     this.btnSend.Name = "btnSend";
     this.btnSend.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnSend.Size = new System.Drawing.Size(71, 23);
     this.btnSend.TabIndex = 9;
     this.btnSend.Text = "发  卡";
     this.btnSend.UseVisualStyleBackColor = true;
     this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
     //
     // txtBSendPerson
     //
     this.txtBSendPerson.BackColor = System.Drawing.SystemColors.Control;
     this.txtBSendPerson.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtBSendPerson.Location = new System.Drawing.Point(412, 38);
     this.txtBSendPerson.Name = "txtBSendPerson";
     this.txtBSendPerson.ReadOnly = true;
     this.txtBSendPerson.Size = new System.Drawing.Size(150, 22);
     this.txtBSendPerson.TabIndex = 41;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(58, 41);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(72, 13);
     this.label8.TabIndex = 37;
     this.label8.Text = "发卡时间:";
     //
     // txtBRemoteCard
     //
     this.txtBRemoteCard.BackColor = System.Drawing.Color.White;
     this.txtBRemoteCard.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtBRemoteCard.Location = new System.Drawing.Point(126, 111);
     this.txtBRemoteCard.Name = "txtBRemoteCard";
     this.txtBRemoteCard.ReadOnly = true;
     this.txtBRemoteCard.Size = new System.Drawing.Size(436, 22);
     this.txtBRemoteCard.TabIndex = 26;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(358, 42);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(59, 13);
     this.label7.TabIndex = 36;
     this.label7.Text = "发卡人:";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.txtBRemoteCard);
     this.panel1.Controls.Add(this.txtBMostWeight);
     this.panel1.Controls.Add(this.label18);
     this.panel1.Controls.Add(this.label17);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.picSelectEmpty);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.txtBEmptyWeight);
     this.panel1.Controls.Add(this.txtBDriveLicense);
     this.panel1.Controls.Add(this.txtBCarType);
     this.panel1.Controls.Add(this.txtBCarNo);
     this.panel1.Controls.Add(this.txtBEmptyCode);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(599, 170);
     this.panel1.TabIndex = 9;
     //
     // txtBMostWeight
     //
     this.txtBMostWeight.BackColor = System.Drawing.Color.White;
     this.txtBMostWeight.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtBMostWeight.Location = new System.Drawing.Point(125, 85);
     this.txtBMostWeight.Name = "txtBMostWeight";
     this.txtBMostWeight.ReadOnly = true;
     this.txtBMostWeight.Size = new System.Drawing.Size(150, 22);
     this.txtBMostWeight.TabIndex = 26;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.ForeColor = System.Drawing.Color.White;
     this.label18.Location = new System.Drawing.Point(282, 96);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(17, 12);
     this.label18.TabIndex = 154;
     this.label18.Text = "吨";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.ForeColor = System.Drawing.Color.White;
     this.label17.Location = new System.Drawing.Point(282, 64);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(17, 12);
     this.label17.TabIndex = 153;
     this.label17.Text = "吨";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Bold);
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(30, 18);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(91, 13);
     this.label13.TabIndex = 27;
     this.label13.Text = "车辆登记信息";
     //
     // picSelectEmpty
     //
     this.picSelectEmpty.Cursor = System.Windows.Forms.Cursors.Hand;
     this.picSelectEmpty.Image = ((System.Drawing.Image)(resources.GetObject("picSelectEmpty.Image")));
     this.picSelectEmpty.Location = new System.Drawing.Point(281, 35);
     this.picSelectEmpty.Name = "picSelectEmpty";
     this.picSelectEmpty.Size = new System.Drawing.Size(24, 20);
     this.picSelectEmpty.TabIndex = 25;
     this.picSelectEmpty.TabStop = false;
     this.picSelectEmpty.Tag = "请选择要办准运卡的空车过磅信息";
     this.picSelectEmpty.Click += new System.EventHandler(this.picSelectEmpty_Click);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(45, 116);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(85, 13);
     this.label11.TabIndex = 24;
     this.label11.Text = "电子标签号:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(56, 88);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(72, 13);
     this.label6.TabIndex = 24;
     this.label6.Text = "载重上限:";
     //
     // txtBEmptyWeight
     //
     this.txtBEmptyWeight.BackColor = System.Drawing.Color.White;
     this.txtBEmptyWeight.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtBEmptyWeight.Location = new System.Drawing.Point(125, 58);
     this.txtBEmptyWeight.Name = "txtBEmptyWeight";
     this.txtBEmptyWeight.ReadOnly = true;
     this.txtBEmptyWeight.Size = new System.Drawing.Size(150, 22);
     this.txtBEmptyWeight.TabIndex = 23;
     //
     // txtBDriveLicense
     //
     this.txtBDriveLicense.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.txtBDriveLicense.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtBDriveLicense.Location = new System.Drawing.Point(413, 83);
     this.txtBDriveLicense.Name = "txtBDriveLicense";
     this.txtBDriveLicense.ReadOnly = true;
     this.txtBDriveLicense.Size = new System.Drawing.Size(150, 22);
     this.txtBDriveLicense.TabIndex = 22;
     //
     // txtBCarType
     //
     this.txtBCarType.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.txtBCarType.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtBCarType.Location = new System.Drawing.Point(413, 58);
     this.txtBCarType.Name = "txtBCarType";
     this.txtBCarType.ReadOnly = true;
     this.txtBCarType.Size = new System.Drawing.Size(150, 22);
     this.txtBCarType.TabIndex = 22;
     //
     // txtBCarNo
     //
     this.txtBCarNo.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.txtBCarNo.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtBCarNo.Location = new System.Drawing.Point(413, 33);
     this.txtBCarNo.Name = "txtBCarNo";
     this.txtBCarNo.ReadOnly = true;
     this.txtBCarNo.Size = new System.Drawing.Size(150, 22);
     this.txtBCarNo.TabIndex = 20;
     //
     // txtBEmptyCode
     //
     this.txtBEmptyCode.BackColor = System.Drawing.Color.Aquamarine;
     this.txtBEmptyCode.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtBEmptyCode.Location = new System.Drawing.Point(125, 33);
     this.txtBEmptyCode.Name = "txtBEmptyCode";
     this.txtBEmptyCode.Size = new System.Drawing.Size(150, 22);
     this.txtBEmptyCode.TabIndex = 19;
     this.txtBEmptyCode.Tag = "输入空车过磅单号,敲回车或从右边图标中选择";
     this.txtBEmptyCode.TextChanged += new System.EventHandler(this.txtBEmptyCode_TextChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(56, 67);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(73, 13);
     this.label5.TabIndex = 18;
     this.label5.Text = "空 车 重:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(58, 42);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(72, 13);
     this.label1.TabIndex = 14;
     this.label1.Text = "过磅单号:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(345, 89);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(72, 13);
     this.label3.TabIndex = 17;
     this.label3.Text = "行驶证号:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(347, 64);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(60, 13);
     this.label4.TabIndex = 17;
     this.label4.Text = "车  型:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(347, 36);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(59, 13);
     this.label2.TabIndex = 15;
     this.label2.Text = "车牌号:";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label12.ForeColor = System.Drawing.Color.White;
     this.label12.Location = new System.Drawing.Point(58, 75);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(72, 13);
     this.label12.TabIndex = 48;
     this.label12.Text = "发卡部门:";
     //
     // txtBOrgName
     //
     this.txtBOrgName.BackColor = System.Drawing.SystemColors.Control;
     this.txtBOrgName.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtBOrgName.Location = new System.Drawing.Point(125, 72);
     this.txtBOrgName.MaxLength = 20;
     this.txtBOrgName.Name = "txtBOrgName";
     this.txtBOrgName.ReadOnly = true;
     this.txtBOrgName.Size = new System.Drawing.Size(150, 22);
     this.txtBOrgName.TabIndex = 49;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Bold);
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location = new System.Drawing.Point(30, 16);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(63, 13);
     this.label14.TabIndex = 50;
     this.label14.Text = "发卡信息";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label15.ForeColor = System.Drawing.Color.White;
     this.label15.Location = new System.Drawing.Point(63, 122);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(67, 13);
     this.label15.TabIndex = 51;
     this.label15.Text = "备   注:";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Controls.Add(this.txtBNavicertCode);
     this.panel2.Controls.Add(this.label10);
     this.panel2.Controls.Add(this.txtBRemark);
     this.panel2.Controls.Add(this.label15);
     this.panel2.Controls.Add(this.label14);
     this.panel2.Controls.Add(this.txtBOrgName);
     this.panel2.Controls.Add(this.label12);
     this.panel2.Controls.Add(this.txtBStartTime);
     this.panel2.Controls.Add(this.txtBClaimPerson);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.txtBSendPerson);
     this.panel2.Controls.Add(this.label8);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Location = new System.Drawing.Point(-1, 141);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(601, 237);
     this.panel2.TabIndex = 10;
     //
     // txtBNavicertCode
     //
     this.txtBNavicertCode.BackColor = System.Drawing.SystemColors.InactiveBorder;
     this.txtBNavicertCode.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold);
     this.txtBNavicertCode.Location = new System.Drawing.Point(268, 173);
     this.txtBNavicertCode.MaxLength = 10;
     this.txtBNavicertCode.Name = "txtBNavicertCode";
     this.txtBNavicertCode.ReadOnly = true;
     this.txtBNavicertCode.Size = new System.Drawing.Size(294, 38);
     this.txtBNavicertCode.TabIndex = 56;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("宋体", 20F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location = new System.Drawing.Point(113, 178);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(152, 27);
     this.label10.TabIndex = 55;
     this.label10.Text = "请刷准运卡";
     //
     // txtBRemark
     //
     this.txtBRemark.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtBRemark.Location = new System.Drawing.Point(125, 110);
     this.txtBRemark.MaxLength = 200;
     this.txtBRemark.Multiline = true;
     this.txtBRemark.Name = "txtBRemark";
     this.txtBRemark.Size = new System.Drawing.Size(437, 50);
     this.txtBRemark.TabIndex = 2;
     this.txtBRemark.TabStop = false;
     //
     // remoteCard
     //
     this.remoteCard.CardCode = "";
     //
     // MakeUpNavicertCard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(599, 417);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "MakeUpNavicertCard";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "准运卡补办";
     this.Load += new System.EventHandler(this.MakeUpNavicertCard_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MakeUpNavicertCard_FormClosing);
     this.panel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picSelectEmpty)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReaderSet));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.cbxCardType = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txtCardNoLength = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.cbxICBoud = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.cbxICCom = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnExit = new System.Windows.Forms.Button();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.cbxIsHaveRemote = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.cbxRemoteCom = new System.Windows.Forms.ComboBox();
     this.cbxRemoteBaud = new System.Windows.Forms.ComboBox();
     this.label17 = new System.Windows.Forms.Label();
     this.alSound = new ThirdLibrary.AlarmSound(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.cbxCardType);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.txtCardNoLength);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.cbxICBoud);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.cbxICCom);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location = new System.Drawing.Point(68, 15);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(314, 144);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "读卡器设置";
     //
     // cbxCardType
     //
     this.cbxCardType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxCardType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbxCardType.FormattingEnabled = true;
     this.cbxCardType.Items.AddRange(new object[] {
     "IC",
     "ID"});
     this.cbxCardType.Location = new System.Drawing.Point(112, 18);
     this.cbxCardType.Name = "cbxCardType";
     this.cbxCardType.Size = new System.Drawing.Size(160, 20);
     this.cbxCardType.TabIndex = 7;
     this.cbxCardType.SelectedIndexChanged += new System.EventHandler(this.cbxCardType_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(22, 26);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(89, 12);
     this.label5.TabIndex = 6;
     this.label5.Text = "请选择卡类型:";
     //
     // txtCardNoLength
     //
     this.txtCardNoLength.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCardNoLength.Location = new System.Drawing.Point(112, 110);
     this.txtCardNoLength.Name = "txtCardNoLength";
     this.txtCardNoLength.Size = new System.Drawing.Size(160, 21);
     this.txtCardNoLength.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(45, 113);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(65, 12);
     this.label3.TabIndex = 4;
     this.label3.Text = "卡号长度:";
     //
     // cbxICBoud
     //
     this.cbxICBoud.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbxICBoud.FormattingEnabled = true;
     this.cbxICBoud.Items.AddRange(new object[] {
     "9600bps",
     "19200bps"});
     this.cbxICBoud.Location = new System.Drawing.Point(112, 80);
     this.cbxICBoud.Name = "cbxICBoud";
     this.cbxICBoud.Size = new System.Drawing.Size(160, 20);
     this.cbxICBoud.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(33, 83);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(77, 12);
     this.label2.TabIndex = 2;
     this.label2.Text = "请选波特率:";
     //
     // cbxICCom
     //
     this.cbxICCom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbxICCom.FormattingEnabled = true;
     this.cbxICCom.Items.AddRange(new object[] {
     "COM1",
     "COM2",
     "COM3",
     "COM4"});
     this.cbxICCom.Location = new System.Drawing.Point(112, 50);
     this.cbxICCom.Name = "cbxICCom";
     this.cbxICCom.Size = new System.Drawing.Size(160, 20);
     this.cbxICCom.TabIndex = 3;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(33, 53);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 12);
     this.label1.TabIndex = 1;
     this.label1.Text = "请选择串口:";
     //
     // btnSave
     //
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSave.ForeColor = System.Drawing.Color.White;
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.Location = new System.Drawing.Point(132, 301);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(66, 23);
     this.btnSave.TabIndex = 3;
     this.btnSave.Text = "保 存(&S)";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnExit
     //
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnExit.ForeColor = System.Drawing.Color.White;
     this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
     this.btnExit.Location = new System.Drawing.Point(275, 301);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(66, 23);
     this.btnExit.TabIndex = 4;
     this.btnExit.Text = "退 出(&X)";
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // groupBox5
     //
     this.groupBox5.BackColor = System.Drawing.Color.Transparent;
     this.groupBox5.Controls.Add(this.cbxIsHaveRemote);
     this.groupBox5.Controls.Add(this.label4);
     this.groupBox5.Controls.Add(this.label16);
     this.groupBox5.Controls.Add(this.cbxRemoteCom);
     this.groupBox5.Controls.Add(this.cbxRemoteBaud);
     this.groupBox5.Controls.Add(this.label17);
     this.groupBox5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox5.ForeColor = System.Drawing.Color.White;
     this.groupBox5.Location = new System.Drawing.Point(68, 165);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(314, 121);
     this.groupBox5.TabIndex = 8;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "远程卡设置";
     //
     // cbxIsHaveRemote
     //
     this.cbxIsHaveRemote.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbxIsHaveRemote.FormattingEnabled = true;
     this.cbxIsHaveRemote.Items.AddRange(new object[] {
     "无",
     "有"});
     this.cbxIsHaveRemote.Location = new System.Drawing.Point(112, 20);
     this.cbxIsHaveRemote.Name = "cbxIsHaveRemote";
     this.cbxIsHaveRemote.Size = new System.Drawing.Size(160, 20);
     this.cbxIsHaveRemote.TabIndex = 7;
     this.cbxIsHaveRemote.SelectedIndexChanged += new System.EventHandler(this.cbxIsHaveRemote_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(21, 23);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(89, 12);
     this.label4.TabIndex = 5;
     this.label4.Text = "是否有读卡器:";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label16.Location = new System.Drawing.Point(33, 55);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(77, 12);
     this.label16.TabIndex = 1;
     this.label16.Text = "请选择串口:";
     //
     // cbxRemoteCom
     //
     this.cbxRemoteCom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbxRemoteCom.FormattingEnabled = true;
     this.cbxRemoteCom.Items.AddRange(new object[] {
     "COM1",
     "COM2",
     "COM3",
     "COM4"});
     this.cbxRemoteCom.Location = new System.Drawing.Point(112, 52);
     this.cbxRemoteCom.Name = "cbxRemoteCom";
     this.cbxRemoteCom.Size = new System.Drawing.Size(160, 20);
     this.cbxRemoteCom.TabIndex = 3;
     //
     // cbxRemoteBaud
     //
     this.cbxRemoteBaud.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbxRemoteBaud.FormattingEnabled = true;
     this.cbxRemoteBaud.Items.AddRange(new object[] {
     "9600bps",
     "19200bps"});
     this.cbxRemoteBaud.Location = new System.Drawing.Point(112, 83);
     this.cbxRemoteBaud.Name = "cbxRemoteBaud";
     this.cbxRemoteBaud.Size = new System.Drawing.Size(160, 20);
     this.cbxRemoteBaud.TabIndex = 4;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label17.Location = new System.Drawing.Point(33, 86);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(77, 12);
     this.label17.TabIndex = 2;
     this.label17.Text = "请选波特率:";
     //
     // ReaderSet
     //
     this.AcceptButton = this.btnSave;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::SendCard.Properties.Resources.RoomSet;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(458, 342);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ReaderSet";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "读卡器设置";
     this.Load += new System.EventHandler(this.RoomSet_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CarInfo));
     this.gbRoom1 = new System.Windows.Forms.GroupBox();
     this.txtCarType = new System.Windows.Forms.TextBox();
     this.txtDriveCardID = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtDriverPhone = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtDriverName = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txtDriveLicense = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.txtOperator = new System.Windows.Forms.TextBox();
     this.lblOperator = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtCarOwnerIDCardNo = new System.Windows.Forms.TextBox();
     this.lbllCarOwnerIDCardNo = new System.Windows.Forms.Label();
     this.txtWeightTime = new System.Windows.Forms.TextBox();
     this.lbllWeightTime = new System.Windows.Forms.Label();
     this.txtMostWeight = new System.Windows.Forms.TextBox();
     this.lbllMostWeight = new System.Windows.Forms.Label();
     this.txtCarOwnerPhone = new System.Windows.Forms.TextBox();
     this.lbllCarOwnerPhone = new System.Windows.Forms.Label();
     this.txtCarOwnerName = new System.Windows.Forms.TextBox();
     this.lblCarOwnerName = new System.Windows.Forms.Label();
     this.lbllCarType = new System.Windows.Forms.Label();
     this.txtCarNo = new System.Windows.Forms.TextBox();
     this.lbllCarNo = new System.Windows.Forms.Label();
     this.gbHaveBang = new System.Windows.Forms.GroupBox();
     this.txtManDigital = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.lblManDigital = new System.Windows.Forms.Label();
     this.plDigital = new System.Windows.Forms.Panel();
     this.lblDigital = new System.Windows.Forms.Label();
     this.lblWeight = new System.Windows.Forms.Label();
     this.btnExit = new System.Windows.Forms.Button();
     this.btnClear = new System.Windows.Forms.Button();
     this.btnOK = new System.Windows.Forms.Button();
     this.gbVideo = new System.Windows.Forms.GroupBox();
     this.dhVideo = new ThirdLibrary.DHVideo();
     this.alarmSound = new ThirdLibrary.AlarmSound(this.components);
     this.menuWeight = new System.Windows.Forms.MenuStrip();
     this.menuAuto = new System.Windows.Forms.ToolStripMenuItem();
     this.menuMan = new System.Windows.Forms.ToolStripMenuItem();
     this.menuLabour = new System.Windows.Forms.ToolStripMenuItem();
     this.msc_Auto = new AxMSCommLib.AxMSComm();
     this.gbRoom1.SuspendLayout();
     this.gbHaveBang.SuspendLayout();
     this.plDigital.SuspendLayout();
     this.gbVideo.SuspendLayout();
     this.menuWeight.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.msc_Auto)).BeginInit();
     this.SuspendLayout();
     //
     // gbRoom1
     //
     this.gbRoom1.BackColor = System.Drawing.Color.Transparent;
     this.gbRoom1.Controls.Add(this.txtCarType);
     this.gbRoom1.Controls.Add(this.txtDriveCardID);
     this.gbRoom1.Controls.Add(this.label2);
     this.gbRoom1.Controls.Add(this.txtDriverPhone);
     this.gbRoom1.Controls.Add(this.label4);
     this.gbRoom1.Controls.Add(this.txtDriverName);
     this.gbRoom1.Controls.Add(this.label5);
     this.gbRoom1.Controls.Add(this.txtDriveLicense);
     this.gbRoom1.Controls.Add(this.label1);
     this.gbRoom1.Controls.Add(this.txtOperator);
     this.gbRoom1.Controls.Add(this.lblOperator);
     this.gbRoom1.Controls.Add(this.label3);
     this.gbRoom1.Controls.Add(this.txtCarOwnerIDCardNo);
     this.gbRoom1.Controls.Add(this.lbllCarOwnerIDCardNo);
     this.gbRoom1.Controls.Add(this.txtWeightTime);
     this.gbRoom1.Controls.Add(this.lbllWeightTime);
     this.gbRoom1.Controls.Add(this.txtMostWeight);
     this.gbRoom1.Controls.Add(this.lbllMostWeight);
     this.gbRoom1.Controls.Add(this.txtCarOwnerPhone);
     this.gbRoom1.Controls.Add(this.lbllCarOwnerPhone);
     this.gbRoom1.Controls.Add(this.txtCarOwnerName);
     this.gbRoom1.Controls.Add(this.lblCarOwnerName);
     this.gbRoom1.Controls.Add(this.lbllCarType);
     this.gbRoom1.Controls.Add(this.txtCarNo);
     this.gbRoom1.Controls.Add(this.lbllCarNo);
     this.gbRoom1.Cursor = System.Windows.Forms.Cursors.Default;
     this.gbRoom1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbRoom1.ForeColor = System.Drawing.Color.White;
     this.gbRoom1.Location = new System.Drawing.Point(13, 33);
     this.gbRoom1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbRoom1.Name = "gbRoom1";
     this.gbRoom1.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbRoom1.Size = new System.Drawing.Size(278, 392);
     this.gbRoom1.TabIndex = 26;
     this.gbRoom1.TabStop = false;
     this.gbRoom1.Text = "车辆信息录入";
     //
     // txtCarType
     //
     this.txtCarType.Location = new System.Drawing.Point(95, 91);
     this.txtCarType.MaxLength = 20;
     this.txtCarType.Name = "txtCarType";
     this.txtCarType.Size = new System.Drawing.Size(150, 23);
     this.txtCarType.TabIndex = 4;
     //
     // txtDriveCardID
     //
     this.txtDriveCardID.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtDriveCardID.Location = new System.Drawing.Point(95, 253);
     this.txtDriveCardID.MaxLength = 18;
     this.txtDriveCardID.Name = "txtDriveCardID";
     this.txtDriveCardID.Size = new System.Drawing.Size(150, 23);
     this.txtDriveCardID.TabIndex = 9;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(-1, 257);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(105, 14);
     this.label2.TabIndex = 182;
     this.label2.Text = "驾驶员身份证:";
     //
     // txtDriverPhone
     //
     this.txtDriverPhone.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtDriverPhone.Location = new System.Drawing.Point(95, 285);
     this.txtDriverPhone.MaxLength = 20;
     this.txtDriverPhone.Name = "txtDriverPhone";
     this.txtDriverPhone.Size = new System.Drawing.Size(150, 23);
     this.txtDriverPhone.TabIndex = 10;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(7, 289);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(91, 14);
     this.label4.TabIndex = 181;
     this.label4.Text = "驾驶员电话:";
     //
     // txtDriverName
     //
     this.txtDriverName.Location = new System.Drawing.Point(95, 221);
     this.txtDriverName.MaxLength = 20;
     this.txtDriverName.Name = "txtDriverName";
     this.txtDriverName.Size = new System.Drawing.Size(150, 23);
     this.txtDriverName.TabIndex = 8;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(21, 225);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(77, 14);
     this.label5.TabIndex = 180;
     this.label5.Text = "驾 驶 员:";
     //
     // txtDriveLicense
     //
     this.txtDriveLicense.Location = new System.Drawing.Point(95, 59);
     this.txtDriveLicense.MaxLength = 20;
     this.txtDriveLicense.Name = "txtDriveLicense";
     this.txtDriveLicense.Size = new System.Drawing.Size(150, 23);
     this.txtDriveLicense.TabIndex = 3;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(21, 63);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 14);
     this.label1.TabIndex = 176;
     this.label1.Text = "行驶证号:";
     //
     // txtOperator
     //
     this.txtOperator.Enabled = false;
     this.txtOperator.Location = new System.Drawing.Point(95, 352);
     this.txtOperator.Name = "txtOperator";
     this.txtOperator.ReadOnly = true;
     this.txtOperator.Size = new System.Drawing.Size(150, 23);
     this.txtOperator.TabIndex = 174;
     //
     // lblOperator
     //
     this.lblOperator.AutoSize = true;
     this.lblOperator.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblOperator.Location = new System.Drawing.Point(21, 356);
     this.lblOperator.Name = "lblOperator";
     this.lblOperator.Size = new System.Drawing.Size(77, 14);
     this.lblOperator.TabIndex = 173;
     this.lblOperator.Text = "司 磅 员:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("宋体", 10.5F);
     this.label3.ForeColor = System.Drawing.Color.Transparent;
     this.label3.Location = new System.Drawing.Point(252, 399);
     this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(21, 14);
     this.label3.TabIndex = 172;
     this.label3.Text = "吨";
     //
     // txtCarOwnerIDCardNo
     //
     this.txtCarOwnerIDCardNo.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtCarOwnerIDCardNo.Location = new System.Drawing.Point(95, 155);
     this.txtCarOwnerIDCardNo.MaxLength = 18;
     this.txtCarOwnerIDCardNo.Name = "txtCarOwnerIDCardNo";
     this.txtCarOwnerIDCardNo.Size = new System.Drawing.Size(150, 23);
     this.txtCarOwnerIDCardNo.TabIndex = 6;
     this.txtCarOwnerIDCardNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCarOwnerIDCardNo_KeyDown);
     //
     // lbllCarOwnerIDCardNo
     //
     this.lbllCarOwnerIDCardNo.AutoSize = true;
     this.lbllCarOwnerIDCardNo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbllCarOwnerIDCardNo.ForeColor = System.Drawing.Color.White;
     this.lbllCarOwnerIDCardNo.Location = new System.Drawing.Point(7, 159);
     this.lbllCarOwnerIDCardNo.Name = "lbllCarOwnerIDCardNo";
     this.lbllCarOwnerIDCardNo.Size = new System.Drawing.Size(91, 14);
     this.lbllCarOwnerIDCardNo.TabIndex = 166;
     this.lbllCarOwnerIDCardNo.Text = "车主身份证:";
     //
     // txtWeightTime
     //
     this.txtWeightTime.BackColor = System.Drawing.SystemColors.Control;
     this.txtWeightTime.Enabled = false;
     this.txtWeightTime.Location = new System.Drawing.Point(95, 320);
     this.txtWeightTime.Name = "txtWeightTime";
     this.txtWeightTime.Size = new System.Drawing.Size(150, 23);
     this.txtWeightTime.TabIndex = 165;
     //
     // lbllWeightTime
     //
     this.lbllWeightTime.AutoSize = true;
     this.lbllWeightTime.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbllWeightTime.Location = new System.Drawing.Point(21, 324);
     this.lbllWeightTime.Name = "lbllWeightTime";
     this.lbllWeightTime.Size = new System.Drawing.Size(77, 14);
     this.lbllWeightTime.TabIndex = 164;
     this.lbllWeightTime.Text = "过磅时间:";
     //
     // txtMostWeight
     //
     this.txtMostWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtMostWeight.Location = new System.Drawing.Point(95, 393);
     this.txtMostWeight.MaxLength = 6;
     this.txtMostWeight.Name = "txtMostWeight";
     this.txtMostWeight.Size = new System.Drawing.Size(150, 23);
     this.txtMostWeight.TabIndex = 11;
     this.txtMostWeight.Text = "100";
     this.txtMostWeight.TextChanged += new System.EventHandler(this.txtMostWeight_TextChanged);
     //
     // lbllMostWeight
     //
     this.lbllMostWeight.AutoSize = true;
     this.lbllMostWeight.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbllMostWeight.Location = new System.Drawing.Point(21, 397);
     this.lbllMostWeight.Name = "lbllMostWeight";
     this.lbllMostWeight.Size = new System.Drawing.Size(77, 14);
     this.lbllMostWeight.TabIndex = 162;
     this.lbllMostWeight.Text = "车辆限重:";
     //
     // txtCarOwnerPhone
     //
     this.txtCarOwnerPhone.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtCarOwnerPhone.Location = new System.Drawing.Point(95, 187);
     this.txtCarOwnerPhone.MaxLength = 20;
     this.txtCarOwnerPhone.Name = "txtCarOwnerPhone";
     this.txtCarOwnerPhone.Size = new System.Drawing.Size(150, 23);
     this.txtCarOwnerPhone.TabIndex = 7;
     this.txtCarOwnerPhone.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCarOwnerPhone_KeyDown);
     //
     // lbllCarOwnerPhone
     //
     this.lbllCarOwnerPhone.AutoSize = true;
     this.lbllCarOwnerPhone.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbllCarOwnerPhone.ForeColor = System.Drawing.Color.White;
     this.lbllCarOwnerPhone.Location = new System.Drawing.Point(21, 191);
     this.lbllCarOwnerPhone.Name = "lbllCarOwnerPhone";
     this.lbllCarOwnerPhone.Size = new System.Drawing.Size(77, 14);
     this.lbllCarOwnerPhone.TabIndex = 160;
     this.lbllCarOwnerPhone.Text = "车主电话:";
     //
     // txtCarOwnerName
     //
     this.txtCarOwnerName.Location = new System.Drawing.Point(95, 123);
     this.txtCarOwnerName.MaxLength = 20;
     this.txtCarOwnerName.Name = "txtCarOwnerName";
     this.txtCarOwnerName.Size = new System.Drawing.Size(150, 23);
     this.txtCarOwnerName.TabIndex = 5;
     //
     // lblCarOwnerName
     //
     this.lblCarOwnerName.AutoSize = true;
     this.lblCarOwnerName.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblCarOwnerName.Location = new System.Drawing.Point(21, 127);
     this.lblCarOwnerName.Name = "lblCarOwnerName";
     this.lblCarOwnerName.Size = new System.Drawing.Size(77, 14);
     this.lblCarOwnerName.TabIndex = 158;
     this.lblCarOwnerName.Text = "车主姓名:";
     //
     // lbllCarType
     //
     this.lbllCarType.AutoSize = true;
     this.lbllCarType.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbllCarType.Location = new System.Drawing.Point(21, 95);
     this.lbllCarType.Name = "lbllCarType";
     this.lbllCarType.Size = new System.Drawing.Size(77, 14);
     this.lbllCarType.TabIndex = 157;
     this.lbllCarType.Text = "车辆型号:";
     //
     // txtCarNo
     //
     this.txtCarNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.txtCarNo.Location = new System.Drawing.Point(95, 27);
     this.txtCarNo.MaxLength = 8;
     this.txtCarNo.Name = "txtCarNo";
     this.txtCarNo.Size = new System.Drawing.Size(150, 23);
     this.txtCarNo.TabIndex = 2;
     //
     // lbllCarNo
     //
     this.lbllCarNo.AutoSize = true;
     this.lbllCarNo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbllCarNo.Location = new System.Drawing.Point(21, 31);
     this.lbllCarNo.Name = "lbllCarNo";
     this.lbllCarNo.Size = new System.Drawing.Size(77, 14);
     this.lbllCarNo.TabIndex = 119;
     this.lbllCarNo.Text = "车牌号码:";
     //
     // gbHaveBang
     //
     this.gbHaveBang.BackColor = System.Drawing.Color.Transparent;
     this.gbHaveBang.Controls.Add(this.txtManDigital);
     this.gbHaveBang.Controls.Add(this.label6);
     this.gbHaveBang.Controls.Add(this.lblManDigital);
     this.gbHaveBang.Controls.Add(this.plDigital);
     this.gbHaveBang.Controls.Add(this.lblWeight);
     this.gbHaveBang.Cursor = System.Windows.Forms.Cursors.Default;
     this.gbHaveBang.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbHaveBang.ForeColor = System.Drawing.Color.White;
     this.gbHaveBang.Location = new System.Drawing.Point(299, 33);
     this.gbHaveBang.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbHaveBang.Name = "gbHaveBang";
     this.gbHaveBang.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbHaveBang.Size = new System.Drawing.Size(304, 202);
     this.gbHaveBang.TabIndex = 27;
     this.gbHaveBang.TabStop = false;
     this.gbHaveBang.Text = "磅秤信息";
     //
     // txtManDigital
     //
     this.txtManDigital.AcceptsTab = true;
     this.txtManDigital.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtManDigital.Location = new System.Drawing.Point(68, 173);
     this.txtManDigital.MaxLength = 5;
     this.txtManDigital.Name = "txtManDigital";
     this.txtManDigital.ReadOnly = true;
     this.txtManDigital.Size = new System.Drawing.Size(210, 23);
     this.txtManDigital.TabIndex = 191;
     this.txtManDigital.TextChanged += new System.EventHandler(this.txtManDigital_TextChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("宋体", 10.5F);
     this.label6.ForeColor = System.Drawing.Color.Transparent;
     this.label6.Location = new System.Drawing.Point(283, 176);
     this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(21, 14);
     this.label6.TabIndex = 190;
     this.label6.Text = "吨";
     //
     // lblManDigital
     //
     this.lblManDigital.AutoSize = true;
     this.lblManDigital.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblManDigital.Location = new System.Drawing.Point(3, 177);
     this.lblManDigital.Name = "lblManDigital";
     this.lblManDigital.Size = new System.Drawing.Size(77, 14);
     this.lblManDigital.TabIndex = 189;
     this.lblManDigital.Text = "空车重量:";
     //
     // plDigital
     //
     this.plDigital.BackColor = System.Drawing.Color.Black;
     this.plDigital.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.plDigital.Controls.Add(this.lblDigital);
     this.plDigital.ForeColor = System.Drawing.Color.White;
     this.plDigital.Location = new System.Drawing.Point(8, 21);
     this.plDigital.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.plDigital.Name = "plDigital";
     this.plDigital.Size = new System.Drawing.Size(270, 130);
     this.plDigital.TabIndex = 44;
     //
     // lblDigital
     //
     this.lblDigital.Font = new System.Drawing.Font("Garamond", 50F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDigital.Location = new System.Drawing.Point(-10, 21);
     this.lblDigital.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblDigital.Name = "lblDigital";
     this.lblDigital.Size = new System.Drawing.Size(291, 90);
     this.lblDigital.TabIndex = 0;
     this.lblDigital.Tag = "9999";
     this.lblDigital.Text = "0.00";
     this.lblDigital.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblWeight
     //
     this.lblWeight.AutoSize = true;
     this.lblWeight.BackColor = System.Drawing.Color.Transparent;
     this.lblWeight.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold);
     this.lblWeight.ForeColor = System.Drawing.Color.White;
     this.lblWeight.Location = new System.Drawing.Point(270, 74);
     this.lblWeight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblWeight.Name = "lblWeight";
     this.lblWeight.Size = new System.Drawing.Size(40, 27);
     this.lblWeight.TabIndex = 80;
     this.lblWeight.Text = "吨";
     this.lblWeight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnExit
     //
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnExit.ForeColor = System.Drawing.Color.Transparent;
     this.btnExit.Image = global::CoalTraffic.Properties.Resources.EmptyBang_Exit;
     this.btnExit.Location = new System.Drawing.Point(403, 453);
     this.btnExit.Name = "btnExit";
     this.btnExit.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnExit.Size = new System.Drawing.Size(75, 25);
     this.btnExit.TabIndex = 12;
     this.btnExit.UseVisualStyleBackColor = false;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnClear
     //
     this.btnClear.BackColor = System.Drawing.Color.Transparent;
     this.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnClear.ForeColor = System.Drawing.Color.Transparent;
     this.btnClear.Image = global::CoalTraffic.Properties.Resources.EmptyBang_Clear;
     this.btnClear.Location = new System.Drawing.Point(259, 453);
     this.btnClear.Name = "btnClear";
     this.btnClear.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnClear.Size = new System.Drawing.Size(75, 25);
     this.btnClear.TabIndex = 11;
     this.btnClear.UseVisualStyleBackColor = false;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // btnOK
     //
     this.btnOK.BackColor = System.Drawing.Color.Transparent;
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnOK.ForeColor = System.Drawing.Color.Transparent;
     this.btnOK.Image = global::CoalTraffic.Properties.Resources.EmptyBang_OK;
     this.btnOK.Location = new System.Drawing.Point(115, 453);
     this.btnOK.Name = "btnOK";
     this.btnOK.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnOK.Size = new System.Drawing.Size(75, 25);
     this.btnOK.TabIndex = 10;
     this.btnOK.UseVisualStyleBackColor = false;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // gbVideo
     //
     this.gbVideo.BackColor = System.Drawing.Color.Transparent;
     this.gbVideo.Controls.Add(this.dhVideo);
     this.gbVideo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbVideo.ForeColor = System.Drawing.Color.White;
     this.gbVideo.Location = new System.Drawing.Point(299, 242);
     this.gbVideo.Name = "gbVideo";
     this.gbVideo.Size = new System.Drawing.Size(305, 170);
     this.gbVideo.TabIndex = 165;
     this.gbVideo.TabStop = false;
     this.gbVideo.Text = "视频信息";
     //
     // dhVideo
     //
     this.dhVideo.Amplify = 3;
     this.dhVideo.AutoSize = true;
     this.dhVideo.BackColor = System.Drawing.SystemColors.Control;
     this.dhVideo.Location = new System.Drawing.Point(26, 20);
     this.dhVideo.Name = "dhVideo";
     this.dhVideo.Size = new System.Drawing.Size(227, 140);
     this.dhVideo.TabIndex = 1;
     this.dhVideo.Load += new System.EventHandler(this.dhVideo_Load);
     //
     // menuWeight
     //
     this.menuWeight.BackColor = System.Drawing.Color.Transparent;
     this.menuWeight.Font = new System.Drawing.Font("华文中宋", 11F, System.Drawing.FontStyle.Bold);
     this.menuWeight.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuAuto,
     this.menuMan,
     this.menuLabour});
     this.menuWeight.Location = new System.Drawing.Point(0, 0);
     this.menuWeight.Name = "menuWeight";
     this.menuWeight.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.menuWeight.Size = new System.Drawing.Size(616, 25);
     this.menuWeight.TabIndex = 168;
     this.menuWeight.Text = "menuStrip1";
     //
     // menuAuto
     //
     this.menuAuto.Checked = true;
     this.menuAuto.CheckState = System.Windows.Forms.CheckState.Checked;
     this.menuAuto.ForeColor = System.Drawing.Color.Red;
     this.menuAuto.Name = "menuAuto";
     this.menuAuto.Size = new System.Drawing.Size(84, 21);
     this.menuAuto.Tag = "s2202";
     this.menuAuto.Text = "自动过磅";
     this.menuAuto.Click += new System.EventHandler(this.menuAuto_Click);
     //
     // menuMan
     //
     this.menuMan.Name = "menuMan";
     this.menuMan.Size = new System.Drawing.Size(84, 21);
     this.menuMan.Tag = "s2203";
     this.menuMan.Text = "手动过磅";
     this.menuMan.Click += new System.EventHandler(this.menuMan_Click);
     //
     // menuLabour
     //
     this.menuLabour.Name = "menuLabour";
     this.menuLabour.Size = new System.Drawing.Size(84, 21);
     this.menuLabour.Text = "人工过磅";
     this.menuLabour.Click += new System.EventHandler(this.menuLabour_Click);
     //
     // msc_Auto
     //
     this.msc_Auto.Enabled = true;
     this.msc_Auto.Location = new System.Drawing.Point(23, 446);
     this.msc_Auto.Name = "msc_Auto";
     this.msc_Auto.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("msc_Auto.OcxState")));
     this.msc_Auto.Size = new System.Drawing.Size(38, 38);
     this.msc_Auto.TabIndex = 169;
     this.msc_Auto.OnComm += new System.EventHandler(this.msc_Auto_OnComm);
     //
     // CarInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(616, 496);
     this.ControlBox = false;
     this.Controls.Add(this.msc_Auto);
     this.Controls.Add(this.menuWeight);
     this.Controls.Add(this.gbVideo);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.gbHaveBang);
     this.Controls.Add(this.gbRoom1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "CarInfo";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "空车过磅";
     this.Load += new System.EventHandler(this.CarInfo_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EmptyWeight_FormClosing);
     this.gbRoom1.ResumeLayout(false);
     this.gbRoom1.PerformLayout();
     this.gbHaveBang.ResumeLayout(false);
     this.gbHaveBang.PerformLayout();
     this.plDigital.ResumeLayout(false);
     this.gbVideo.ResumeLayout(false);
     this.gbVideo.PerformLayout();
     this.menuWeight.ResumeLayout(false);
     this.menuWeight.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.msc_Auto)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckSpreadWeight));
     this.Appearance = new ThirdLibrary.Appearance();
     this.alSound = new ThirdLibrary.AlarmSound(this.components);
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.videoRoomImage = new ThirdLibrary.DHVideo();
     this.videoUpImage = new ThirdLibrary.DHVideo();
     this.videoBackImage = new ThirdLibrary.DHVideo();
     this.videoFrontImage = new ThirdLibrary.DHVideo();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.btnReset = new System.Windows.Forms.Button();
     this.btnExit = new System.Windows.Forms.Button();
     this.btnOK = new System.Windows.Forms.Button();
     this.gbHaveBang = new System.Windows.Forms.GroupBox();
     this.txtHandDigital = new System.Windows.Forms.TextBox();
     this.lblHandleUinit = new System.Windows.Forms.Label();
     this.lbllHandDigital = new System.Windows.Forms.Label();
     this.plDigital = new System.Windows.Forms.Panel();
     this.lblDigital = new System.Windows.Forms.Label();
     this.lblWeight = new System.Windows.Forms.Label();
     this.gbLastRecord = new System.Windows.Forms.GroupBox();
     this.txtRandCode = new System.Windows.Forms.TextBox();
     this.txtOperator = new System.Windows.Forms.TextBox();
     this.txtRoomPhone = new System.Windows.Forms.TextBox();
     this.txtLoadWeightID = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.gbNet = new System.Windows.Forms.GroupBox();
     this.label9 = new System.Windows.Forms.Label();
     this.lblNetWeight = new System.Windows.Forms.Label();
     this.gbEmpty = new System.Windows.Forms.GroupBox();
     this.label8 = new System.Windows.Forms.Label();
     this.lblEmptyWeight = new System.Windows.Forms.Label();
     this.gbLoadWeight = new System.Windows.Forms.GroupBox();
     this.label3 = new System.Windows.Forms.Label();
     this.lblLoadWeight = new System.Windows.Forms.Label();
     this.lblRoomPhone = new System.Windows.Forms.Label();
     this.lblOperator = new System.Windows.Forms.Label();
     this.txtWeightDateTime = new System.Windows.Forms.TextBox();
     this.lblLastTime = new System.Windows.Forms.Label();
     this.txtRoomName = new System.Windows.Forms.TextBox();
     this.lblRoomName = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.gbNavicert = new System.Windows.Forms.GroupBox();
     this.txtCarNo = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.txtMarkedCardCode = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.txtCollKind = new System.Windows.Forms.TextBox();
     this.txtCollName = new System.Windows.Forms.TextBox();
     this.lbllNavicertCode = new System.Windows.Forms.Label();
     this.lbllCarNo = new System.Windows.Forms.Label();
     this.menuWeight = new System.Windows.Forms.MenuStrip();
     this.MenuAuto = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuMan = new System.Windows.Forms.ToolStripMenuItem();
     this.menuLabour = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.gbHaveBang.SuspendLayout();
     this.plDigital.SuspendLayout();
     this.gbLastRecord.SuspendLayout();
     this.gbNet.SuspendLayout();
     this.gbEmpty.SuspendLayout();
     this.gbLoadWeight.SuspendLayout();
     this.gbNavicert.SuspendLayout();
     this.menuWeight.SuspendLayout();
     this.SuspendLayout();
     //
     // Appearance
     //
     this.Appearance.Weight = new decimal(new int[] {
     0,
     0,
     0,
     131072});
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Location = new System.Drawing.Point(0, 28);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel1.Controls.Add(this.videoRoomImage);
     this.splitContainer1.Panel1.Controls.Add(this.videoUpImage);
     this.splitContainer1.Panel1.Controls.Add(this.videoBackImage);
     this.splitContainer1.Panel1.Controls.Add(this.videoFrontImage);
     this.splitContainer1.Panel1.Controls.Add(this.label5);
     this.splitContainer1.Panel1.Controls.Add(this.label4);
     this.splitContainer1.Panel1.Controls.Add(this.label6);
     this.splitContainer1.Panel1.Controls.Add(this.label7);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel2.Controls.Add(this.btnReset);
     this.splitContainer1.Panel2.Controls.Add(this.btnExit);
     this.splitContainer1.Panel2.Controls.Add(this.btnOK);
     this.splitContainer1.Panel2.Controls.Add(this.gbHaveBang);
     this.splitContainer1.Panel2.Controls.Add(this.gbLastRecord);
     this.splitContainer1.Panel2.Controls.Add(this.gbNavicert);
     this.splitContainer1.Size = new System.Drawing.Size(773, 636);
     this.splitContainer1.SplitterDistance = 156;
     this.splitContainer1.TabIndex = 0;
     //
     // videoRoomImage
     //
     this.videoRoomImage.Amplify = 3;
     this.videoRoomImage.AutoSize = true;
     this.videoRoomImage.BackColor = System.Drawing.SystemColors.Control;
     this.videoRoomImage.Location = new System.Drawing.Point(581, 29);
     this.videoRoomImage.Name = "videoRoomImage";
     this.videoRoomImage.Size = new System.Drawing.Size(160, 120);
     this.videoRoomImage.TabIndex = 259;
     //
     // videoUpImage
     //
     this.videoUpImage.Amplify = 3;
     this.videoUpImage.AutoSize = true;
     this.videoUpImage.BackColor = System.Drawing.SystemColors.Control;
     this.videoUpImage.Location = new System.Drawing.Point(396, 29);
     this.videoUpImage.Name = "videoUpImage";
     this.videoUpImage.Size = new System.Drawing.Size(160, 120);
     this.videoUpImage.TabIndex = 258;
     //
     // videoBackImage
     //
     this.videoBackImage.Amplify = 3;
     this.videoBackImage.AutoSize = true;
     this.videoBackImage.BackColor = System.Drawing.SystemColors.Control;
     this.videoBackImage.Location = new System.Drawing.Point(211, 29);
     this.videoBackImage.Name = "videoBackImage";
     this.videoBackImage.Size = new System.Drawing.Size(160, 120);
     this.videoBackImage.TabIndex = 257;
     //
     // videoFrontImage
     //
     this.videoFrontImage.Amplify = 3;
     this.videoFrontImage.AutoSize = true;
     this.videoFrontImage.BackColor = System.Drawing.SystemColors.Control;
     this.videoFrontImage.Location = new System.Drawing.Point(26, 29);
     this.videoFrontImage.Name = "videoFrontImage";
     this.videoFrontImage.Size = new System.Drawing.Size(160, 120);
     this.videoFrontImage.TabIndex = 256;
     this.videoFrontImage.Tag = "单击可放大缩小";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("宋体", 10F);
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(271, 9);
     this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(63, 14);
     this.label5.TabIndex = 253;
     this.label5.Text = "车后视频";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("宋体", 10F);
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(75, 9);
     this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(63, 14);
     this.label4.TabIndex = 252;
     this.label4.Text = "车前视频";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("宋体", 10F);
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(455, 9);
     this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(63, 14);
     this.label6.TabIndex = 254;
     this.label6.Text = "车箱视频";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("宋体", 10F);
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(629, 9);
     this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(63, 14);
     this.label7.TabIndex = 255;
     this.label7.Text = "室内视频";
     //
     // btnReset
     //
     this.btnReset.BackColor = System.Drawing.Color.Transparent;
     this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnReset.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnReset.ForeColor = System.Drawing.Color.Transparent;
     this.btnReset.Image = global::CoalTraffic.Properties.Resources.Button;
     this.btnReset.Location = new System.Drawing.Point(352, 441);
     this.btnReset.Name = "btnReset";
     this.btnReset.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnReset.Size = new System.Drawing.Size(75, 25);
     this.btnReset.TabIndex = 263;
     this.btnReset.Text = "复  位";
     this.btnReset.UseVisualStyleBackColor = false;
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // btnExit
     //
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnExit.ForeColor = System.Drawing.Color.Transparent;
     this.btnExit.Image = global::CoalTraffic.Properties.Resources.EmptyBang_Exit;
     this.btnExit.Location = new System.Drawing.Point(498, 441);
     this.btnExit.Name = "btnExit";
     this.btnExit.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnExit.Size = new System.Drawing.Size(75, 25);
     this.btnExit.TabIndex = 262;
     this.btnExit.UseVisualStyleBackColor = false;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnOK
     //
     this.btnOK.BackColor = System.Drawing.Color.Transparent;
     this.btnOK.Enabled = false;
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnOK.ForeColor = System.Drawing.Color.Transparent;
     this.btnOK.Image = global::CoalTraffic.Properties.Resources.EmptyBang_OK;
     this.btnOK.Location = new System.Drawing.Point(205, 441);
     this.btnOK.Name = "btnOK";
     this.btnOK.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnOK.Size = new System.Drawing.Size(75, 25);
     this.btnOK.TabIndex = 261;
     this.btnOK.UseVisualStyleBackColor = false;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // gbHaveBang
     //
     this.gbHaveBang.BackColor = System.Drawing.Color.Transparent;
     this.gbHaveBang.Controls.Add(this.txtHandDigital);
     this.gbHaveBang.Controls.Add(this.lblHandleUinit);
     this.gbHaveBang.Controls.Add(this.lbllHandDigital);
     this.gbHaveBang.Controls.Add(this.plDigital);
     this.gbHaveBang.Controls.Add(this.lblWeight);
     this.gbHaveBang.Cursor = System.Windows.Forms.Cursors.Default;
     this.gbHaveBang.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbHaveBang.ForeColor = System.Drawing.Color.White;
     this.gbHaveBang.Location = new System.Drawing.Point(400, 8);
     this.gbHaveBang.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbHaveBang.Name = "gbHaveBang";
     this.gbHaveBang.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbHaveBang.Size = new System.Drawing.Size(346, 168);
     this.gbHaveBang.TabIndex = 260;
     this.gbHaveBang.TabStop = false;
     this.gbHaveBang.Text = "磅秤信息";
     //
     // txtHandDigital
     //
     this.txtHandDigital.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtHandDigital.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtHandDigital.Location = new System.Drawing.Point(99, 139);
     this.txtHandDigital.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.txtHandDigital.MaxLength = 6;
     this.txtHandDigital.Name = "txtHandDigital";
     this.txtHandDigital.ReadOnly = true;
     this.txtHandDigital.Size = new System.Drawing.Size(193, 23);
     this.txtHandDigital.TabIndex = 78;
     this.txtHandDigital.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHandDigital_KeyDown);
     //
     // lblHandleUinit
     //
     this.lblHandleUinit.AutoSize = true;
     this.lblHandleUinit.BackColor = System.Drawing.Color.Transparent;
     this.lblHandleUinit.Enabled = false;
     this.lblHandleUinit.Font = new System.Drawing.Font("宋体", 10F);
     this.lblHandleUinit.ForeColor = System.Drawing.Color.Transparent;
     this.lblHandleUinit.Location = new System.Drawing.Point(297, 144);
     this.lblHandleUinit.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblHandleUinit.Name = "lblHandleUinit";
     this.lblHandleUinit.Size = new System.Drawing.Size(21, 14);
     this.lblHandleUinit.TabIndex = 80;
     this.lblHandleUinit.Text = "吨";
     //
     // lbllHandDigital
     //
     this.lbllHandDigital.AutoSize = true;
     this.lbllHandDigital.BackColor = System.Drawing.Color.Transparent;
     this.lbllHandDigital.Enabled = false;
     this.lbllHandDigital.Font = new System.Drawing.Font("宋体", 10F);
     this.lbllHandDigital.ForeColor = System.Drawing.Color.Red;
     this.lbllHandDigital.Location = new System.Drawing.Point(31, 144);
     this.lbllHandDigital.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbllHandDigital.Name = "lbllHandDigital";
     this.lbllHandDigital.Size = new System.Drawing.Size(77, 14);
     this.lbllHandDigital.TabIndex = 79;
     this.lbllHandDigital.Text = "重车重量:";
     //
     // plDigital
     //
     this.plDigital.BackColor = System.Drawing.Color.Black;
     this.plDigital.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.plDigital.Controls.Add(this.lblDigital);
     this.plDigital.ForeColor = System.Drawing.Color.White;
     this.plDigital.Location = new System.Drawing.Point(21, 20);
     this.plDigital.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.plDigital.Name = "plDigital";
     this.plDigital.Size = new System.Drawing.Size(282, 110);
     this.plDigital.TabIndex = 44;
     //
     // lblDigital
     //
     this.lblDigital.Font = new System.Drawing.Font("Garamond", 50F, System.Drawing.FontStyle.Bold);
     this.lblDigital.Location = new System.Drawing.Point(-15, 9);
     this.lblDigital.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblDigital.Name = "lblDigital";
     this.lblDigital.Size = new System.Drawing.Size(311, 90);
     this.lblDigital.TabIndex = 0;
     this.lblDigital.Tag = "9999";
     this.lblDigital.Text = "0.00";
     this.lblDigital.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblWeight
     //
     this.lblWeight.AutoSize = true;
     this.lblWeight.BackColor = System.Drawing.Color.Transparent;
     this.lblWeight.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold);
     this.lblWeight.ForeColor = System.Drawing.Color.White;
     this.lblWeight.Location = new System.Drawing.Point(299, 62);
     this.lblWeight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblWeight.Name = "lblWeight";
     this.lblWeight.Size = new System.Drawing.Size(40, 27);
     this.lblWeight.TabIndex = 80;
     this.lblWeight.Text = "吨";
     this.lblWeight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // gbLastRecord
     //
     this.gbLastRecord.BackColor = System.Drawing.Color.Transparent;
     this.gbLastRecord.Controls.Add(this.txtRandCode);
     this.gbLastRecord.Controls.Add(this.txtOperator);
     this.gbLastRecord.Controls.Add(this.txtRoomPhone);
     this.gbLastRecord.Controls.Add(this.txtLoadWeightID);
     this.gbLastRecord.Controls.Add(this.label2);
     this.gbLastRecord.Controls.Add(this.gbNet);
     this.gbLastRecord.Controls.Add(this.gbEmpty);
     this.gbLastRecord.Controls.Add(this.gbLoadWeight);
     this.gbLastRecord.Controls.Add(this.lblRoomPhone);
     this.gbLastRecord.Controls.Add(this.lblOperator);
     this.gbLastRecord.Controls.Add(this.txtWeightDateTime);
     this.gbLastRecord.Controls.Add(this.lblLastTime);
     this.gbLastRecord.Controls.Add(this.txtRoomName);
     this.gbLastRecord.Controls.Add(this.lblRoomName);
     this.gbLastRecord.Controls.Add(this.label1);
     this.gbLastRecord.ForeColor = System.Drawing.Color.White;
     this.gbLastRecord.Location = new System.Drawing.Point(30, 181);
     this.gbLastRecord.Name = "gbLastRecord";
     this.gbLastRecord.Size = new System.Drawing.Size(716, 245);
     this.gbLastRecord.TabIndex = 259;
     this.gbLastRecord.TabStop = false;
     this.gbLastRecord.Text = "最近一次过磅记录";
     //
     // txtRandCode
     //
     this.txtRandCode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRandCode.BackColor = System.Drawing.Color.DarkGoldenrod;
     this.txtRandCode.Font = new System.Drawing.Font("Garamond", 30F, System.Drawing.FontStyle.Bold);
     this.txtRandCode.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtRandCode.Location = new System.Drawing.Point(578, 158);
     this.txtRandCode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.txtRandCode.MaxLength = 4;
     this.txtRandCode.Name = "txtRandCode";
     this.txtRandCode.ReadOnly = true;
     this.txtRandCode.Size = new System.Drawing.Size(107, 52);
     this.txtRandCode.TabIndex = 85;
     this.txtRandCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtRandCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtRandCode_KeyDown);
     //
     // txtOperator
     //
     this.txtOperator.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtOperator.Location = new System.Drawing.Point(312, 163);
     this.txtOperator.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.txtOperator.Name = "txtOperator";
     this.txtOperator.ReadOnly = true;
     this.txtOperator.Size = new System.Drawing.Size(150, 23);
     this.txtOperator.TabIndex = 82;
     //
     // txtRoomPhone
     //
     this.txtRoomPhone.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtRoomPhone.Location = new System.Drawing.Point(312, 128);
     this.txtRoomPhone.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.txtRoomPhone.Name = "txtRoomPhone";
     this.txtRoomPhone.ReadOnly = true;
     this.txtRoomPhone.Size = new System.Drawing.Size(150, 23);
     this.txtRoomPhone.TabIndex = 84;
     //
     // txtLoadWeightID
     //
     this.txtLoadWeightID.BackColor = System.Drawing.Color.DarkGoldenrod;
     this.txtLoadWeightID.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold);
     this.txtLoadWeightID.Location = new System.Drawing.Point(82, 196);
     this.txtLoadWeightID.MaxLength = 18;
     this.txtLoadWeightID.Name = "txtLoadWeightID";
     this.txtLoadWeightID.Size = new System.Drawing.Size(380, 38);
     this.txtLoadWeightID.TabIndex = 226;
     this.txtLoadWeightID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLoadWeightID_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.label2.ForeColor = System.Drawing.Color.Red;
     this.label2.Location = new System.Drawing.Point(9, 211);
     this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(82, 14);
     this.label2.TabIndex = 225;
     this.label2.Text = "过磅单号:";
     //
     // gbNet
     //
     this.gbNet.BackColor = System.Drawing.Color.Transparent;
     this.gbNet.Controls.Add(this.label9);
     this.gbNet.Controls.Add(this.lblNetWeight);
     this.gbNet.Cursor = System.Windows.Forms.Cursors.Default;
     this.gbNet.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbNet.ForeColor = System.Drawing.Color.White;
     this.gbNet.Location = new System.Drawing.Point(244, 16);
     this.gbNet.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbNet.Name = "gbNet";
     this.gbNet.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbNet.Size = new System.Drawing.Size(213, 100);
     this.gbNet.TabIndex = 224;
     this.gbNet.TabStop = false;
     this.gbNet.Text = "煤炭净重";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold);
     this.label9.ForeColor = System.Drawing.Color.White;
     this.label9.Location = new System.Drawing.Point(174, 40);
     this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(40, 27);
     this.label9.TabIndex = 74;
     this.label9.Text = "吨";
     //
     // lblNetWeight
     //
     this.lblNetWeight.AutoSize = true;
     this.lblNetWeight.Font = new System.Drawing.Font("Garamond", 50F, System.Drawing.FontStyle.Bold);
     this.lblNetWeight.Location = new System.Drawing.Point(25, 17);
     this.lblNetWeight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblNetWeight.Name = "lblNetWeight";
     this.lblNetWeight.Size = new System.Drawing.Size(143, 76);
     this.lblNetWeight.TabIndex = 1;
     this.lblNetWeight.Tag = "9999";
     this.lblNetWeight.Text = "0.00";
     this.lblNetWeight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gbEmpty
     //
     this.gbEmpty.BackColor = System.Drawing.Color.Transparent;
     this.gbEmpty.Controls.Add(this.label8);
     this.gbEmpty.Controls.Add(this.lblEmptyWeight);
     this.gbEmpty.Cursor = System.Windows.Forms.Cursors.Default;
     this.gbEmpty.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbEmpty.ForeColor = System.Drawing.Color.White;
     this.gbEmpty.Location = new System.Drawing.Point(15, 16);
     this.gbEmpty.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbEmpty.Name = "gbEmpty";
     this.gbEmpty.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbEmpty.Size = new System.Drawing.Size(216, 100);
     this.gbEmpty.TabIndex = 223;
     this.gbEmpty.TabStop = false;
     this.gbEmpty.Text = "车皮重量";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold);
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(172, 40);
     this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(40, 27);
     this.label8.TabIndex = 74;
     this.label8.Text = "吨";
     //
     // lblEmptyWeight
     //
     this.lblEmptyWeight.AutoSize = true;
     this.lblEmptyWeight.Font = new System.Drawing.Font("Garamond", 50F, System.Drawing.FontStyle.Bold);
     this.lblEmptyWeight.Location = new System.Drawing.Point(22, 17);
     this.lblEmptyWeight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblEmptyWeight.Name = "lblEmptyWeight";
     this.lblEmptyWeight.Size = new System.Drawing.Size(143, 76);
     this.lblEmptyWeight.TabIndex = 1;
     this.lblEmptyWeight.Tag = "9999";
     this.lblEmptyWeight.Text = "0.00";
     this.lblEmptyWeight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gbLoadWeight
     //
     this.gbLoadWeight.BackColor = System.Drawing.Color.Transparent;
     this.gbLoadWeight.Controls.Add(this.label3);
     this.gbLoadWeight.Controls.Add(this.lblLoadWeight);
     this.gbLoadWeight.Cursor = System.Windows.Forms.Cursors.Default;
     this.gbLoadWeight.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbLoadWeight.ForeColor = System.Drawing.Color.White;
     this.gbLoadWeight.Location = new System.Drawing.Point(472, 16);
     this.gbLoadWeight.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbLoadWeight.Name = "gbLoadWeight";
     this.gbLoadWeight.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbLoadWeight.Size = new System.Drawing.Size(210, 100);
     this.gbLoadWeight.TabIndex = 222;
     this.gbLoadWeight.TabStop = false;
     this.gbLoadWeight.Text = "车辆毛重";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold);
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(172, 40);
     this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(40, 27);
     this.label3.TabIndex = 73;
     this.label3.Text = "吨";
     //
     // lblLoadWeight
     //
     this.lblLoadWeight.AutoSize = true;
     this.lblLoadWeight.Font = new System.Drawing.Font("Garamond", 50F, System.Drawing.FontStyle.Bold);
     this.lblLoadWeight.Location = new System.Drawing.Point(19, 17);
     this.lblLoadWeight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblLoadWeight.Name = "lblLoadWeight";
     this.lblLoadWeight.Size = new System.Drawing.Size(143, 76);
     this.lblLoadWeight.TabIndex = 1;
     this.lblLoadWeight.Tag = "9999";
     this.lblLoadWeight.Text = "0.00";
     this.lblLoadWeight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblRoomPhone
     //
     this.lblRoomPhone.AutoSize = true;
     this.lblRoomPhone.BackColor = System.Drawing.Color.Transparent;
     this.lblRoomPhone.Font = new System.Drawing.Font("宋体", 10F);
     this.lblRoomPhone.ForeColor = System.Drawing.Color.White;
     this.lblRoomPhone.Location = new System.Drawing.Point(243, 132);
     this.lblRoomPhone.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblRoomPhone.Name = "lblRoomPhone";
     this.lblRoomPhone.Size = new System.Drawing.Size(77, 14);
     this.lblRoomPhone.TabIndex = 83;
     this.lblRoomPhone.Text = "磅房电话:";
     //
     // lblOperator
     //
     this.lblOperator.AutoSize = true;
     this.lblOperator.BackColor = System.Drawing.Color.Transparent;
     this.lblOperator.Font = new System.Drawing.Font("宋体", 10F);
     this.lblOperator.ForeColor = System.Drawing.Color.White;
     this.lblOperator.Location = new System.Drawing.Point(243, 167);
     this.lblOperator.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblOperator.Name = "lblOperator";
     this.lblOperator.Size = new System.Drawing.Size(77, 14);
     this.lblOperator.TabIndex = 81;
     this.lblOperator.Text = "司 磅 员:";
     //
     // txtWeightDateTime
     //
     this.txtWeightDateTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtWeightDateTime.Location = new System.Drawing.Point(82, 163);
     this.txtWeightDateTime.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.txtWeightDateTime.Name = "txtWeightDateTime";
     this.txtWeightDateTime.ReadOnly = true;
     this.txtWeightDateTime.Size = new System.Drawing.Size(150, 23);
     this.txtWeightDateTime.TabIndex = 80;
     //
     // lblLastTime
     //
     this.lblLastTime.AutoSize = true;
     this.lblLastTime.BackColor = System.Drawing.Color.Transparent;
     this.lblLastTime.Font = new System.Drawing.Font("宋体", 10F);
     this.lblLastTime.ForeColor = System.Drawing.Color.White;
     this.lblLastTime.Location = new System.Drawing.Point(9, 167);
     this.lblLastTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblLastTime.Name = "lblLastTime";
     this.lblLastTime.Size = new System.Drawing.Size(77, 14);
     this.lblLastTime.TabIndex = 79;
     this.lblLastTime.Text = "过磅日期:";
     //
     // txtRoomName
     //
     this.txtRoomName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtRoomName.Location = new System.Drawing.Point(83, 128);
     this.txtRoomName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.txtRoomName.Name = "txtRoomName";
     this.txtRoomName.ReadOnly = true;
     this.txtRoomName.Size = new System.Drawing.Size(150, 23);
     this.txtRoomName.TabIndex = 78;
     //
     // lblRoomName
     //
     this.lblRoomName.AutoSize = true;
     this.lblRoomName.BackColor = System.Drawing.Color.Transparent;
     this.lblRoomName.Font = new System.Drawing.Font("宋体", 10F);
     this.lblRoomName.ForeColor = System.Drawing.Color.White;
     this.lblRoomName.Location = new System.Drawing.Point(9, 132);
     this.lblRoomName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblRoomName.Name = "lblRoomName";
     this.lblRoomName.Size = new System.Drawing.Size(77, 14);
     this.lblRoomName.TabIndex = 77;
     this.lblRoomName.Text = "磅房名称:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Red;
     this.label1.Location = new System.Drawing.Point(473, 180);
     this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(113, 17);
     this.label1.TabIndex = 86;
     this.label1.Text = "请输入验证码:";
     //
     // gbNavicert
     //
     this.gbNavicert.BackColor = System.Drawing.Color.Transparent;
     this.gbNavicert.Controls.Add(this.txtCarNo);
     this.gbNavicert.Controls.Add(this.label11);
     this.gbNavicert.Controls.Add(this.txtMarkedCardCode);
     this.gbNavicert.Controls.Add(this.label10);
     this.gbNavicert.Controls.Add(this.txtCollKind);
     this.gbNavicert.Controls.Add(this.txtCollName);
     this.gbNavicert.Controls.Add(this.lbllNavicertCode);
     this.gbNavicert.Controls.Add(this.lbllCarNo);
     this.gbNavicert.Cursor = System.Windows.Forms.Cursors.Default;
     this.gbNavicert.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbNavicert.ForeColor = System.Drawing.Color.White;
     this.gbNavicert.Location = new System.Drawing.Point(30, 8);
     this.gbNavicert.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbNavicert.Name = "gbNavicert";
     this.gbNavicert.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbNavicert.Size = new System.Drawing.Size(348, 168);
     this.gbNavicert.TabIndex = 258;
     this.gbNavicert.TabStop = false;
     this.gbNavicert.Text = "其他信息";
     //
     // txtCarNo
     //
     this.txtCarNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCarNo.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtCarNo.Location = new System.Drawing.Point(122, 126);
     this.txtCarNo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.txtCarNo.MaxLength = 10;
     this.txtCarNo.Name = "txtCarNo";
     this.txtCarNo.ReadOnly = true;
     this.txtCarNo.Size = new System.Drawing.Size(160, 23);
     this.txtCarNo.TabIndex = 75;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("宋体", 10F);
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(47, 131);
     this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(77, 14);
     this.label11.TabIndex = 76;
     this.label11.Text = "车 牌 号:";
     //
     // txtMarkedCardCode
     //
     this.txtMarkedCardCode.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtMarkedCardCode.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtMarkedCardCode.Location = new System.Drawing.Point(122, 21);
     this.txtMarkedCardCode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.txtMarkedCardCode.MaxLength = 10;
     this.txtMarkedCardCode.Name = "txtMarkedCardCode";
     this.txtMarkedCardCode.ReadOnly = true;
     this.txtMarkedCardCode.Size = new System.Drawing.Size(160, 23);
     this.txtMarkedCardCode.TabIndex = 73;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("宋体", 10F);
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location = new System.Drawing.Point(47, 26);
     this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(77, 14);
     this.label10.TabIndex = 74;
     this.label10.Text = "标识卡号:";
     //
     // txtCollKind
     //
     this.txtCollKind.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCollKind.Location = new System.Drawing.Point(122, 91);
     this.txtCollKind.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.txtCollKind.Name = "txtCollKind";
     this.txtCollKind.ReadOnly = true;
     this.txtCollKind.Size = new System.Drawing.Size(160, 23);
     this.txtCollKind.TabIndex = 65;
     //
     // txtCollName
     //
     this.txtCollName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCollName.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtCollName.Location = new System.Drawing.Point(122, 56);
     this.txtCollName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.txtCollName.MaxLength = 10;
     this.txtCollName.Name = "txtCollName";
     this.txtCollName.ReadOnly = true;
     this.txtCollName.Size = new System.Drawing.Size(160, 23);
     this.txtCollName.TabIndex = 64;
     //
     // lbllNavicertCode
     //
     this.lbllNavicertCode.AutoSize = true;
     this.lbllNavicertCode.BackColor = System.Drawing.Color.Transparent;
     this.lbllNavicertCode.Font = new System.Drawing.Font("宋体", 10F);
     this.lbllNavicertCode.ForeColor = System.Drawing.Color.White;
     this.lbllNavicertCode.Location = new System.Drawing.Point(47, 61);
     this.lbllNavicertCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbllNavicertCode.Name = "lbllNavicertCode";
     this.lbllNavicertCode.Size = new System.Drawing.Size(77, 14);
     this.lbllNavicertCode.TabIndex = 72;
     this.lbllNavicertCode.Text = "煤矿名称:";
     //
     // lbllCarNo
     //
     this.lbllCarNo.AutoSize = true;
     this.lbllCarNo.BackColor = System.Drawing.Color.Transparent;
     this.lbllCarNo.Font = new System.Drawing.Font("宋体", 10F);
     this.lbllCarNo.ForeColor = System.Drawing.Color.White;
     this.lbllCarNo.Location = new System.Drawing.Point(47, 96);
     this.lbllCarNo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbllCarNo.Name = "lbllCarNo";
     this.lbllCarNo.Size = new System.Drawing.Size(77, 14);
     this.lbllCarNo.TabIndex = 68;
     this.lbllCarNo.Text = "煤种名称:";
     //
     // menuWeight
     //
     this.menuWeight.BackColor = System.Drawing.Color.Transparent;
     this.menuWeight.Font = new System.Drawing.Font("华文中宋", 11F, System.Drawing.FontStyle.Bold);
     this.menuWeight.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuAuto,
     this.MenuMan,
     this.menuLabour});
     this.menuWeight.Location = new System.Drawing.Point(0, 0);
     this.menuWeight.Name = "menuWeight";
     this.menuWeight.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.menuWeight.Size = new System.Drawing.Size(773, 25);
     this.menuWeight.TabIndex = 224;
     this.menuWeight.Text = "menuWeight";
     //
     // MenuAuto
     //
     this.MenuAuto.Name = "MenuAuto";
     this.MenuAuto.Size = new System.Drawing.Size(84, 21);
     this.MenuAuto.Text = "自动验票";
     this.MenuAuto.Click += new System.EventHandler(this.MenuAuto_Click);
     //
     // MenuMan
     //
     this.MenuMan.Name = "MenuMan";
     this.MenuMan.Size = new System.Drawing.Size(84, 21);
     this.MenuMan.Text = "手动验票";
     this.MenuMan.Click += new System.EventHandler(this.MenuMan_Click);
     //
     // menuLabour
     //
     this.menuLabour.Name = "menuLabour";
     this.menuLabour.Size = new System.Drawing.Size(84, 21);
     this.menuLabour.Text = "人工验票";
     this.menuLabour.Click += new System.EventHandler(this.menuLabour_Click);
     //
     // CheckSpreadWeight
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(773, 666);
     this.ControlBox = false;
     this.Controls.Add(this.menuWeight);
     this.Controls.Add(this.splitContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "CheckSpreadWeight";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "散煤验票";
     this.Load += new System.EventHandler(this.CheckSpreadWeight_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CheckSpreadWeight_FormClosing);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.gbHaveBang.ResumeLayout(false);
     this.gbHaveBang.PerformLayout();
     this.plDigital.ResumeLayout(false);
     this.gbLastRecord.ResumeLayout(false);
     this.gbLastRecord.PerformLayout();
     this.gbNet.ResumeLayout(false);
     this.gbNet.PerformLayout();
     this.gbEmpty.ResumeLayout(false);
     this.gbEmpty.PerformLayout();
     this.gbLoadWeight.ResumeLayout(false);
     this.gbLoadWeight.PerformLayout();
     this.gbNavicert.ResumeLayout(false);
     this.gbNavicert.PerformLayout();
     this.menuWeight.ResumeLayout(false);
     this.menuWeight.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OutWeight));
     this.appearance = new ThirdLibrary.Appearance();
     this.alSound = new ThirdLibrary.AlarmSound(this.components);
     this.menuWeight = new System.Windows.Forms.MenuStrip();
     this.MenuAuto = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuMan = new System.Windows.Forms.ToolStripMenuItem();
     this.menuLabour = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.videoRoomImage = new ThirdLibrary.DHVideo();
     this.videoFrontImage = new ThirdLibrary.DHVideo();
     this.videoBackImage = new ThirdLibrary.DHVideo();
     this.videoUpImage = new ThirdLibrary.DHVideo();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.btnReset = new System.Windows.Forms.Button();
     this.btnExit = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.ComCarType = new System.Windows.Forms.ComboBox();
     this.labCarType = new System.Windows.Forms.Label();
     this.TemptextBox = new System.Windows.Forms.TextBox();
     this.InWeightTxt = new System.Windows.Forms.TextBox();
     this.OutBanCom = new System.Windows.Forms.ComboBox();
     this.OutBanLab = new System.Windows.Forms.Label();
     this.InBanCom = new System.Windows.Forms.ComboBox();
     this.InBanLab = new System.Windows.Forms.Label();
     this.OutRadBut = new System.Windows.Forms.RadioButton();
     this.InRadBut = new System.Windows.Forms.RadioButton();
     this.txtCarNo = new System.Windows.Forms.TextBox();
     this.cmbProType = new System.Windows.Forms.ComboBox();
     this.CardNoLab = new System.Windows.Forms.Label();
     this.txtNavicert = new System.Windows.Forms.TextBox();
     this.lbllNavicertCode = new System.Windows.Forms.Label();
     this.InWeightLab = new System.Windows.Forms.Label();
     this.CoalKindcmb = new System.Windows.Forms.ComboBox();
     this.CollCodeLab = new System.Windows.Forms.Label();
     this.btnOK = new System.Windows.Forms.Button();
     this.gbHaveBang = new System.Windows.Forms.GroupBox();
     this.Outdisplay = new System.Windows.Forms.Label();
     this.lblWeight = new System.Windows.Forms.Label();
     this.plDigital = new System.Windows.Forms.Panel();
     this.lblDigital = new System.Windows.Forms.Label();
     this.menuWeight.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.gbHaveBang.SuspendLayout();
     this.plDigital.SuspendLayout();
     this.SuspendLayout();
     //
     // appearance
     //
     this.appearance.Weight = new decimal(new int[] {
     0,
     0,
     0,
     131072});
     //
     // menuWeight
     //
     this.menuWeight.BackColor = System.Drawing.Color.Transparent;
     this.menuWeight.Font = new System.Drawing.Font("华文中宋", 11F, System.Drawing.FontStyle.Bold);
     this.menuWeight.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuAuto,
     this.MenuMan,
     this.menuLabour});
     this.menuWeight.Location = new System.Drawing.Point(0, 0);
     this.menuWeight.Name = "menuWeight";
     this.menuWeight.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.menuWeight.Size = new System.Drawing.Size(696, 25);
     this.menuWeight.TabIndex = 248;
     this.menuWeight.Text = "menuWeight";
     //
     // MenuAuto
     //
     this.MenuAuto.Name = "MenuAuto";
     this.MenuAuto.Size = new System.Drawing.Size(84, 21);
     this.MenuAuto.Text = "自动过磅";
     this.MenuAuto.Click += new System.EventHandler(this.MenuAuto_Click);
     //
     // MenuMan
     //
     this.MenuMan.Name = "MenuMan";
     this.MenuMan.Size = new System.Drawing.Size(84, 21);
     this.MenuMan.Text = "手动过磅";
     this.MenuMan.Click += new System.EventHandler(this.MenuMan_Click);
     //
     // menuLabour
     //
     this.menuLabour.Name = "menuLabour";
     this.menuLabour.Size = new System.Drawing.Size(84, 21);
     this.menuLabour.Text = "人工过磅";
     this.menuLabour.Click += new System.EventHandler(this.menuLabour_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel1.Controls.Add(this.videoRoomImage);
     this.splitContainer1.Panel1.Controls.Add(this.videoFrontImage);
     this.splitContainer1.Panel1.Controls.Add(this.videoBackImage);
     this.splitContainer1.Panel1.Controls.Add(this.videoUpImage);
     this.splitContainer1.Panel1.Controls.Add(this.label5);
     this.splitContainer1.Panel1.Controls.Add(this.label4);
     this.splitContainer1.Panel1.Controls.Add(this.label6);
     this.splitContainer1.Panel1.Controls.Add(this.label7);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel2.Controls.Add(this.btnReset);
     this.splitContainer1.Panel2.Controls.Add(this.btnExit);
     this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
     this.splitContainer1.Panel2.Controls.Add(this.btnOK);
     this.splitContainer1.Panel2.Controls.Add(this.gbHaveBang);
     this.splitContainer1.Size = new System.Drawing.Size(696, 480);
     this.splitContainer1.SplitterDistance = 171;
     this.splitContainer1.TabIndex = 249;
     //
     // videoRoomImage
     //
     this.videoRoomImage.Amplify = 3;
     this.videoRoomImage.AutoSize = true;
     this.videoRoomImage.BackColor = System.Drawing.SystemColors.Control;
     this.videoRoomImage.Location = new System.Drawing.Point(523, 27);
     this.videoRoomImage.Name = "videoRoomImage";
     this.videoRoomImage.Size = new System.Drawing.Size(160, 120);
     this.videoRoomImage.TabIndex = 263;
     //
     // videoFrontImage
     //
     this.videoFrontImage.Amplify = 3;
     this.videoFrontImage.AutoSize = true;
     this.videoFrontImage.BackColor = System.Drawing.SystemColors.Control;
     this.videoFrontImage.Location = new System.Drawing.Point(13, 27);
     this.videoFrontImage.Name = "videoFrontImage";
     this.videoFrontImage.Size = new System.Drawing.Size(160, 120);
     this.videoFrontImage.TabIndex = 260;
     this.videoFrontImage.Tag = "单击可放大缩小";
     //
     // videoBackImage
     //
     this.videoBackImage.Amplify = 3;
     this.videoBackImage.AutoSize = true;
     this.videoBackImage.BackColor = System.Drawing.SystemColors.Control;
     this.videoBackImage.Location = new System.Drawing.Point(183, 27);
     this.videoBackImage.Name = "videoBackImage";
     this.videoBackImage.Size = new System.Drawing.Size(160, 120);
     this.videoBackImage.TabIndex = 261;
     //
     // videoUpImage
     //
     this.videoUpImage.Amplify = 3;
     this.videoUpImage.AutoSize = true;
     this.videoUpImage.BackColor = System.Drawing.SystemColors.Control;
     this.videoUpImage.Location = new System.Drawing.Point(353, 27);
     this.videoUpImage.Name = "videoUpImage";
     this.videoUpImage.Size = new System.Drawing.Size(160, 120);
     this.videoUpImage.TabIndex = 262;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("宋体", 10F);
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(244, 8);
     this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(63, 14);
     this.label5.TabIndex = 257;
     this.label5.Text = "车后视频";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("宋体", 10F);
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(71, 8);
     this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(63, 14);
     this.label4.TabIndex = 256;
     this.label4.Text = "车前视频";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("宋体", 10F);
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(429, 8);
     this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(63, 14);
     this.label6.TabIndex = 258;
     this.label6.Text = "车箱视频";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("宋体", 10F);
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(598, 8);
     this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(63, 14);
     this.label7.TabIndex = 259;
     this.label7.Text = "室内视频";
     //
     // btnReset
     //
     this.btnReset.BackColor = System.Drawing.Color.Transparent;
     this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnReset.Font = new System.Drawing.Font("宋体", 9F);
     this.btnReset.ForeColor = System.Drawing.Color.Transparent;
     this.btnReset.Image = global::CoalTraffic.Properties.Resources.Button;
     this.btnReset.Location = new System.Drawing.Point(319, 277);
     this.btnReset.Name = "btnReset";
     this.btnReset.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnReset.Size = new System.Drawing.Size(75, 25);
     this.btnReset.TabIndex = 265;
     this.btnReset.Text = "复  位";
     this.btnReset.UseVisualStyleBackColor = false;
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // btnExit
     //
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnExit.ForeColor = System.Drawing.Color.Transparent;
     this.btnExit.Image = global::CoalTraffic.Properties.Resources.EmptyBang_Exit;
     this.btnExit.Location = new System.Drawing.Point(465, 277);
     this.btnExit.Name = "btnExit";
     this.btnExit.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnExit.Size = new System.Drawing.Size(75, 25);
     this.btnExit.TabIndex = 264;
     this.btnExit.UseVisualStyleBackColor = false;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.ComCarType);
     this.groupBox1.Controls.Add(this.labCarType);
     this.groupBox1.Controls.Add(this.TemptextBox);
     this.groupBox1.Controls.Add(this.InWeightTxt);
     this.groupBox1.Controls.Add(this.OutBanCom);
     this.groupBox1.Controls.Add(this.OutBanLab);
     this.groupBox1.Controls.Add(this.InBanCom);
     this.groupBox1.Controls.Add(this.InBanLab);
     this.groupBox1.Controls.Add(this.OutRadBut);
     this.groupBox1.Controls.Add(this.InRadBut);
     this.groupBox1.Controls.Add(this.txtCarNo);
     this.groupBox1.Controls.Add(this.cmbProType);
     this.groupBox1.Controls.Add(this.CardNoLab);
     this.groupBox1.Controls.Add(this.txtNavicert);
     this.groupBox1.Controls.Add(this.lbllNavicertCode);
     this.groupBox1.Controls.Add(this.InWeightLab);
     this.groupBox1.Controls.Add(this.CoalKindcmb);
     this.groupBox1.Controls.Add(this.CollCodeLab);
     this.groupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location = new System.Drawing.Point(13, 6);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(321, 265);
     this.groupBox1.TabIndex = 262;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "其他信息";
     //
     // ComCarType
     //
     this.ComCarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComCarType.FormattingEnabled = true;
     this.ComCarType.Location = new System.Drawing.Point(110, 196);
     this.ComCarType.Name = "ComCarType";
     this.ComCarType.Size = new System.Drawing.Size(151, 22);
     this.ComCarType.TabIndex = 20;
     //
     // labCarType
     //
     this.labCarType.AutoSize = true;
     this.labCarType.ForeColor = System.Drawing.Color.White;
     this.labCarType.Location = new System.Drawing.Point(44, 199);
     this.labCarType.Name = "labCarType";
     this.labCarType.Size = new System.Drawing.Size(56, 14);
     this.labCarType.TabIndex = 19;
     this.labCarType.Text = "车 型:";
     //
     // TemptextBox
     //
     this.TemptextBox.Location = new System.Drawing.Point(268, 44);
     this.TemptextBox.Name = "TemptextBox";
     this.TemptextBox.Size = new System.Drawing.Size(37, 23);
     this.TemptextBox.TabIndex = 18;
     this.TemptextBox.Visible = false;
     this.TemptextBox.TextChanged += new System.EventHandler(this.TemptextBox_TextChanged);
     //
     // InWeightTxt
     //
     this.InWeightTxt.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.InWeightTxt.Location = new System.Drawing.Point(110, 225);
     this.InWeightTxt.MaxLength = 7;
     this.InWeightTxt.Name = "InWeightTxt";
     this.InWeightTxt.Size = new System.Drawing.Size(152, 23);
     this.InWeightTxt.TabIndex = 17;
     //
     // OutBanCom
     //
     this.OutBanCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.OutBanCom.FormattingEnabled = true;
     this.OutBanCom.Location = new System.Drawing.Point(109, 137);
     this.OutBanCom.Name = "OutBanCom";
     this.OutBanCom.Size = new System.Drawing.Size(153, 22);
     this.OutBanCom.TabIndex = 16;
     //
     // OutBanLab
     //
     this.OutBanLab.AutoSize = true;
     this.OutBanLab.Location = new System.Drawing.Point(44, 140);
     this.OutBanLab.Name = "OutBanLab";
     this.OutBanLab.Size = new System.Drawing.Size(63, 14);
     this.OutBanLab.TabIndex = 15;
     this.OutBanLab.Text = "出境磅房";
     //
     // InBanCom
     //
     this.InBanCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.InBanCom.Enabled = false;
     this.InBanCom.FormattingEnabled = true;
     this.InBanCom.Location = new System.Drawing.Point(109, 109);
     this.InBanCom.Name = "InBanCom";
     this.InBanCom.Size = new System.Drawing.Size(153, 22);
     this.InBanCom.TabIndex = 14;
     //
     // InBanLab
     //
     this.InBanLab.AutoSize = true;
     this.InBanLab.Location = new System.Drawing.Point(44, 112);
     this.InBanLab.Name = "InBanLab";
     this.InBanLab.Size = new System.Drawing.Size(63, 14);
     this.InBanLab.TabIndex = 13;
     this.InBanLab.Text = "入境磅房";
     //
     // OutRadBut
     //
     this.OutRadBut.AutoSize = true;
     this.OutRadBut.Location = new System.Drawing.Point(241, 22);
     this.OutRadBut.Name = "OutRadBut";
     this.OutRadBut.Size = new System.Drawing.Size(53, 18);
     this.OutRadBut.TabIndex = 12;
     this.OutRadBut.Text = "出境";
     this.OutRadBut.UseVisualStyleBackColor = true;
     this.OutRadBut.CheckedChanged += new System.EventHandler(this.InradBut_CheckedChanged);
     //
     // InRadBut
     //
     this.InRadBut.AutoSize = true;
     this.InRadBut.Checked = true;
     this.InRadBut.Location = new System.Drawing.Point(18, 22);
     this.InRadBut.Name = "InRadBut";
     this.InRadBut.Size = new System.Drawing.Size(53, 18);
     this.InRadBut.TabIndex = 11;
     this.InRadBut.TabStop = true;
     this.InRadBut.Text = "入境";
     this.InRadBut.UseVisualStyleBackColor = true;
     this.InRadBut.CheckedChanged += new System.EventHandler(this.InradBut_CheckedChanged);
     //
     // txtCarNo
     //
     this.txtCarNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCarNo.Location = new System.Drawing.Point(185, 166);
     this.txtCarNo.MaxLength = 7;
     this.txtCarNo.Name = "txtCarNo";
     this.txtCarNo.Size = new System.Drawing.Size(77, 23);
     this.txtCarNo.TabIndex = 10;
     //
     // cmbProType
     //
     this.cmbProType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbProType.FormattingEnabled = true;
     this.cmbProType.Location = new System.Drawing.Point(110, 166);
     this.cmbProType.Name = "cmbProType";
     this.cmbProType.Size = new System.Drawing.Size(69, 22);
     this.cmbProType.TabIndex = 9;
     //
     // CardNoLab
     //
     this.CardNoLab.AutoSize = true;
     this.CardNoLab.ForeColor = System.Drawing.Color.White;
     this.CardNoLab.Location = new System.Drawing.Point(44, 169);
     this.CardNoLab.Name = "CardNoLab";
     this.CardNoLab.Size = new System.Drawing.Size(77, 14);
     this.CardNoLab.TabIndex = 8;
     this.CardNoLab.Text = "车 牌 号:";
     //
     // txtNavicert
     //
     this.txtNavicert.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtNavicert.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtNavicert.Location = new System.Drawing.Point(109, 44);
     this.txtNavicert.MaxLength = 20;
     this.txtNavicert.Name = "txtNavicert";
     this.txtNavicert.ReadOnly = true;
     this.txtNavicert.Size = new System.Drawing.Size(153, 23);
     this.txtNavicert.TabIndex = 7;
     this.txtNavicert.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNavicert_KeyDown);
     //
     // lbllNavicertCode
     //
     this.lbllNavicertCode.AutoSize = true;
     this.lbllNavicertCode.ForeColor = System.Drawing.Color.White;
     this.lbllNavicertCode.Location = new System.Drawing.Point(44, 47);
     this.lbllNavicertCode.Name = "lbllNavicertCode";
     this.lbllNavicertCode.Size = new System.Drawing.Size(77, 14);
     this.lbllNavicertCode.TabIndex = 6;
     this.lbllNavicertCode.Text = "准运卡号:";
     //
     // InWeightLab
     //
     this.InWeightLab.AutoSize = true;
     this.InWeightLab.ForeColor = System.Drawing.Color.White;
     this.InWeightLab.Location = new System.Drawing.Point(44, 228);
     this.InWeightLab.Name = "InWeightLab";
     this.InWeightLab.Size = new System.Drawing.Size(77, 14);
     this.InWeightLab.TabIndex = 2;
     this.InWeightLab.Text = "入境重量:";
     //
     // CoalKindcmb
     //
     this.CoalKindcmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CoalKindcmb.FormattingEnabled = true;
     this.CoalKindcmb.Location = new System.Drawing.Point(109, 74);
     this.CoalKindcmb.Name = "CoalKindcmb";
     this.CoalKindcmb.Size = new System.Drawing.Size(153, 22);
     this.CoalKindcmb.TabIndex = 1;
     //
     // CollCodeLab
     //
     this.CollCodeLab.AutoSize = true;
     this.CollCodeLab.ForeColor = System.Drawing.Color.White;
     this.CollCodeLab.Location = new System.Drawing.Point(44, 77);
     this.CollCodeLab.Name = "CollCodeLab";
     this.CollCodeLab.Size = new System.Drawing.Size(77, 14);
     this.CollCodeLab.TabIndex = 0;
     this.CollCodeLab.Text = "煤种名称:";
     //
     // btnOK
     //
     this.btnOK.BackColor = System.Drawing.Color.Transparent;
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnOK.ForeColor = System.Drawing.Color.Transparent;
     this.btnOK.Image = global::CoalTraffic.Properties.Resources.EmptyBang_OK;
     this.btnOK.Location = new System.Drawing.Point(172, 277);
     this.btnOK.Name = "btnOK";
     this.btnOK.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnOK.Size = new System.Drawing.Size(75, 25);
     this.btnOK.TabIndex = 263;
     this.btnOK.UseVisualStyleBackColor = false;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // gbHaveBang
     //
     this.gbHaveBang.BackColor = System.Drawing.Color.Transparent;
     this.gbHaveBang.Controls.Add(this.Outdisplay);
     this.gbHaveBang.Controls.Add(this.lblWeight);
     this.gbHaveBang.Controls.Add(this.plDigital);
     this.gbHaveBang.Cursor = System.Windows.Forms.Cursors.Default;
     this.gbHaveBang.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbHaveBang.ForeColor = System.Drawing.Color.White;
     this.gbHaveBang.Location = new System.Drawing.Point(359, 6);
     this.gbHaveBang.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbHaveBang.Name = "gbHaveBang";
     this.gbHaveBang.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbHaveBang.Size = new System.Drawing.Size(320, 265);
     this.gbHaveBang.TabIndex = 261;
     this.gbHaveBang.TabStop = false;
     this.gbHaveBang.Text = "磅秤信息";
     //
     // Outdisplay
     //
     this.Outdisplay.AutoSize = true;
     this.Outdisplay.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Outdisplay.ForeColor = System.Drawing.Color.Red;
     this.Outdisplay.Location = new System.Drawing.Point(23, 169);
     this.Outdisplay.Name = "Outdisplay";
     this.Outdisplay.Size = new System.Drawing.Size(0, 14);
     this.Outdisplay.TabIndex = 84;
     //
     // lblWeight
     //
     this.lblWeight.AutoSize = true;
     this.lblWeight.BackColor = System.Drawing.Color.Transparent;
     this.lblWeight.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold);
     this.lblWeight.ForeColor = System.Drawing.Color.White;
     this.lblWeight.Location = new System.Drawing.Point(287, 73);
     this.lblWeight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblWeight.Name = "lblWeight";
     this.lblWeight.Size = new System.Drawing.Size(40, 27);
     this.lblWeight.TabIndex = 80;
     this.lblWeight.Text = "吨";
     this.lblWeight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // plDigital
     //
     this.plDigital.BackColor = System.Drawing.Color.Black;
     this.plDigital.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.plDigital.Controls.Add(this.lblDigital);
     this.plDigital.ForeColor = System.Drawing.Color.White;
     this.plDigital.Location = new System.Drawing.Point(20, 28);
     this.plDigital.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.plDigital.Name = "plDigital";
     this.plDigital.Size = new System.Drawing.Size(267, 126);
     this.plDigital.TabIndex = 44;
     //
     // lblDigital
     //
     this.lblDigital.Font = new System.Drawing.Font("Microsoft Sans Serif", 50F, System.Drawing.FontStyle.Bold);
     this.lblDigital.Location = new System.Drawing.Point(-22, 11);
     this.lblDigital.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblDigital.Name = "lblDigital";
     this.lblDigital.Size = new System.Drawing.Size(312, 90);
     this.lblDigital.TabIndex = 0;
     this.lblDigital.Tag = "9999";
     this.lblDigital.Text = "0.00";
     this.lblDigital.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblDigital.TextChanged += new System.EventHandler(this.lblDigital_TextChanged);
     //
     // OutWeight
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(696, 505);
     this.ControlBox = false;
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.menuWeight);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "OutWeight";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "过境煤过磅";
     this.Load += new System.EventHandler(this.OutWeight_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OutWeight_FormClosing);
     this.menuWeight.ResumeLayout(false);
     this.menuWeight.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.gbHaveBang.ResumeLayout(false);
     this.gbHaveBang.PerformLayout();
     this.plDigital.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.statusMainForm = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblUserName = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslDepartName = new System.Windows.Forms.ToolStripStatusLabel();
     this.lblDepartName = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolNet = new System.Windows.Forms.ToolStripSplitButton();
     this.menuMain = new System.Windows.Forms.MenuStrip();
     this.memuSysSet = new System.Windows.Forms.ToolStripMenuItem();
     this.memuDataBase = new System.Windows.Forms.ToolStripMenuItem();
     this.memuReader = new System.Windows.Forms.ToolStripMenuItem();
     this.menuPassWord = new System.Windows.Forms.ToolStripMenuItem();
     this.menuICCard = new System.Windows.Forms.ToolStripMenuItem();
     this.menuNavicert = new System.Windows.Forms.ToolStripMenuItem();
     this.menuAddMarkCard = new System.Windows.Forms.ToolStripMenuItem();
     this.menuActiveMarkCard = new System.Windows.Forms.ToolStripMenuItem();
     this.menuAddTempCard = new System.Windows.Forms.ToolStripMenuItem();
     this.标示卡发卡二次打印ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuBICCard = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuBNavicert = new System.Windows.Forms.ToolStripMenuItem();
     this.电子标签补办ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuMainExit = new System.Windows.Forms.ToolStripMenuItem();
     this.toolMain = new System.Windows.Forms.ToolStrip();
     this.toolDataBase = new System.Windows.Forms.ToolStripButton();
     this.toolReader = new System.Windows.Forms.ToolStripButton();
     this.toolChangePsw = new System.Windows.Forms.ToolStripButton();
     this.toolAddNavicert = new System.Windows.Forms.ToolStripButton();
     this.toolAddMarkCard = new System.Windows.Forms.ToolStripButton();
     this.toolActiveMarkedCard = new System.Windows.Forms.ToolStripButton();
     this.toolAddTempCard = new System.Windows.Forms.ToolStripButton();
     this.toolExit = new System.Windows.Forms.ToolStripButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.tmAccount = new System.Windows.Forms.Timer(this.components);
     this.alarmSound = new ThirdLibrary.AlarmSound(this.components);
     this.statusMainForm.SuspendLayout();
     this.menuMain.SuspendLayout();
     this.toolMain.SuspendLayout();
     this.SuspendLayout();
     //
     // statusMainForm
     //
     this.statusMainForm.ImageScalingSize = new System.Drawing.Size(18, 18);
     this.statusMainForm.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.statusMainForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.lblUserName,
     this.toolStripStatusLabel2,
     this.tsslDepartName,
     this.lblDepartName,
     this.toolStripStatusLabel4,
     this.toolNet});
     this.statusMainForm.Location = new System.Drawing.Point(0, 406);
     this.statusMainForm.Name = "statusMainForm";
     this.statusMainForm.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
     this.statusMainForm.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.statusMainForm.Size = new System.Drawing.Size(647, 24);
     this.statusMainForm.TabIndex = 0;
     this.statusMainForm.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(53, 19);
     this.toolStripStatusLabel1.Text = "登录名:";
     //
     // lblUserName
     //
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(23, 19);
     this.lblUserName.Text = "   ";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(89, 19);
     this.toolStripStatusLabel2.Text = "    所属部门:";
     //
     // tsslDepartName
     //
     this.tsslDepartName.Name = "tsslDepartName";
     this.tsslDepartName.Size = new System.Drawing.Size(0, 19);
     this.tsslDepartName.Tag = "toolStripStatusLabel3";
     //
     // lblDepartName
     //
     this.lblDepartName.Name = "lblDepartName";
     this.lblDepartName.Size = new System.Drawing.Size(23, 19);
     this.lblDepartName.Text = "   ";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(101, 19);
     this.toolStripStatusLabel4.Text = "        网络连接";
     //
     // toolNet
     //
     this.toolNet.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolNet.DropDownButtonWidth = 0;
     this.toolNet.Image = ((System.Drawing.Image)(resources.GetObject("toolNet.Image")));
     this.toolNet.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolNet.Name = "toolNet";
     this.toolNet.Size = new System.Drawing.Size(23, 22);
     this.toolNet.Text = "toolStripSplitButton1";
     //
     // menuMain
     //
     this.menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.memuSysSet,
     this.menuICCard,
     this.MenuBICCard,
     this.MenuMainExit});
     this.menuMain.Location = new System.Drawing.Point(0, 0);
     this.menuMain.Name = "menuMain";
     this.menuMain.Size = new System.Drawing.Size(647, 24);
     this.menuMain.TabIndex = 1;
     this.menuMain.Text = "menuStrip1";
     //
     // memuSysSet
     //
     this.memuSysSet.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.memuDataBase,
     this.memuReader,
     this.menuPassWord});
     this.memuSysSet.Name = "memuSysSet";
     this.memuSysSet.Size = new System.Drawing.Size(83, 20);
     this.memuSysSet.Tag = "s3001";
     this.memuSysSet.Text = "系统设置(&S)";
     //
     // memuDataBase
     //
     this.memuDataBase.Name = "memuDataBase";
     this.memuDataBase.ShowShortcutKeys = false;
     this.memuDataBase.Size = new System.Drawing.Size(125, 22);
     this.memuDataBase.Tag = "s3002";
     this.memuDataBase.Text = "数据库设置";
     this.memuDataBase.Click += new System.EventHandler(this.memuDataBase_Click);
     //
     // memuReader
     //
     this.memuReader.Name = "memuReader";
     this.memuReader.ShowShortcutKeys = false;
     this.memuReader.Size = new System.Drawing.Size(125, 22);
     this.memuReader.Tag = "s3003";
     this.memuReader.Text = "读卡器设置";
     this.memuReader.Click += new System.EventHandler(this.memuReader_Click);
     //
     // menuPassWord
     //
     this.menuPassWord.Image = ((System.Drawing.Image)(resources.GetObject("menuPassWord.Image")));
     this.menuPassWord.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.menuPassWord.Name = "menuPassWord";
     this.menuPassWord.ShortcutKeyDisplayString = "";
     this.menuPassWord.ShowShortcutKeys = false;
     this.menuPassWord.Size = new System.Drawing.Size(125, 22);
     this.menuPassWord.Tag = "s3004";
     this.menuPassWord.Text = "修改密码";
     this.menuPassWord.Click += new System.EventHandler(this.menuPassWord_Click);
     //
     // menuICCard
     //
     this.menuICCard.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuNavicert,
     this.menuAddMarkCard,
     this.menuActiveMarkCard,
     this.menuAddTempCard,
     this.标示卡发卡二次打印ToolStripMenuItem});
     this.menuICCard.Name = "menuICCard";
     this.menuICCard.Size = new System.Drawing.Size(83, 20);
     this.menuICCard.Tag = "s3100";
     this.menuICCard.Text = "发卡管理(&C)";
     //
     // menuNavicert
     //
     this.menuNavicert.Name = "menuNavicert";
     this.menuNavicert.ShowShortcutKeys = false;
     this.menuNavicert.Size = new System.Drawing.Size(178, 22);
     this.menuNavicert.Tag = "s3101";
     this.menuNavicert.Text = "准运卡办理";
     this.menuNavicert.Click += new System.EventHandler(this.menuNavicert_Click);
     //
     // menuAddMarkCard
     //
     this.menuAddMarkCard.Image = ((System.Drawing.Image)(resources.GetObject("menuAddMarkCard.Image")));
     this.menuAddMarkCard.Name = "menuAddMarkCard";
     this.menuAddMarkCard.ShowShortcutKeys = false;
     this.menuAddMarkCard.Size = new System.Drawing.Size(178, 22);
     this.menuAddMarkCard.Tag = "s3102";
     this.menuAddMarkCard.Text = "标识卡办理";
     this.menuAddMarkCard.Click += new System.EventHandler(this.menuAddMarkCard_Click);
     //
     // menuActiveMarkCard
     //
     this.menuActiveMarkCard.Name = "menuActiveMarkCard";
     this.menuActiveMarkCard.Size = new System.Drawing.Size(178, 22);
     this.menuActiveMarkCard.Tag = "s3014";
     this.menuActiveMarkCard.Text = "标识卡验证";
     this.menuActiveMarkCard.Click += new System.EventHandler(this.menuActiveMarkCard_Click);
     //
     // menuAddTempCard
     //
     this.menuAddTempCard.Name = "menuAddTempCard";
     this.menuAddTempCard.Size = new System.Drawing.Size(178, 22);
     this.menuAddTempCard.Tag = "s3103";
     this.menuAddTempCard.Text = "临时卡办理";
     this.menuAddTempCard.Click += new System.EventHandler(this.menuAddTempCard_Click);
     //
     // 标示卡发卡二次打印ToolStripMenuItem
     //
     this.标示卡发卡二次打印ToolStripMenuItem.Name = "标示卡发卡二次打印ToolStripMenuItem";
     this.标示卡发卡二次打印ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.标示卡发卡二次打印ToolStripMenuItem.Tag = "s3102";
     this.标示卡发卡二次打印ToolStripMenuItem.Text = "标识卡发卡二次打印";
     this.标示卡发卡二次打印ToolStripMenuItem.Click += new System.EventHandler(this.标示卡发卡二次打印ToolStripMenuItem_Click);
     //
     // MenuBICCard
     //
     this.MenuBICCard.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuBNavicert,
     this.电子标签补办ToolStripMenuItem});
     this.MenuBICCard.Name = "MenuBICCard";
     this.MenuBICCard.Size = new System.Drawing.Size(65, 20);
     this.MenuBICCard.Tag = "s3200";
     this.MenuBICCard.Text = "补办管理";
     //
     // MenuBNavicert
     //
     this.MenuBNavicert.Name = "MenuBNavicert";
     this.MenuBNavicert.Size = new System.Drawing.Size(142, 22);
     this.MenuBNavicert.Tag = "s3201";
     this.MenuBNavicert.Text = "准运卡补办";
     this.MenuBNavicert.Click += new System.EventHandler(this.MenuBNavicert_Click);
     //
     // 电子标签补办ToolStripMenuItem
     //
     this.电子标签补办ToolStripMenuItem.Name = "电子标签补办ToolStripMenuItem";
     this.电子标签补办ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.电子标签补办ToolStripMenuItem.Tag = "s3202";
     this.电子标签补办ToolStripMenuItem.Text = "电子标签补办";
     this.电子标签补办ToolStripMenuItem.Click += new System.EventHandler(this.电子标签补办ToolStripMenuItem_Click);
     //
     // MenuMainExit
     //
     this.MenuMainExit.Name = "MenuMainExit";
     this.MenuMainExit.Size = new System.Drawing.Size(41, 20);
     this.MenuMainExit.Tag = "-1";
     this.MenuMainExit.Text = "退出";
     this.MenuMainExit.Click += new System.EventHandler(this.MenuMainExit_Click);
     //
     // toolMain
     //
     this.toolMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(182)))), ((int)(((byte)(208)))), ((int)(((byte)(248)))));
     this.toolMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolMain.ImageScalingSize = new System.Drawing.Size(23, 20);
     this.toolMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolDataBase,
     this.toolReader,
     this.toolChangePsw,
     this.toolAddNavicert,
     this.toolAddMarkCard,
     this.toolActiveMarkedCard,
     this.toolAddTempCard,
     this.toolExit});
     this.toolMain.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.toolMain.Location = new System.Drawing.Point(0, 24);
     this.toolMain.Name = "toolMain";
     this.toolMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolMain.Size = new System.Drawing.Size(647, 27);
     this.toolMain.TabIndex = 2;
     this.toolMain.Text = "toolStrip1";
     //
     // toolDataBase
     //
     this.toolDataBase.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolDataBase.Image = ((System.Drawing.Image)(resources.GetObject("toolDataBase.Image")));
     this.toolDataBase.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolDataBase.Name = "toolDataBase";
     this.toolDataBase.Size = new System.Drawing.Size(27, 24);
     this.toolDataBase.Tag = "s3002";
     this.toolDataBase.Text = "数据库设置";
     this.toolDataBase.Click += new System.EventHandler(this.memuDataBase_Click);
     //
     // toolReader
     //
     this.toolReader.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolReader.Image = ((System.Drawing.Image)(resources.GetObject("toolReader.Image")));
     this.toolReader.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolReader.Name = "toolReader";
     this.toolReader.Size = new System.Drawing.Size(27, 24);
     this.toolReader.Tag = "s3003";
     this.toolReader.Text = "读卡器设置";
     this.toolReader.Click += new System.EventHandler(this.memuReader_Click);
     //
     // toolChangePsw
     //
     this.toolChangePsw.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolChangePsw.Image = ((System.Drawing.Image)(resources.GetObject("toolChangePsw.Image")));
     this.toolChangePsw.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolChangePsw.Name = "toolChangePsw";
     this.toolChangePsw.Size = new System.Drawing.Size(27, 24);
     this.toolChangePsw.Tag = "s3004";
     this.toolChangePsw.Text = "修改自己的用户密码";
     this.toolChangePsw.Click += new System.EventHandler(this.menuPassWord_Click);
     //
     // toolAddNavicert
     //
     this.toolAddNavicert.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolAddNavicert.Image = ((System.Drawing.Image)(resources.GetObject("toolAddNavicert.Image")));
     this.toolAddNavicert.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolAddNavicert.Name = "toolAddNavicert";
     this.toolAddNavicert.Size = new System.Drawing.Size(27, 24);
     this.toolAddNavicert.Tag = "s3101";
     this.toolAddNavicert.Text = "准运卡办理";
     this.toolAddNavicert.Click += new System.EventHandler(this.menuNavicert_Click);
     //
     // toolAddMarkCard
     //
     this.toolAddMarkCard.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolAddMarkCard.Image = ((System.Drawing.Image)(resources.GetObject("toolAddMarkCard.Image")));
     this.toolAddMarkCard.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolAddMarkCard.Name = "toolAddMarkCard";
     this.toolAddMarkCard.Size = new System.Drawing.Size(27, 24);
     this.toolAddMarkCard.Tag = "s3102";
     this.toolAddMarkCard.Text = "标识卡办理";
     this.toolAddMarkCard.Click += new System.EventHandler(this.menuAddMarkCard_Click);
     //
     // toolActiveMarkedCard
     //
     this.toolActiveMarkedCard.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolActiveMarkedCard.Image = ((System.Drawing.Image)(resources.GetObject("toolActiveMarkedCard.Image")));
     this.toolActiveMarkedCard.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolActiveMarkedCard.Name = "toolActiveMarkedCard";
     this.toolActiveMarkedCard.Size = new System.Drawing.Size(27, 24);
     this.toolActiveMarkedCard.Tag = "s3104";
     this.toolActiveMarkedCard.Text = "标识卡激活";
     this.toolActiveMarkedCard.Visible = false;
     this.toolActiveMarkedCard.Click += new System.EventHandler(this.menuActiveMarkCard_Click);
     //
     // toolAddTempCard
     //
     this.toolAddTempCard.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolAddTempCard.Image = ((System.Drawing.Image)(resources.GetObject("toolAddTempCard.Image")));
     this.toolAddTempCard.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolAddTempCard.Name = "toolAddTempCard";
     this.toolAddTempCard.Size = new System.Drawing.Size(27, 24);
     this.toolAddTempCard.Tag = "s3103";
     this.toolAddTempCard.Text = "临时卡办理";
     this.toolAddTempCard.Click += new System.EventHandler(this.menuAddTempCard_Click);
     //
     // toolExit
     //
     this.toolExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolExit.Image = ((System.Drawing.Image)(resources.GetObject("toolExit.Image")));
     this.toolExit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolExit.Name = "toolExit";
     this.toolExit.Size = new System.Drawing.Size(27, 24);
     this.toolExit.Tag = "-1";
     this.toolExit.Text = "退出";
     this.toolExit.Click += new System.EventHandler(this.menuExit_Click);
     //
     // panel1
     //
     this.panel1.BackgroundImage = global::SendCard.Properties.Resources.Main;
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 24);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(647, 406);
     this.panel1.TabIndex = 3;
     //
     // tmAccount
     //
     this.tmAccount.Enabled = true;
     this.tmAccount.Interval = 1000;
     this.tmAccount.Tick += new System.EventHandler(this.tmAccount_Tick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(647, 430);
     this.Controls.Add(this.toolMain);
     this.Controls.Add(this.statusMainForm);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.menuMain);
     this.Font = new System.Drawing.Font("新宋体", 9.5F);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuMain;
     this.Name = "MainForm";
     this.Text = "子长煤炭调运发卡系统V2.0.6.4";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.statusMainForm.ResumeLayout(false);
     this.statusMainForm.PerformLayout();
     this.menuMain.ResumeLayout(false);
     this.menuMain.PerformLayout();
     this.toolMain.ResumeLayout(false);
     this.toolMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddMarkedCard));
     this.label11 = new System.Windows.Forms.Label();
     this.cbxColl = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtBuyCount = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.cbxCoalKind = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtAdded = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtOperator = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txtDepartName = new System.Windows.Forms.TextBox();
     this.btnExit = new System.Windows.Forms.Button();
     this.btnSend = new System.Windows.Forms.Button();
     this.label6 = new System.Windows.Forms.Label();
     this.txtMarkedCode = new System.Windows.Forms.TextBox();
     this.alarmSound = new ThirdLibrary.AlarmSound(this.components);
     this.btnReset = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(90, 38);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(77, 12);
     this.label11.TabIndex = 13;
     this.label11.Text = "请选择煤矿:";
     //
     // cbxColl
     //
     this.cbxColl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxColl.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbxColl.FormattingEnabled = true;
     this.cbxColl.Location = new System.Drawing.Point(169, 34);
     this.cbxColl.Name = "cbxColl";
     this.cbxColl.Size = new System.Drawing.Size(179, 23);
     this.cbxColl.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(102, 103);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 17;
     this.label2.Text = "购买数量:";
     //
     // txtBuyCount
     //
     this.txtBuyCount.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtBuyCount.Location = new System.Drawing.Point(167, 99);
     this.txtBuyCount.Name = "txtBuyCount";
     this.txtBuyCount.Size = new System.Drawing.Size(70, 24);
     this.txtBuyCount.TabIndex = 3;
     this.txtBuyCount.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtBuyCount_KeyUp);
     this.txtBuyCount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBuyCount_KeyPress);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(90, 69);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 12);
     this.label1.TabIndex = 14;
     this.label1.Text = "请选择煤种:";
     //
     // cbxCoalKind
     //
     this.cbxCoalKind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxCoalKind.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbxCoalKind.FormattingEnabled = true;
     this.cbxCoalKind.Location = new System.Drawing.Point(168, 65);
     this.cbxCoalKind.Name = "cbxCoalKind";
     this.cbxCoalKind.Size = new System.Drawing.Size(180, 23);
     this.cbxCoalKind.TabIndex = 2;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.ForeColor = System.Drawing.Color.Red;
     this.label3.Location = new System.Drawing.Point(240, 103);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 19;
     this.label3.Text = "刷卡数";
     //
     // txtAdded
     //
     this.txtAdded.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtAdded.ForeColor = System.Drawing.Color.Red;
     this.txtAdded.Location = new System.Drawing.Point(278, 99);
     this.txtAdded.Name = "txtAdded";
     this.txtAdded.ReadOnly = true;
     this.txtAdded.Size = new System.Drawing.Size(70, 24);
     this.txtAdded.TabIndex = 20;
     this.txtAdded.Text = "0";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(102, 169);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(65, 12);
     this.label4.TabIndex = 21;
     this.label4.Text = "发 卡 人:";
     //
     // txtOperator
     //
     this.txtOperator.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtOperator.Location = new System.Drawing.Point(167, 165);
     this.txtOperator.Name = "txtOperator";
     this.txtOperator.ReadOnly = true;
     this.txtOperator.Size = new System.Drawing.Size(181, 24);
     this.txtOperator.TabIndex = 22;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(102, 201);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(65, 12);
     this.label5.TabIndex = 23;
     this.label5.Text = "发卡部门:";
     //
     // txtDepartName
     //
     this.txtDepartName.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtDepartName.Location = new System.Drawing.Point(167, 196);
     this.txtDepartName.Name = "txtDepartName";
     this.txtDepartName.ReadOnly = true;
     this.txtDepartName.Size = new System.Drawing.Size(181, 24);
     this.txtDepartName.TabIndex = 24;
     //
     // btnExit
     //
     this.btnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExit.BackgroundImage")));
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnExit.ForeColor = System.Drawing.Color.White;
     this.btnExit.Location = new System.Drawing.Point(289, 249);
     this.btnExit.Name = "btnExit";
     this.btnExit.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnExit.Size = new System.Drawing.Size(71, 23);
     this.btnExit.TabIndex = 26;
     this.btnExit.Text = "退  出";
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnSend
     //
     this.btnSend.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSend.BackgroundImage")));
     this.btnSend.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSend.ForeColor = System.Drawing.Color.White;
     this.btnSend.Location = new System.Drawing.Point(94, 249);
     this.btnSend.Name = "btnSend";
     this.btnSend.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnSend.Size = new System.Drawing.Size(71, 23);
     this.btnSend.TabIndex = 25;
     this.btnSend.Text = "发  卡";
     this.btnSend.UseVisualStyleBackColor = true;
     this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(102, 135);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(65, 12);
     this.label6.TabIndex = 27;
     this.label6.Text = "标识卡号:";
     //
     // txtMarkedCode
     //
     this.txtMarkedCode.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtMarkedCode.Location = new System.Drawing.Point(167, 132);
     this.txtMarkedCode.Name = "txtMarkedCode";
     this.txtMarkedCode.ReadOnly = true;
     this.txtMarkedCode.Size = new System.Drawing.Size(181, 24);
     this.txtMarkedCode.TabIndex = 28;
     //
     // btnReset
     //
     this.btnReset.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReset.BackgroundImage")));
     this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnReset.ForeColor = System.Drawing.Color.White;
     this.btnReset.Location = new System.Drawing.Point(188, 249);
     this.btnReset.Name = "btnReset";
     this.btnReset.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnReset.Size = new System.Drawing.Size(71, 23);
     this.btnReset.TabIndex = 29;
     this.btnReset.Text = "重 置";
     this.btnReset.UseVisualStyleBackColor = true;
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // AddMarkedCard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::CoalTraffic.Properties.Resources.背景;
     this.ClientSize = new System.Drawing.Size(442, 316);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.txtMarkedCode);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnSend);
     this.Controls.Add(this.txtDepartName);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtOperator);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtAdded);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtBuyCount);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cbxCoalKind);
     this.Controls.Add(this.cbxColl);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label11);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "AddMarkedCard";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "标识卡发放";
     this.Load += new System.EventHandler(this.AddMarkedCard_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AddMarkedCard_FormClosing);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ActiveMarkedCard));
     this.btnReset = new System.Windows.Forms.Button();
     this.btnSend = new System.Windows.Forms.Button();
     this.btnExit = new System.Windows.Forms.Button();
     this.alarmSound = new ThirdLibrary.AlarmSound(this.components);
     this.txtMarkedCode = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.txtDepartName = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txtOperator = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtAdded = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtActiveCount = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.cbxCoalKind = new System.Windows.Forms.ComboBox();
     this.cbxColl = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btnReset
     //
     this.btnReset.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReset.BackgroundImage")));
     this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnReset.ForeColor = System.Drawing.Color.White;
     this.btnReset.Location = new System.Drawing.Point(186, 267);
     this.btnReset.Name = "btnReset";
     this.btnReset.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnReset.Size = new System.Drawing.Size(71, 23);
     this.btnReset.TabIndex = 46;
     this.btnReset.Text = "重 置";
     this.btnReset.UseVisualStyleBackColor = true;
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // btnSend
     //
     this.btnSend.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSend.BackgroundImage")));
     this.btnSend.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSend.ForeColor = System.Drawing.Color.White;
     this.btnSend.Location = new System.Drawing.Point(92, 267);
     this.btnSend.Name = "btnSend";
     this.btnSend.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnSend.Size = new System.Drawing.Size(71, 23);
     this.btnSend.TabIndex = 42;
     this.btnSend.Text = "发  卡";
     this.btnSend.UseVisualStyleBackColor = true;
     this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
     //
     // btnExit
     //
     this.btnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExit.BackgroundImage")));
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnExit.ForeColor = System.Drawing.Color.White;
     this.btnExit.Location = new System.Drawing.Point(287, 267);
     this.btnExit.Name = "btnExit";
     this.btnExit.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnExit.Size = new System.Drawing.Size(71, 23);
     this.btnExit.TabIndex = 43;
     this.btnExit.Text = "退  出";
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // txtMarkedCode
     //
     this.txtMarkedCode.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtMarkedCode.Location = new System.Drawing.Point(162, 145);
     this.txtMarkedCode.Name = "txtMarkedCode";
     this.txtMarkedCode.ReadOnly = true;
     this.txtMarkedCode.Size = new System.Drawing.Size(181, 24);
     this.txtMarkedCode.TabIndex = 73;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(97, 148);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(65, 12);
     this.label6.TabIndex = 72;
     this.label6.Text = "标识卡号:";
     //
     // txtDepartName
     //
     this.txtDepartName.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtDepartName.Location = new System.Drawing.Point(162, 209);
     this.txtDepartName.Name = "txtDepartName";
     this.txtDepartName.ReadOnly = true;
     this.txtDepartName.Size = new System.Drawing.Size(181, 24);
     this.txtDepartName.TabIndex = 71;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(97, 214);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(65, 12);
     this.label5.TabIndex = 70;
     this.label5.Text = "激活部门:";
     //
     // txtOperator
     //
     this.txtOperator.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtOperator.Location = new System.Drawing.Point(162, 178);
     this.txtOperator.Name = "txtOperator";
     this.txtOperator.ReadOnly = true;
     this.txtOperator.Size = new System.Drawing.Size(181, 24);
     this.txtOperator.TabIndex = 69;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(97, 182);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(65, 12);
     this.label4.TabIndex = 68;
     this.label4.Text = "激 活 人:";
     //
     // txtAdded
     //
     this.txtAdded.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtAdded.ForeColor = System.Drawing.Color.Red;
     this.txtAdded.Location = new System.Drawing.Point(273, 112);
     this.txtAdded.Name = "txtAdded";
     this.txtAdded.ReadOnly = true;
     this.txtAdded.Size = new System.Drawing.Size(70, 24);
     this.txtAdded.TabIndex = 67;
     this.txtAdded.Text = "0";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.ForeColor = System.Drawing.Color.Red;
     this.label3.Location = new System.Drawing.Point(235, 116);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 66;
     this.label3.Text = "刷卡数";
     //
     // txtActiveCount
     //
     this.txtActiveCount.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtActiveCount.Location = new System.Drawing.Point(162, 112);
     this.txtActiveCount.Name = "txtActiveCount";
     this.txtActiveCount.Size = new System.Drawing.Size(70, 24);
     this.txtActiveCount.TabIndex = 62;
     this.txtActiveCount.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtActiveCount_KeyUp);
     this.txtActiveCount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtActiveCount_KeyPress);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(86, 116);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 65;
     this.label2.Text = "激活数量:";
     //
     // cbxCoalKind
     //
     this.cbxCoalKind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxCoalKind.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbxCoalKind.FormattingEnabled = true;
     this.cbxCoalKind.Location = new System.Drawing.Point(163, 78);
     this.cbxCoalKind.Name = "cbxCoalKind";
     this.cbxCoalKind.Size = new System.Drawing.Size(180, 23);
     this.cbxCoalKind.TabIndex = 61;
     //
     // cbxColl
     //
     this.cbxColl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxColl.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cbxColl.FormattingEnabled = true;
     this.cbxColl.Location = new System.Drawing.Point(164, 47);
     this.cbxColl.Name = "cbxColl";
     this.cbxColl.Size = new System.Drawing.Size(179, 23);
     this.cbxColl.TabIndex = 60;
     this.cbxColl.SelectedIndexChanged += new System.EventHandler(this.cbxColl_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(85, 82);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 12);
     this.label1.TabIndex = 64;
     this.label1.Text = "请选择煤种:";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(85, 51);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(77, 12);
     this.label11.TabIndex = 63;
     this.label11.Text = "请选择煤矿:";
     //
     // ActiveMarkedCard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::CoalTraffic.Properties.Resources.背景;
     this.ClientSize = new System.Drawing.Size(442, 316);
     this.Controls.Add(this.txtMarkedCode);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtDepartName);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtOperator);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtAdded);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtActiveCount);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cbxCoalKind);
     this.Controls.Add(this.cbxColl);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.btnSend);
     this.Controls.Add(this.btnExit);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ActiveMarkedCard";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "标识卡激活";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OutWeight));
     this.appearance = new ThirdLibrary.Appearance();
     this.alSound = new ThirdLibrary.AlarmSound(this.components);
     this.ICCard = new ThirdLibrary.ICCard(this.components);
     this.menuWeight = new System.Windows.Forms.MenuStrip();
     this.MenuAuto = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuMan = new System.Windows.Forms.ToolStripMenuItem();
     this.menuLabour = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.videoRoomImage = new ThirdLibrary.DHVideo();
     this.videoFrontImage = new ThirdLibrary.DHVideo();
     this.videoBackImage = new ThirdLibrary.DHVideo();
     this.videoUpImage = new ThirdLibrary.DHVideo();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.lpr1 = new ThirdLibrary.LPR();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.txtWeightTime = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.txtRoomName = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.txtCurrtenWeight = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.txtLastCoalKindName = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.txtLastCustomer = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.txtLastCollName = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.btnScan = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.picbCarNo = new System.Windows.Forms.PictureBox();
     this.btnReset = new System.Windows.Forms.Button();
     this.btnExit = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.cmbCustomers = new System.Windows.Forms.ComboBox();
     this.cmbCollName = new System.Windows.Forms.ComboBox();
     this.label9 = new System.Windows.Forms.Label();
     this.txtCarOwnerCardID = new System.Windows.Forms.TextBox();
     this.txtPhone = new System.Windows.Forms.TextBox();
     this.labCarOwnerCardID = new System.Windows.Forms.Label();
     this.labTelphone = new System.Windows.Forms.Label();
     this.txtCarOwnerName = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtDrivelicense = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtCarNo = new System.Windows.Forms.TextBox();
     this.cmbProType = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.cmbCoalKind = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.labCollName = new System.Windows.Forms.Label();
     this.btnOK = new System.Windows.Forms.Button();
     this.gbHaveBang = new System.Windows.Forms.GroupBox();
     this.lblWeight = new System.Windows.Forms.Label();
     this.txtHandDigital = new System.Windows.Forms.TextBox();
     this.plDigital = new System.Windows.Forms.Panel();
     this.lblDigital = new System.Windows.Forms.Label();
     this.lblHandleUinit = new System.Windows.Forms.Label();
     this.lbllHandDigital = new System.Windows.Forms.Label();
     this.menuWeight.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picbCarNo)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.gbHaveBang.SuspendLayout();
     this.plDigital.SuspendLayout();
     this.SuspendLayout();
     //
     // appearance
     //
     this.appearance.Weight = new decimal(new int[] {
     0,
     0,
     0,
     131072});
     //
     // ICCard
     //
     this.ICCard.FactoryCodeInitValue = "";
     //
     // menuWeight
     //
     this.menuWeight.BackColor = System.Drawing.Color.Transparent;
     this.menuWeight.Font = new System.Drawing.Font("华文中宋", 11F, System.Drawing.FontStyle.Bold);
     this.menuWeight.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuAuto,
     this.MenuMan,
     this.menuLabour});
     this.menuWeight.Location = new System.Drawing.Point(0, 0);
     this.menuWeight.Name = "menuWeight";
     this.menuWeight.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.menuWeight.Size = new System.Drawing.Size(696, 25);
     this.menuWeight.TabIndex = 248;
     this.menuWeight.Text = "menuWeight";
     //
     // MenuAuto
     //
     this.MenuAuto.Name = "MenuAuto";
     this.MenuAuto.Size = new System.Drawing.Size(84, 21);
     this.MenuAuto.Text = "自动过磅";
     this.MenuAuto.Click += new System.EventHandler(this.MenuAuto_Click);
     //
     // MenuMan
     //
     this.MenuMan.Name = "MenuMan";
     this.MenuMan.Size = new System.Drawing.Size(84, 21);
     this.MenuMan.Text = "手动过磅";
     this.MenuMan.Click += new System.EventHandler(this.MenuMan_Click);
     //
     // menuLabour
     //
     this.menuLabour.Name = "menuLabour";
     this.menuLabour.Size = new System.Drawing.Size(84, 21);
     this.menuLabour.Text = "人工过磅";
     this.menuLabour.Click += new System.EventHandler(this.menuLabour_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel1.Controls.Add(this.videoRoomImage);
     this.splitContainer1.Panel1.Controls.Add(this.videoFrontImage);
     this.splitContainer1.Panel1.Controls.Add(this.videoBackImage);
     this.splitContainer1.Panel1.Controls.Add(this.videoUpImage);
     this.splitContainer1.Panel1.Controls.Add(this.label5);
     this.splitContainer1.Panel1.Controls.Add(this.label4);
     this.splitContainer1.Panel1.Controls.Add(this.label6);
     this.splitContainer1.Panel1.Controls.Add(this.label7);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel2.Controls.Add(this.lpr1);
     this.splitContainer1.Panel2.Controls.Add(this.groupBox3);
     this.splitContainer1.Panel2.Controls.Add(this.btnScan);
     this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
     this.splitContainer1.Panel2.Controls.Add(this.btnReset);
     this.splitContainer1.Panel2.Controls.Add(this.btnExit);
     this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
     this.splitContainer1.Panel2.Controls.Add(this.btnOK);
     this.splitContainer1.Panel2.Controls.Add(this.gbHaveBang);
     this.splitContainer1.Size = new System.Drawing.Size(696, 583);
     this.splitContainer1.SplitterDistance = 155;
     this.splitContainer1.TabIndex = 249;
     //
     // videoRoomImage
     //
     this.videoRoomImage.Amplify = 3;
     this.videoRoomImage.AutoSize = true;
     this.videoRoomImage.BackColor = System.Drawing.SystemColors.Control;
     this.videoRoomImage.Location = new System.Drawing.Point(523, 27);
     this.videoRoomImage.Name = "videoRoomImage";
     this.videoRoomImage.Size = new System.Drawing.Size(160, 120);
     this.videoRoomImage.TabIndex = 263;
     //
     // videoFrontImage
     //
     this.videoFrontImage.Amplify = 3;
     this.videoFrontImage.AutoSize = true;
     this.videoFrontImage.BackColor = System.Drawing.SystemColors.Control;
     this.videoFrontImage.Location = new System.Drawing.Point(13, 27);
     this.videoFrontImage.Name = "videoFrontImage";
     this.videoFrontImage.Size = new System.Drawing.Size(160, 120);
     this.videoFrontImage.TabIndex = 260;
     this.videoFrontImage.Tag = "单击可放大缩小";
     //
     // videoBackImage
     //
     this.videoBackImage.Amplify = 3;
     this.videoBackImage.AutoSize = true;
     this.videoBackImage.BackColor = System.Drawing.SystemColors.Control;
     this.videoBackImage.Location = new System.Drawing.Point(183, 27);
     this.videoBackImage.Name = "videoBackImage";
     this.videoBackImage.Size = new System.Drawing.Size(160, 120);
     this.videoBackImage.TabIndex = 261;
     //
     // videoUpImage
     //
     this.videoUpImage.Amplify = 3;
     this.videoUpImage.AutoSize = true;
     this.videoUpImage.BackColor = System.Drawing.SystemColors.Control;
     this.videoUpImage.Location = new System.Drawing.Point(353, 27);
     this.videoUpImage.Name = "videoUpImage";
     this.videoUpImage.Size = new System.Drawing.Size(160, 120);
     this.videoUpImage.TabIndex = 262;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("宋体", 10F);
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(244, 8);
     this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(63, 14);
     this.label5.TabIndex = 257;
     this.label5.Text = "车后视频";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("宋体", 10F);
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(71, 8);
     this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(63, 14);
     this.label4.TabIndex = 256;
     this.label4.Text = "车前视频";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("宋体", 10F);
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(429, 8);
     this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(63, 14);
     this.label6.TabIndex = 258;
     this.label6.Text = "车箱视频";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("宋体", 10F);
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(598, 8);
     this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(63, 14);
     this.label7.TabIndex = 259;
     this.label7.Text = "室内视频";
     //
     // lpr1
     //
     this.lpr1.IP = null;
     this.lpr1.Location = new System.Drawing.Point(656, 218);
     this.lpr1.Name = "lpr1";
     this.lpr1.Size = new System.Drawing.Size(36, 33);
     this.lpr1.TabIndex = 269;
     this.lpr1.Visible = false;
     this.lpr1.OnReceive += new ThirdLibrary.OnReceiveEventHandler(this.lpr1_OnReceive);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.txtWeightTime);
     this.groupBox3.Controls.Add(this.label13);
     this.groupBox3.Controls.Add(this.txtRoomName);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.txtCurrtenWeight);
     this.groupBox3.Controls.Add(this.label15);
     this.groupBox3.Controls.Add(this.txtLastCoalKindName);
     this.groupBox3.Controls.Add(this.label12);
     this.groupBox3.Controls.Add(this.txtLastCustomer);
     this.groupBox3.Controls.Add(this.label11);
     this.groupBox3.Controls.Add(this.txtLastCollName);
     this.groupBox3.Controls.Add(this.label10);
     this.groupBox3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox3.ForeColor = System.Drawing.Color.White;
     this.groupBox3.Location = new System.Drawing.Point(13, 280);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(666, 85);
     this.groupBox3.TabIndex = 268;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "上次过磅信息";
     //
     // txtWeightTime
     //
     this.txtWeightTime.Location = new System.Drawing.Point(514, 50);
     this.txtWeightTime.MaxLength = 50;
     this.txtWeightTime.Name = "txtWeightTime";
     this.txtWeightTime.ReadOnly = true;
     this.txtWeightTime.Size = new System.Drawing.Size(132, 23);
     this.txtWeightTime.TabIndex = 26;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(442, 55);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(77, 14);
     this.label13.TabIndex = 25;
     this.label13.Text = "过磅日期:";
     //
     // txtRoomName
     //
     this.txtRoomName.Location = new System.Drawing.Point(301, 50);
     this.txtRoomName.MaxLength = 50;
     this.txtRoomName.Name = "txtRoomName";
     this.txtRoomName.ReadOnly = true;
     this.txtRoomName.Size = new System.Drawing.Size(110, 23);
     this.txtRoomName.TabIndex = 24;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(230, 55);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(77, 14);
     this.label14.TabIndex = 23;
     this.label14.Text = "磅房名称:";
     //
     // txtCurrtenWeight
     //
     this.txtCurrtenWeight.Location = new System.Drawing.Point(90, 50);
     this.txtCurrtenWeight.MaxLength = 50;
     this.txtCurrtenWeight.Name = "txtCurrtenWeight";
     this.txtCurrtenWeight.ReadOnly = true;
     this.txtCurrtenWeight.Size = new System.Drawing.Size(110, 23);
     this.txtCurrtenWeight.TabIndex = 22;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(19, 55);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(77, 14);
     this.label15.TabIndex = 21;
     this.label15.Text = "重车总重:";
     //
     // txtLastCoalKindName
     //
     this.txtLastCoalKindName.Location = new System.Drawing.Point(514, 20);
     this.txtLastCoalKindName.MaxLength = 50;
     this.txtLastCoalKindName.Name = "txtLastCoalKindName";
     this.txtLastCoalKindName.ReadOnly = true;
     this.txtLastCoalKindName.Size = new System.Drawing.Size(132, 23);
     this.txtLastCoalKindName.TabIndex = 20;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(442, 25);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(77, 14);
     this.label12.TabIndex = 19;
     this.label12.Text = "煤种名称:";
     //
     // txtLastCustomer
     //
     this.txtLastCustomer.Location = new System.Drawing.Point(300, 20);
     this.txtLastCustomer.MaxLength = 50;
     this.txtLastCustomer.Name = "txtLastCustomer";
     this.txtLastCustomer.ReadOnly = true;
     this.txtLastCustomer.Size = new System.Drawing.Size(110, 23);
     this.txtLastCustomer.TabIndex = 18;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(229, 25);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(77, 14);
     this.label11.TabIndex = 17;
     this.label11.Text = "煤车去向:";
     //
     // txtLastCollName
     //
     this.txtLastCollName.Location = new System.Drawing.Point(89, 20);
     this.txtLastCollName.MaxLength = 50;
     this.txtLastCollName.Name = "txtLastCollName";
     this.txtLastCollName.ReadOnly = true;
     this.txtLastCollName.Size = new System.Drawing.Size(110, 23);
     this.txtLastCollName.TabIndex = 16;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(18, 25);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(77, 14);
     this.label10.TabIndex = 0;
     this.label10.Text = "煤炭来源:";
     //
     // btnScan
     //
     this.btnScan.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnScan.ForeColor = System.Drawing.Color.White;
     this.btnScan.Image = global::CoalTraffic.Properties.Resources.Button;
     this.btnScan.Location = new System.Drawing.Point(554, 231);
     this.btnScan.Name = "btnScan";
     this.btnScan.Size = new System.Drawing.Size(75, 25);
     this.btnScan.TabIndex = 267;
     this.btnScan.Text = "扫  描";
     this.btnScan.UseVisualStyleBackColor = true;
     this.btnScan.Click += new System.EventHandler(this.btnScan_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.picbCarNo);
     this.groupBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox2.ForeColor = System.Drawing.Color.White;
     this.groupBox2.Location = new System.Drawing.Point(359, 204);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(181, 68);
     this.groupBox2.TabIndex = 266;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "车牌号信息";
     //
     // picbCarNo
     //
     this.picbCarNo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.picbCarNo.Location = new System.Drawing.Point(7, 14);
     this.picbCarNo.Name = "picbCarNo";
     this.picbCarNo.Size = new System.Drawing.Size(168, 50);
     this.picbCarNo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picbCarNo.TabIndex = 0;
     this.picbCarNo.TabStop = false;
     //
     // btnReset
     //
     this.btnReset.BackColor = System.Drawing.Color.Transparent;
     this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnReset.Font = new System.Drawing.Font("宋体", 9F);
     this.btnReset.ForeColor = System.Drawing.Color.Transparent;
     this.btnReset.Image = global::CoalTraffic.Properties.Resources.Button;
     this.btnReset.Location = new System.Drawing.Point(319, 383);
     this.btnReset.Name = "btnReset";
     this.btnReset.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnReset.Size = new System.Drawing.Size(75, 25);
     this.btnReset.TabIndex = 265;
     this.btnReset.Text = "复  位";
     this.btnReset.UseVisualStyleBackColor = false;
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // btnExit
     //
     this.btnExit.BackColor = System.Drawing.Color.Transparent;
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnExit.ForeColor = System.Drawing.Color.Transparent;
     this.btnExit.Image = global::CoalTraffic.Properties.Resources.EmptyBang_Exit;
     this.btnExit.Location = new System.Drawing.Point(465, 383);
     this.btnExit.Name = "btnExit";
     this.btnExit.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnExit.Size = new System.Drawing.Size(75, 25);
     this.btnExit.TabIndex = 264;
     this.btnExit.UseVisualStyleBackColor = false;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.cmbCustomers);
     this.groupBox1.Controls.Add(this.cmbCollName);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.txtCarOwnerCardID);
     this.groupBox1.Controls.Add(this.txtPhone);
     this.groupBox1.Controls.Add(this.labCarOwnerCardID);
     this.groupBox1.Controls.Add(this.labTelphone);
     this.groupBox1.Controls.Add(this.txtCarOwnerName);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.txtDrivelicense);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtCarNo);
     this.groupBox1.Controls.Add(this.cmbProType);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.cmbCoalKind);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.labCollName);
     this.groupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location = new System.Drawing.Point(13, 5);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(321, 268);
     this.groupBox1.TabIndex = 262;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "车辆信息信息";
     //
     // cmbCustomers
     //
     this.cmbCustomers.FormattingEnabled = true;
     this.cmbCustomers.Location = new System.Drawing.Point(115, 200);
     this.cmbCustomers.Name = "cmbCustomers";
     this.cmbCustomers.Size = new System.Drawing.Size(153, 22);
     this.cmbCustomers.TabIndex = 29;
     //
     // cmbCollName
     //
     this.cmbCollName.FormattingEnabled = true;
     this.cmbCollName.Location = new System.Drawing.Point(115, 170);
     this.cmbCollName.Name = "cmbCollName";
     this.cmbCollName.Size = new System.Drawing.Size(153, 22);
     this.cmbCollName.TabIndex = 28;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.ForeColor = System.Drawing.Color.White;
     this.label9.Location = new System.Drawing.Point(49, 175);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(77, 14);
     this.label9.TabIndex = 25;
     this.label9.Text = "煤炭来源:";
     //
     // txtCarOwnerCardID
     //
     this.txtCarOwnerCardID.Location = new System.Drawing.Point(115, 140);
     this.txtCarOwnerCardID.MaxLength = 18;
     this.txtCarOwnerCardID.Name = "txtCarOwnerCardID";
     this.txtCarOwnerCardID.Size = new System.Drawing.Size(153, 23);
     this.txtCarOwnerCardID.TabIndex = 14;
     //
     // txtPhone
     //
     this.txtPhone.Location = new System.Drawing.Point(115, 110);
     this.txtPhone.MaxLength = 11;
     this.txtPhone.Name = "txtPhone";
     this.txtPhone.Size = new System.Drawing.Size(153, 23);
     this.txtPhone.TabIndex = 13;
     //
     // labCarOwnerCardID
     //
     this.labCarOwnerCardID.AutoSize = true;
     this.labCarOwnerCardID.ForeColor = System.Drawing.Color.White;
     this.labCarOwnerCardID.Location = new System.Drawing.Point(35, 145);
     this.labCarOwnerCardID.Name = "labCarOwnerCardID";
     this.labCarOwnerCardID.Size = new System.Drawing.Size(91, 14);
     this.labCarOwnerCardID.TabIndex = 24;
     this.labCarOwnerCardID.Text = "车主身份证:";
     //
     // labTelphone
     //
     this.labTelphone.AutoSize = true;
     this.labTelphone.ForeColor = System.Drawing.Color.White;
     this.labTelphone.Location = new System.Drawing.Point(49, 115);
     this.labTelphone.Name = "labTelphone";
     this.labTelphone.Size = new System.Drawing.Size(77, 14);
     this.labTelphone.TabIndex = 23;
     this.labTelphone.Text = "联系电话:";
     //
     // txtCarOwnerName
     //
     this.txtCarOwnerName.Location = new System.Drawing.Point(115, 80);
     this.txtCarOwnerName.Name = "txtCarOwnerName";
     this.txtCarOwnerName.Size = new System.Drawing.Size(153, 23);
     this.txtCarOwnerName.TabIndex = 12;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(49, 85);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(77, 14);
     this.label8.TabIndex = 22;
     this.label8.Text = "车主姓名:";
     //
     // txtDrivelicense
     //
     this.txtDrivelicense.Location = new System.Drawing.Point(115, 50);
     this.txtDrivelicense.Name = "txtDrivelicense";
     this.txtDrivelicense.Size = new System.Drawing.Size(153, 23);
     this.txtDrivelicense.TabIndex = 11;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(49, 55);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(77, 14);
     this.label2.TabIndex = 21;
     this.label2.Text = "行驶证号:";
     //
     // txtCarNo
     //
     this.txtCarNo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCarNo.Location = new System.Drawing.Point(185, 19);
     this.txtCarNo.MaxLength = 8;
     this.txtCarNo.Name = "txtCarNo";
     this.txtCarNo.Size = new System.Drawing.Size(83, 23);
     this.txtCarNo.TabIndex = 10;
     this.txtCarNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCarNo_KeyDown);
     //
     // cmbProType
     //
     this.cmbProType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbProType.FormattingEnabled = true;
     this.cmbProType.Location = new System.Drawing.Point(115, 20);
     this.cmbProType.Name = "cmbProType";
     this.cmbProType.Size = new System.Drawing.Size(69, 22);
     this.cmbProType.TabIndex = 9;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.Color.Red;
     this.label3.Location = new System.Drawing.Point(49, 24);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(77, 14);
     this.label3.TabIndex = 8;
     this.label3.Text = "车 牌 号:";
     //
     // cmbCoalKind
     //
     this.cmbCoalKind.FormattingEnabled = true;
     this.cmbCoalKind.Location = new System.Drawing.Point(115, 230);
     this.cmbCoalKind.Name = "cmbCoalKind";
     this.cmbCoalKind.Size = new System.Drawing.Size(153, 22);
     this.cmbCoalKind.TabIndex = 17;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(49, 205);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 14);
     this.label1.TabIndex = 26;
     this.label1.Text = "煤炭去向:";
     //
     // labCollName
     //
     this.labCollName.AutoSize = true;
     this.labCollName.ForeColor = System.Drawing.Color.White;
     this.labCollName.Location = new System.Drawing.Point(49, 235);
     this.labCollName.Name = "labCollName";
     this.labCollName.Size = new System.Drawing.Size(77, 14);
     this.labCollName.TabIndex = 27;
     this.labCollName.Text = "煤种名称:";
     //
     // btnOK
     //
     this.btnOK.BackColor = System.Drawing.Color.Transparent;
     this.btnOK.Enabled = false;
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnOK.ForeColor = System.Drawing.Color.Transparent;
     this.btnOK.Image = global::CoalTraffic.Properties.Resources.EmptyBang_OK;
     this.btnOK.Location = new System.Drawing.Point(172, 383);
     this.btnOK.Name = "btnOK";
     this.btnOK.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnOK.Size = new System.Drawing.Size(75, 25);
     this.btnOK.TabIndex = 263;
     this.btnOK.UseVisualStyleBackColor = false;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // gbHaveBang
     //
     this.gbHaveBang.BackColor = System.Drawing.Color.Transparent;
     this.gbHaveBang.Controls.Add(this.lblWeight);
     this.gbHaveBang.Controls.Add(this.txtHandDigital);
     this.gbHaveBang.Controls.Add(this.plDigital);
     this.gbHaveBang.Controls.Add(this.lblHandleUinit);
     this.gbHaveBang.Controls.Add(this.lbllHandDigital);
     this.gbHaveBang.Cursor = System.Windows.Forms.Cursors.Default;
     this.gbHaveBang.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbHaveBang.ForeColor = System.Drawing.Color.White;
     this.gbHaveBang.Location = new System.Drawing.Point(359, 5);
     this.gbHaveBang.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbHaveBang.Name = "gbHaveBang";
     this.gbHaveBang.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.gbHaveBang.Size = new System.Drawing.Size(320, 194);
     this.gbHaveBang.TabIndex = 261;
     this.gbHaveBang.TabStop = false;
     this.gbHaveBang.Text = "磅秤信息";
     //
     // lblWeight
     //
     this.lblWeight.AutoSize = true;
     this.lblWeight.BackColor = System.Drawing.Color.Transparent;
     this.lblWeight.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold);
     this.lblWeight.ForeColor = System.Drawing.Color.White;
     this.lblWeight.Location = new System.Drawing.Point(287, 66);
     this.lblWeight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblWeight.Name = "lblWeight";
     this.lblWeight.Size = new System.Drawing.Size(40, 27);
     this.lblWeight.TabIndex = 80;
     this.lblWeight.Text = "吨";
     this.lblWeight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtHandDigital
     //
     this.txtHandDigital.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtHandDigital.ImeMode = System.Windows.Forms.ImeMode.Off;
     this.txtHandDigital.Location = new System.Drawing.Point(86, 159);
     this.txtHandDigital.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.txtHandDigital.MaxLength = 6;
     this.txtHandDigital.Name = "txtHandDigital";
     this.txtHandDigital.ReadOnly = true;
     this.txtHandDigital.Size = new System.Drawing.Size(201, 23);
     this.txtHandDigital.TabIndex = 81;
     this.txtHandDigital.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHandDigital_KeyDown);
     //
     // plDigital
     //
     this.plDigital.BackColor = System.Drawing.Color.Black;
     this.plDigital.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.plDigital.Controls.Add(this.lblDigital);
     this.plDigital.ForeColor = System.Drawing.Color.White;
     this.plDigital.Location = new System.Drawing.Point(20, 21);
     this.plDigital.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.plDigital.Name = "plDigital";
     this.plDigital.Size = new System.Drawing.Size(267, 126);
     this.plDigital.TabIndex = 44;
     //
     // lblDigital
     //
     this.lblDigital.Font = new System.Drawing.Font("Garamond", 50F, System.Drawing.FontStyle.Bold);
     this.lblDigital.Location = new System.Drawing.Point(-22, 11);
     this.lblDigital.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblDigital.Name = "lblDigital";
     this.lblDigital.Size = new System.Drawing.Size(312, 90);
     this.lblDigital.TabIndex = 0;
     this.lblDigital.Tag = "9999";
     this.lblDigital.Text = "0.00";
     this.lblDigital.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblHandleUinit
     //
     this.lblHandleUinit.AutoSize = true;
     this.lblHandleUinit.BackColor = System.Drawing.Color.Transparent;
     this.lblHandleUinit.Enabled = false;
     this.lblHandleUinit.Font = new System.Drawing.Font("宋体", 10F);
     this.lblHandleUinit.ForeColor = System.Drawing.Color.Transparent;
     this.lblHandleUinit.Location = new System.Drawing.Point(294, 164);
     this.lblHandleUinit.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblHandleUinit.Name = "lblHandleUinit";
     this.lblHandleUinit.Size = new System.Drawing.Size(21, 14);
     this.lblHandleUinit.TabIndex = 83;
     this.lblHandleUinit.Text = "吨";
     //
     // lbllHandDigital
     //
     this.lbllHandDigital.AutoSize = true;
     this.lbllHandDigital.BackColor = System.Drawing.Color.Transparent;
     this.lbllHandDigital.Enabled = false;
     this.lbllHandDigital.Font = new System.Drawing.Font("宋体", 10F);
     this.lbllHandDigital.ForeColor = System.Drawing.Color.Red;
     this.lbllHandDigital.Location = new System.Drawing.Point(20, 164);
     this.lbllHandDigital.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lbllHandDigital.Name = "lbllHandDigital";
     this.lbllHandDigital.Size = new System.Drawing.Size(77, 14);
     this.lbllHandDigital.TabIndex = 82;
     this.lbllHandDigital.Text = "重车重量:";
     //
     // OutWeight
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(696, 608);
     this.ControlBox = false;
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.menuWeight);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "OutWeight";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "过境煤过磅";
     this.Load += new System.EventHandler(this.OutWeight_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OutWeight_FormClosing);
     this.menuWeight.ResumeLayout(false);
     this.menuWeight.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picbCarNo)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.gbHaveBang.ResumeLayout(false);
     this.gbHaveBang.PerformLayout();
     this.plDigital.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OutWeightSearch));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.LabSumAmount = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.dgvWeightBang = new System.Windows.Forms.DataGridView();
     this.LabSumNetWeight = new System.Windows.Forms.Label();
     this.LabCarNum = new System.Windows.Forms.Label();
     this.LabSumFundAmount = new System.Windows.Forms.Label();
     this.btnExit = new System.Windows.Forms.Button();
     this.btnEdit = new System.Windows.Forms.Button();
     this.btnSel = new System.Windows.Forms.Button();
     this.panel2 = new System.Windows.Forms.Panel();
     this.alSound = new ThirdLibrary.AlarmSound(this.components);
     this.cmbRoom = new System.Windows.Forms.ComboBox();
     this.cmbOutType = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.cmbOperator = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.dtpEnd = new System.Windows.Forms.DateTimePicker();
     this.dtpBegin = new System.Windows.Forms.DateTimePicker();
     this.txtWeightBangCode = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.txtCarNo = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.cmbCoalKind = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.OutWeightCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CarNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.OutType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CurrentWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CoalKindName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NavicertCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.WeightTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RoomName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Operator = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BusinName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.OTrafficCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ExceptLeft = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TaxType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RandomCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dgvWeightBang)).BeginInit();
     this.SuspendLayout();
     //
     // LabSumAmount
     //
     this.LabSumAmount.AutoSize = true;
     this.LabSumAmount.BackColor = System.Drawing.Color.Transparent;
     this.LabSumAmount.ForeColor = System.Drawing.Color.White;
     this.LabSumAmount.Location = new System.Drawing.Point(419, 510);
     this.LabSumAmount.Name = "LabSumAmount";
     this.LabSumAmount.Size = new System.Drawing.Size(0, 12);
     this.LabSumAmount.TabIndex = 33;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(49, 510);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(58, 12);
     this.label7.TabIndex = 34;
     this.label7.Text = "合  计:";
     //
     // dgvWeightBang
     //
     this.dgvWeightBang.AllowUserToAddRows = false;
     this.dgvWeightBang.AllowUserToDeleteRows = false;
     this.dgvWeightBang.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.dgvWeightBang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvWeightBang.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.OutWeightCode,
     this.CarNo,
     this.OutType,
     this.CurrentWeight,
     this.CoalKindName,
     this.NavicertCode,
     this.WeightTime,
     this.RoomName,
     this.Operator,
     this.BusinName,
     this.OTrafficCode,
     this.ExceptLeft,
     this.TaxType,
     this.RandomCode});
     this.dgvWeightBang.Location = new System.Drawing.Point(12, 141);
     this.dgvWeightBang.Name = "dgvWeightBang";
     this.dgvWeightBang.ReadOnly = true;
     this.dgvWeightBang.RowHeadersWidth = 25;
     this.dgvWeightBang.RowTemplate.Height = 23;
     this.dgvWeightBang.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvWeightBang.Size = new System.Drawing.Size(796, 368);
     this.dgvWeightBang.TabIndex = 30;
     this.dgvWeightBang.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvWeightBang_RowPostPaint);
     this.dgvWeightBang.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvWeightBang_CellMouseDoubleClick);
     //
     // LabSumNetWeight
     //
     this.LabSumNetWeight.AutoSize = true;
     this.LabSumNetWeight.BackColor = System.Drawing.Color.Transparent;
     this.LabSumNetWeight.ForeColor = System.Drawing.Color.White;
     this.LabSumNetWeight.Location = new System.Drawing.Point(239, 510);
     this.LabSumNetWeight.Name = "LabSumNetWeight";
     this.LabSumNetWeight.Size = new System.Drawing.Size(0, 12);
     this.LabSumNetWeight.TabIndex = 32;
     //
     // LabCarNum
     //
     this.LabCarNum.AutoSize = true;
     this.LabCarNum.BackColor = System.Drawing.Color.Transparent;
     this.LabCarNum.ForeColor = System.Drawing.Color.White;
     this.LabCarNum.Location = new System.Drawing.Point(114, 510);
     this.LabCarNum.Name = "LabCarNum";
     this.LabCarNum.Size = new System.Drawing.Size(0, 12);
     this.LabCarNum.TabIndex = 31;
     //
     // LabSumFundAmount
     //
     this.LabSumFundAmount.AutoSize = true;
     this.LabSumFundAmount.BackColor = System.Drawing.Color.Transparent;
     this.LabSumFundAmount.ForeColor = System.Drawing.Color.White;
     this.LabSumFundAmount.Location = new System.Drawing.Point(609, 510);
     this.LabSumFundAmount.Name = "LabSumFundAmount";
     this.LabSumFundAmount.Size = new System.Drawing.Size(0, 12);
     this.LabSumFundAmount.TabIndex = 35;
     //
     // btnExit
     //
     this.btnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnExit.BackgroundImage")));
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnExit.Font = new System.Drawing.Font("宋体", 9.5F);
     this.btnExit.ForeColor = System.Drawing.Color.White;
     this.btnExit.Location = new System.Drawing.Point(538, 530);
     this.btnExit.Name = "btnExit";
     this.btnExit.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnExit.Size = new System.Drawing.Size(71, 23);
     this.btnExit.TabIndex = 28;
     this.btnExit.Text = "退  出";
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnEdit
     //
     this.btnEdit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnEdit.BackgroundImage")));
     this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnEdit.Font = new System.Drawing.Font("宋体", 9.5F);
     this.btnEdit.ForeColor = System.Drawing.Color.White;
     this.btnEdit.Location = new System.Drawing.Point(380, 530);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnEdit.Size = new System.Drawing.Size(71, 23);
     this.btnEdit.TabIndex = 27;
     this.btnEdit.Text = "复  位";
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnSel
     //
     this.btnSel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSel.BackgroundImage")));
     this.btnSel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSel.Font = new System.Drawing.Font("宋体", 9.5F);
     this.btnSel.ForeColor = System.Drawing.Color.White;
     this.btnSel.Location = new System.Drawing.Point(222, 530);
     this.btnSel.Name = "btnSel";
     this.btnSel.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.btnSel.Size = new System.Drawing.Size(71, 23);
     this.btnSel.TabIndex = 26;
     this.btnSel.Text = "查 询";
     this.btnSel.UseVisualStyleBackColor = true;
     this.btnSel.Click += new System.EventHandler(this.btnSel_Click);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 525);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(820, 41);
     this.panel2.TabIndex = 24;
     //
     // cmbRoom
     //
     this.cmbRoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbRoom.Font = new System.Drawing.Font("宋体", 9.5F);
     this.cmbRoom.FormattingEnabled = true;
     this.cmbRoom.Location = new System.Drawing.Point(121, 53);
     this.cmbRoom.Name = "cmbRoom";
     this.cmbRoom.Size = new System.Drawing.Size(150, 21);
     this.cmbRoom.TabIndex = 47;
     this.cmbRoom.SelectedIndexChanged += new System.EventHandler(this.cmbRoom_SelectedIndexChanged);
     //
     // cmbOutType
     //
     this.cmbOutType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbOutType.Font = new System.Drawing.Font("宋体", 9.5F);
     this.cmbOutType.FormattingEnabled = true;
     this.cmbOutType.Location = new System.Drawing.Point(121, 83);
     this.cmbOutType.Name = "cmbOutType";
     this.cmbOutType.Size = new System.Drawing.Size(150, 21);
     this.cmbOutType.TabIndex = 58;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label1.ForeColor = System.Drawing.Color.Transparent;
     this.label1.Location = new System.Drawing.Point(57, 57);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(73, 13);
     this.label1.TabIndex = 43;
     this.label1.Text = "验 票 站:";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label11.ForeColor = System.Drawing.Color.Transparent;
     this.label11.Location = new System.Drawing.Point(57, 87);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(72, 13);
     this.label11.TabIndex = 57;
     this.label11.Text = "过境类型:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label4.ForeColor = System.Drawing.Color.Transparent;
     this.label4.Location = new System.Drawing.Point(539, 57);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(72, 13);
     this.label4.TabIndex = 44;
     this.label4.Text = "过磅单号:";
     //
     // cmbOperator
     //
     this.cmbOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbOperator.Font = new System.Drawing.Font("宋体", 9.5F);
     this.cmbOperator.FormattingEnabled = true;
     this.cmbOperator.Location = new System.Drawing.Point(365, 53);
     this.cmbOperator.Name = "cmbOperator";
     this.cmbOperator.Size = new System.Drawing.Size(150, 21);
     this.cmbOperator.TabIndex = 56;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label5.ForeColor = System.Drawing.Color.Transparent;
     this.label5.Location = new System.Drawing.Point(538, 87);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(73, 13);
     this.label5.TabIndex = 45;
     this.label5.Text = "车 牌 号:";
     //
     // dtpEnd
     //
     this.dtpEnd.CustomFormat = "yyyy-MM-dd";
     this.dtpEnd.Font = new System.Drawing.Font("宋体", 9.5F);
     this.dtpEnd.Location = new System.Drawing.Point(365, 113);
     this.dtpEnd.Name = "dtpEnd";
     this.dtpEnd.Size = new System.Drawing.Size(150, 22);
     this.dtpEnd.TabIndex = 54;
     this.dtpEnd.Value = new System.DateTime(2009, 12, 10, 0, 0, 0, 0);
     //
     // dtpBegin
     //
     this.dtpBegin.CustomFormat = "yyyy-MM-dd";
     this.dtpBegin.Font = new System.Drawing.Font("宋体", 9.5F);
     this.dtpBegin.Location = new System.Drawing.Point(121, 113);
     this.dtpBegin.Name = "dtpBegin";
     this.dtpBegin.Size = new System.Drawing.Size(150, 22);
     this.dtpBegin.TabIndex = 53;
     this.dtpBegin.Value = new System.DateTime(2009, 9, 7, 0, 0, 0, 0);
     //
     // txtWeightBangCode
     //
     this.txtWeightBangCode.AcceptsTab = true;
     this.txtWeightBangCode.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtWeightBangCode.Location = new System.Drawing.Point(611, 53);
     this.txtWeightBangCode.MaxLength = 20;
     this.txtWeightBangCode.Name = "txtWeightBangCode";
     this.txtWeightBangCode.Size = new System.Drawing.Size(150, 22);
     this.txtWeightBangCode.TabIndex = 48;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location = new System.Drawing.Point(300, 117);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(72, 13);
     this.label10.TabIndex = 52;
     this.label10.Text = "终止日期:";
     //
     // txtCarNo
     //
     this.txtCarNo.Font = new System.Drawing.Font("宋体", 9.5F);
     this.txtCarNo.Location = new System.Drawing.Point(611, 83);
     this.txtCarNo.MaxLength = 20;
     this.txtCarNo.Name = "txtCarNo";
     this.txtCarNo.Size = new System.Drawing.Size(150, 22);
     this.txtCarNo.TabIndex = 49;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label9.ForeColor = System.Drawing.Color.White;
     this.label9.Location = new System.Drawing.Point(57, 117);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(72, 13);
     this.label9.TabIndex = 51;
     this.label9.Text = "起始日期:";
     //
     // cmbCoalKind
     //
     this.cmbCoalKind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCoalKind.Font = new System.Drawing.Font("宋体", 9.5F);
     this.cmbCoalKind.FormattingEnabled = true;
     this.cmbCoalKind.Location = new System.Drawing.Point(365, 83);
     this.cmbCoalKind.Name = "cmbCoalKind";
     this.cmbCoalKind.Size = new System.Drawing.Size(150, 21);
     this.cmbCoalKind.TabIndex = 50;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(299, 57);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(73, 13);
     this.label2.TabIndex = 55;
     this.label2.Text = "司 磅 员:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("宋体", 9.5F);
     this.label6.ForeColor = System.Drawing.Color.Transparent;
     this.label6.Location = new System.Drawing.Point(301, 87);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(67, 13);
     this.label6.TabIndex = 46;
     this.label6.Text = "煤   种:";
     //
     // OutWeightCode
     //
     this.OutWeightCode.DataPropertyName = "OutWeightCode";
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(223)))), ((int)(((byte)(247)))));
     this.OutWeightCode.DefaultCellStyle = dataGridViewCellStyle1;
     this.OutWeightCode.HeaderText = "过磅单号";
     this.OutWeightCode.Name = "OutWeightCode";
     this.OutWeightCode.ReadOnly = true;
     this.OutWeightCode.Width = 120;
     //
     // CarNo
     //
     this.CarNo.DataPropertyName = "CarNo";
     this.CarNo.HeaderText = "车 牌 号";
     this.CarNo.Name = "CarNo";
     this.CarNo.ReadOnly = true;
     //
     // OutType
     //
     this.OutType.DataPropertyName = "OutType";
     this.OutType.HeaderText = "过境类型";
     this.OutType.Name = "OutType";
     this.OutType.ReadOnly = true;
     //
     // CurrentWeight
     //
     this.CurrentWeight.DataPropertyName = "CurrentWeight";
     this.CurrentWeight.HeaderText = "重车重量(吨)";
     this.CurrentWeight.Name = "CurrentWeight";
     this.CurrentWeight.ReadOnly = true;
     this.CurrentWeight.Width = 120;
     //
     // CoalKindName
     //
     this.CoalKindName.DataPropertyName = "CoalKindName";
     this.CoalKindName.HeaderText = "煤    种";
     this.CoalKindName.Name = "CoalKindName";
     this.CoalKindName.ReadOnly = true;
     this.CoalKindName.Width = 80;
     //
     // NavicertCode
     //
     this.NavicertCode.DataPropertyName = "NavicertCode";
     this.NavicertCode.HeaderText = "准运卡号";
     this.NavicertCode.Name = "NavicertCode";
     this.NavicertCode.ReadOnly = true;
     //
     // WeightTime
     //
     this.WeightTime.DataPropertyName = "WeightTime";
     this.WeightTime.HeaderText = "过磅时间";
     this.WeightTime.Name = "WeightTime";
     this.WeightTime.ReadOnly = true;
     this.WeightTime.Width = 150;
     //
     // RoomName
     //
     this.RoomName.DataPropertyName = "RoomName";
     this.RoomName.HeaderText = "验 票 站";
     this.RoomName.Name = "RoomName";
     this.RoomName.ReadOnly = true;
     //
     // Operator
     //
     this.Operator.DataPropertyName = "Operator";
     this.Operator.HeaderText = "操 作 员";
     this.Operator.Name = "Operator";
     this.Operator.ReadOnly = true;
     //
     // BusinName
     //
     this.BusinName.DataPropertyName = "BusinName";
     this.BusinName.HeaderText = "BusinName";
     this.BusinName.Name = "BusinName";
     this.BusinName.ReadOnly = true;
     this.BusinName.Visible = false;
     //
     // OTrafficCode
     //
     this.OTrafficCode.DataPropertyName = "OTrafficCode";
     this.OTrafficCode.HeaderText = "OTrafficCode";
     this.OTrafficCode.Name = "OTrafficCode";
     this.OTrafficCode.ReadOnly = true;
     this.OTrafficCode.Visible = false;
     //
     // ExceptLeft
     //
     this.ExceptLeft.DataPropertyName = "ExceptLeft";
     this.ExceptLeft.HeaderText = "ExceptLeft";
     this.ExceptLeft.Name = "ExceptLeft";
     this.ExceptLeft.ReadOnly = true;
     this.ExceptLeft.Visible = false;
     //
     // TaxType
     //
     this.TaxType.DataPropertyName = "TaxType";
     this.TaxType.HeaderText = "TaxType";
     this.TaxType.Name = "TaxType";
     this.TaxType.ReadOnly = true;
     this.TaxType.Visible = false;
     //
     // RandomCode
     //
     this.RandomCode.DataPropertyName = "RandomCode";
     this.RandomCode.HeaderText = "RandomCode";
     this.RandomCode.Name = "RandomCode";
     this.RandomCode.ReadOnly = true;
     this.RandomCode.Visible = false;
     //
     // OutWeightSearch
     //
     this.AcceptButton = this.btnSel;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(820, 566);
     this.ControlBox = false;
     this.Controls.Add(this.cmbRoom);
     this.Controls.Add(this.cmbOutType);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cmbOperator);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.dtpEnd);
     this.Controls.Add(this.dtpBegin);
     this.Controls.Add(this.txtWeightBangCode);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.txtCarNo);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.cmbCoalKind);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.LabSumAmount);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnEdit);
     this.Controls.Add(this.btnSel);
     this.Controls.Add(this.dgvWeightBang);
     this.Controls.Add(this.LabSumNetWeight);
     this.Controls.Add(this.LabCarNum);
     this.Controls.Add(this.LabSumFundAmount);
     this.Controls.Add(this.panel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "OutWeightSearch";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "过境煤过磅查询";
     this.Load += new System.EventHandler(this.OutWeightSearch_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvWeightBang)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }