You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

490 lines
23 KiB

namespace EC.AutoWeightServer.UI.UC
{
partial class UCCarOut
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.txtOutStartTime = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtOutWeight = new System.Windows.Forms.TextBox();
this.txtNetWeight = new System.Windows.Forms.TextBox();
this.txtMaterialNo = new System.Windows.Forms.TextBox();
this.txtInWeight = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtBillWeight = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtSerialNo = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtPlate = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtInStartTime = new System.Windows.Forms.TextBox();
this.panelOut = new System.Windows.Forms.Panel();
this.btnResetWeight = new System.Windows.Forms.Button();
this.panelTop = new System.Windows.Forms.Panel();
this.labelTop = new System.Windows.Forms.Label();
this.btnConfirm = new System.Windows.Forms.Button();
this.labelDriver1 = new System.Windows.Forms.Label();
this.labelDriver2 = new System.Windows.Forms.Label();
this.btnFinger1 = new DevExpress.XtraEditors.SimpleButton();
this.btnFinger2 = new DevExpress.XtraEditors.SimpleButton();
this.label4 = new System.Windows.Forms.Label();
this.txtTrailerPlate = new System.Windows.Forms.TextBox();
this.panelOut.SuspendLayout();
this.panelTop.SuspendLayout();
this.SuspendLayout();
//
// txtOutStartTime
//
this.txtOutStartTime.BackColor = System.Drawing.SystemColors.Info;
this.txtOutStartTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtOutStartTime.Enabled = false;
this.txtOutStartTime.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtOutStartTime.Location = new System.Drawing.Point(200, 310);
this.txtOutStartTime.Margin = new System.Windows.Forms.Padding(0);
this.txtOutStartTime.Name = "txtOutStartTime";
this.txtOutStartTime.ReadOnly = true;
this.txtOutStartTime.Size = new System.Drawing.Size(400, 35);
this.txtOutStartTime.TabIndex = 42;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.ForeColor = System.Drawing.Color.White;
this.label10.Location = new System.Drawing.Point(70, 313);
this.label10.Margin = new System.Windows.Forms.Padding(0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(130, 25);
this.label10.TabIndex = 41;
this.label10.Text = "出场时间:";
//
// txtOutWeight
//
this.txtOutWeight.BackColor = System.Drawing.SystemColors.Info;
this.txtOutWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtOutWeight.Enabled = false;
this.txtOutWeight.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtOutWeight.ForeColor = System.Drawing.Color.OliveDrab;
this.txtOutWeight.Location = new System.Drawing.Point(470, 260);
this.txtOutWeight.Margin = new System.Windows.Forms.Padding(0);
this.txtOutWeight.Name = "txtOutWeight";
this.txtOutWeight.Size = new System.Drawing.Size(130, 35);
this.txtOutWeight.TabIndex = 38;
//
// txtNetWeight
//
this.txtNetWeight.BackColor = System.Drawing.SystemColors.Info;
this.txtNetWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtNetWeight.Enabled = false;
this.txtNetWeight.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtNetWeight.ForeColor = System.Drawing.Color.OliveDrab;
this.txtNetWeight.Location = new System.Drawing.Point(470, 160);
this.txtNetWeight.Margin = new System.Windows.Forms.Padding(0);
this.txtNetWeight.Name = "txtNetWeight";
this.txtNetWeight.Size = new System.Drawing.Size(130, 35);
this.txtNetWeight.TabIndex = 32;
//
// txtMaterialNo
//
this.txtMaterialNo.BackColor = System.Drawing.SystemColors.Info;
this.txtMaterialNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtMaterialNo.Enabled = false;
this.txtMaterialNo.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMaterialNo.Location = new System.Drawing.Point(200, 60);
this.txtMaterialNo.Margin = new System.Windows.Forms.Padding(0);
this.txtMaterialNo.Name = "txtMaterialNo";
this.txtMaterialNo.Size = new System.Drawing.Size(400, 35);
this.txtMaterialNo.TabIndex = 30;
//
// txtInWeight
//
this.txtInWeight.BackColor = System.Drawing.SystemColors.Info;
this.txtInWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtInWeight.Enabled = false;
this.txtInWeight.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInWeight.Location = new System.Drawing.Point(200, 260);
this.txtInWeight.Margin = new System.Windows.Forms.Padding(0);
this.txtInWeight.Name = "txtInWeight";
this.txtInWeight.Size = new System.Drawing.Size(130, 35);
this.txtInWeight.TabIndex = 40;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.ForeColor = System.Drawing.Color.White;
this.label9.Location = new System.Drawing.Point(340, 263);
this.label9.Margin = new System.Windows.Forms.Padding(0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(130, 25);
this.label9.TabIndex = 39;
this.label9.Text = "出场重量:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 19F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(352, 161);
this.label6.Margin = new System.Windows.Forms.Padding(0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(118, 30);
this.label6.TabIndex = 37;
this.label6.Text = "净 重:";
//
// txtBillWeight
//
this.txtBillWeight.BackColor = System.Drawing.SystemColors.Info;
this.txtBillWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtBillWeight.Enabled = false;
this.txtBillWeight.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBillWeight.Location = new System.Drawing.Point(200, 160);
this.txtBillWeight.Margin = new System.Windows.Forms.Padding(0);
this.txtBillWeight.Name = "txtBillWeight";
this.txtBillWeight.Size = new System.Drawing.Size(130, 35);
this.txtBillWeight.TabIndex = 36;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Location = new System.Drawing.Point(70, 163);
this.label5.Margin = new System.Windows.Forms.Padding(0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(130, 25);
this.label5.TabIndex = 35;
this.label5.Text = "运单重量:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.Location = new System.Drawing.Point(70, 213);
this.label7.Margin = new System.Windows.Forms.Padding(0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(130, 25);
this.label7.TabIndex = 33;
this.label7.Text = "入场时间:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.ForeColor = System.Drawing.Color.White;
this.label8.Location = new System.Drawing.Point(70, 263);
this.label8.Margin = new System.Windows.Forms.Padding(0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(130, 25);
this.label8.TabIndex = 31;
this.label8.Text = "入场重量:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 19F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(82, 61);
this.label2.Margin = new System.Windows.Forms.Padding(0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(118, 30);
this.label2.TabIndex = 29;
this.label2.Text = "料 号:";
//
// txtSerialNo
//
this.txtSerialNo.BackColor = System.Drawing.SystemColors.Info;
this.txtSerialNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtSerialNo.Enabled = false;
this.txtSerialNo.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSerialNo.Location = new System.Drawing.Point(200, 10);
this.txtSerialNo.Margin = new System.Windows.Forms.Padding(0);
this.txtSerialNo.Name = "txtSerialNo";
this.txtSerialNo.Size = new System.Drawing.Size(400, 35);
this.txtSerialNo.TabIndex = 28;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 19F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(82, 11);
this.label1.Margin = new System.Windows.Forms.Padding(0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(118, 30);
this.label1.TabIndex = 27;
this.label1.Text = "单 号:";
//
// txtPlate
//
this.txtPlate.BackColor = System.Drawing.SystemColors.Info;
this.txtPlate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtPlate.Enabled = false;
this.txtPlate.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPlate.Location = new System.Drawing.Point(200, 110);
this.txtPlate.Margin = new System.Windows.Forms.Padding(0);
this.txtPlate.Name = "txtPlate";
this.txtPlate.Size = new System.Drawing.Size(130, 35);
this.txtPlate.TabIndex = 26;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 19F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(82, 111);
this.label3.Margin = new System.Windows.Forms.Padding(0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(118, 30);
this.label3.TabIndex = 25;
this.label3.Text = "车牌号:";
//
// txtInStartTime
//
this.txtInStartTime.BackColor = System.Drawing.SystemColors.Info;
this.txtInStartTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtInStartTime.Enabled = false;
this.txtInStartTime.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInStartTime.Location = new System.Drawing.Point(200, 210);
this.txtInStartTime.Margin = new System.Windows.Forms.Padding(0);
this.txtInStartTime.Name = "txtInStartTime";
this.txtInStartTime.ReadOnly = true;
this.txtInStartTime.Size = new System.Drawing.Size(400, 35);
this.txtInStartTime.TabIndex = 34;
//
// panelOut
//
this.panelOut.Controls.Add(this.txtTrailerPlate);
this.panelOut.Controls.Add(this.label4);
this.panelOut.Controls.Add(this.btnResetWeight);
this.panelOut.Controls.Add(this.txtOutStartTime);
this.panelOut.Controls.Add(this.label10);
this.panelOut.Controls.Add(this.txtOutWeight);
this.panelOut.Controls.Add(this.txtNetWeight);
this.panelOut.Controls.Add(this.txtMaterialNo);
this.panelOut.Controls.Add(this.txtInWeight);
this.panelOut.Controls.Add(this.label9);
this.panelOut.Controls.Add(this.label6);
this.panelOut.Controls.Add(this.txtBillWeight);
this.panelOut.Controls.Add(this.label5);
this.panelOut.Controls.Add(this.txtInStartTime);
this.panelOut.Controls.Add(this.label7);
this.panelOut.Controls.Add(this.label8);
this.panelOut.Controls.Add(this.label2);
this.panelOut.Controls.Add(this.txtSerialNo);
this.panelOut.Controls.Add(this.label1);
this.panelOut.Controls.Add(this.txtPlate);
this.panelOut.Controls.Add(this.label3);
this.panelOut.Location = new System.Drawing.Point(0, 60);
this.panelOut.Margin = new System.Windows.Forms.Padding(0);
this.panelOut.Name = "panelOut";
this.panelOut.Size = new System.Drawing.Size(700, 360);
this.panelOut.TabIndex = 31;
//
// btnResetWeight
//
this.btnResetWeight.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnResetWeight.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnResetWeight.Image = global::EC.AutoWeightServer.Properties.Resources.;
this.btnResetWeight.Location = new System.Drawing.Point(610, 258);
this.btnResetWeight.Margin = new System.Windows.Forms.Padding(0);
this.btnResetWeight.Name = "btnResetWeight";
this.btnResetWeight.Size = new System.Drawing.Size(40, 40);
this.btnResetWeight.TabIndex = 43;
this.btnResetWeight.UseVisualStyleBackColor = true;
this.btnResetWeight.Click += new System.EventHandler(this.Btn_ResetWeight_Click);
//
// panelTop
//
this.panelTop.Controls.Add(this.labelTop);
this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
this.panelTop.Location = new System.Drawing.Point(0, 0);
this.panelTop.Name = "panelTop";
this.panelTop.Size = new System.Drawing.Size(700, 60);
this.panelTop.TabIndex = 35;
//
// labelTop
//
this.labelTop.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTop.Font = new System.Drawing.Font("微软雅黑", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelTop.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.labelTop.Location = new System.Drawing.Point(0, 0);
this.labelTop.Margin = new System.Windows.Forms.Padding(0);
this.labelTop.Name = "labelTop";
this.labelTop.Size = new System.Drawing.Size(700, 60);
this.labelTop.TabIndex = 3;
this.labelTop.Text = "运单信息";
this.labelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnConfirm
//
this.btnConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnConfirm.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnConfirm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
this.btnConfirm.Location = new System.Drawing.Point(290, 500);
this.btnConfirm.Name = "btnConfirm";
this.btnConfirm.Size = new System.Drawing.Size(120, 50);
this.btnConfirm.TabIndex = 39;
this.btnConfirm.Text = "确认";
this.btnConfirm.UseVisualStyleBackColor = true;
this.btnConfirm.Click += new System.EventHandler(this.OutFinishBill);
//
// labelDriver1
//
this.labelDriver1.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.labelDriver1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelDriver1.Location = new System.Drawing.Point(60, 435);
this.labelDriver1.Margin = new System.Windows.Forms.Padding(0);
this.labelDriver1.Name = "labelDriver1";
this.labelDriver1.Size = new System.Drawing.Size(120, 45);
this.labelDriver1.TabIndex = 44;
this.labelDriver1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelDriver2
//
this.labelDriver2.BackColor = System.Drawing.SystemColors.InactiveCaption;
this.labelDriver2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelDriver2.Location = new System.Drawing.Point(380, 435);
this.labelDriver2.Margin = new System.Windows.Forms.Padding(0);
this.labelDriver2.Name = "labelDriver2";
this.labelDriver2.Size = new System.Drawing.Size(120, 45);
this.labelDriver2.TabIndex = 43;
this.labelDriver2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnFinger1
//
this.btnFinger1.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnFinger1.Appearance.Options.UseFont = true;
this.btnFinger1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.btnFinger1.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnFinger1.ImageOptions.Image = global::EC.AutoWeightServer.Properties.Resources.;
this.btnFinger1.Location = new System.Drawing.Point(200, 435);
this.btnFinger1.Margin = new System.Windows.Forms.Padding(0);
this.btnFinger1.Name = "btnFinger1";
this.btnFinger1.Size = new System.Drawing.Size(130, 45);
this.btnFinger1.TabIndex = 41;
this.btnFinger1.Text = "运输员指纹";
this.btnFinger1.Click += new System.EventHandler(this.Btn_Finger1_Click);
//
// btnFinger2
//
this.btnFinger2.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnFinger2.Appearance.Options.UseFont = true;
this.btnFinger2.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.btnFinger2.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnFinger2.ImageOptions.Image = global::EC.AutoWeightServer.Properties.Resources.;
this.btnFinger2.Location = new System.Drawing.Point(520, 435);
this.btnFinger2.Margin = new System.Windows.Forms.Padding(0);
this.btnFinger2.Name = "btnFinger2";
this.btnFinger2.Size = new System.Drawing.Size(130, 45);
this.btnFinger2.TabIndex = 42;
this.btnFinger2.Text = "押运员指纹";
this.btnFinger2.Click += new System.EventHandler(this.Btn_Finger2_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 19F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(352, 111);
this.label4.Margin = new System.Windows.Forms.Padding(0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(118, 30);
this.label4.TabIndex = 44;
this.label4.Text = "挂车号:";
//
// txtTrailerPlate
//
this.txtTrailerPlate.BackColor = System.Drawing.SystemColors.Info;
this.txtTrailerPlate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtTrailerPlate.Enabled = false;
this.txtTrailerPlate.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTrailerPlate.Location = new System.Drawing.Point(470, 110);
this.txtTrailerPlate.Margin = new System.Windows.Forms.Padding(0);
this.txtTrailerPlate.Name = "txtTrailerPlate";
this.txtTrailerPlate.Size = new System.Drawing.Size(130, 35);
this.txtTrailerPlate.TabIndex = 45;
//
// UCCarOut
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(43)))), ((int)(((byte)(96)))));
this.Controls.Add(this.labelDriver1);
this.Controls.Add(this.labelDriver2);
this.Controls.Add(this.btnFinger1);
this.Controls.Add(this.btnFinger2);
this.Controls.Add(this.btnConfirm);
this.Controls.Add(this.panelTop);
this.Controls.Add(this.panelOut);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "UCCarOut";
this.Size = new System.Drawing.Size(700, 600);
this.panelOut.ResumeLayout(false);
this.panelOut.PerformLayout();
this.panelTop.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtOutStartTime;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtOutWeight;
private System.Windows.Forms.TextBox txtNetWeight;
private System.Windows.Forms.TextBox txtMaterialNo;
private System.Windows.Forms.TextBox txtInWeight;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtBillWeight;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtSerialNo;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtPlate;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtInStartTime;
private System.Windows.Forms.Panel panelOut;
private System.Windows.Forms.Panel panelTop;
private System.Windows.Forms.Label labelTop;
private System.Windows.Forms.Button btnConfirm;
private System.Windows.Forms.Button btnResetWeight;
private System.Windows.Forms.Label labelDriver1;
private System.Windows.Forms.Label labelDriver2;
private DevExpress.XtraEditors.SimpleButton btnFinger1;
private DevExpress.XtraEditors.SimpleButton btnFinger2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtTrailerPlate;
}
}