|
@@ -30,7 +30,11 @@
|
|
|
{
|
|
|
this.plMain = new System.Windows.Forms.Panel();
|
|
|
this.plFill = new System.Windows.Forms.Panel();
|
|
|
- this.plProcess = new System.Windows.Forms.Panel();
|
|
|
+ this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
+ this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
+ this.plPrarInfo = new System.Windows.Forms.Panel();
|
|
|
this.listmsg = new System.Windows.Forms.ListBox();
|
|
|
this.pbImage = new System.Windows.Forms.PictureBox();
|
|
|
this.plSEM = new System.Windows.Forms.Panel();
|
|
@@ -48,8 +52,9 @@
|
|
|
this.pbLog = new System.Windows.Forms.PictureBox();
|
|
|
this.pbInit = new System.Windows.Forms.PictureBox();
|
|
|
this.pbSave = new System.Windows.Forms.PictureBox();
|
|
|
- this.pbNew = new System.Windows.Forms.PictureBox();
|
|
|
this.pbOpen = new System.Windows.Forms.PictureBox();
|
|
|
+ this.pbNew = new System.Windows.Forms.PictureBox();
|
|
|
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.plMain.SuspendLayout();
|
|
|
this.plFill.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
|
|
@@ -65,8 +70,9 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbLog)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbInit)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbSave)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pbNew)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbOpen)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbNew)).BeginInit();
|
|
|
+ this.groupBox1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// plMain
|
|
@@ -89,7 +95,8 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.plFill.BackColor = System.Drawing.Color.Black;
|
|
|
- this.plFill.Controls.Add(this.plProcess);
|
|
|
+ this.plFill.Controls.Add(this.groupBox1);
|
|
|
+ this.plFill.Controls.Add(this.plPrarInfo);
|
|
|
this.plFill.Controls.Add(this.listmsg);
|
|
|
this.plFill.Controls.Add(this.pbImage);
|
|
|
this.plFill.Controls.Add(this.plSEM);
|
|
@@ -98,14 +105,53 @@
|
|
|
this.plFill.Size = new System.Drawing.Size(894, 658);
|
|
|
this.plFill.TabIndex = 5;
|
|
|
//
|
|
|
- // plProcess
|
|
|
- //
|
|
|
- this.plProcess.BackColor = System.Drawing.Color.White;
|
|
|
- this.plProcess.Location = new System.Drawing.Point(1, 1);
|
|
|
- this.plProcess.Name = "plProcess";
|
|
|
- this.plProcess.Size = new System.Drawing.Size(218, 100);
|
|
|
- this.plProcess.TabIndex = 2;
|
|
|
- this.plProcess.Visible = false;
|
|
|
+ // comboBox1
|
|
|
+ //
|
|
|
+ this.comboBox1.FormattingEnabled = true;
|
|
|
+ this.comboBox1.Items.AddRange(new object[] {
|
|
|
+ "0",
|
|
|
+ "1",
|
|
|
+ "2"});
|
|
|
+ this.comboBox1.Location = new System.Drawing.Point(6, 74);
|
|
|
+ this.comboBox1.Name = "comboBox1";
|
|
|
+ this.comboBox1.Size = new System.Drawing.Size(100, 20);
|
|
|
+ this.comboBox1.TabIndex = 25;
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.button1.Location = new System.Drawing.Point(119, 20);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(75, 74);
|
|
|
+ this.button1.TabIndex = 24;
|
|
|
+ this.button1.Text = "测试";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // textBox2
|
|
|
+ //
|
|
|
+ this.textBox2.Location = new System.Drawing.Point(6, 47);
|
|
|
+ this.textBox2.Name = "textBox2";
|
|
|
+ this.textBox2.Size = new System.Drawing.Size(100, 21);
|
|
|
+ this.textBox2.TabIndex = 22;
|
|
|
+ this.textBox2.Text = "编号";
|
|
|
+ //
|
|
|
+ // textBox1
|
|
|
+ //
|
|
|
+ this.textBox1.Location = new System.Drawing.Point(6, 20);
|
|
|
+ this.textBox1.Name = "textBox1";
|
|
|
+ this.textBox1.Size = new System.Drawing.Size(100, 21);
|
|
|
+ this.textBox1.TabIndex = 21;
|
|
|
+ this.textBox1.Text = "切孔名称";
|
|
|
+ //
|
|
|
+ // plPrarInfo
|
|
|
+ //
|
|
|
+ this.plPrarInfo.BackColor = System.Drawing.Color.White;
|
|
|
+ this.plPrarInfo.Location = new System.Drawing.Point(1, 1);
|
|
|
+ this.plPrarInfo.Name = "plPrarInfo";
|
|
|
+ this.plPrarInfo.Size = new System.Drawing.Size(218, 100);
|
|
|
+ this.plPrarInfo.TabIndex = 2;
|
|
|
+ this.plPrarInfo.Visible = false;
|
|
|
//
|
|
|
// listmsg
|
|
|
//
|
|
@@ -153,11 +199,11 @@
|
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label1.ForeColor = System.Drawing.Color.Gainsboro;
|
|
|
- this.label1.Location = new System.Drawing.Point(15, 3);
|
|
|
+ this.label1.Location = new System.Drawing.Point(22, 3);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(70, 12);
|
|
|
+ this.label1.Size = new System.Drawing.Size(57, 12);
|
|
|
this.label1.TabIndex = 1;
|
|
|
- this.label1.Text = "切入点列表";
|
|
|
+ this.label1.Text = "切孔列表";
|
|
|
//
|
|
|
// plLeftContent
|
|
|
//
|
|
@@ -319,6 +365,18 @@
|
|
|
this.pbSave.TabStop = false;
|
|
|
this.pbSave.Click += new System.EventHandler(this.pbSave_Click);
|
|
|
//
|
|
|
+ // pbOpen
|
|
|
+ //
|
|
|
+ this.pbOpen.BackgroundImage = global::HOZProject.Properties.Resources.open;
|
|
|
+ this.pbOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
+ this.pbOpen.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.pbOpen.Location = new System.Drawing.Point(5, 4);
|
|
|
+ this.pbOpen.Name = "pbOpen";
|
|
|
+ this.pbOpen.Size = new System.Drawing.Size(68, 71);
|
|
|
+ this.pbOpen.TabIndex = 3;
|
|
|
+ this.pbOpen.TabStop = false;
|
|
|
+ this.pbOpen.Click += new System.EventHandler(this.pbOpen_Click);
|
|
|
+ //
|
|
|
// pbNew
|
|
|
//
|
|
|
this.pbNew.BackgroundImage = global::HOZProject.Properties.Resources.New;
|
|
@@ -332,17 +390,19 @@
|
|
|
this.pbNew.Visible = false;
|
|
|
this.pbNew.Click += new System.EventHandler(this.pbNew_Click);
|
|
|
//
|
|
|
- // pbOpen
|
|
|
+ // groupBox1
|
|
|
//
|
|
|
- this.pbOpen.BackgroundImage = global::HOZProject.Properties.Resources.open;
|
|
|
- this.pbOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
- this.pbOpen.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.pbOpen.Location = new System.Drawing.Point(5, 4);
|
|
|
- this.pbOpen.Name = "pbOpen";
|
|
|
- this.pbOpen.Size = new System.Drawing.Size(68, 71);
|
|
|
- this.pbOpen.TabIndex = 3;
|
|
|
- this.pbOpen.TabStop = false;
|
|
|
- this.pbOpen.Click += new System.EventHandler(this.pbOpen_Click);
|
|
|
+ this.groupBox1.Controls.Add(this.textBox1);
|
|
|
+ this.groupBox1.Controls.Add(this.button1);
|
|
|
+ this.groupBox1.Controls.Add(this.comboBox1);
|
|
|
+ this.groupBox1.Controls.Add(this.textBox2);
|
|
|
+ this.groupBox1.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.groupBox1.Location = new System.Drawing.Point(691, 236);
|
|
|
+ this.groupBox1.Name = "groupBox1";
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(200, 100);
|
|
|
+ this.groupBox1.TabIndex = 26;
|
|
|
+ this.groupBox1.TabStop = false;
|
|
|
+ this.groupBox1.Text = "测试设置状态";
|
|
|
//
|
|
|
// FormHOZMain
|
|
|
//
|
|
@@ -374,15 +434,17 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbLog)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbInit)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbSave)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pbNew)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbOpen)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbNew)).EndInit();
|
|
|
+ this.groupBox1.ResumeLayout(false);
|
|
|
+ this.groupBox1.PerformLayout();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
private System.Windows.Forms.Panel plMain;
|
|
|
- public System.Windows.Forms.Panel plProcess;
|
|
|
+ public System.Windows.Forms.Panel plPrarInfo;
|
|
|
private System.Windows.Forms.Panel plLeft;
|
|
|
public System.Windows.Forms.Panel plTop;
|
|
|
public System.Windows.Forms.Panel plFill;
|
|
@@ -403,5 +465,10 @@
|
|
|
private System.Windows.Forms.Panel plSEM;
|
|
|
private System.Windows.Forms.PictureBox pbImage;
|
|
|
private System.Windows.Forms.PictureBox pbImportTemplateFile;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.TextBox textBox2;
|
|
|
+ private System.Windows.Forms.TextBox textBox1;
|
|
|
+ private System.Windows.Forms.ComboBox comboBox1;
|
|
|
+ private System.Windows.Forms.GroupBox groupBox1;
|
|
|
}
|
|
|
}
|