334 lines
16 KiB
C#
334 lines
16 KiB
C#
namespace DC_A95
|
|
{
|
|
partial class F_TestPage
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.btn_PartOn = new System.Windows.Forms.Button();
|
|
this.btn_Part_OnLine = new System.Windows.Forms.Button();
|
|
this.Btn_PartOff = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txt_EngineNo = new System.Windows.Forms.TextBox();
|
|
this.lb_Station = new System.Windows.Forms.ListBox();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.btn_TransferSort = new System.Windows.Forms.Button();
|
|
this.txt_PrintCode = new System.Windows.Forms.TextBox();
|
|
this.txt_SortName = new System.Windows.Forms.TextBox();
|
|
this.txt_SortNo = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txt_PartCode = new System.Windows.Forms.TextBox();
|
|
this.txt_PalletNo = new System.Windows.Forms.TextBox();
|
|
this.txt_OrderNo = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.btn_Heartbeat = new System.Windows.Forms.Button();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.btn_AllowSave = new System.Windows.Forms.Button();
|
|
this.groupBox5.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btn_PartOn
|
|
//
|
|
this.btn_PartOn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
this.btn_PartOn.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.btn_PartOn.Location = new System.Drawing.Point(180, 193);
|
|
this.btn_PartOn.Name = "btn_PartOn";
|
|
this.btn_PartOn.Size = new System.Drawing.Size(81, 27);
|
|
this.btn_PartOn.TabIndex = 3;
|
|
this.btn_PartOn.Text = "4-进站";
|
|
this.btn_PartOn.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btn_PartOn.UseVisualStyleBackColor = false;
|
|
this.btn_PartOn.Click += new System.EventHandler(this.btn_PartOn_Click);
|
|
//
|
|
// btn_Part_OnLine
|
|
//
|
|
this.btn_Part_OnLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
this.btn_Part_OnLine.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.btn_Part_OnLine.Location = new System.Drawing.Point(177, 341);
|
|
this.btn_Part_OnLine.Name = "btn_Part_OnLine";
|
|
this.btn_Part_OnLine.Size = new System.Drawing.Size(235, 27);
|
|
this.btn_Part_OnLine.TabIndex = 3;
|
|
this.btn_Part_OnLine.Text = "申请上线";
|
|
this.btn_Part_OnLine.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btn_Part_OnLine.UseVisualStyleBackColor = false;
|
|
this.btn_Part_OnLine.Click += new System.EventHandler(this.btn_Part_OnLine_Click);
|
|
//
|
|
// Btn_PartOff
|
|
//
|
|
this.Btn_PartOff.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
this.Btn_PartOff.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.Btn_PartOff.Location = new System.Drawing.Point(440, 193);
|
|
this.Btn_PartOff.Name = "Btn_PartOff";
|
|
this.Btn_PartOff.Size = new System.Drawing.Size(80, 27);
|
|
this.Btn_PartOff.TabIndex = 3;
|
|
this.Btn_PartOff.Text = "1-离站";
|
|
this.Btn_PartOff.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.Btn_PartOff.UseVisualStyleBackColor = false;
|
|
this.Btn_PartOff.Click += new System.EventHandler(this.Btn_PartOff_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(178, 42);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 6;
|
|
this.label1.Text = "流水号";
|
|
//
|
|
// txt_EngineNo
|
|
//
|
|
this.txt_EngineNo.Location = new System.Drawing.Point(251, 39);
|
|
this.txt_EngineNo.Name = "txt_EngineNo";
|
|
this.txt_EngineNo.Size = new System.Drawing.Size(214, 21);
|
|
this.txt_EngineNo.TabIndex = 5;
|
|
this.txt_EngineNo.Text = "9922G000244";
|
|
//
|
|
// lb_Station
|
|
//
|
|
this.lb_Station.FormattingEnabled = true;
|
|
this.lb_Station.ItemHeight = 12;
|
|
this.lb_Station.Location = new System.Drawing.Point(6, 19);
|
|
this.lb_Station.Name = "lb_Station";
|
|
this.lb_Station.Size = new System.Drawing.Size(150, 376);
|
|
this.lb_Station.TabIndex = 9;
|
|
this.lb_Station.SelectedIndexChanged += new System.EventHandler(this.lb_Station_SelectedIndexChanged);
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.lb_Station);
|
|
this.groupBox5.Controls.Add(this.btn_TransferSort);
|
|
this.groupBox5.Controls.Add(this.txt_PrintCode);
|
|
this.groupBox5.Controls.Add(this.txt_SortName);
|
|
this.groupBox5.Controls.Add(this.txt_SortNo);
|
|
this.groupBox5.Controls.Add(this.txt_EngineNo);
|
|
this.groupBox5.Controls.Add(this.label7);
|
|
this.groupBox5.Controls.Add(this.label6);
|
|
this.groupBox5.Controls.Add(this.label2);
|
|
this.groupBox5.Controls.Add(this.txt_PartCode);
|
|
this.groupBox5.Controls.Add(this.txt_PalletNo);
|
|
this.groupBox5.Controls.Add(this.txt_OrderNo);
|
|
this.groupBox5.Controls.Add(this.label5);
|
|
this.groupBox5.Controls.Add(this.btn_Heartbeat);
|
|
this.groupBox5.Controls.Add(this.btn_PartOn);
|
|
this.groupBox5.Controls.Add(this.label4);
|
|
this.groupBox5.Controls.Add(this.Btn_PartOff);
|
|
this.groupBox5.Controls.Add(this.label3);
|
|
this.groupBox5.Controls.Add(this.btn_Part_OnLine);
|
|
this.groupBox5.Controls.Add(this.label1);
|
|
this.groupBox5.Controls.Add(this.btn_AllowSave);
|
|
this.groupBox5.Location = new System.Drawing.Point(9, 12);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(545, 407);
|
|
this.groupBox5.TabIndex = 12;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "功能测试";
|
|
//
|
|
// btn_TransferSort
|
|
//
|
|
this.btn_TransferSort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
this.btn_TransferSort.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.btn_TransferSort.Location = new System.Drawing.Point(267, 193);
|
|
this.btn_TransferSort.Name = "btn_TransferSort";
|
|
this.btn_TransferSort.Size = new System.Drawing.Size(81, 27);
|
|
this.btn_TransferSort.TabIndex = 3;
|
|
this.btn_TransferSort.Text = "传递机型";
|
|
this.btn_TransferSort.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btn_TransferSort.UseVisualStyleBackColor = false;
|
|
this.btn_TransferSort.Click += new System.EventHandler(this.btn_TransferSort_Click);
|
|
//
|
|
// txt_PrintCode
|
|
//
|
|
this.txt_PrintCode.Location = new System.Drawing.Point(251, 287);
|
|
this.txt_PrintCode.Name = "txt_PrintCode";
|
|
this.txt_PrintCode.Size = new System.Drawing.Size(245, 21);
|
|
this.txt_PrintCode.TabIndex = 5;
|
|
this.txt_PrintCode.Text = "WP14T610E62_001";
|
|
//
|
|
// txt_SortName
|
|
//
|
|
this.txt_SortName.Location = new System.Drawing.Point(251, 93);
|
|
this.txt_SortName.Name = "txt_SortName";
|
|
this.txt_SortName.Size = new System.Drawing.Size(214, 21);
|
|
this.txt_SortName.TabIndex = 5;
|
|
this.txt_SortName.Text = "WP14T610E62";
|
|
//
|
|
// txt_SortNo
|
|
//
|
|
this.txt_SortNo.Location = new System.Drawing.Point(251, 66);
|
|
this.txt_SortNo.Name = "txt_SortNo";
|
|
this.txt_SortNo.Size = new System.Drawing.Size(214, 21);
|
|
this.txt_SortNo.TabIndex = 5;
|
|
this.txt_SortNo.Text = "2";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(179, 317);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(65, 12);
|
|
this.label7.TabIndex = 6;
|
|
this.label7.Text = "缸体二维码";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(178, 151);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(41, 12);
|
|
this.label6.TabIndex = 6;
|
|
this.label6.Text = "托盘号";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(178, 124);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(41, 12);
|
|
this.label2.TabIndex = 6;
|
|
this.label2.Text = "订单号";
|
|
//
|
|
// txt_PartCode
|
|
//
|
|
this.txt_PartCode.Location = new System.Drawing.Point(251, 314);
|
|
this.txt_PartCode.Name = "txt_PartCode";
|
|
this.txt_PartCode.Size = new System.Drawing.Size(245, 21);
|
|
this.txt_PartCode.TabIndex = 5;
|
|
this.txt_PartCode.Text = "4XX030123223909204E905110R_304__";
|
|
//
|
|
// txt_PalletNo
|
|
//
|
|
this.txt_PalletNo.Location = new System.Drawing.Point(251, 147);
|
|
this.txt_PalletNo.Name = "txt_PalletNo";
|
|
this.txt_PalletNo.Size = new System.Drawing.Size(214, 21);
|
|
this.txt_PalletNo.TabIndex = 5;
|
|
this.txt_PalletNo.Text = "457";
|
|
//
|
|
// txt_OrderNo
|
|
//
|
|
this.txt_OrderNo.Location = new System.Drawing.Point(251, 120);
|
|
this.txt_OrderNo.Name = "txt_OrderNo";
|
|
this.txt_OrderNo.Size = new System.Drawing.Size(214, 21);
|
|
this.txt_OrderNo.TabIndex = 5;
|
|
this.txt_OrderNo.Text = "5221052206000018";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(178, 290);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(65, 12);
|
|
this.label5.TabIndex = 6;
|
|
this.label5.Text = "缸体打印码";
|
|
//
|
|
// btn_Heartbeat
|
|
//
|
|
this.btn_Heartbeat.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
this.btn_Heartbeat.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.btn_Heartbeat.Location = new System.Drawing.Point(181, 226);
|
|
this.btn_Heartbeat.Name = "btn_Heartbeat";
|
|
this.btn_Heartbeat.Size = new System.Drawing.Size(81, 27);
|
|
this.btn_Heartbeat.TabIndex = 3;
|
|
this.btn_Heartbeat.Text = "心跳";
|
|
this.btn_Heartbeat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btn_Heartbeat.UseVisualStyleBackColor = false;
|
|
this.btn_Heartbeat.Click += new System.EventHandler(this.btn_Heartbeat_Click);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(178, 96);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(29, 12);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "机型";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(178, 69);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "机型代码";
|
|
//
|
|
// btn_AllowSave
|
|
//
|
|
this.btn_AllowSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
this.btn_AllowSave.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.btn_AllowSave.Location = new System.Drawing.Point(354, 193);
|
|
this.btn_AllowSave.Name = "btn_AllowSave";
|
|
this.btn_AllowSave.Size = new System.Drawing.Size(80, 27);
|
|
this.btn_AllowSave.TabIndex = 3;
|
|
this.btn_AllowSave.Text = "允许保存";
|
|
this.btn_AllowSave.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btn_AllowSave.UseVisualStyleBackColor = false;
|
|
this.btn_AllowSave.Click += new System.EventHandler(this.btn_AllowSave_Click);
|
|
//
|
|
// F_TestPage
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(566, 427);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "F_TestPage";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "测试页面";
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.groupBox5.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.ListBox lb_Station;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.Button Btn_PartOff;
|
|
private System.Windows.Forms.Button btn_PartOn;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txt_EngineNo;
|
|
private System.Windows.Forms.Button btn_Part_OnLine;
|
|
private System.Windows.Forms.Button btn_TransferSort;
|
|
private System.Windows.Forms.Button btn_AllowSave;
|
|
private System.Windows.Forms.TextBox txt_PrintCode;
|
|
private System.Windows.Forms.TextBox txt_SortName;
|
|
private System.Windows.Forms.TextBox txt_SortNo;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txt_OrderNo;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txt_PartCode;
|
|
private System.Windows.Forms.TextBox txt_PalletNo;
|
|
private System.Windows.Forms.Button btn_Heartbeat;
|
|
}
|
|
} |