|
@@ -37,13 +37,13 @@
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.plPrarInfo = new System.Windows.Forms.Panel();
|
|
this.plPrarInfo = new System.Windows.Forms.Panel();
|
|
this.listmsg = new System.Windows.Forms.ListBox();
|
|
this.listmsg = new System.Windows.Forms.ListBox();
|
|
- this.pbImage = new System.Windows.Forms.PictureBox();
|
|
|
|
this.plSEM = new System.Windows.Forms.Panel();
|
|
this.plSEM = new System.Windows.Forms.Panel();
|
|
this.lblFlowContent = new System.Windows.Forms.Label();
|
|
this.lblFlowContent = new System.Windows.Forms.Label();
|
|
this.plLeft = new System.Windows.Forms.Panel();
|
|
this.plLeft = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.plLeftContent = new System.Windows.Forms.Panel();
|
|
this.plLeftContent = new System.Windows.Forms.Panel();
|
|
this.plTop = 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.pbStop = new System.Windows.Forms.PictureBox();
|
|
this.pbPause = new System.Windows.Forms.PictureBox();
|
|
this.pbPause = new System.Windows.Forms.PictureBox();
|
|
this.pbStart = new System.Windows.Forms.PictureBox();
|
|
this.pbStart = new System.Windows.Forms.PictureBox();
|
|
@@ -59,10 +59,10 @@
|
|
this.plMain.SuspendLayout();
|
|
this.plMain.SuspendLayout();
|
|
this.plFill.SuspendLayout();
|
|
this.plFill.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
|
|
|
|
this.plSEM.SuspendLayout();
|
|
this.plSEM.SuspendLayout();
|
|
this.plLeft.SuspendLayout();
|
|
this.plLeft.SuspendLayout();
|
|
this.plTop.SuspendLayout();
|
|
this.plTop.SuspendLayout();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStop)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStop)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPause)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPause)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStart)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStart)).BeginInit();
|
|
@@ -183,15 +183,6 @@
|
|
this.listmsg.TabIndex = 18;
|
|
this.listmsg.TabIndex = 18;
|
|
this.listmsg.Visible = false;
|
|
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
|
|
// plSEM
|
|
//
|
|
//
|
|
this.plSEM.Controls.Add(this.lblFlowContent);
|
|
this.plSEM.Controls.Add(this.lblFlowContent);
|
|
@@ -266,28 +257,40 @@
|
|
this.plTop.Size = new System.Drawing.Size(1000, 80);
|
|
this.plTop.Size = new System.Drawing.Size(1000, 80);
|
|
this.plTop.TabIndex = 3;
|
|
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
|
|
// pbStop
|
|
//
|
|
//
|
|
this.pbStop.BackgroundImage = global::HOZProject.Properties.Resources.Stop;
|
|
this.pbStop.BackgroundImage = global::HOZProject.Properties.Resources.Stop;
|
|
this.pbStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pbStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pbStop.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pbStop.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
- this.pbStop.Location = new System.Drawing.Point(521, 4);
|
|
|
|
|
|
+ this.pbStop.Location = new System.Drawing.Point(447, 4);
|
|
this.pbStop.Name = "pbStop";
|
|
this.pbStop.Name = "pbStop";
|
|
this.pbStop.Size = new System.Drawing.Size(68, 71);
|
|
this.pbStop.Size = new System.Drawing.Size(68, 71);
|
|
this.pbStop.TabIndex = 8;
|
|
this.pbStop.TabIndex = 8;
|
|
this.pbStop.TabStop = false;
|
|
this.pbStop.TabStop = false;
|
|
this.pbStop.Click += new System.EventHandler(this.pbStop_Click);
|
|
this.pbStop.Click += new System.EventHandler(this.pbStop_Click);
|
|
|
|
+ this.pbStop.MouseEnter += new System.EventHandler(this.pbStop_MouseEnter);
|
|
|
|
+ this.pbStop.MouseLeave += new System.EventHandler(this.pbStop_MouseLeave);
|
|
//
|
|
//
|
|
// pbPause
|
|
// pbPause
|
|
//
|
|
//
|
|
this.pbPause.BackgroundImage = global::HOZProject.Properties.Resources.Pause;
|
|
this.pbPause.BackgroundImage = global::HOZProject.Properties.Resources.Pause;
|
|
this.pbPause.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pbPause.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pbPause.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pbPause.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
- this.pbPause.Location = new System.Drawing.Point(447, 4);
|
|
|
|
|
|
+ this.pbPause.Location = new System.Drawing.Point(521, 4);
|
|
this.pbPause.Name = "pbPause";
|
|
this.pbPause.Name = "pbPause";
|
|
this.pbPause.Size = new System.Drawing.Size(68, 71);
|
|
this.pbPause.Size = new System.Drawing.Size(68, 71);
|
|
this.pbPause.TabIndex = 8;
|
|
this.pbPause.TabIndex = 8;
|
|
this.pbPause.TabStop = false;
|
|
this.pbPause.TabStop = false;
|
|
|
|
+ this.pbPause.Visible = false;
|
|
//
|
|
//
|
|
// pbStart
|
|
// pbStart
|
|
//
|
|
//
|
|
@@ -300,6 +303,8 @@
|
|
this.pbStart.TabIndex = 8;
|
|
this.pbStart.TabIndex = 8;
|
|
this.pbStart.TabStop = false;
|
|
this.pbStart.TabStop = false;
|
|
this.pbStart.Click += new System.EventHandler(this.pbStart_Click);
|
|
this.pbStart.Click += new System.EventHandler(this.pbStart_Click);
|
|
|
|
+ this.pbStart.MouseEnter += new System.EventHandler(this.pbStart_MouseEnter);
|
|
|
|
+ this.pbStart.MouseLeave += new System.EventHandler(this.pbStart_MouseLeave);
|
|
//
|
|
//
|
|
// pbMax
|
|
// pbMax
|
|
//
|
|
//
|
|
@@ -437,12 +442,12 @@
|
|
this.plFill.ResumeLayout(false);
|
|
this.plFill.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox1.PerformLayout();
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
|
|
|
|
this.plSEM.ResumeLayout(false);
|
|
this.plSEM.ResumeLayout(false);
|
|
this.plSEM.PerformLayout();
|
|
this.plSEM.PerformLayout();
|
|
this.plLeft.ResumeLayout(false);
|
|
this.plLeft.ResumeLayout(false);
|
|
this.plLeft.PerformLayout();
|
|
this.plLeft.PerformLayout();
|
|
this.plTop.ResumeLayout(false);
|
|
this.plTop.ResumeLayout(false);
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStop)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStop)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPause)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPause)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStart)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStart)).EndInit();
|