namespace A034.Config { partial class ConfigFrm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigFrm)); this.propConfig = new System.Windows.Forms.PropertyGrid(); this.btnNewConfig = new System.Windows.Forms.Button(); this.btnSaveProcess = new System.Windows.Forms.Button(); this.btnLoadProcess = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tbConfig = new System.Windows.Forms.TabPage(); this.tbCalibration = new System.Windows.Forms.TabPage(); this.label9 = new System.Windows.Forms.Label(); this.cboCalibExecuteDevice = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.cboCalibSourceDevices = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.propCalibrationConfig = new System.Windows.Forms.PropertyGrid(); this.btnStartCalibration = new System.Windows.Forms.Button(); this.cboCalibrationMethod = new System.Windows.Forms.ComboBox(); this.tbTest = new System.Windows.Forms.TabPage(); this.label3 = new System.Windows.Forms.Label(); this.txtInvokeTimes = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cboTestExecuteDevice = new System.Windows.Forms.ComboBox(); this.propGridTestMethod = new System.Windows.Forms.PropertyGrid(); this.cboTestSourceDevices = new System.Windows.Forms.ComboBox(); this.btnTrigger = new System.Windows.Forms.Button(); this.cboTestMethod = new System.Windows.Forms.ComboBox(); this.tbService = new System.Windows.Forms.TabPage(); this.label7 = new System.Windows.Forms.Label(); this.tbLog = new System.Windows.Forms.TabPage(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.plCanvas = new System.Windows.Forms.Panel(); 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.label4 = new System.Windows.Forms.Label(); this.cboCameras = new System.Windows.Forms.ComboBox(); this.txtError = new System.Windows.Forms.TextBox(); this.btnClearError = new System.Windows.Forms.Button(); this.btnStartProcess = new System.Windows.Forms.Button(); this.btnStopProcess = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.btnLoadWarningFromFile = new System.Windows.Forms.Button(); this.btnLoadLocal = new System.Windows.Forms.Button(); this.plAdvanced = new System.Windows.Forms.Panel(); this.btnExitAdvanced = new System.Windows.Forms.Button(); this.btnPrintCheck = new System.Windows.Forms.Button(); this.btnDeleteRecord = new System.Windows.Forms.Button(); this.btnLoadHistory = new System.Windows.Forms.Button(); this.btnAdvanced = new System.Windows.Forms.Button(); this.plBasic = new System.Windows.Forms.Panel(); this.cboProductionCode = new System.Windows.Forms.ComboBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.tsslLoginStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.tabControl1.SuspendLayout(); this.tbConfig.SuspendLayout(); this.tbCalibration.SuspendLayout(); this.tbTest.SuspendLayout(); this.tbService.SuspendLayout(); this.tbLog.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.plAdvanced.SuspendLayout(); this.plBasic.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // propConfig // this.propConfig.Dock = System.Windows.Forms.DockStyle.Fill; this.propConfig.Location = new System.Drawing.Point(3, 3); this.propConfig.Name = "propConfig"; this.propConfig.Size = new System.Drawing.Size(570, 639); this.propConfig.TabIndex = 0; this.propConfig.ToolbarVisible = false; this.propConfig.SelectedObjectsChanged += new System.EventHandler(this.propConfig_SelectedObjectsChanged); // // btnNewConfig // this.btnNewConfig.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnNewConfig.Location = new System.Drawing.Point(10, 156); this.btnNewConfig.Name = "btnNewConfig"; this.btnNewConfig.Size = new System.Drawing.Size(88, 23); this.btnNewConfig.TabIndex = 1; this.btnNewConfig.Text = "NewConfig"; this.btnNewConfig.UseVisualStyleBackColor = true; this.btnNewConfig.Click += new System.EventHandler(this.btnNewConfig_Click); // // btnSaveProcess // this.btnSaveProcess.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSaveProcess.Location = new System.Drawing.Point(8, 20); this.btnSaveProcess.Name = "btnSaveProcess"; this.btnSaveProcess.Size = new System.Drawing.Size(88, 23); this.btnSaveProcess.TabIndex = 1; this.btnSaveProcess.Text = "SaveProcess"; this.btnSaveProcess.UseVisualStyleBackColor = true; this.btnSaveProcess.Click += new System.EventHandler(this.btnSaveProcess_Click); // // btnLoadProcess // this.btnLoadProcess.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnLoadProcess.Location = new System.Drawing.Point(8, 49); this.btnLoadProcess.Name = "btnLoadProcess"; this.btnLoadProcess.Size = new System.Drawing.Size(88, 23); this.btnLoadProcess.TabIndex = 1; this.btnLoadProcess.Text = "LoadProcess"; this.btnLoadProcess.UseVisualStyleBackColor = true; this.btnLoadProcess.Click += new System.EventHandler(this.btnLoadProcess_Click); // // tabControl1 // this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.tbConfig); this.tabControl1.Controls.Add(this.tbCalibration); this.tabControl1.Controls.Add(this.tbTest); this.tabControl1.Controls.Add(this.tbService); this.tabControl1.Controls.Add(this.tbLog); this.tabControl1.Location = new System.Drawing.Point(7, 12); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(584, 671); this.tabControl1.TabIndex = 3; this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tbConfig // this.tbConfig.Controls.Add(this.propConfig); this.tbConfig.Location = new System.Drawing.Point(4, 22); this.tbConfig.Name = "tbConfig"; this.tbConfig.Padding = new System.Windows.Forms.Padding(3); this.tbConfig.Size = new System.Drawing.Size(576, 645); this.tbConfig.TabIndex = 0; this.tbConfig.Text = "配置"; this.tbConfig.UseVisualStyleBackColor = true; // // tbCalibration // this.tbCalibration.Controls.Add(this.label9); this.tbCalibration.Controls.Add(this.cboCalibExecuteDevice); this.tbCalibration.Controls.Add(this.label6); this.tbCalibration.Controls.Add(this.cboCalibSourceDevices); this.tbCalibration.Controls.Add(this.label1); this.tbCalibration.Controls.Add(this.propCalibrationConfig); this.tbCalibration.Controls.Add(this.btnStartCalibration); this.tbCalibration.Controls.Add(this.cboCalibrationMethod); this.tbCalibration.Location = new System.Drawing.Point(4, 22); this.tbCalibration.Name = "tbCalibration"; this.tbCalibration.Padding = new System.Windows.Forms.Padding(3); this.tbCalibration.Size = new System.Drawing.Size(576, 645); this.tbCalibration.TabIndex = 1; this.tbCalibration.Text = "标定"; this.tbCalibration.UseVisualStyleBackColor = true; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(160, 12); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 13; this.label9.Text = "执行设备"; // // cboCalibExecuteDevice // this.cboCalibExecuteDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboCalibExecuteDevice.FormattingEnabled = true; this.cboCalibExecuteDevice.Location = new System.Drawing.Point(150, 33); this.cboCalibExecuteDevice.Name = "cboCalibExecuteDevice"; this.cboCalibExecuteDevice.Size = new System.Drawing.Size(109, 20); this.cboCalibExecuteDevice.TabIndex = 12; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(31, 12); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 13; this.label6.Text = "触发设备"; // // cboCalibSourceDevices // this.cboCalibSourceDevices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboCalibSourceDevices.FormattingEnabled = true; this.cboCalibSourceDevices.Location = new System.Drawing.Point(21, 33); this.cboCalibSourceDevices.Name = "cboCalibSourceDevices"; this.cboCalibSourceDevices.Size = new System.Drawing.Size(109, 20); this.cboCalibSourceDevices.TabIndex = 12; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(262, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 7; this.label1.Text = "标定方法"; // // propCalibrationConfig // this.propCalibrationConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.propCalibrationConfig.Location = new System.Drawing.Point(11, 67); this.propCalibrationConfig.Name = "propCalibrationConfig"; this.propCalibrationConfig.Size = new System.Drawing.Size(452, 572); this.propCalibrationConfig.TabIndex = 5; this.propCalibrationConfig.ToolbarVisible = false; // // btnStartCalibration // this.btnStartCalibration.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnStartCalibration.Location = new System.Drawing.Point(469, 596); this.btnStartCalibration.Name = "btnStartCalibration"; this.btnStartCalibration.Size = new System.Drawing.Size(97, 42); this.btnStartCalibration.TabIndex = 1; this.btnStartCalibration.Text = "Start Calibration"; this.btnStartCalibration.UseVisualStyleBackColor = true; this.btnStartCalibration.Click += new System.EventHandler(this.btnStartCalibration_Click); // // cboCalibrationMethod // this.cboCalibrationMethod.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cboCalibrationMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboCalibrationMethod.FormattingEnabled = true; this.cboCalibrationMethod.Location = new System.Drawing.Point(282, 33); this.cboCalibrationMethod.Name = "cboCalibrationMethod"; this.cboCalibrationMethod.Size = new System.Drawing.Size(256, 20); this.cboCalibrationMethod.TabIndex = 4; // // tbTest // this.tbTest.Controls.Add(this.label3); this.tbTest.Controls.Add(this.txtInvokeTimes); this.tbTest.Controls.Add(this.label8); this.tbTest.Controls.Add(this.label5); this.tbTest.Controls.Add(this.label2); this.tbTest.Controls.Add(this.cboTestExecuteDevice); this.tbTest.Controls.Add(this.propGridTestMethod); this.tbTest.Controls.Add(this.cboTestSourceDevices); this.tbTest.Controls.Add(this.btnTrigger); this.tbTest.Controls.Add(this.cboTestMethod); this.tbTest.Location = new System.Drawing.Point(4, 22); this.tbTest.Name = "tbTest"; this.tbTest.Padding = new System.Windows.Forms.Padding(3); this.tbTest.Size = new System.Drawing.Size(576, 645); this.tbTest.TabIndex = 2; this.tbTest.Text = "测试"; this.tbTest.UseVisualStyleBackColor = true; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(470, 550); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 12); this.label3.TabIndex = 13; this.label3.Text = "InvokeTimes"; // // txtInvokeTimes // this.txtInvokeTimes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.txtInvokeTimes.Location = new System.Drawing.Point(470, 569); this.txtInvokeTimes.Name = "txtInvokeTimes"; this.txtInvokeTimes.Size = new System.Drawing.Size(93, 21); this.txtInvokeTimes.TabIndex = 12; this.txtInvokeTimes.Text = "1"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(160, 12); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 11; this.label8.Text = "执行设备"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(31, 12); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 11; this.label5.Text = "触发设备"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(292, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 11; this.label2.Text = "测试方法"; // // cboTestExecuteDevice // this.cboTestExecuteDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboTestExecuteDevice.FormattingEnabled = true; this.cboTestExecuteDevice.Location = new System.Drawing.Point(150, 33); this.cboTestExecuteDevice.Name = "cboTestExecuteDevice"; this.cboTestExecuteDevice.Size = new System.Drawing.Size(109, 20); this.cboTestExecuteDevice.TabIndex = 9; this.cboTestExecuteDevice.SelectedIndexChanged += new System.EventHandler(this.cboTestMethod_SelectedIndexChanged); // // propGridTestMethod // this.propGridTestMethod.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.propGridTestMethod.Location = new System.Drawing.Point(11, 67); this.propGridTestMethod.Name = "propGridTestMethod"; this.propGridTestMethod.Size = new System.Drawing.Size(452, 572); this.propGridTestMethod.TabIndex = 10; this.propGridTestMethod.ToolbarVisible = false; // // cboTestSourceDevices // this.cboTestSourceDevices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboTestSourceDevices.FormattingEnabled = true; this.cboTestSourceDevices.Location = new System.Drawing.Point(21, 33); this.cboTestSourceDevices.Name = "cboTestSourceDevices"; this.cboTestSourceDevices.Size = new System.Drawing.Size(109, 20); this.cboTestSourceDevices.TabIndex = 9; this.cboTestSourceDevices.SelectedIndexChanged += new System.EventHandler(this.cboTestMethod_SelectedIndexChanged); // // btnTrigger // this.btnTrigger.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnTrigger.Location = new System.Drawing.Point(469, 596); this.btnTrigger.Name = "btnTrigger"; this.btnTrigger.Size = new System.Drawing.Size(97, 42); this.btnTrigger.TabIndex = 8; this.btnTrigger.Text = "ManualInvoke"; this.btnTrigger.UseVisualStyleBackColor = true; this.btnTrigger.Click += new System.EventHandler(this.btnManualTrigger_Click); // // cboTestMethod // this.cboTestMethod.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cboTestMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboTestMethod.FormattingEnabled = true; this.cboTestMethod.Location = new System.Drawing.Point(282, 33); this.cboTestMethod.Name = "cboTestMethod"; this.cboTestMethod.Size = new System.Drawing.Size(256, 20); this.cboTestMethod.TabIndex = 9; this.cboTestMethod.SelectedIndexChanged += new System.EventHandler(this.cboTestMethod_SelectedIndexChanged); // // tbService // this.tbService.Controls.Add(this.label7); this.tbService.Location = new System.Drawing.Point(4, 22); this.tbService.Name = "tbService"; this.tbService.Size = new System.Drawing.Size(576, 645); this.tbService.TabIndex = 4; this.tbService.Text = "服务"; this.tbService.UseVisualStyleBackColor = true; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(13, 12); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(149, 12); this.label7.TabIndex = 0; this.label7.Text = "本项目不支持服务类型功能"; // // tbLog // this.tbLog.Controls.Add(this.splitContainer1); this.tbLog.Location = new System.Drawing.Point(4, 22); this.tbLog.Name = "tbLog"; this.tbLog.Padding = new System.Windows.Forms.Padding(3); this.tbLog.Size = new System.Drawing.Size(576, 645); this.tbLog.TabIndex = 3; this.tbLog.Text = "显示/日志"; this.tbLog.UseVisualStyleBackColor = true; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer1.Location = new System.Drawing.Point(3, 3); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.plCanvas); this.splitContainer1.Panel1.Controls.Add(this.chkHardwareTrigger); this.splitContainer1.Panel1.Controls.Add(this.lblFrameRate); this.splitContainer1.Panel1.Controls.Add(this.chkContinueMode); this.splitContainer1.Panel1.Controls.Add(this.btnSnap); this.splitContainer1.Panel1.Controls.Add(this.label4); this.splitContainer1.Panel1.Controls.Add(this.cboCameras); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.txtError); this.splitContainer1.Panel2.Controls.Add(this.btnClearError); this.splitContainer1.Size = new System.Drawing.Size(570, 639); this.splitContainer1.SplitterDistance = 497; this.splitContainer1.TabIndex = 2; // // plCanvas // this.plCanvas.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.plCanvas.Location = new System.Drawing.Point(3, 39); this.plCanvas.Name = "plCanvas"; this.plCanvas.Size = new System.Drawing.Size(564, 455); this.plCanvas.TabIndex = 7; // // 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.lblFrameRate.Location = new System.Drawing.Point(481, 14); this.lblFrameRate.Name = "lblFrameRate"; this.lblFrameRate.Size = new System.Drawing.Size(35, 12); this.lblFrameRate.TabIndex = 5; this.lblFrameRate.Text = " "; // // chkContinueMode // this.chkContinueMode.AutoSize = true; this.chkContinueMode.Location = new System.Drawing.Point(402, 12); this.chkContinueMode.Name = "chkContinueMode"; this.chkContinueMode.Size = new System.Drawing.Size(72, 16); this.chkContinueMode.TabIndex = 4; this.chkContinueMode.Text = "连续模式"; this.chkContinueMode.UseVisualStyleBackColor = true; this.chkContinueMode.CheckedChanged += new System.EventHandler(this.chkContinueMode_CheckedChanged); // // btnSnap // this.btnSnap.Location = new System.Drawing.Point(319, 7); this.btnSnap.Name = "btnSnap"; this.btnSnap.Size = new System.Drawing.Size(75, 23); this.btnSnap.TabIndex = 3; this.btnSnap.Text = "拍照"; this.btnSnap.UseVisualStyleBackColor = true; this.btnSnap.Click += new System.EventHandler(this.btnSnap_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(10, 13); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 2; this.label4.Text = "选择相机:"; // // cboCameras // this.cboCameras.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboCameras.FormattingEnabled = true; this.cboCameras.Location = new System.Drawing.Point(81, 10); this.cboCameras.Name = "cboCameras"; this.cboCameras.Size = new System.Drawing.Size(121, 20); this.cboCameras.TabIndex = 1; this.cboCameras.SelectedIndexChanged += new System.EventHandler(this.cboCameras_SelectedIndexChanged); // // txtError // this.txtError.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtError.Location = new System.Drawing.Point(3, 3); this.txtError.Multiline = true; this.txtError.Name = "txtError"; this.txtError.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtError.Size = new System.Drawing.Size(483, 131); this.txtError.TabIndex = 0; // // btnClearError // this.btnClearError.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClearError.Location = new System.Drawing.Point(490, 3); this.btnClearError.Name = "btnClearError"; this.btnClearError.Size = new System.Drawing.Size(75, 23); this.btnClearError.TabIndex = 1; this.btnClearError.Text = "清空信息"; this.btnClearError.UseVisualStyleBackColor = true; this.btnClearError.Click += new System.EventHandler(this.btnClearError_Click); // // btnStartProcess // this.btnStartProcess.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnStartProcess.Location = new System.Drawing.Point(8, 92); this.btnStartProcess.Name = "btnStartProcess"; this.btnStartProcess.Size = new System.Drawing.Size(88, 23); this.btnStartProcess.TabIndex = 1; this.btnStartProcess.Text = "StartProcess"; this.btnStartProcess.UseVisualStyleBackColor = true; this.btnStartProcess.Click += new System.EventHandler(this.btnStartProcess_Click); // // btnStopProcess // this.btnStopProcess.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnStopProcess.Location = new System.Drawing.Point(8, 121); this.btnStopProcess.Name = "btnStopProcess"; this.btnStopProcess.Size = new System.Drawing.Size(88, 23); this.btnStopProcess.TabIndex = 1; this.btnStopProcess.Text = "StopProcess"; this.btnStopProcess.UseVisualStyleBackColor = true; this.btnStopProcess.Visible = false; this.btnStopProcess.Click += new System.EventHandler(this.btnStopProcess_Click); // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.Location = new System.Drawing.Point(8, 438); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(88, 23); 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.btnLoadWarningFromFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnLoadWarningFromFile.Location = new System.Drawing.Point(10, 115); this.btnLoadWarningFromFile.Name = "btnLoadWarningFromFile"; this.btnLoadWarningFromFile.Size = new System.Drawing.Size(88, 24); this.btnLoadWarningFromFile.TabIndex = 1; this.btnLoadWarningFromFile.Text = "LoadWarning"; this.btnLoadWarningFromFile.UseVisualStyleBackColor = true; this.btnLoadWarningFromFile.Visible = false; // // btnLoadLocal // this.btnLoadLocal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnLoadLocal.Location = new System.Drawing.Point(10, 35); this.btnLoadLocal.Name = "btnLoadLocal"; this.btnLoadLocal.Size = new System.Drawing.Size(88, 23); this.btnLoadLocal.TabIndex = 1; this.btnLoadLocal.Text = "LoadLocal"; this.btnLoadLocal.UseVisualStyleBackColor = true; this.btnLoadLocal.Click += new System.EventHandler(this.btnLoadLocal_Click); // // plAdvanced // this.plAdvanced.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.plAdvanced.Controls.Add(this.btnExitAdvanced); this.plAdvanced.Controls.Add(this.btnPrintCheck); this.plAdvanced.Controls.Add(this.btnDeleteRecord); this.plAdvanced.Controls.Add(this.btnNewConfig); this.plAdvanced.Controls.Add(this.btnLoadWarningFromFile); this.plAdvanced.Controls.Add(this.btnLoadHistory); this.plAdvanced.Controls.Add(this.btnLoadLocal); this.plAdvanced.Location = new System.Drawing.Point(592, 55); this.plAdvanced.Name = "plAdvanced"; this.plAdvanced.Size = new System.Drawing.Size(108, 614); this.plAdvanced.TabIndex = 4; this.plAdvanced.Visible = false; // // btnExitAdvanced // this.btnExitAdvanced.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnExitAdvanced.Location = new System.Drawing.Point(10, 575); this.btnExitAdvanced.Name = "btnExitAdvanced"; this.btnExitAdvanced.Size = new System.Drawing.Size(88, 23); this.btnExitAdvanced.TabIndex = 1; this.btnExitAdvanced.Text = "EXIT"; this.btnExitAdvanced.UseVisualStyleBackColor = true; this.btnExitAdvanced.Click += new System.EventHandler(this.btnExitAdvanced_Click); // // btnPrintCheck // this.btnPrintCheck.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnPrintCheck.Location = new System.Drawing.Point(10, 263); this.btnPrintCheck.Name = "btnPrintCheck"; this.btnPrintCheck.Size = new System.Drawing.Size(88, 23); this.btnPrintCheck.TabIndex = 1; this.btnPrintCheck.Text = "PrinterCheck"; this.btnPrintCheck.UseVisualStyleBackColor = true; this.btnPrintCheck.Visible = false; // // btnDeleteRecord // this.btnDeleteRecord.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnDeleteRecord.Location = new System.Drawing.Point(10, 292); this.btnDeleteRecord.Name = "btnDeleteRecord"; this.btnDeleteRecord.Size = new System.Drawing.Size(88, 23); this.btnDeleteRecord.TabIndex = 1; this.btnDeleteRecord.Text = "DataMigration"; this.btnDeleteRecord.UseVisualStyleBackColor = true; this.btnDeleteRecord.Visible = false; // // btnLoadHistory // this.btnLoadHistory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnLoadHistory.Location = new System.Drawing.Point(10, 75); this.btnLoadHistory.Name = "btnLoadHistory"; this.btnLoadHistory.Size = new System.Drawing.Size(88, 23); this.btnLoadHistory.TabIndex = 1; this.btnLoadHistory.Text = "ViewHistory"; this.btnLoadHistory.UseVisualStyleBackColor = true; this.btnLoadHistory.Visible = false; // // btnAdvanced // this.btnAdvanced.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnAdvanced.Location = new System.Drawing.Point(8, 569); this.btnAdvanced.Name = "btnAdvanced"; this.btnAdvanced.Size = new System.Drawing.Size(88, 23); this.btnAdvanced.TabIndex = 1; this.btnAdvanced.Text = "Advanced"; this.btnAdvanced.UseVisualStyleBackColor = true; this.btnAdvanced.Click += new System.EventHandler(this.btnAdvanced_Click); // // plBasic // this.plBasic.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.plBasic.Controls.Add(this.btnSaveProcess); this.plBasic.Controls.Add(this.btnStartProcess); this.plBasic.Controls.Add(this.btnLoadProcess); this.plBasic.Controls.Add(this.btnStopProcess); this.plBasic.Controls.Add(this.btnAdvanced); this.plBasic.Controls.Add(this.button1); this.plBasic.Location = new System.Drawing.Point(593, 56); this.plBasic.Name = "plBasic"; this.plBasic.Size = new System.Drawing.Size(106, 609); this.plBasic.TabIndex = 4; // // cboProductionCode // this.cboProductionCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cboProductionCode.FormattingEnabled = true; this.cboProductionCode.Location = new System.Drawing.Point(602, 23); this.cboProductionCode.Name = "cboProductionCode"; this.cboProductionCode.Size = new System.Drawing.Size(87, 20); this.cboProductionCode.TabIndex = 5; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsslLoginStatus}); this.statusStrip1.Location = new System.Drawing.Point(0, 686); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(701, 22); this.statusStrip1.TabIndex = 6; this.statusStrip1.Text = "statusStrip1"; // // tsslLoginStatus // this.tsslLoginStatus.Margin = new System.Windows.Forms.Padding(15, 3, 0, 2); this.tsslLoginStatus.Name = "tsslLoginStatus"; this.tsslLoginStatus.Size = new System.Drawing.Size(44, 17); this.tsslLoginStatus.Text = "未登录"; this.tsslLoginStatus.Click += new System.EventHandler(this.tsslLoginStatus_Click); // // ConfigFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(701, 708); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.cboProductionCode); this.Controls.Add(this.tabControl1); this.Controls.Add(this.plBasic); this.Controls.Add(this.plAdvanced); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ConfigFrm"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigFrm_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.tabControl1.ResumeLayout(false); this.tbConfig.ResumeLayout(false); this.tbCalibration.ResumeLayout(false); this.tbCalibration.PerformLayout(); this.tbTest.ResumeLayout(false); this.tbTest.PerformLayout(); this.tbService.ResumeLayout(false); this.tbService.PerformLayout(); this.tbLog.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.plAdvanced.ResumeLayout(false); this.plBasic.ResumeLayout(false); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PropertyGrid propConfig; private System.Windows.Forms.Button btnNewConfig; private System.Windows.Forms.Button btnSaveProcess; private System.Windows.Forms.Button btnLoadProcess; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tbConfig; private System.Windows.Forms.TabPage tbCalibration; private System.Windows.Forms.Button btnStartProcess; private System.Windows.Forms.Button btnStopProcess; private System.Windows.Forms.Label label1; private System.Windows.Forms.PropertyGrid propCalibrationConfig; private System.Windows.Forms.Button btnStartCalibration; private System.Windows.Forms.ComboBox cboCalibrationMethod; private System.Windows.Forms.TabPage tbTest; private System.Windows.Forms.Label label2; private System.Windows.Forms.PropertyGrid propGridTestMethod; private System.Windows.Forms.Button btnTrigger; private System.Windows.Forms.ComboBox cboTestMethod; private System.Windows.Forms.TabPage tbLog; private System.Windows.Forms.Button btnClearError; private System.Windows.Forms.TextBox txtError; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button btnLoadWarningFromFile; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtInvokeTimes; private System.Windows.Forms.Button btnLoadLocal; private System.Windows.Forms.Panel plAdvanced; private System.Windows.Forms.Button btnExitAdvanced; private System.Windows.Forms.Button btnLoadHistory; private System.Windows.Forms.Button btnAdvanced; private System.Windows.Forms.Button btnDeleteRecord; private System.Windows.Forms.Button btnPrintCheck; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cboCameras; private System.Windows.Forms.Panel plBasic; private System.Windows.Forms.ComboBox cboProductionCode; private System.Windows.Forms.CheckBox chkContinueMode; private System.Windows.Forms.Button btnSnap; private System.Windows.Forms.Label lblFrameRate; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel tsslLoginStatus; private System.Windows.Forms.CheckBox chkHardwareTrigger; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox cboTestSourceDevices; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox cboCalibSourceDevices; private System.Windows.Forms.TabPage tbService; private System.Windows.Forms.Panel plCanvas; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox cboTestExecuteDevice; private System.Windows.Forms.Label label9; private System.Windows.Forms.ComboBox cboCalibExecuteDevice; } }