| | |
| | | uiRadioButtonHardTrigger = new RadioButton(); |
| | | uiGroupBoxImage = new GroupBox(); |
| | | uiGroupBoxCameraParams = new GroupBox(); |
| | | btnSetting = new Button(); |
| | | tableLayoutPanel2 = new TableLayoutPanel(); |
| | | btnSetting = new Button(); |
| | | tableLayoutPanel3 = new TableLayoutPanel(); |
| | | uiMarkLabel1 = new Label(); |
| | | tableLayoutPanel1 = new TableLayoutPanel(); |
| | |
| | | // |
| | | // uiGroupBoxCameraParams |
| | | // |
| | | uiGroupBoxCameraParams.Controls.Add(btnSetting); |
| | | uiGroupBoxCameraParams.Controls.Add(tableLayoutPanel2); |
| | | uiGroupBoxCameraParams.Dock = DockStyle.Fill; |
| | | uiGroupBoxCameraParams.Font = new Font("宋体", 12F); |
| | |
| | | uiGroupBoxCameraParams.TabStop = false; |
| | | uiGroupBoxCameraParams.Text = "相机参数"; |
| | | // |
| | | // btnSetting |
| | | // |
| | | btnSetting.ForeColor = SystemColors.ControlText; |
| | | btnSetting.Location = new Point(3, 18); |
| | | btnSetting.Name = "btnSetting"; |
| | | btnSetting.Size = new Size(97, 29); |
| | | btnSetting.TabIndex = 18; |
| | | btnSetting.Text = "参数设置"; |
| | | btnSetting.UseVisualStyleBackColor = true; |
| | | btnSetting.Visible = false; |
| | | btnSetting.Click += btn_Setting_Click; |
| | | // |
| | | // tableLayoutPanel2 |
| | | // |
| | | tableLayoutPanel2.ColumnCount = 1; |
| | | tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); |
| | | tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F)); |
| | | tableLayoutPanel2.Controls.Add(btnSetting, 0, 8); |
| | | tableLayoutPanel2.Controls.Add(uiRadioButtonHardTrigger, 0, 3); |
| | | tableLayoutPanel2.Controls.Add(tableLayoutPanel3, 0, 0); |
| | | tableLayoutPanel2.Controls.Add(uiRadioButtonSoftTrigger, 0, 1); |
| | |
| | | tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 10F)); |
| | | tableLayoutPanel2.Size = new Size(374, 470); |
| | | tableLayoutPanel2.TabIndex = 17; |
| | | // |
| | | // btnSetting |
| | | // |
| | | btnSetting.Dock = DockStyle.Fill; |
| | | btnSetting.ForeColor = SystemColors.ControlText; |
| | | btnSetting.Location = new Point(3, 419); |
| | | btnSetting.Name = "btnSetting"; |
| | | btnSetting.Size = new Size(368, 48); |
| | | btnSetting.TabIndex = 18; |
| | | btnSetting.Text = "参数设置"; |
| | | btnSetting.UseVisualStyleBackColor = true; |
| | | btnSetting.Click += btn_Setting_Click; |
| | | // |
| | | // tableLayoutPanel3 |
| | | // |
| | |
| | | // |
| | | uiButtonStartHardGrab.Dock = DockStyle.Fill; |
| | | uiButtonStartHardGrab.Font = new Font("宋体", 12F); |
| | | uiButtonStartHardGrab.ForeColor = Color.DarkBlue; |
| | | uiButtonStartHardGrab.Location = new Point(3, 211); |
| | | uiButtonStartHardGrab.MinimumSize = new Size(1, 1); |
| | | uiButtonStartHardGrab.Name = "uiButtonStartHardGrab"; |