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.
363 lines
16 KiB
363 lines
16 KiB
namespace wcfControlMonitorClient
|
|
{
|
|
partial class FrmAutoCommand
|
|
{
|
|
/// <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 Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.cbstartposition = new System.Windows.Forms.ComboBox();
|
|
this.cbendposition = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.cbtasktype = new System.Windows.Forms.ComboBox();
|
|
this.cbKind = new System.Windows.Forms.ComboBox();
|
|
this.txtparm = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.tbFPALLETBARCODE = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.plCell = new System.Windows.Forms.Panel();
|
|
this.tbstartsite = new System.Windows.Forms.ComboBox();
|
|
this.tbendsite = new System.Windows.Forms.ComboBox();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(45, 46);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(67, 15);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "起点位置";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(1152, 46);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(132, 29);
|
|
this.button1.TabIndex = 2;
|
|
this.button1.Text = "下达自动任务";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// cbstartposition
|
|
//
|
|
this.cbstartposition.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.cbstartposition.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.cbstartposition.FormattingEnabled = true;
|
|
this.cbstartposition.Location = new System.Drawing.Point(124, 42);
|
|
this.cbstartposition.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cbstartposition.Name = "cbstartposition";
|
|
this.cbstartposition.Size = new System.Drawing.Size(296, 23);
|
|
this.cbstartposition.TabIndex = 3;
|
|
this.cbstartposition.SelectedIndexChanged += new System.EventHandler(this.cbstartposition_SelectedIndexChanged);
|
|
this.cbstartposition.Click += new System.EventHandler(this.cbstartposition_SelectedIndexChanged);
|
|
//
|
|
// cbendposition
|
|
//
|
|
this.cbendposition.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.cbendposition.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.cbendposition.FormattingEnabled = true;
|
|
this.cbendposition.Location = new System.Drawing.Point(677, 49);
|
|
this.cbendposition.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cbendposition.Name = "cbendposition";
|
|
this.cbendposition.Size = new System.Drawing.Size(314, 23);
|
|
this.cbendposition.TabIndex = 6;
|
|
this.cbendposition.SelectedIndexChanged += new System.EventHandler(this.cbendposition_SelectedIndexChanged);
|
|
this.cbendposition.Click += new System.EventHandler(this.cbendposition_SelectedIndexChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(599, 52);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(67, 15);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "终点位置";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(23, 15);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(97, 15);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "控制任务类型";
|
|
//
|
|
// cbtasktype
|
|
//
|
|
this.cbtasktype.FormattingEnabled = true;
|
|
this.cbtasktype.Location = new System.Drawing.Point(124, 11);
|
|
this.cbtasktype.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cbtasktype.Name = "cbtasktype";
|
|
this.cbtasktype.Size = new System.Drawing.Size(429, 23);
|
|
this.cbtasktype.TabIndex = 3;
|
|
this.cbtasktype.SelectedIndexChanged += new System.EventHandler(this.cbtasktype_SelectedIndexChanged);
|
|
//
|
|
// cbKind
|
|
//
|
|
this.cbKind.FormattingEnabled = true;
|
|
this.cbKind.Location = new System.Drawing.Point(92, 144);
|
|
this.cbKind.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cbKind.Name = "cbKind";
|
|
this.cbKind.Size = new System.Drawing.Size(271, 23);
|
|
this.cbKind.TabIndex = 9;
|
|
this.cbKind.Visible = false;
|
|
//
|
|
// txtparm
|
|
//
|
|
this.txtparm.Location = new System.Drawing.Point(372, 142);
|
|
this.txtparm.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtparm.Name = "txtparm";
|
|
this.txtparm.Size = new System.Drawing.Size(132, 25);
|
|
this.txtparm.TabIndex = 8;
|
|
this.txtparm.Visible = false;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(23, 148);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(67, 15);
|
|
this.label4.TabIndex = 7;
|
|
this.label4.Text = "特殊命令";
|
|
this.label4.Visible = false;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(408, 133);
|
|
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(132, 34);
|
|
this.button2.TabIndex = 10;
|
|
this.button2.Text = "追加特殊命令";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Visible = false;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// tbFPALLETBARCODE
|
|
//
|
|
this.tbFPALLETBARCODE.Location = new System.Drawing.Point(677, 10);
|
|
this.tbFPALLETBARCODE.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tbFPALLETBARCODE.MaxLength = 17;
|
|
this.tbFPALLETBARCODE.Name = "tbFPALLETBARCODE";
|
|
this.tbFPALLETBARCODE.Size = new System.Drawing.Size(427, 25);
|
|
this.tbFPALLETBARCODE.TabIndex = 12;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(599, 15);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(37, 15);
|
|
this.label5.TabIndex = 11;
|
|
this.label5.Text = "条码";
|
|
//
|
|
// plCell
|
|
//
|
|
this.plCell.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.plCell.Location = new System.Drawing.Point(16, 75);
|
|
this.plCell.Margin = new System.Windows.Forms.Padding(4);
|
|
this.plCell.Name = "plCell";
|
|
this.plCell.Size = new System.Drawing.Size(1719, 690);
|
|
this.plCell.TabIndex = 37;
|
|
//
|
|
// tbstartsite
|
|
//
|
|
this.tbstartsite.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.tbstartsite.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.tbstartsite.FormattingEnabled = true;
|
|
this.tbstartsite.Location = new System.Drawing.Point(428, 42);
|
|
this.tbstartsite.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tbstartsite.Name = "tbstartsite";
|
|
this.tbstartsite.Size = new System.Drawing.Size(125, 23);
|
|
this.tbstartsite.TabIndex = 3;
|
|
this.tbstartsite.TextChanged += new System.EventHandler(this.tbstartsite_TextChanged);
|
|
//
|
|
// tbendsite
|
|
//
|
|
this.tbendsite.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.tbendsite.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.tbendsite.FormattingEnabled = true;
|
|
this.tbendsite.Location = new System.Drawing.Point(992, 49);
|
|
this.tbendsite.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tbendsite.Name = "tbendsite";
|
|
this.tbendsite.Size = new System.Drawing.Size(112, 23);
|
|
this.tbendsite.TabIndex = 3;
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13",
|
|
"14",
|
|
"15",
|
|
"16",
|
|
"17",
|
|
"18",
|
|
"19",
|
|
"20"});
|
|
this.comboBox1.Location = new System.Drawing.Point(1152, 7);
|
|
this.comboBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(61, 23);
|
|
this.comboBox1.TabIndex = 40;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(1111, 13);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(37, 15);
|
|
this.label6.TabIndex = 41;
|
|
this.label6.Text = "版型";
|
|
//
|
|
// comboBox2
|
|
//
|
|
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox2.FormattingEnabled = true;
|
|
this.comboBox2.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10"});
|
|
this.comboBox2.Location = new System.Drawing.Point(1318, 7);
|
|
this.comboBox2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.comboBox2.Name = "comboBox2";
|
|
this.comboBox2.Size = new System.Drawing.Size(61, 23);
|
|
this.comboBox2.TabIndex = 42;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(1271, 13);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(37, 15);
|
|
this.label7.TabIndex = 43;
|
|
this.label7.Text = "打带";
|
|
//
|
|
// FrmAutoCommand
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1745, 761);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.comboBox2);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.comboBox1);
|
|
this.Controls.Add(this.plCell);
|
|
this.Controls.Add(this.tbFPALLETBARCODE);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.cbKind);
|
|
this.Controls.Add(this.txtparm);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.cbendposition);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.cbtasktype);
|
|
this.Controls.Add(this.tbendsite);
|
|
this.Controls.Add(this.tbstartsite);
|
|
this.Controls.Add(this.cbstartposition);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label1);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmAutoCommand";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "自动任务(模拟管理控制任务)";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAutoCommand_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmAutoCommand_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.ComboBox cbstartposition;
|
|
private System.Windows.Forms.ComboBox cbendposition;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ComboBox cbtasktype;
|
|
private System.Windows.Forms.ComboBox cbKind;
|
|
private System.Windows.Forms.TextBox txtparm;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.TextBox tbFPALLETBARCODE;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Panel plCell;
|
|
private System.Windows.Forms.ComboBox tbstartsite;
|
|
private System.Windows.Forms.ComboBox tbendsite;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.ComboBox comboBox2;
|
|
private System.Windows.Forms.Label label7;
|
|
|
|
|
|
}
|
|
}
|