M182轴承端盖外观缺陷AOI
kingno
2025-05-26 5a405c7dce20d8c79a733c9c786cc42eb59fe81c
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
namespace Bro.M135.Process.UI
{
    partial class SpotCheck
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region 组件设计器生成的代码
 
        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            tableLayoutPanel3 = new TableLayoutPanel();
            BtCompensate = new Button();
            btLoadFilePath = new Button();
            btExport = new Button();
            rTLog = new RichTextBox();
            tableLayoutPanel1 = new TableLayoutPanel();
            tableLayoutPanel2 = new TableLayoutPanel();
            label1 = new Label();
            label2 = new Label();
            tbProdure = new TextBox();
            tbCheck = new TextBox();
            btLoadprodure = new Button();
            btLoadTmp = new Button();
            grid = new SourceGrid.Grid();
            FileSave = new SaveFileDialog();
            tableLayoutPanel3.SuspendLayout();
            tableLayoutPanel1.SuspendLayout();
            tableLayoutPanel2.SuspendLayout();
            SuspendLayout();
            // 
            // tableLayoutPanel3
            // 
            tableLayoutPanel3.ColumnCount = 4;
            tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
            tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 111F));
            tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 120F));
            tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 120F));
            tableLayoutPanel3.Controls.Add(BtCompensate, 3, 0);
            tableLayoutPanel3.Controls.Add(btLoadFilePath, 2, 0);
            tableLayoutPanel3.Controls.Add(btExport, 1, 0);
            tableLayoutPanel3.Dock = DockStyle.Fill;
            tableLayoutPanel3.Location = new Point(3, 336);
            tableLayoutPanel3.Margin = new Padding(3, 2, 3, 2);
            tableLayoutPanel3.Name = "tableLayoutPanel3";
            tableLayoutPanel3.RowCount = 1;
            tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
            tableLayoutPanel3.Size = new Size(748, 28);
            tableLayoutPanel3.TabIndex = 8;
            // 
            // BtCompensate
            // 
            BtCompensate.Dock = DockStyle.Fill;
            BtCompensate.Location = new Point(631, 2);
            BtCompensate.Margin = new Padding(3, 2, 3, 2);
            BtCompensate.Name = "BtCompensate";
            BtCompensate.Size = new Size(114, 24);
            BtCompensate.TabIndex = 11;
            BtCompensate.Text = "点检结果";
            BtCompensate.UseVisualStyleBackColor = true;
            BtCompensate.Click += BtCompensate_Click;
            // 
            // btLoadFilePath
            // 
            btLoadFilePath.Dock = DockStyle.Fill;
            btLoadFilePath.Location = new Point(511, 3);
            btLoadFilePath.Name = "btLoadFilePath";
            btLoadFilePath.Size = new Size(114, 22);
            btLoadFilePath.TabIndex = 12;
            btLoadFilePath.Text = "自动获得文件";
            btLoadFilePath.UseVisualStyleBackColor = true;
            btLoadFilePath.Click += btLoadFilePath_Click;
            // 
            // btExport
            // 
            btExport.Dock = DockStyle.Fill;
            btExport.Location = new Point(400, 3);
            btExport.Name = "btExport";
            btExport.Size = new Size(105, 22);
            btExport.TabIndex = 13;
            btExport.Text = "导出点检结果";
            btExport.UseVisualStyleBackColor = true;
            btExport.Click += btExport_Click;
            // 
            // rTLog
            // 
            rTLog.Dock = DockStyle.Fill;
            rTLog.Location = new Point(3, 260);
            rTLog.Margin = new Padding(3, 2, 3, 2);
            rTLog.Name = "rTLog";
            rTLog.Size = new Size(748, 72);
            rTLog.TabIndex = 7;
            rTLog.Text = "";
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 1;
            tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
            tableLayoutPanel1.Controls.Add(tableLayoutPanel3, 0, 3);
            tableLayoutPanel1.Controls.Add(rTLog, 0, 2);
            tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 0);
            tableLayoutPanel1.Controls.Add(grid, 0, 1);
            tableLayoutPanel1.Dock = DockStyle.Fill;
            tableLayoutPanel1.Location = new Point(0, 0);
            tableLayoutPanel1.Margin = new Padding(3, 2, 3, 2);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 4;
            tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 92F));
            tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
            tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 76F));
            tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 32F));
            tableLayoutPanel1.Size = new Size(754, 366);
            tableLayoutPanel1.TabIndex = 1;
            // 
            // tableLayoutPanel2
            // 
            tableLayoutPanel2.ColumnCount = 5;
            tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 27F));
            tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 137F));
            tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
            tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 103F));
            tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 27F));
            tableLayoutPanel2.Controls.Add(label1, 1, 0);
            tableLayoutPanel2.Controls.Add(label2, 1, 1);
            tableLayoutPanel2.Controls.Add(tbProdure, 2, 0);
            tableLayoutPanel2.Controls.Add(tbCheck, 2, 1);
            tableLayoutPanel2.Controls.Add(btLoadprodure, 3, 0);
            tableLayoutPanel2.Controls.Add(btLoadTmp, 3, 1);
            tableLayoutPanel2.Dock = DockStyle.Fill;
            tableLayoutPanel2.Location = new Point(3, 2);
            tableLayoutPanel2.Margin = new Padding(3, 2, 3, 2);
            tableLayoutPanel2.Name = "tableLayoutPanel2";
            tableLayoutPanel2.RowCount = 3;
            tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
            tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
            tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
            tableLayoutPanel2.Size = new Size(748, 88);
            tableLayoutPanel2.TabIndex = 10;
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Dock = DockStyle.Fill;
            label1.Location = new Point(30, 0);
            label1.Name = "label1";
            label1.Size = new Size(131, 24);
            label1.TabIndex = 0;
            label1.Text = "生产数据路径";
            label1.TextAlign = ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Dock = DockStyle.Fill;
            label2.Location = new Point(30, 24);
            label2.Name = "label2";
            label2.Size = new Size(131, 24);
            label2.TabIndex = 1;
            label2.Text = "点检模板数据";
            label2.TextAlign = ContentAlignment.MiddleRight;
            // 
            // tbProdure
            // 
            tbProdure.BorderStyle = BorderStyle.FixedSingle;
            tbProdure.Dock = DockStyle.Fill;
            tbProdure.Location = new Point(164, 0);
            tbProdure.Margin = new Padding(0);
            tbProdure.Name = "tbProdure";
            tbProdure.Size = new Size(454, 21);
            tbProdure.TabIndex = 2;
            // 
            // tbCheck
            // 
            tbCheck.BorderStyle = BorderStyle.FixedSingle;
            tbCheck.Dock = DockStyle.Fill;
            tbCheck.Location = new Point(164, 24);
            tbCheck.Margin = new Padding(0);
            tbCheck.Name = "tbCheck";
            tbCheck.Size = new Size(454, 21);
            tbCheck.TabIndex = 3;
            // 
            // btLoadprodure
            // 
            btLoadprodure.Dock = DockStyle.Fill;
            btLoadprodure.Location = new Point(618, 0);
            btLoadprodure.Margin = new Padding(0);
            btLoadprodure.Name = "btLoadprodure";
            btLoadprodure.Size = new Size(103, 24);
            btLoadprodure.TabIndex = 4;
            btLoadprodure.Text = "打开生产数据";
            btLoadprodure.UseVisualStyleBackColor = true;
            btLoadprodure.Click += btLoadprodure_Click;
            // 
            // btLoadTmp
            // 
            btLoadTmp.Location = new Point(618, 24);
            btLoadTmp.Margin = new Padding(0);
            btLoadTmp.Name = "btLoadTmp";
            btLoadTmp.Size = new Size(103, 24);
            btLoadTmp.TabIndex = 5;
            btLoadTmp.Text = "打开模板文件";
            btLoadTmp.UseVisualStyleBackColor = true;
            btLoadTmp.Click += btLoadTmp_Click;
            // 
            // grid
            // 
            grid.Dock = DockStyle.Fill;
            grid.DragOffset = 0;
            grid.EnableSmoothScrolling = false;
            grid.EnableSort = true;
            grid.HScrollBarVisible = false;
            grid.IsCustomAreaAutoScrollEnabled = false;
            grid.Location = new Point(3, 95);
            grid.Name = "grid";
            grid.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows;
            grid.SelectionMode = SourceGrid.GridSelectionMode.Cell;
            grid.Size = new Size(748, 160);
            grid.TabIndex = 11;
            grid.TabStop = true;
            grid.ToolTipText = "";
            grid.VScrollBarVisible = false;
            // 
            // FileSave
            // 
            FileSave.DefaultExt = "csv";
            FileSave.Filter = "\"文本文件 (*.csv)|*.csv|所有文件 (*.*)|*.*\"";
            // 
            // SpotCheck
            // 
            AutoScaleDimensions = new SizeF(6F, 13F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(tableLayoutPanel1);
            Margin = new Padding(2);
            Name = "SpotCheck";
            Size = new Size(754, 366);
            tableLayoutPanel3.ResumeLayout(false);
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel2.ResumeLayout(false);
            tableLayoutPanel2.PerformLayout();
            ResumeLayout(false);
        }
 
        #endregion
 
        private TableLayoutPanel tableLayoutPanel3;
        private RichTextBox rTLog;
        private TableLayoutPanel tableLayoutPanel1;
        private TableLayoutPanel tableLayoutPanel2;
        private Label label1;
        private Label label2;
        private TextBox tbProdure;
        private TextBox tbCheck;
        private Button btLoadprodure;
        private Button btLoadTmp;
        private Button BtCompensate;
        private SourceGrid.Grid grid;
        private Button btLoadFilePath;
        private Button btExport;
        private SaveFileDialog FileSave;
    }
}