| | |
| | | this.cboTestMethod = new System.Windows.Forms.ComboBox(); |
| | | this.tbLog = new System.Windows.Forms.TabPage(); |
| | | this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
| | | this.chkHardwareTrigger = new System.Windows.Forms.CheckBox(); |
| | | this.lblFrameRate = new System.Windows.Forms.Label(); |
| | | this.chkContinueMode = new System.Windows.Forms.CheckBox(); |
| | | this.btnSnap = new System.Windows.Forms.Button(); |
| | |
| | | this.cboProductionCode = new System.Windows.Forms.ComboBox(); |
| | | this.statusStrip1 = new System.Windows.Forms.StatusStrip(); |
| | | this.tsslLoginStatus = new System.Windows.Forms.ToolStripStatusLabel(); |
| | | this.chkHardwareTrigger = new System.Windows.Forms.CheckBox(); |
| | | this.tabControl1.SuspendLayout(); |
| | | this.tbConfig.SuspendLayout(); |
| | | this.tbCalibration.SuspendLayout(); |
| | |
| | | this.splitContainer1.SplitterDistance = 497; |
| | | this.splitContainer1.TabIndex = 2; |
| | | // |
| | | // chkHardwareTrigger |
| | | // |
| | | this.chkHardwareTrigger.AutoSize = true; |
| | | this.chkHardwareTrigger.Location = new System.Drawing.Point(220, 12); |
| | | this.chkHardwareTrigger.Name = "chkHardwareTrigger"; |
| | | this.chkHardwareTrigger.Size = new System.Drawing.Size(60, 16); |
| | | this.chkHardwareTrigger.TabIndex = 6; |
| | | this.chkHardwareTrigger.Text = "硬触发"; |
| | | this.chkHardwareTrigger.UseVisualStyleBackColor = true; |
| | | this.chkHardwareTrigger.CheckedChanged += new System.EventHandler(this.chkHardwareTrigger_CheckedChanged); |
| | | // |
| | | // lblFrameRate |
| | | // |
| | | this.lblFrameRate.AutoSize = true; |
| | |
| | | this.button1.TabIndex = 1; |
| | | this.button1.Text = "Test"; |
| | | this.button1.UseVisualStyleBackColor = true; |
| | | this.button1.Visible = false; |
| | | this.button1.Click += new System.EventHandler(this.button1_Click); |
| | | // |
| | | // btnLoadWarningFromFile |
| | | // |
| | |
| | | this.tsslLoginStatus.Text = "未登录"; |
| | | this.tsslLoginStatus.Click += new System.EventHandler(this.tsslLoginStatus_Click); |
| | | // |
| | | // chkHardwareTrigger |
| | | // |
| | | this.chkHardwareTrigger.AutoSize = true; |
| | | this.chkHardwareTrigger.Location = new System.Drawing.Point(220, 12); |
| | | this.chkHardwareTrigger.Name = "chkHardwareTrigger"; |
| | | this.chkHardwareTrigger.Size = new System.Drawing.Size(60, 16); |
| | | this.chkHardwareTrigger.TabIndex = 6; |
| | | this.chkHardwareTrigger.Text = "硬触发"; |
| | | this.chkHardwareTrigger.UseVisualStyleBackColor = true; |
| | | this.chkHardwareTrigger.CheckedChanged += new System.EventHandler(this.chkHardwareTrigger_CheckedChanged); |
| | | // |
| | | // ConfigFrm |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
| | |
| | | this.Controls.Add(this.statusStrip1); |
| | | this.Controls.Add(this.cboProductionCode); |
| | | this.Controls.Add(this.tabControl1); |
| | | this.Controls.Add(this.plAdvanced); |
| | | this.Controls.Add(this.plBasic); |
| | | this.Controls.Add(this.plAdvanced); |
| | | this.Name = "ConfigFrm"; |
| | | this.Text = "配置界面"; |
| | | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigFrm_FormClosing); |