领胜LDS 键盘AOI检测项目
patrick.xu
2022-02-24 3322022068ab818912d6f5d9e5eb31f51cc639c2
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
namespace Bro.Process.UI
{
    partial class OperationConfigBindFrm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows Form Designer generated code
 
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.lvBinds = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.propGridIOP = new System.Windows.Forms.PropertyGrid();
            this.label2 = new System.Windows.Forms.Label();
            this.btnClearOpConfig = new System.Windows.Forms.Button();
            this.btnResetCurrentOpConfig = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // lvBinds
            // 
            this.lvBinds.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.lvBinds.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.lvBinds.FullRowSelect = true;
            this.lvBinds.Location = new System.Drawing.Point(13, 13);
            this.lvBinds.MultiSelect = false;
            this.lvBinds.Name = "lvBinds";
            this.lvBinds.Size = new System.Drawing.Size(532, 298);
            this.lvBinds.TabIndex = 0;
            this.lvBinds.UseCompatibleStateImageBehavior = false;
            this.lvBinds.View = System.Windows.Forms.View.Details;
            this.lvBinds.SelectedIndexChanged += new System.EventHandler(this.lvBinds_SelectedIndexChanged);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "MethodCode";
            this.columnHeader1.Width = 141;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "IOperationConfig";
            this.columnHeader2.Width = 385;
            // 
            // propGridIOP
            // 
            this.propGridIOP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.propGridIOP.Location = new System.Drawing.Point(553, 39);
            this.propGridIOP.Name = "propGridIOP";
            this.propGridIOP.Size = new System.Drawing.Size(276, 272);
            this.propGridIOP.TabIndex = 2;
            this.propGridIOP.ToolbarVisible = false;
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(551, 16);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "操作配置属性";
            // 
            // btnClearOpConfig
            // 
            this.btnClearOpConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClearOpConfig.Location = new System.Drawing.Point(736, 10);
            this.btnClearOpConfig.Name = "btnClearOpConfig";
            this.btnClearOpConfig.Size = new System.Drawing.Size(93, 23);
            this.btnClearOpConfig.TabIndex = 4;
            this.btnClearOpConfig.Text = "重置所有配置";
            this.btnClearOpConfig.UseVisualStyleBackColor = true;
            this.btnClearOpConfig.Click += new System.EventHandler(this.btnClearOpConfig_Click);
            // 
            // btnResetCurrentOpConfig
            // 
            this.btnResetCurrentOpConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnResetCurrentOpConfig.Location = new System.Drawing.Point(637, 10);
            this.btnResetCurrentOpConfig.Name = "btnResetCurrentOpConfig";
            this.btnResetCurrentOpConfig.Size = new System.Drawing.Size(93, 23);
            this.btnResetCurrentOpConfig.TabIndex = 4;
            this.btnResetCurrentOpConfig.Text = "重置当前配置";
            this.btnResetCurrentOpConfig.UseVisualStyleBackColor = true;
            this.btnResetCurrentOpConfig.Click += new System.EventHandler(this.btnResetCurrentOpConfig_Click);
            // 
            // OperationConfigBindFrm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(841, 323);
            this.Controls.Add(this.btnResetCurrentOpConfig);
            this.Controls.Add(this.btnClearOpConfig);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.propGridIOP);
            this.Controls.Add(this.lvBinds);
            this.Name = "OperationConfigBindFrm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "操作配置绑定界面";
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
 
        private System.Windows.Forms.ListView lvBinds;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.ColumnHeader columnHeader2;
        private System.Windows.Forms.PropertyGrid propGridIOP;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button btnClearOpConfig;
        private System.Windows.Forms.Button btnResetCurrentOpConfig;
    }
}