AHTC/RGD/RGD.WCS/FrmAutoCommand.Designer.cs

471 lines
21 KiB
C#
Raw Normal View History

2025-05-19 09:22:33 +08:00

namespace RGD.WCS
{
partial class FrmAutoCommand
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.checkBoxAuto = new System.Windows.Forms.CheckBox();
this.buttonAdd = new System.Windows.Forms.Button();
this.buttonStop = new System.Windows.Forms.Button();
this.buttonStart = new System.Windows.Forms.Button();
this.buttonDel = new System.Windows.Forms.Button();
this.buttonDelAll = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.listViewAuto = new System.Windows.Forms.ListView();
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.panel4 = new System.Windows.Forms.Panel();
this.listViewCmd = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.plCell = new System.Windows.Forms.Panel();
this.tbFPALLETBARCODE = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.cbKind = new System.Windows.Forms.ComboBox();
this.txtparm = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.cbendposition = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.cbtasktype = new System.Windows.Forms.ComboBox();
this.tbendsite = new System.Windows.Forms.ComboBox();
this.tbstartsite = new System.Windows.Forms.ComboBox();
this.cbstartposition = new System.Windows.Forms.ComboBox();
this.button1 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.panel5.SuspendLayout();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.panel3);
this.panel1.Controls.Add(this.panel2);
this.panel1.Location = new System.Drawing.Point(16, 502);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1284, 231);
this.panel1.TabIndex = 68;
//
// panel3
//
this.panel3.Controls.Add(this.checkBoxAuto);
this.panel3.Controls.Add(this.buttonAdd);
this.panel3.Controls.Add(this.buttonStop);
this.panel3.Controls.Add(this.buttonStart);
this.panel3.Controls.Add(this.buttonDel);
this.panel3.Controls.Add(this.buttonDelAll);
this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
this.panel3.Location = new System.Drawing.Point(866, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(418, 231);
this.panel3.TabIndex = 1;
//
// checkBoxAuto
//
this.checkBoxAuto.AutoSize = true;
this.checkBoxAuto.Location = new System.Drawing.Point(77, 32);
this.checkBoxAuto.Name = "checkBoxAuto";
this.checkBoxAuto.Size = new System.Drawing.Size(72, 16);
this.checkBoxAuto.TabIndex = 0;
this.checkBoxAuto.Text = "自动生成";
this.checkBoxAuto.UseVisualStyleBackColor = true;
//
// buttonAdd
//
this.buttonAdd.Location = new System.Drawing.Point(77, 85);
this.buttonAdd.Name = "buttonAdd";
this.buttonAdd.Size = new System.Drawing.Size(75, 23);
this.buttonAdd.TabIndex = 50;
this.buttonAdd.Text = "加入编排";
this.buttonAdd.UseVisualStyleBackColor = true;
//
// buttonStop
//
this.buttonStop.Location = new System.Drawing.Point(204, 140);
this.buttonStop.Name = "buttonStop";
this.buttonStop.Size = new System.Drawing.Size(75, 23);
this.buttonStop.TabIndex = 3;
this.buttonStop.Text = "停止";
this.buttonStop.UseVisualStyleBackColor = true;
//
// buttonStart
//
this.buttonStart.Location = new System.Drawing.Point(77, 140);
this.buttonStart.Name = "buttonStart";
this.buttonStart.Size = new System.Drawing.Size(75, 23);
this.buttonStart.TabIndex = 2;
this.buttonStart.Text = "启动";
this.buttonStart.UseVisualStyleBackColor = true;
//
// buttonDel
//
this.buttonDel.Location = new System.Drawing.Point(204, 85);
this.buttonDel.Name = "buttonDel";
this.buttonDel.Size = new System.Drawing.Size(75, 23);
this.buttonDel.TabIndex = 1;
this.buttonDel.Text = "删除";
this.buttonDel.UseVisualStyleBackColor = true;
//
// buttonDelAll
//
this.buttonDelAll.Location = new System.Drawing.Point(328, 85);
this.buttonDelAll.Name = "buttonDelAll";
this.buttonDelAll.Size = new System.Drawing.Size(75, 23);
this.buttonDelAll.TabIndex = 0;
this.buttonDelAll.Text = "全部删除";
this.buttonDelAll.UseVisualStyleBackColor = true;
//
// panel2
//
this.panel2.Controls.Add(this.panel5);
this.panel2.Controls.Add(this.panel4);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1284, 231);
this.panel2.TabIndex = 0;
//
// panel5
//
this.panel5.Controls.Add(this.listViewAuto);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(426, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(858, 231);
this.panel5.TabIndex = 1;
//
// listViewAuto
//
this.listViewAuto.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader3,
this.columnHeader4});
this.listViewAuto.Dock = System.Windows.Forms.DockStyle.Fill;
this.listViewAuto.HideSelection = false;
this.listViewAuto.Location = new System.Drawing.Point(0, 0);
this.listViewAuto.Name = "listViewAuto";
this.listViewAuto.Size = new System.Drawing.Size(858, 231);
this.listViewAuto.TabIndex = 1;
this.listViewAuto.UseCompatibleStateImageBehavior = false;
this.listViewAuto.View = System.Windows.Forms.View.Details;
//
// columnHeader3
//
this.columnHeader3.Text = "自动生成指令";
this.columnHeader3.Width = 443;
//
// columnHeader4
//
this.columnHeader4.Text = "语句";
this.columnHeader4.Width = 6;
//
// panel4
//
this.panel4.Controls.Add(this.listViewCmd);
this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(426, 231);
this.panel4.TabIndex = 0;
//
// listViewCmd
//
this.listViewCmd.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2});
this.listViewCmd.Dock = System.Windows.Forms.DockStyle.Fill;
this.listViewCmd.HideSelection = false;
this.listViewCmd.Location = new System.Drawing.Point(0, 0);
this.listViewCmd.Name = "listViewCmd";
this.listViewCmd.Size = new System.Drawing.Size(426, 231);
this.listViewCmd.TabIndex = 0;
this.listViewCmd.UseCompatibleStateImageBehavior = false;
this.listViewCmd.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "固定指令";
this.columnHeader1.Width = 443;
//
// columnHeader2
//
this.columnHeader2.Text = "语句";
this.columnHeader2.Width = 6;
//
// 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, 74);
this.plCell.Name = "plCell";
this.plCell.Size = new System.Drawing.Size(1284, 423);
this.plCell.TabIndex = 65;
//
// tbFPALLETBARCODE
//
this.tbFPALLETBARCODE.Location = new System.Drawing.Point(505, 6);
this.tbFPALLETBARCODE.MaxLength = 70;
this.tbFPALLETBARCODE.Name = "tbFPALLETBARCODE";
this.tbFPALLETBARCODE.Size = new System.Drawing.Size(309, 21);
this.tbFPALLETBARCODE.TabIndex = 64;
this.tbFPALLETBARCODE.Text = "WF11111111";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(446, 10);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 63;
this.label7.Text = "表箱条码";
//
// button2
//
this.button2.Location = new System.Drawing.Point(34, 139);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(99, 23);
this.button2.TabIndex = 62;
this.button2.Text = "追加特殊命令";
this.button2.UseVisualStyleBackColor = true;
this.button2.Visible = false;
//
// cbKind
//
this.cbKind.FormattingEnabled = true;
this.cbKind.Location = new System.Drawing.Point(66, 114);
this.cbKind.Name = "cbKind";
this.cbKind.Size = new System.Drawing.Size(204, 20);
this.cbKind.TabIndex = 61;
this.cbKind.Visible = false;
//
// txtparm
//
this.txtparm.Location = new System.Drawing.Point(276, 112);
this.txtparm.Name = "txtparm";
this.txtparm.Size = new System.Drawing.Size(100, 21);
this.txtparm.TabIndex = 60;
this.txtparm.Visible = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(14, 117);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 59;
this.label4.Text = "特殊命令";
this.label4.Visible = false;
//
// cbendposition
//
this.cbendposition.FormattingEnabled = true;
this.cbendposition.Location = new System.Drawing.Point(505, 38);
this.cbendposition.Name = "cbendposition";
this.cbendposition.Size = new System.Drawing.Size(155, 20);
this.cbendposition.TabIndex = 58;
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(446, 40);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 57;
this.label2.Text = "终点位置";
//
// cbtasktype
//
this.cbtasktype.FormattingEnabled = true;
this.cbtasktype.Location = new System.Drawing.Point(90, 7);
this.cbtasktype.Name = "cbtasktype";
this.cbtasktype.Size = new System.Drawing.Size(323, 20);
this.cbtasktype.TabIndex = 56;
this.cbtasktype.SelectedIndexChanged += new System.EventHandler(this.cbtasktype_SelectedIndexChanged);
//
// tbendsite
//
this.tbendsite.FormattingEnabled = true;
this.tbendsite.Location = new System.Drawing.Point(662, 38);
this.tbendsite.Name = "tbendsite";
this.tbendsite.Size = new System.Drawing.Size(152, 20);
this.tbendsite.TabIndex = 55;
//
// tbstartsite
//
this.tbstartsite.FormattingEnabled = true;
this.tbstartsite.Location = new System.Drawing.Point(256, 32);
this.tbstartsite.Name = "tbstartsite";
this.tbstartsite.Size = new System.Drawing.Size(157, 20);
this.tbstartsite.TabIndex = 54;
//
// cbstartposition
//
this.cbstartposition.FormattingEnabled = true;
this.cbstartposition.Location = new System.Drawing.Point(90, 32);
this.cbstartposition.Name = "cbstartposition";
this.cbstartposition.Size = new System.Drawing.Size(163, 20);
this.cbstartposition.TabIndex = 53;
this.cbstartposition.SelectedIndexChanged += new System.EventHandler(this.cbstartposition_SelectedIndexChanged);
this.cbstartposition.Click += new System.EventHandler(this.cbstartposition_SelectedIndexChanged);
//
// button1
//
this.button1.Location = new System.Drawing.Point(861, 35);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(99, 23);
this.button1.TabIndex = 52;
this.button1.Text = "下达自动任务";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(14, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 12);
this.label3.TabIndex = 51;
this.label3.Text = "搬运任务类型";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(31, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 50;
this.label1.Text = "起点位置";
//
// button3
//
this.button3.Location = new System.Drawing.Point(977, 35);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(99, 23);
this.button3.TabIndex = 69;
this.button3.Text = "停止追加";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(977, 5);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(99, 21);
this.textBox1.TabIndex = 70;
//
// FrmAutoCommand
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1315, 740);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.panel1);
this.Controls.Add(this.plCell);
this.Controls.Add(this.tbFPALLETBARCODE);
this.Controls.Add(this.label7);
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(2);
this.Name = "FrmAutoCommand";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "自动任务";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmAutoCommand_FormClosed);
this.Load += new System.EventHandler(this.FrmAutoCommand_Load);
this.panel1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.CheckBox checkBoxAuto;
private System.Windows.Forms.Button buttonAdd;
private System.Windows.Forms.Button buttonStop;
private System.Windows.Forms.Button buttonStart;
private System.Windows.Forms.Button buttonDel;
private System.Windows.Forms.Button buttonDelAll;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.ListView listViewAuto;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.ListView listViewCmd;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.Panel plCell;
private System.Windows.Forms.TextBox tbFPALLETBARCODE;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ComboBox cbKind;
private System.Windows.Forms.TextBox txtparm;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cbendposition;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbtasktype;
private System.Windows.Forms.ComboBox tbendsite;
private System.Windows.Forms.ComboBox tbstartsite;
private System.Windows.Forms.ComboBox cbstartposition;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.TextBox textBox1;
}
}