| | |
| | | this.tssBtnCameraOp, |
| | | this.tsTxtExposure, |
| | | this.tsBtnModifyExposure}); |
| | | this.toolStripOperation.Location = new System.Drawing.Point(38, 0); |
| | | this.toolStripOperation.Location = new System.Drawing.Point(38, 2); |
| | | this.toolStripOperation.Name = "toolStripOperation"; |
| | | this.toolStripOperation.Size = new System.Drawing.Size(440, 25); |
| | | this.toolStripOperation.Size = new System.Drawing.Size(440, 28); |
| | | this.toolStripOperation.TabIndex = 0; |
| | | this.toolStripOperation.Text = "toolStrip1"; |
| | | // |
| | |
| | | this.tssBtnCameraOp.Image = ((System.Drawing.Image)(resources.GetObject("tssBtnCameraOp.Image"))); |
| | | this.tssBtnCameraOp.ImageTransparentColor = System.Drawing.Color.Magenta; |
| | | this.tssBtnCameraOp.Name = "tssBtnCameraOp"; |
| | | this.tssBtnCameraOp.Size = new System.Drawing.Size(64, 22); |
| | | this.tssBtnCameraOp.Size = new System.Drawing.Size(64, 25); |
| | | this.tssBtnCameraOp.Text = "拍 照"; |
| | | this.tssBtnCameraOp.ToolTipText = "相机模式"; |
| | | this.tssBtnCameraOp.DropDownClosed += new System.EventHandler(this.tssBtnCameraOp_DropDownClosed); |
| | |
| | | this.tsmiShowElements, |
| | | this.tsmiShowStatusBar}); |
| | | this.ctmsVisibleControl.Name = "ctmsVisibleControl"; |
| | | this.ctmsVisibleControl.Size = new System.Drawing.Size(181, 114); |
| | | this.ctmsVisibleControl.Size = new System.Drawing.Size(149, 92); |
| | | // |
| | | // tsmiShowToolBar |
| | | // |
| | | this.tsmiShowToolBar.CheckOnClick = true; |
| | | this.tsmiShowToolBar.Name = "tsmiShowToolBar"; |
| | | this.tsmiShowToolBar.Size = new System.Drawing.Size(180, 22); |
| | | this.tsmiShowToolBar.Size = new System.Drawing.Size(148, 22); |
| | | this.tsmiShowToolBar.Text = "显示工具栏"; |
| | | this.tsmiShowToolBar.CheckedChanged += new System.EventHandler(this.tsmiShowToolBar_CheckedChanged); |
| | | // |
| | |
| | | // |
| | | this.tsmiShowOpBar.CheckOnClick = true; |
| | | this.tsmiShowOpBar.Name = "tsmiShowOpBar"; |
| | | this.tsmiShowOpBar.Size = new System.Drawing.Size(180, 22); |
| | | this.tsmiShowOpBar.Size = new System.Drawing.Size(148, 22); |
| | | this.tsmiShowOpBar.Text = "显示操作栏"; |
| | | this.tsmiShowOpBar.CheckedChanged += new System.EventHandler(this.tsmiShowOpBar_CheckedChanged); |
| | | // |
| | |
| | | // |
| | | this.tsmiShowElements.CheckOnClick = true; |
| | | this.tsmiShowElements.Name = "tsmiShowElements"; |
| | | this.tsmiShowElements.Size = new System.Drawing.Size(180, 22); |
| | | this.tsmiShowElements.Size = new System.Drawing.Size(148, 22); |
| | | this.tsmiShowElements.Text = "显示基元列表"; |
| | | this.tsmiShowElements.CheckedChanged += new System.EventHandler(this.tsmiShowElements_CheckedChanged); |
| | | // |
| | |
| | | // |
| | | this.tsmiShowStatusBar.CheckOnClick = true; |
| | | this.tsmiShowStatusBar.Name = "tsmiShowStatusBar"; |
| | | this.tsmiShowStatusBar.Size = new System.Drawing.Size(180, 22); |
| | | this.tsmiShowStatusBar.Size = new System.Drawing.Size(148, 22); |
| | | this.tsmiShowStatusBar.Text = "显示状态栏"; |
| | | this.tsmiShowStatusBar.CheckedChanged += new System.EventHandler(this.tsmiShowStatusBar_CheckedChanged); |
| | | // |