|
@@ -38,7 +38,6 @@
|
|
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.lblStateMessage = new System.Windows.Forms.Label();
|
|
this.lblStateMessage = new System.Windows.Forms.Label();
|
|
this.lblFlowContent = new System.Windows.Forms.Label();
|
|
this.lblFlowContent = new System.Windows.Forms.Label();
|
|
@@ -46,6 +45,7 @@
|
|
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.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();
|
|
this.pbMax = new System.Windows.Forms.PictureBox();
|
|
this.pbMax = new System.Windows.Forms.PictureBox();
|
|
@@ -61,10 +61,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.pbPause)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPause)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStart)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStart)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbMax)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbMax)).BeginInit();
|
|
@@ -186,18 +186,7 @@
|
|
this.listmsg.TabIndex = 18;
|
|
this.listmsg.TabIndex = 18;
|
|
this.listmsg.Visible = false;
|
|
this.listmsg.Visible = false;
|
|
//
|
|
//
|
|
- // pbImage
|
|
|
|
- //
|
|
|
|
- this.pbImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
|
|
|
- this.pbImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
- 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, 573);
|
|
|
|
- this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
|
|
- this.pbImage.TabIndex = 20;
|
|
|
|
- this.pbImage.TabStop = false;
|
|
|
|
- //
|
|
|
|
|
|
+
|
|
// plSEM
|
|
// plSEM
|
|
//
|
|
//
|
|
this.plSEM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
|
this.plSEM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
|
@@ -292,17 +281,30 @@
|
|
this.plTop.Size = new System.Drawing.Size(1051, 80);
|
|
this.plTop.Size = new System.Drawing.Size(1051, 80);
|
|
this.plTop.TabIndex = 3;
|
|
this.plTop.TabIndex = 3;
|
|
//
|
|
//
|
|
|
|
+ // pbImage
|
|
|
|
+ //
|
|
|
|
+ this.pbImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
|
|
|
+ this.pbImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
+ 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, 573);
|
|
|
|
+ this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
|
|
+ this.pbImage.TabIndex = 20;
|
|
|
|
+ this.pbImage.TabStop = false;
|
|
|
|
+ //
|
|
// pbPause
|
|
// pbPause
|
|
//
|
|
//
|
|
- this.pbPause.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbPause.BackgroundImage")));
|
|
|
|
|
|
+ this.pbPause.BackgroundImage = global::HOZProject.Properties.Resources.Report;
|
|
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(475, 5);
|
|
this.pbPause.Location = new System.Drawing.Point(475, 5);
|
|
|
|
+ this.pbPause.Location = new System.Drawing.Point(445, 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;
|
|
|
|
|
|
+ this.pbPause.Click += new System.EventHandler(this.pbPause_Click);
|
|
//
|
|
//
|
|
// pbStart
|
|
// pbStart
|
|
//
|
|
//
|
|
@@ -413,6 +415,7 @@
|
|
this.pbOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pbOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pbOpen.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pbOpen.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.pbOpen.Location = new System.Drawing.Point(5, 2);
|
|
this.pbOpen.Location = new System.Drawing.Point(5, 2);
|
|
|
|
+ this.pbOpen.Location = new System.Drawing.Point(5, 4);
|
|
this.pbOpen.Name = "pbOpen";
|
|
this.pbOpen.Name = "pbOpen";
|
|
this.pbOpen.Size = new System.Drawing.Size(68, 71);
|
|
this.pbOpen.Size = new System.Drawing.Size(68, 71);
|
|
this.pbOpen.TabIndex = 3;
|
|
this.pbOpen.TabIndex = 3;
|
|
@@ -484,12 +487,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.pbPause)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbPause)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStart)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbStart)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbMax)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbMax)).EndInit();
|