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.
478 lines
21 KiB
478 lines
21 KiB
namespace EC.AutoWeightServer.UI.UC
|
|
{
|
|
partial class UCCarIn2
|
|
{
|
|
/// <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.pnlOut = new System.Windows.Forms.Panel();
|
|
this.btnResetWeight = new System.Windows.Forms.Button();
|
|
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.txtMaterialNo = new System.Windows.Forms.TextBox();
|
|
this.btnInConfirm = new DevExpress.XtraEditors.SimpleButton();
|
|
this.txtInWeight = new System.Windows.Forms.TextBox();
|
|
this.txtBillWeight = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txtSerialNo = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtPlate = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.panel7 = new System.Windows.Forms.Panel();
|
|
this.LabelTimeout = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.pnlOut.SuspendLayout();
|
|
this.numberPanel.SuspendLayout();
|
|
this.panel7.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pnlOut
|
|
//
|
|
this.pnlOut.Controls.Add(this.btnResetWeight);
|
|
this.pnlOut.Controls.Add(this.numberPanel);
|
|
this.pnlOut.Controls.Add(this.txtMaterialNo);
|
|
this.pnlOut.Controls.Add(this.btnInConfirm);
|
|
this.pnlOut.Controls.Add(this.txtInWeight);
|
|
this.pnlOut.Controls.Add(this.txtBillWeight);
|
|
this.pnlOut.Controls.Add(this.label10);
|
|
this.pnlOut.Controls.Add(this.label8);
|
|
this.pnlOut.Controls.Add(this.label7);
|
|
this.pnlOut.Controls.Add(this.txtSerialNo);
|
|
this.pnlOut.Controls.Add(this.label6);
|
|
this.pnlOut.Controls.Add(this.txtPlate);
|
|
this.pnlOut.Controls.Add(this.label5);
|
|
this.pnlOut.Location = new System.Drawing.Point(3, 68);
|
|
this.pnlOut.Name = "pnlOut";
|
|
this.pnlOut.Size = new System.Drawing.Size(691, 540);
|
|
this.pnlOut.TabIndex = 27;
|
|
this.pnlOut.Click += new System.EventHandler(this.TxtBillWeight_Leave);
|
|
//
|
|
// btnResetWeight
|
|
//
|
|
this.btnResetWeight.Image = global::EC.AutoWeightServer.Properties.Resources.重置;
|
|
this.btnResetWeight.Location = new System.Drawing.Point(645, 167);
|
|
this.btnResetWeight.Name = "btnResetWeight";
|
|
this.btnResetWeight.Size = new System.Drawing.Size(42, 42);
|
|
this.btnResetWeight.TabIndex = 44;
|
|
this.btnResetWeight.UseVisualStyleBackColor = true;
|
|
this.btnResetWeight.Click += new System.EventHandler(this.btnResetWeight_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(185, 245);
|
|
this.numberPanel.Name = "numberPanel";
|
|
this.numberPanel.Padding = new System.Windows.Forms.Padding(6);
|
|
this.numberPanel.Size = new System.Drawing.Size(310, 292);
|
|
this.numberPanel.TabIndex = 41;
|
|
this.numberPanel.Visible = false;
|
|
//
|
|
// btn_7
|
|
//
|
|
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(6, 6);
|
|
this.btn_7.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_7.Name = "btn_7";
|
|
this.btn_7.Size = new System.Drawing.Size(99, 70);
|
|
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.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(105, 6);
|
|
this.btn_8.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_8.Name = "btn_8";
|
|
this.btn_8.Size = new System.Drawing.Size(99, 70);
|
|
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.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(204, 6);
|
|
this.btn_9.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_9.Name = "btn_9";
|
|
this.btn_9.Size = new System.Drawing.Size(99, 70);
|
|
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.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(6, 76);
|
|
this.btn_4.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_4.Name = "btn_4";
|
|
this.btn_4.Size = new System.Drawing.Size(99, 70);
|
|
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.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(105, 76);
|
|
this.btn_5.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_5.Name = "btn_5";
|
|
this.btn_5.Size = new System.Drawing.Size(99, 70);
|
|
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.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(204, 76);
|
|
this.btn_6.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_6.Name = "btn_6";
|
|
this.btn_6.Size = new System.Drawing.Size(99, 70);
|
|
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.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(6, 146);
|
|
this.btn_1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_1.Name = "btn_1";
|
|
this.btn_1.Size = new System.Drawing.Size(99, 70);
|
|
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.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(105, 146);
|
|
this.btn_2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_2.Name = "btn_2";
|
|
this.btn_2.Size = new System.Drawing.Size(99, 70);
|
|
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.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(204, 146);
|
|
this.btn_3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_3.Name = "btn_3";
|
|
this.btn_3.Size = new System.Drawing.Size(99, 70);
|
|
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.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(6, 216);
|
|
this.btn_dh.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_dh.Name = "btn_dh";
|
|
this.btn_dh.Size = new System.Drawing.Size(99, 70);
|
|
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.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(105, 216);
|
|
this.btn_0.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_0.Name = "btn_0";
|
|
this.btn_0.Size = new System.Drawing.Size(99, 70);
|
|
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.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(204, 216);
|
|
this.btn_tg.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_tg.Name = "btn_tg";
|
|
this.btn_tg.Size = new System.Drawing.Size(99, 70);
|
|
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);
|
|
//
|
|
// 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("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtMaterialNo.Location = new System.Drawing.Point(488, 54);
|
|
this.txtMaterialNo.Name = "txtMaterialNo";
|
|
this.txtMaterialNo.ReadOnly = true;
|
|
this.txtMaterialNo.Size = new System.Drawing.Size(151, 34);
|
|
this.txtMaterialNo.TabIndex = 30;
|
|
//
|
|
// btnInConfirm
|
|
//
|
|
this.btnInConfirm.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btnInConfirm.Appearance.Options.UseFont = true;
|
|
this.btnInConfirm.BackgroundImage = global::EC.AutoWeightServer.Properties.Resources.签字;
|
|
this.btnInConfirm.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.btnInConfirm.ImageOptions.Image = global::EC.AutoWeightServer.Properties.Resources.ok32;
|
|
this.btnInConfirm.Location = new System.Drawing.Point(505, 251);
|
|
this.btnInConfirm.Name = "btnInConfirm";
|
|
this.btnInConfirm.Size = new System.Drawing.Size(133, 47);
|
|
this.btnInConfirm.TabIndex = 28;
|
|
this.btnInConfirm.Text = "确认";
|
|
this.btnInConfirm.Click += new System.EventHandler(this.InFinishBill);
|
|
//
|
|
// 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("宋体", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtInWeight.ForeColor = System.Drawing.Color.OliveDrab;
|
|
this.txtInWeight.Location = new System.Drawing.Point(203, 162);
|
|
this.txtInWeight.Name = "txtInWeight";
|
|
this.txtInWeight.ReadOnly = true;
|
|
this.txtInWeight.Size = new System.Drawing.Size(435, 51);
|
|
this.txtInWeight.TabIndex = 40;
|
|
//
|
|
// txtBillWeight
|
|
//
|
|
this.txtBillWeight.BackColor = System.Drawing.SystemColors.Info;
|
|
this.txtBillWeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtBillWeight.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtBillWeight.Location = new System.Drawing.Point(203, 100);
|
|
this.txtBillWeight.Name = "txtBillWeight";
|
|
this.txtBillWeight.ReadOnly = true;
|
|
this.txtBillWeight.Size = new System.Drawing.Size(435, 34);
|
|
this.txtBillWeight.TabIndex = 36;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label10.ForeColor = System.Drawing.Color.White;
|
|
this.label10.Location = new System.Drawing.Point(40, 104);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(154, 31);
|
|
this.label10.TabIndex = 35;
|
|
this.label10.Text = "运单重量:";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label8.ForeColor = System.Drawing.Color.White;
|
|
this.label8.Location = new System.Drawing.Point(40, 170);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(154, 31);
|
|
this.label8.TabIndex = 31;
|
|
this.label8.Text = "入场重量:";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label7.ForeColor = System.Drawing.Color.White;
|
|
this.label7.Location = new System.Drawing.Point(371, 54);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(124, 31);
|
|
this.label7.TabIndex = 29;
|
|
this.label7.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("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtSerialNo.Location = new System.Drawing.Point(203, 3);
|
|
this.txtSerialNo.Name = "txtSerialNo";
|
|
this.txtSerialNo.ReadOnly = true;
|
|
this.txtSerialNo.Size = new System.Drawing.Size(435, 34);
|
|
this.txtSerialNo.TabIndex = 28;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label6.ForeColor = System.Drawing.Color.White;
|
|
this.label6.Location = new System.Drawing.Point(70, 7);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(124, 31);
|
|
this.label6.TabIndex = 27;
|
|
this.label6.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("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtPlate.Location = new System.Drawing.Point(203, 49);
|
|
this.txtPlate.Name = "txtPlate";
|
|
this.txtPlate.ReadOnly = true;
|
|
this.txtPlate.Size = new System.Drawing.Size(137, 34);
|
|
this.txtPlate.TabIndex = 26;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label5.ForeColor = System.Drawing.Color.White;
|
|
this.label5.Location = new System.Drawing.Point(70, 49);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(123, 31);
|
|
this.label5.TabIndex = 25;
|
|
this.label5.Text = "车牌号:";
|
|
//
|
|
// panel7
|
|
//
|
|
this.panel7.Controls.Add(this.LabelTimeout);
|
|
this.panel7.Controls.Add(this.label4);
|
|
this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel7.Location = new System.Drawing.Point(0, 0);
|
|
this.panel7.Name = "panel7";
|
|
this.panel7.Size = new System.Drawing.Size(700, 61);
|
|
this.panel7.TabIndex = 31;
|
|
this.panel7.Click += new System.EventHandler(this.TxtBillWeight_Leave);
|
|
//
|
|
// LabelTimeout
|
|
//
|
|
this.LabelTimeout.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.LabelTimeout.AutoSize = true;
|
|
this.LabelTimeout.BackColor = System.Drawing.Color.Transparent;
|
|
this.LabelTimeout.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.LabelTimeout.ForeColor = System.Drawing.Color.IndianRed;
|
|
this.LabelTimeout.Location = new System.Drawing.Point(43, 6);
|
|
this.LabelTimeout.Name = "LabelTimeout";
|
|
this.LabelTimeout.Size = new System.Drawing.Size(0, 31);
|
|
this.LabelTimeout.TabIndex = 4;
|
|
this.LabelTimeout.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.label4.Location = new System.Drawing.Point(272, 0);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(178, 51);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "运单信息";
|
|
//
|
|
// UCCarIn2
|
|
//
|
|
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.pnlOut);
|
|
this.Controls.Add(this.panel7);
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.Name = "UCCarIn2";
|
|
this.Size = new System.Drawing.Size(700, 612);
|
|
this.Click += new System.EventHandler(this.TxtBillWeight_Leave);
|
|
this.pnlOut.ResumeLayout(false);
|
|
this.pnlOut.PerformLayout();
|
|
this.numberPanel.ResumeLayout(false);
|
|
this.panel7.ResumeLayout(false);
|
|
this.panel7.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel pnlOut;
|
|
private System.Windows.Forms.TextBox txtMaterialNo;
|
|
private System.Windows.Forms.TextBox txtInWeight;
|
|
private System.Windows.Forms.TextBox txtBillWeight;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox txtSerialNo;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txtPlate;
|
|
private System.Windows.Forms.Label label5;
|
|
private DevExpress.XtraEditors.SimpleButton btnInConfirm;
|
|
private System.Windows.Forms.Panel panel7;
|
|
private System.Windows.Forms.Label label4;
|
|
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 System.Windows.Forms.Label LabelTimeout;
|
|
private System.Windows.Forms.Button btnResetWeight;
|
|
}
|
|
}
|
|
|