patrick.xu
2020-12-24 5d05df27234fcb2bb9d5179a640c59590009f15a
LLMF/frmMain.Designer.cs
@@ -82,6 +82,8 @@
            this.label2 = new System.Windows.Forms.Label();
            this.btnCapture = new System.Windows.Forms.Button();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.cboSize = new System.Windows.Forms.ComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.txtSN = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
@@ -127,6 +129,8 @@
            this.label7 = new System.Windows.Forms.Label();
            this.btnCapture_left = new System.Windows.Forms.Button();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.cboSize_Left = new System.Windows.Forms.ComboBox();
            this.label12 = new System.Windows.Forms.Label();
            this.txtSN_left = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
@@ -184,10 +188,6 @@
            this.lblZ_JinDian = new System.Windows.Forms.Label();
            this.lblX_JinDian = new System.Windows.Forms.Label();
            this.tVideo_left = new System.Windows.Forms.Timer(this.components);
            this.cboSize = new System.Windows.Forms.ComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.cboSize_Left = new System.Windows.Forms.ComboBox();
            this.label12 = new System.Windows.Forms.Label();
            this.statusStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
@@ -226,7 +226,7 @@
            this.tsslPosition,
            this.toolStripStatusLabel1,
            this.tsslAlarm});
            this.statusStrip1.Location = new System.Drawing.Point(0, 747);
            this.statusStrip1.Location = new System.Drawing.Point(0, 727);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(1081, 22);
            this.statusStrip1.TabIndex = 0;
@@ -439,7 +439,7 @@
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(3, 3);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(792, 643);
            this.panel2.Size = new System.Drawing.Size(792, 623);
            this.panel2.TabIndex = 2;
            // 
            // lblAngleDisplay
@@ -459,9 +459,9 @@
            this.viewPort.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480);
            this.viewPort.Location = new System.Drawing.Point(0, 0);
            this.viewPort.Name = "viewPort";
            this.viewPort.Size = new System.Drawing.Size(792, 643);
            this.viewPort.Size = new System.Drawing.Size(792, 623);
            this.viewPort.TabIndex = 0;
            this.viewPort.WindowSize = new System.Drawing.Size(792, 643);
            this.viewPort.WindowSize = new System.Drawing.Size(792, 623);
            // 
            // panel3
            // 
@@ -476,14 +476,14 @@
            this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel3.Location = new System.Drawing.Point(795, 3);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(275, 643);
            this.panel3.Size = new System.Drawing.Size(275, 623);
            this.panel3.TabIndex = 3;
            // 
            // btnDisplay
            // 
            this.btnDisplay.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.btnDisplay.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDisplay.Location = new System.Drawing.Point(0, 590);
            this.btnDisplay.Location = new System.Drawing.Point(0, 570);
            this.btnDisplay.Name = "btnDisplay";
            this.btnDisplay.Size = new System.Drawing.Size(275, 53);
            this.btnDisplay.TabIndex = 0;
@@ -742,6 +742,26 @@
            this.groupBox4.TabIndex = 4;
            this.groupBox4.TabStop = false;
            // 
            // cboSize
            //
            this.cboSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboSize.FormattingEnabled = true;
            this.cboSize.Location = new System.Drawing.Point(39, 19);
            this.cboSize.Margin = new System.Windows.Forms.Padding(2);
            this.cboSize.Name = "cboSize";
            this.cboSize.Size = new System.Drawing.Size(215, 20);
            this.cboSize.TabIndex = 5;
            this.cboSize.SelectionChangeCommitted += new System.EventHandler(this.cboSize_SelectionChangeCommitted);
            //
            // label11
            //
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(5, 21);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(29, 12);
            this.label11.TabIndex = 4;
            this.label11.Text = "尺寸";
            //
            // txtSN
            // 
            this.txtSN.Location = new System.Drawing.Point(39, 47);
@@ -898,7 +918,7 @@
            this.tabControl1.Location = new System.Drawing.Point(0, 72);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1081, 675);
            this.tabControl1.Size = new System.Drawing.Size(1081, 655);
            this.tabControl1.TabIndex = 4;
            // 
            // tabPage2
@@ -907,8 +927,8 @@
            this.tabPage2.Controls.Add(this.panel3);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
            this.tabPage2.Size = new System.Drawing.Size(1073, 649);
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(1073, 629);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "主工位";
            this.tabPage2.UseVisualStyleBackColor = true;
@@ -919,7 +939,7 @@
            this.tabPage1.Controls.Add(this.panel5);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(1073, 649);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "左工位";
@@ -1223,6 +1243,26 @@
            this.groupBox6.TabIndex = 10;
            this.groupBox6.TabStop = false;
            // 
            // cboSize_Left
            //
            this.cboSize_Left.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboSize_Left.FormattingEnabled = true;
            this.cboSize_Left.Location = new System.Drawing.Point(41, 19);
            this.cboSize_Left.Margin = new System.Windows.Forms.Padding(2);
            this.cboSize_Left.Name = "cboSize_Left";
            this.cboSize_Left.Size = new System.Drawing.Size(215, 20);
            this.cboSize_Left.TabIndex = 7;
            this.cboSize_Left.SelectionChangeCommitted += new System.EventHandler(this.cboSize_Left_SelectionChangeCommitted);
            //
            // label12
            //
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(7, 21);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(29, 12);
            this.label12.TabIndex = 6;
            this.label12.Text = "尺寸";
            //
            // txtSN_left
            // 
            this.txtSN_left.Location = new System.Drawing.Point(42, 47);
@@ -1371,8 +1411,8 @@
            this.tabPage3.Controls.Add(this.groupBox1);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
            this.tabPage3.Size = new System.Drawing.Size(1000, 568);
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(1073, 649);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "I/O";
            this.tabPage3.UseVisualStyleBackColor = true;
@@ -1834,51 +1874,11 @@
            this.tVideo_left.Interval = 250;
            this.tVideo_left.Tick += new System.EventHandler(this.tVideo_left_Tick);
            // 
            // cboSize
            //
            this.cboSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboSize.FormattingEnabled = true;
            this.cboSize.Location = new System.Drawing.Point(39, 19);
            this.cboSize.Margin = new System.Windows.Forms.Padding(2);
            this.cboSize.Name = "cboSize";
            this.cboSize.Size = new System.Drawing.Size(215, 20);
            this.cboSize.TabIndex = 5;
            this.cboSize.SelectionChangeCommitted += new System.EventHandler(this.cboSize_SelectionChangeCommitted);
            //
            // label11
            //
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(5, 21);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(29, 12);
            this.label11.TabIndex = 4;
            this.label11.Text = "尺寸";
            //
            // cboSize_Left
            //
            this.cboSize_Left.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboSize_Left.FormattingEnabled = true;
            this.cboSize_Left.Location = new System.Drawing.Point(41, 19);
            this.cboSize_Left.Margin = new System.Windows.Forms.Padding(2);
            this.cboSize_Left.Name = "cboSize_Left";
            this.cboSize_Left.Size = new System.Drawing.Size(215, 20);
            this.cboSize_Left.TabIndex = 7;
            this.cboSize_Left.SelectionChangeCommitted += new System.EventHandler(this.cboSize_Left_SelectionChangeCommitted);
            //
            // label12
            //
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(7, 21);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(29, 12);
            this.label12.TabIndex = 6;
            this.label12.Text = "尺寸";
            //
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1081, 769);
            this.ClientSize = new System.Drawing.Size(1081, 749);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.statusStrip1);