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.

612 lines
29 KiB

namespace EC.AutoWeightServer.UI.UC
{
partial class UCCarIn
{
/// <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.panelOut = new System.Windows.Forms.Panel();
this.comboBoxTrailer = new System.Windows.Forms.ComboBox();
this.btnResetTrailer = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.btnResetWeight = new System.Windows.Forms.Button();
this.txtMaterialNo = new System.Windows.Forms.TextBox();
this.txtInWeight = new System.Windows.Forms.TextBox();
this.txtBillWeight = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = 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.panelTop = new System.Windows.Forms.Panel();
this.labelTop = new System.Windows.Forms.Label();
this.labelDriver2 = new System.Windows.Forms.Label();
this.btnFinger2 = new DevExpress.XtraEditors.SimpleButton();
this.labelDriver1 = new System.Windows.Forms.Label();
this.btnFinger1 = new DevExpress.XtraEditors.SimpleButton();
this.numberPanel = new System.Windows.Forms.FlowLayoutPanel();
this.btn_7 = new System.Windows.Forms.Button();
this.btn_8 = new System.Windows.Forms.Button();
this.btn_9 = new System.Windows.Forms.Button();
this.btn_4 = new System.Windows.Forms.Button();
this.btn_5 = new System.Windows.Forms.Button();
this.btn_6 = new System.Windows.Forms.Button();
this.btn_1 = new System.Windows.Forms.Button();
this.btn_2 = new System.Windows.Forms.Button();
this.btn_3 = new System.Windows.Forms.Button();
this.btn_dh = new System.Windows.Forms.Button();
this.btn_0 = new System.Windows.Forms.Button();
this.btn_tg = new System.Windows.Forms.Button();
this.btnConfirm = new DevExpress.XtraEditors.SimpleButton();
this.panelOut.SuspendLayout();
this.panelTop.SuspendLayout();
this.numberPanel.SuspendLayout();
this.SuspendLayout();
//
// panelOut
//
this.panelOut.Controls.Add(this.comboBoxTrailer);
this.panelOut.Controls.Add(this.btnResetTrailer);
this.panelOut.Controls.Add(this.label4);
this.panelOut.Controls.Add(this.btnResetWeight);
this.panelOut.Controls.Add(this.txtMaterialNo);
this.panelOut.Controls.Add(this.txtInWeight);
this.panelOut.Controls.Add(this.txtBillWeight);
this.panelOut.Controls.Add(this.label5);
this.panelOut.Controls.Add(this.label6);
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, 51);
this.panelOut.Margin = new System.Windows.Forms.Padding(0);
this.panelOut.Name = "panelOut";
this.panelOut.Size = new System.Drawing.Size(600, 180);
this.panelOut.TabIndex = 27;
this.panelOut.Click += new System.EventHandler(this.TxtBillWeight_Leave);
//
// comboBoxTrailer
//
this.comboBoxTrailer.BackColor = System.Drawing.SystemColors.Info;
this.comboBoxTrailer.Cursor = System.Windows.Forms.Cursors.Hand;
this.comboBoxTrailer.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxTrailer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxTrailer.DropDownWidth = 128;
this.comboBoxTrailer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBoxTrailer.Font = new System.Drawing.Font("宋体", 15F);
this.comboBoxTrailer.ForeColor = System.Drawing.SystemColors.WindowText;
this.comboBoxTrailer.FormattingEnabled = true;
this.comboBoxTrailer.IntegralHeight = false;
this.comboBoxTrailer.ItemHeight = 26;
this.comboBoxTrailer.Location = new System.Drawing.Point(403, 94);
this.comboBoxTrailer.Margin = new System.Windows.Forms.Padding(0);
this.comboBoxTrailer.MaxDropDownItems = 16;
this.comboBoxTrailer.Name = "comboBoxTrailer";
this.comboBoxTrailer.Size = new System.Drawing.Size(110, 32);
this.comboBoxTrailer.Sorted = true;
this.comboBoxTrailer.TabIndex = 63;
this.comboBoxTrailer.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ComboBox_Trailer_DrawItem);
this.comboBoxTrailer.DropDownClosed += new System.EventHandler(this.ComboBox_Trailer_DropDownClosed);
//
// btnResetTrailer
//
this.btnResetTrailer.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnResetTrailer.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnResetTrailer.Image = global::EC.AutoWeightServer.Properties.Resources.;
this.btnResetTrailer.Location = new System.Drawing.Point(523, 93);
this.btnResetTrailer.Margin = new System.Windows.Forms.Padding(0);
this.btnResetTrailer.Name = "btnResetTrailer";
this.btnResetTrailer.Size = new System.Drawing.Size(34, 34);
this.btnResetTrailer.TabIndex = 62;
this.btnResetTrailer.UseVisualStyleBackColor = true;
this.btnResetTrailer.Click += new System.EventHandler(this.Btn_ResetTrailer_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(302, 95);
this.label4.Margin = new System.Windows.Forms.Padding(0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(103, 26);
this.label4.TabIndex = 61;
this.label4.Text = "挂车号:";
//
// 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(523, 135);
this.btnResetWeight.Margin = new System.Windows.Forms.Padding(0);
this.btnResetWeight.Name = "btnResetWeight";
this.btnResetWeight.Size = new System.Drawing.Size(34, 34);
this.btnResetWeight.TabIndex = 60;
this.btnResetWeight.UseVisualStyleBackColor = true;
this.btnResetWeight.Click += new System.EventHandler(this.Btn_ResetWeight_Click);
//
// 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(171, 51);
this.txtMaterialNo.Margin = new System.Windows.Forms.Padding(0);
this.txtMaterialNo.Name = "txtMaterialNo";
this.txtMaterialNo.ReadOnly = true;
this.txtMaterialNo.Size = new System.Drawing.Size(343, 32);
this.txtMaterialNo.TabIndex = 55;
//
// 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.ForeColor = System.Drawing.Color.OliveDrab;
this.txtInWeight.Location = new System.Drawing.Point(403, 137);
this.txtInWeight.Margin = new System.Windows.Forms.Padding(0);
this.txtInWeight.Name = "txtInWeight";
this.txtInWeight.ReadOnly = true;
this.txtInWeight.Size = new System.Drawing.Size(112, 32);
this.txtInWeight.TabIndex = 59;
//
// txtBillWeight
//
this.txtBillWeight.BackColor = System.Drawing.SystemColors.Info;
this.txtBillWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
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(171, 137);
this.txtBillWeight.Margin = new System.Windows.Forms.Padding(0);
this.txtBillWeight.Name = "txtBillWeight";
this.txtBillWeight.ReadOnly = true;
this.txtBillWeight.Size = new System.Drawing.Size(112, 32);
this.txtBillWeight.TabIndex = 58;
this.txtBillWeight.Click += new System.EventHandler(this.TxtBillWeight_Enter);
//
// 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(60, 140);
this.label5.Margin = new System.Windows.Forms.Padding(0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(114, 22);
this.label5.TabIndex = 57;
this.label5.Text = "运单重量:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(291, 140);
this.label6.Margin = new System.Windows.Forms.Padding(0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(114, 22);
this.label6.TabIndex = 56;
this.label6.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(70, 52);
this.label2.Margin = new System.Windows.Forms.Padding(0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(103, 26);
this.label2.TabIndex = 54;
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(171, 9);
this.txtSerialNo.Margin = new System.Windows.Forms.Padding(0);
this.txtSerialNo.Name = "txtSerialNo";
this.txtSerialNo.ReadOnly = true;
this.txtSerialNo.Size = new System.Drawing.Size(343, 32);
this.txtSerialNo.TabIndex = 53;
//
// 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(70, 9);
this.label1.Margin = new System.Windows.Forms.Padding(0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(103, 26);
this.label1.TabIndex = 52;
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(171, 94);
this.txtPlate.Margin = new System.Windows.Forms.Padding(0);
this.txtPlate.Name = "txtPlate";
this.txtPlate.ReadOnly = true;
this.txtPlate.Size = new System.Drawing.Size(112, 32);
this.txtPlate.TabIndex = 51;
//
// 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(70, 95);
this.label3.Margin = new System.Windows.Forms.Padding(0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(103, 26);
this.label3.TabIndex = 50;
this.label3.Text = "车牌号:";
//
// 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(600, 51);
this.panelTop.TabIndex = 31;
this.panelTop.Click += new System.EventHandler(this.TxtBillWeight_Leave);
//
// 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(600, 51);
this.labelTop.TabIndex = 3;
this.labelTop.Text = "运单信息";
this.labelTop.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(321, 322);
this.labelDriver2.Margin = new System.Windows.Forms.Padding(0);
this.labelDriver2.Name = "labelDriver2";
this.labelDriver2.Size = new System.Drawing.Size(103, 39);
this.labelDriver2.TabIndex = 54;
this.labelDriver2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// 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(435, 322);
this.btnFinger2.Margin = new System.Windows.Forms.Padding(0);
this.btnFinger2.Name = "btnFinger2";
this.btnFinger2.Size = new System.Drawing.Size(111, 39);
this.btnFinger2.TabIndex = 53;
this.btnFinger2.Text = "押运员指纹";
this.btnFinger2.Click += new System.EventHandler(this.Btn_Finger2_Click);
//
// 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(321, 262);
this.labelDriver1.Margin = new System.Windows.Forms.Padding(0);
this.labelDriver1.Name = "labelDriver1";
this.labelDriver1.Size = new System.Drawing.Size(103, 39);
this.labelDriver1.TabIndex = 52;
this.labelDriver1.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(435, 262);
this.btnFinger1.Margin = new System.Windows.Forms.Padding(0);
this.btnFinger1.Name = "btnFinger1";
this.btnFinger1.Size = new System.Drawing.Size(111, 39);
this.btnFinger1.TabIndex = 51;
this.btnFinger1.Text = "运输员指纹";
this.btnFinger1.Click += new System.EventHandler(this.Btn_Finger1_Click);
//
// numberPanel
//
this.numberPanel.Controls.Add(this.btn_7);
this.numberPanel.Controls.Add(this.btn_8);
this.numberPanel.Controls.Add(this.btn_9);
this.numberPanel.Controls.Add(this.btn_4);
this.numberPanel.Controls.Add(this.btn_5);
this.numberPanel.Controls.Add(this.btn_6);
this.numberPanel.Controls.Add(this.btn_1);
this.numberPanel.Controls.Add(this.btn_2);
this.numberPanel.Controls.Add(this.btn_3);
this.numberPanel.Controls.Add(this.btn_dh);
this.numberPanel.Controls.Add(this.btn_0);
this.numberPanel.Controls.Add(this.btn_tg);
this.numberPanel.Location = new System.Drawing.Point(43, 244);
this.numberPanel.Name = "numberPanel";
this.numberPanel.Padding = new System.Windows.Forms.Padding(5);
this.numberPanel.Size = new System.Drawing.Size(266, 249);
this.numberPanel.TabIndex = 50;
this.numberPanel.Visible = false;
//
// btn_7
//
this.btn_7.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_7.Location = new System.Drawing.Point(5, 5);
this.btn_7.Margin = new System.Windows.Forms.Padding(0);
this.btn_7.Name = "btn_7";
this.btn_7.Size = new System.Drawing.Size(85, 60);
this.btn_7.TabIndex = 15;
this.btn_7.Text = "7";
this.btn_7.UseVisualStyleBackColor = true;
this.btn_7.Click += new System.EventHandler(this.Btn_Number_Click);
//
// btn_8
//
this.btn_8.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_8.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_8.Location = new System.Drawing.Point(90, 5);
this.btn_8.Margin = new System.Windows.Forms.Padding(0);
this.btn_8.Name = "btn_8";
this.btn_8.Size = new System.Drawing.Size(85, 60);
this.btn_8.TabIndex = 16;
this.btn_8.Text = "8";
this.btn_8.UseVisualStyleBackColor = true;
this.btn_8.Click += new System.EventHandler(this.Btn_Number_Click);
//
// btn_9
//
this.btn_9.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_9.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_9.Location = new System.Drawing.Point(175, 5);
this.btn_9.Margin = new System.Windows.Forms.Padding(0);
this.btn_9.Name = "btn_9";
this.btn_9.Size = new System.Drawing.Size(85, 60);
this.btn_9.TabIndex = 17;
this.btn_9.Text = "9";
this.btn_9.UseVisualStyleBackColor = true;
this.btn_9.Click += new System.EventHandler(this.Btn_Number_Click);
//
// btn_4
//
this.btn_4.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_4.Location = new System.Drawing.Point(5, 65);
this.btn_4.Margin = new System.Windows.Forms.Padding(0);
this.btn_4.Name = "btn_4";
this.btn_4.Size = new System.Drawing.Size(85, 60);
this.btn_4.TabIndex = 20;
this.btn_4.Text = "4";
this.btn_4.UseVisualStyleBackColor = true;
this.btn_4.Click += new System.EventHandler(this.Btn_Number_Click);
//
// btn_5
//
this.btn_5.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_5.Location = new System.Drawing.Point(90, 65);
this.btn_5.Margin = new System.Windows.Forms.Padding(0);
this.btn_5.Name = "btn_5";
this.btn_5.Size = new System.Drawing.Size(85, 60);
this.btn_5.TabIndex = 19;
this.btn_5.Text = "5";
this.btn_5.UseVisualStyleBackColor = true;
this.btn_5.Click += new System.EventHandler(this.Btn_Number_Click);
//
// btn_6
//
this.btn_6.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_6.Location = new System.Drawing.Point(175, 65);
this.btn_6.Margin = new System.Windows.Forms.Padding(0);
this.btn_6.Name = "btn_6";
this.btn_6.Size = new System.Drawing.Size(85, 60);
this.btn_6.TabIndex = 18;
this.btn_6.Text = "6";
this.btn_6.UseVisualStyleBackColor = true;
this.btn_6.Click += new System.EventHandler(this.Btn_Number_Click);
//
// btn_1
//
this.btn_1.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_1.Location = new System.Drawing.Point(5, 125);
this.btn_1.Margin = new System.Windows.Forms.Padding(0);
this.btn_1.Name = "btn_1";
this.btn_1.Size = new System.Drawing.Size(85, 60);
this.btn_1.TabIndex = 20;
this.btn_1.Text = "1";
this.btn_1.UseVisualStyleBackColor = true;
this.btn_1.Click += new System.EventHandler(this.Btn_Number_Click);
//
// btn_2
//
this.btn_2.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_2.Location = new System.Drawing.Point(90, 125);
this.btn_2.Margin = new System.Windows.Forms.Padding(0);
this.btn_2.Name = "btn_2";
this.btn_2.Size = new System.Drawing.Size(85, 60);
this.btn_2.TabIndex = 19;
this.btn_2.Text = "2";
this.btn_2.UseVisualStyleBackColor = true;
this.btn_2.Click += new System.EventHandler(this.Btn_Number_Click);
//
// btn_3
//
this.btn_3.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_3.Location = new System.Drawing.Point(175, 125);
this.btn_3.Margin = new System.Windows.Forms.Padding(0);
this.btn_3.Name = "btn_3";
this.btn_3.Size = new System.Drawing.Size(85, 60);
this.btn_3.TabIndex = 17;
this.btn_3.Text = "3";
this.btn_3.UseVisualStyleBackColor = true;
this.btn_3.Click += new System.EventHandler(this.Btn_Number_Click);
//
// btn_dh
//
this.btn_dh.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_dh.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_dh.Location = new System.Drawing.Point(5, 185);
this.btn_dh.Margin = new System.Windows.Forms.Padding(0);
this.btn_dh.Name = "btn_dh";
this.btn_dh.Size = new System.Drawing.Size(85, 60);
this.btn_dh.TabIndex = 23;
this.btn_dh.Text = ".";
this.btn_dh.UseVisualStyleBackColor = true;
this.btn_dh.Click += new System.EventHandler(this.Btn_dh_Click);
//
// btn_0
//
this.btn_0.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_0.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_0.Location = new System.Drawing.Point(90, 185);
this.btn_0.Margin = new System.Windows.Forms.Padding(0);
this.btn_0.Name = "btn_0";
this.btn_0.Size = new System.Drawing.Size(85, 60);
this.btn_0.TabIndex = 22;
this.btn_0.Text = "0";
this.btn_0.UseVisualStyleBackColor = true;
this.btn_0.Click += new System.EventHandler(this.Btn_Number_Click);
//
// btn_tg
//
this.btn_tg.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_tg.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_tg.Location = new System.Drawing.Point(175, 185);
this.btn_tg.Margin = new System.Windows.Forms.Padding(0);
this.btn_tg.Name = "btn_tg";
this.btn_tg.Size = new System.Drawing.Size(85, 60);
this.btn_tg.TabIndex = 21;
this.btn_tg.Text = "退格";
this.btn_tg.UseVisualStyleBackColor = true;
this.btn_tg.Click += new System.EventHandler(this.Btn_tg_Click);
//
// btnConfirm
//
this.btnConfirm.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.btnConfirm.Appearance.Options.UseFont = true;
this.btnConfirm.BackgroundImage = global::EC.AutoWeightServer.Properties.Resources.;
this.btnConfirm.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.btnConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnConfirm.ImageOptions.Image = global::EC.AutoWeightServer.Properties.Resources.ok32;
this.btnConfirm.Location = new System.Drawing.Point(435, 380);
this.btnConfirm.Margin = new System.Windows.Forms.Padding(0);
this.btnConfirm.Name = "btnConfirm";
this.btnConfirm.Size = new System.Drawing.Size(114, 40);
this.btnConfirm.TabIndex = 49;
this.btnConfirm.Text = "确认";
this.btnConfirm.Click += new System.EventHandler(this.InFinishBill);
//
// UCCarIn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
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.labelDriver2);
this.Controls.Add(this.btnFinger2);
this.Controls.Add(this.labelDriver1);
this.Controls.Add(this.btnFinger1);
this.Controls.Add(this.numberPanel);
this.Controls.Add(this.btnConfirm);
this.Controls.Add(this.panelOut);
this.Controls.Add(this.panelTop);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "UCCarIn";
this.Size = new System.Drawing.Size(600, 514);
this.Click += new System.EventHandler(this.TxtBillWeight_Leave);
this.panelOut.ResumeLayout(false);
this.panelOut.PerformLayout();
this.panelTop.ResumeLayout(false);
this.numberPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelOut;
private System.Windows.Forms.Panel panelTop;
private System.Windows.Forms.Label labelTop;
private System.Windows.Forms.Label labelDriver2;
private DevExpress.XtraEditors.SimpleButton btnFinger2;
private System.Windows.Forms.Label labelDriver1;
private DevExpress.XtraEditors.SimpleButton btnFinger1;
private System.Windows.Forms.FlowLayoutPanel numberPanel;
private System.Windows.Forms.Button btn_7;
private System.Windows.Forms.Button btn_8;
private System.Windows.Forms.Button btn_9;
private System.Windows.Forms.Button btn_4;
private System.Windows.Forms.Button btn_5;
private System.Windows.Forms.Button btn_6;
private System.Windows.Forms.Button btn_1;
private System.Windows.Forms.Button btn_2;
private System.Windows.Forms.Button btn_3;
private System.Windows.Forms.Button btn_dh;
private System.Windows.Forms.Button btn_0;
private System.Windows.Forms.Button btn_tg;
private DevExpress.XtraEditors.SimpleButton btnConfirm;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnResetWeight;
private System.Windows.Forms.TextBox txtMaterialNo;
private System.Windows.Forms.TextBox txtInWeight;
private System.Windows.Forms.TextBox txtBillWeight;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
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.Button btnResetTrailer;
private System.Windows.Forms.ComboBox comboBoxTrailer;
}
}