领胜LDS 键盘AOI检测项目
wells.liu
2020-07-06 b016e35f170a6e1a98d39f125762f97af677fd20
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
namespace Bro.Common.Base.UI
{
    partial class CtrlCameraRunBase
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        #region 组件设计器生成的代码
 
        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlCameraRunBase));
            this.toolStripOperation = new System.Windows.Forms.ToolStrip();
            this.tssBtnCameraOp = new System.Windows.Forms.ToolStripSplitButton();
            this.tsmiVideoMode = new System.Windows.Forms.ToolStripMenuItem();
            this.tsTxtExposure = new System.Windows.Forms.ToolStripTextBox();
            this.tsBtnModifyExposure = new System.Windows.Forms.ToolStripButton();
            this.ctmsVisibleControl = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tsmiShowToolBar = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiShowOpBar = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiShowElements = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiShowStatusBar = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripOperation.SuspendLayout();
            this.ctmsVisibleControl.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStripOperation
            // 
            this.toolStripOperation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.toolStripOperation.AutoSize = false;
            this.toolStripOperation.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStripOperation.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripOperation.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tssBtnCameraOp,
            this.tsTxtExposure,
            this.tsBtnModifyExposure});
            this.toolStripOperation.Location = new System.Drawing.Point(38, 2);
            this.toolStripOperation.Name = "toolStripOperation";
            this.toolStripOperation.Size = new System.Drawing.Size(440, 28);
            this.toolStripOperation.TabIndex = 0;
            this.toolStripOperation.Text = "toolStrip1";
            // 
            // tssBtnCameraOp
            // 
            this.tssBtnCameraOp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tssBtnCameraOp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiVideoMode});
            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, 25);
            this.tssBtnCameraOp.Text = "拍    照";
            this.tssBtnCameraOp.ToolTipText = "相机模式";
            this.tssBtnCameraOp.DropDownClosed += new System.EventHandler(this.tssBtnCameraOp_DropDownClosed);
            this.tssBtnCameraOp.DropDownOpening += new System.EventHandler(this.tssBtnCameraOp_DropDownOpening);
            this.tssBtnCameraOp.Click += new System.EventHandler(this.tssBtnCameraOp_Click);
            // 
            // tsmiVideoMode
            // 
            this.tsmiVideoMode.CheckOnClick = true;
            this.tsmiVideoMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tsmiVideoMode.Name = "tsmiVideoMode";
            this.tsmiVideoMode.Size = new System.Drawing.Size(124, 22);
            this.tsmiVideoMode.Text = "视频模式";
            this.tsmiVideoMode.CheckedChanged += new System.EventHandler(this.tsmiVideoMode_CheckedChanged);
            // 
            // tsTxtExposure
            // 
            this.tsTxtExposure.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
            this.tsTxtExposure.Name = "tsTxtExposure";
            this.tsTxtExposure.Size = new System.Drawing.Size(100, 25);
            // 
            // tsBtnModifyExposure
            // 
            this.tsBtnModifyExposure.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tsBtnModifyExposure.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnModifyExposure.Image")));
            this.tsBtnModifyExposure.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsBtnModifyExposure.Name = "tsBtnModifyExposure";
            this.tsBtnModifyExposure.Size = new System.Drawing.Size(60, 22);
            this.tsBtnModifyExposure.Text = "修改曝光";
            this.tsBtnModifyExposure.Click += new System.EventHandler(this.tsBtnModifyExposure_Click);
            // 
            // ctmsVisibleControl
            // 
            this.ctmsVisibleControl.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiShowToolBar,
            this.tsmiShowOpBar,
            this.tsmiShowElements,
            this.tsmiShowStatusBar});
            this.ctmsVisibleControl.Name = "ctmsVisibleControl";
            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(148, 22);
            this.tsmiShowToolBar.Text = "显示工具栏";
            this.tsmiShowToolBar.CheckedChanged += new System.EventHandler(this.tsmiShowToolBar_CheckedChanged);
            // 
            // tsmiShowOpBar
            // 
            this.tsmiShowOpBar.CheckOnClick = true;
            this.tsmiShowOpBar.Name = "tsmiShowOpBar";
            this.tsmiShowOpBar.Size = new System.Drawing.Size(148, 22);
            this.tsmiShowOpBar.Text = "显示操作栏";
            this.tsmiShowOpBar.CheckedChanged += new System.EventHandler(this.tsmiShowOpBar_CheckedChanged);
            // 
            // tsmiShowElements
            // 
            this.tsmiShowElements.CheckOnClick = true;
            this.tsmiShowElements.Name = "tsmiShowElements";
            this.tsmiShowElements.Size = new System.Drawing.Size(148, 22);
            this.tsmiShowElements.Text = "显示基元列表";
            this.tsmiShowElements.CheckedChanged += new System.EventHandler(this.tsmiShowElements_CheckedChanged);
            // 
            // tsmiShowStatusBar
            // 
            this.tsmiShowStatusBar.CheckOnClick = true;
            this.tsmiShowStatusBar.Name = "tsmiShowStatusBar";
            this.tsmiShowStatusBar.Size = new System.Drawing.Size(148, 22);
            this.tsmiShowStatusBar.Text = "显示状态栏";
            this.tsmiShowStatusBar.CheckedChanged += new System.EventHandler(this.tsmiShowStatusBar_CheckedChanged);
            // 
            // CtrlCameraRunBase
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ContextMenuStrip = this.ctmsVisibleControl;
            this.Controls.Add(this.toolStripOperation);
            this.Name = "CtrlCameraRunBase";
            this.Size = new System.Drawing.Size(478, 440);
            this.Leave += new System.EventHandler(this.CtrlCameraRunBase_Leave);
            this.toolStripOperation.ResumeLayout(false);
            this.toolStripOperation.PerformLayout();
            this.ctmsVisibleControl.ResumeLayout(false);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.ToolStrip toolStripOperation;
        private System.Windows.Forms.ToolStripSplitButton tssBtnCameraOp;
        private System.Windows.Forms.ToolStripTextBox tsTxtExposure;
        private System.Windows.Forms.ToolStripButton tsBtnModifyExposure;
        private System.Windows.Forms.ToolStripMenuItem tsmiVideoMode;
        private System.Windows.Forms.ContextMenuStrip ctmsVisibleControl;
        private System.Windows.Forms.ToolStripMenuItem tsmiShowToolBar;
        private System.Windows.Forms.ToolStripMenuItem tsmiShowOpBar;
        private System.Windows.Forms.ToolStripMenuItem tsmiShowElements;
        private System.Windows.Forms.ToolStripMenuItem tsmiShowStatusBar;
    }
}