|
@@ -37,13 +37,13 @@
|
|
|
this.textBox2 = 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();
|
|
|
this.lblFlowContent = new System.Windows.Forms.Label();
|
|
|
this.plLeft = new System.Windows.Forms.Panel();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.plLeftContent = new System.Windows.Forms.Panel();
|
|
|
this.plTop = new System.Windows.Forms.Panel();
|
|
|
- this.pbImage = new System.Windows.Forms.PictureBox();
|
|
|
this.pbStop = new System.Windows.Forms.PictureBox();
|
|
|
this.pbPause = new System.Windows.Forms.PictureBox();
|
|
|
this.pbStart = new System.Windows.Forms.PictureBox();
|
|
@@ -59,10 +59,10 @@
|
|
|
this.plMain.SuspendLayout();
|
|
|
this.plFill.SuspendLayout();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
|
|
|
this.plSEM.SuspendLayout();
|
|
|
this.plLeft.SuspendLayout();
|
|
|
this.plTop.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStop)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPause)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStart)).BeginInit();
|
|
@@ -146,9 +146,8 @@
|
|
|
//
|
|
|
this.comboBox1.FormattingEnabled = true;
|
|
|
this.comboBox1.Items.AddRange(new object[] {
|
|
|
- "0",
|
|
|
- "1",
|
|
|
- "2"});
|
|
|
+ "True",
|
|
|
+ "False"});
|
|
|
this.comboBox1.Location = new System.Drawing.Point(6, 74);
|
|
|
this.comboBox1.Name = "comboBox1";
|
|
|
this.comboBox1.Size = new System.Drawing.Size(100, 20);
|
|
@@ -183,6 +182,15 @@
|
|
|
this.listmsg.TabIndex = 18;
|
|
|
this.listmsg.Visible = false;
|
|
|
//
|
|
|
+ // pbImage
|
|
|
+ //
|
|
|
+ this.pbImage.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.pbImage.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.pbImage.Name = "pbImage";
|
|
|
+ this.pbImage.Size = new System.Drawing.Size(894, 568);
|
|
|
+ this.pbImage.TabIndex = 20;
|
|
|
+ this.pbImage.TabStop = false;
|
|
|
+ //
|
|
|
// plSEM
|
|
|
//
|
|
|
this.plSEM.Controls.Add(this.lblFlowContent);
|
|
@@ -257,15 +265,6 @@
|
|
|
this.plTop.Size = new System.Drawing.Size(1000, 80);
|
|
|
this.plTop.TabIndex = 3;
|
|
|
//
|
|
|
- // pbImage
|
|
|
- //
|
|
|
- this.pbImage.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.pbImage.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.pbImage.Name = "pbImage";
|
|
|
- this.pbImage.Size = new System.Drawing.Size(894, 568);
|
|
|
- this.pbImage.TabIndex = 20;
|
|
|
- this.pbImage.TabStop = false;
|
|
|
- //
|
|
|
// pbStop
|
|
|
//
|
|
|
this.pbStop.BackgroundImage = global::HOZProject.Properties.Resources.Stop;
|
|
@@ -442,12 +441,12 @@
|
|
|
this.plFill.ResumeLayout(false);
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
this.groupBox1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
|
|
|
this.plSEM.ResumeLayout(false);
|
|
|
this.plSEM.PerformLayout();
|
|
|
this.plLeft.ResumeLayout(false);
|
|
|
this.plLeft.PerformLayout();
|
|
|
this.plTop.ResumeLayout(false);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStop)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPause)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStart)).EndInit();
|