/// <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>
 /// 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>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </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.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.cbxCarType = new System.Windows.Forms.ComboBox();
     this.lbllCarType = new System.Windows.Forms.Label();
     this.txtCarNo = new System.Windows.Forms.TextBox();
     this.cbxCarNo = new System.Windows.Forms.ComboBox();
     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.gbRoom1.SuspendLayout();
     this.gbHaveBang.SuspendLayout();
     this.plDigital.SuspendLayout();
     this.gbVideo.SuspendLayout();
     this.SuspendLayout();
     //
     // gbRoom1
     //
     this.gbRoom1.BackColor = System.Drawing.Color.Transparent;
     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.cbxCarType);
     this.gbRoom1.Controls.Add(this.lbllCarType);
     this.gbRoom1.Controls.Add(this.txtCarNo);
     this.gbRoom1.Controls.Add(this.cbxCarNo);
     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, 6);
     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 = "车辆信息录入";
     //
     // 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 = 177;
     //
     // 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 = "车主姓名:";
     //
     // cbxCarType
     //
     this.cbxCarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxCarType.FormattingEnabled = true;
     this.cbxCarType.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5"});
     this.cbxCarType.Location = new System.Drawing.Point(95, 91);
     this.cbxCarType.Name = "cbxCarType";
     this.cbxCarType.Size = new System.Drawing.Size(150, 22);
     this.cbxCarType.TabIndex = 4;
     //
     // 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.Off;
     this.txtCarNo.Location = new System.Drawing.Point(164, 27);
     this.txtCarNo.MaxLength = 8;
     this.txtCarNo.Name = "txtCarNo";
     this.txtCarNo.Size = new System.Drawing.Size(81, 23);
     this.txtCarNo.TabIndex = 2;
     this.txtCarNo.TextChanged += new System.EventHandler(this.txtCarNo_TextChanged);
     //
     // cbxCarNo
     //
     this.cbxCarNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxCarNo.FormattingEnabled = true;
     this.cbxCarNo.Location = new System.Drawing.Point(95, 27);
     this.cbxCarNo.Name = "cbxCarNo";
     this.cbxCarNo.Size = new System.Drawing.Size(69, 22);
     this.cbxCarNo.TabIndex = 1;
     //
     // 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, 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, 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("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 = "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, 211);
     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});
     //
     // 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.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.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(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.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();
 }