namespace wcftest
|
{
|
partial class TestForm
|
{
|
/// <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.button1 = new System.Windows.Forms.Button();
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
this.label4 = new System.Windows.Forms.Label();
|
this.SuspendLayout();
|
//
|
// button1
|
//
|
this.button1.Location = new System.Drawing.Point(89, 137);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(143, 23);
|
this.button1.TabIndex = 0;
|
this.button1.Text = "获取目标位置";
|
this.button1.UseVisualStyleBackColor = true;
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// comboBox2
|
//
|
this.comboBox2.FormattingEnabled = true;
|
this.comboBox2.Items.AddRange(new object[] {
|
"1",
|
"2"});
|
this.comboBox2.Location = new System.Drawing.Point(89, 56);
|
this.comboBox2.Margin = new System.Windows.Forms.Padding(2);
|
this.comboBox2.Name = "comboBox2";
|
this.comboBox2.Size = new System.Drawing.Size(92, 20);
|
this.comboBox2.TabIndex = 7;
|
this.comboBox2.Text = "1";
|
//
|
// textBox1
|
//
|
this.textBox1.Location = new System.Drawing.Point(89, 21);
|
this.textBox1.Name = "textBox1";
|
this.textBox1.Size = new System.Drawing.Size(100, 21);
|
this.textBox1.TabIndex = 8;
|
//
|
// comboBox1
|
//
|
this.comboBox1.FormattingEnabled = true;
|
this.comboBox1.Items.AddRange(new object[] {
|
"1",
|
"2",
|
"3",
|
"4",
|
"5",
|
"6"});
|
this.comboBox1.Location = new System.Drawing.Point(89, 97);
|
this.comboBox1.Margin = new System.Windows.Forms.Padding(2);
|
this.comboBox1.Name = "comboBox1";
|
this.comboBox1.Size = new System.Drawing.Size(92, 20);
|
this.comboBox1.TabIndex = 9;
|
this.comboBox1.Text = "1";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(28, 24);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(59, 12);
|
this.label1.TabIndex = 10;
|
this.label1.Text = "WCS任务号";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(28, 59);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
this.label2.TabIndex = 11;
|
this.label2.Text = "托盘类型";
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(28, 100);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(29, 12);
|
this.label3.TabIndex = 12;
|
this.label3.Text = "高度";
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(211, 59);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(173, 12);
|
this.label4.TabIndex = 13;
|
this.label4.Text = "托盘类型(1:小托盘 2:大托盘)";
|
//
|
// TestForm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(707, 261);
|
this.Controls.Add(this.label4);
|
this.Controls.Add(this.label3);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.comboBox1);
|
this.Controls.Add(this.textBox1);
|
this.Controls.Add(this.comboBox2);
|
this.Controls.Add(this.button1);
|
this.Name = "TestForm";
|
this.Text = "TestForm";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.ComboBox comboBox2;
|
private System.Windows.Forms.TextBox textBox1;
|
private System.Windows.Forms.ComboBox comboBox1;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label label4;
|
}
|
}
|