namespace wcfControlMonitorClient { partial class FrmAutoCommand { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// 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.labelBarcode = 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.cbInWorkBench = new System.Windows.Forms.ComboBox(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.labelCount = new System.Windows.Forms.Label(); this.textBoxCount = new System.Windows.Forms.TextBox(); this.CheckBoxfork2 = new System.Windows.Forms.CheckBox(); this.panelType = new System.Windows.Forms.Panel(); this.comboBoxType = new System.Windows.Forms.ComboBox(); this.label14 = new System.Windows.Forms.Label(); this.panelType.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(34, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "起点位置"; // // button1 // this.button1.Location = new System.Drawing.Point(864, 40); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(99, 25); 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(93, 36); this.cbstartposition.Name = "cbstartposition"; this.cbstartposition.Size = new System.Drawing.Size(163, 20); this.cbstartposition.TabIndex = 3; this.cbstartposition.SelectionChangeCommitted += new System.EventHandler(this.Cbstartposition_SelectionChangeCommitted); // // 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(508, 42); this.cbendposition.Name = "cbendposition"; this.cbendposition.Size = new System.Drawing.Size(160, 20); 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(449, 45); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 4; this.label2.Text = "终点位置"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(17, 13); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 12); this.label3.TabIndex = 0; this.label3.Text = "搬运任务类型"; // // cbtasktype // this.cbtasktype.FormattingEnabled = true; this.cbtasktype.Location = new System.Drawing.Point(93, 10); this.cbtasktype.Name = "cbtasktype"; this.cbtasktype.Size = new System.Drawing.Size(323, 20); 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(69, 125); this.cbKind.Name = "cbKind"; this.cbKind.Size = new System.Drawing.Size(204, 20); this.cbKind.TabIndex = 9; this.cbKind.Visible = false; // // txtparm // this.txtparm.Location = new System.Drawing.Point(279, 123); this.txtparm.Name = "txtparm"; this.txtparm.Size = new System.Drawing.Size(100, 21); this.txtparm.TabIndex = 8; this.txtparm.Visible = false; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(17, 128); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 7; this.label4.Text = "特殊命令"; this.label4.Visible = false; // // button2 // this.button2.Location = new System.Drawing.Point(37, 153); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(99, 25); 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(508, 9); this.tbFPALLETBARCODE.MaxLength = 30; this.tbFPALLETBARCODE.Name = "tbFPALLETBARCODE"; this.tbFPALLETBARCODE.Size = new System.Drawing.Size(321, 21); this.tbFPALLETBARCODE.TabIndex = 12; // // labelBarcode // this.labelBarcode.AutoSize = true; this.labelBarcode.Location = new System.Drawing.Point(449, 13); this.labelBarcode.Name = "labelBarcode"; this.labelBarcode.Size = new System.Drawing.Size(29, 12); this.labelBarcode.TabIndex = 11; this.labelBarcode.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(19, 81); this.plCell.Name = "plCell"; this.plCell.Size = new System.Drawing.Size(986, 378); 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(259, 36); this.tbstartsite.Name = "tbstartsite"; this.tbstartsite.Size = new System.Drawing.Size(157, 20); this.tbstartsite.TabIndex = 3; // // 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(669, 42); this.tbendsite.Name = "tbendsite"; this.tbendsite.Size = new System.Drawing.Size(160, 20); this.tbendsite.TabIndex = 3; // // cbInWorkBench // this.cbInWorkBench.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbInWorkBench.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cbInWorkBench.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbInWorkBench.FormattingEnabled = true; this.cbInWorkBench.Items.AddRange(new object[] { "0", "1", "2"}); this.cbInWorkBench.Location = new System.Drawing.Point(1046, 45); this.cbInWorkBench.Name = "cbInWorkBench"; this.cbInWorkBench.Size = new System.Drawing.Size(49, 20); this.cbInWorkBench.TabIndex = 40; this.cbInWorkBench.Visible = false; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(1101, 50); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(155, 12); this.label11.TabIndex = 39; this.label11.Text = "0进,1不进,2有货不进无货进"; this.label11.Visible = false; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(969, 50); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(77, 12); this.label10.TabIndex = 38; this.label10.Text = "是否进工位:"; this.label10.Visible = false; // // labelCount // this.labelCount.AutoSize = true; this.labelCount.Location = new System.Drawing.Point(1061, 10); this.labelCount.Name = "labelCount"; this.labelCount.Size = new System.Drawing.Size(29, 12); this.labelCount.TabIndex = 11; this.labelCount.Text = "数量"; // // textBoxCount // this.textBoxCount.Location = new System.Drawing.Point(1096, 5); this.textBoxCount.MaxLength = 3; this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(58, 21); this.textBoxCount.TabIndex = 41; this.textBoxCount.Text = "1"; // // CheckBoxfork2 // this.CheckBoxfork2.AutoSize = true; this.CheckBoxfork2.Location = new System.Drawing.Point(980, 10); this.CheckBoxfork2.Name = "CheckBoxfork2"; this.CheckBoxfork2.Size = new System.Drawing.Size(72, 16); this.CheckBoxfork2.TabIndex = 46; this.CheckBoxfork2.Text = "携带多叉"; this.CheckBoxfork2.UseVisualStyleBackColor = true; this.CheckBoxfork2.Visible = false; // // panelType // this.panelType.Controls.Add(this.comboBoxType); this.panelType.Controls.Add(this.label14); this.panelType.Location = new System.Drawing.Point(845, 4); this.panelType.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.panelType.Name = "panelType"; this.panelType.Size = new System.Drawing.Size(130, 30); this.panelType.TabIndex = 1; this.panelType.Visible = false; // // comboBoxType // this.comboBoxType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.comboBoxType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.comboBoxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxType.FormattingEnabled = true; this.comboBoxType.Items.AddRange(new object[] { "1(small)", "2(big)"}); this.comboBoxType.Location = new System.Drawing.Point(44, 5); this.comboBoxType.Name = "comboBoxType"; this.comboBoxType.Size = new System.Drawing.Size(84, 20); this.comboBoxType.TabIndex = 9; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(5, 10); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(41, 12); this.label14.TabIndex = 8; this.label14.Text = "类型:"; // // FrmAutoCommand // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(1017, 473); this.Controls.Add(this.panelType); this.Controls.Add(this.CheckBoxfork2); this.Controls.Add(this.textBoxCount); this.Controls.Add(this.cbInWorkBench); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.plCell); this.Controls.Add(this.tbFPALLETBARCODE); this.Controls.Add(this.labelCount); this.Controls.Add(this.labelBarcode); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 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.panelType.ResumeLayout(false); this.panelType.PerformLayout(); 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 labelBarcode; private System.Windows.Forms.Panel plCell; private System.Windows.Forms.ComboBox tbstartsite; private System.Windows.Forms.ComboBox tbendsite; private System.Windows.Forms.ComboBox cbInWorkBench; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label labelCount; private System.Windows.Forms.TextBox textBoxCount; private System.Windows.Forms.CheckBox CheckBoxfork2; private System.Windows.Forms.Panel panelType; private System.Windows.Forms.ComboBox comboBoxType; private System.Windows.Forms.Label label14; } }