yangle
2025-04-11 7bfb447cbba9524639300a74b0b0a86b40176e63
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
 
namespace WFormReadData_SMR
{
    partial class ReadCoordinateExcelFrom
    {
        /// <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.label1 = new System.Windows.Forms.Label();
            this.cmbJYSelect = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtLzk = new System.Windows.Forms.TextBox();
            this.txtPcm = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.btnLj = new System.Windows.Forms.Button();
            this.txtLj = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.ListData = new System.Windows.Forms.ListBox();
            this.btnSave = new System.Windows.Forms.Button();
            this.cmbPro = new System.Windows.Forms.ComboBox();
            this.txtPro = new System.Windows.Forms.Label();
            this.HTakeSampleCheckBillNo = new System.Windows.Forms.Label();
            this.HTakeSampleCheckBillID = new System.Windows.Forms.Label();
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
            this.txtHMaker = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtHMakerNumber = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.labHMakerID = new System.Windows.Forms.Label();
            this.HShiftsID = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(29, 86);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 18);
            this.label1.TabIndex = 0;
            this.label1.Text = "检验类型:";
            // 
            // cmbJYSelect
            // 
            this.cmbJYSelect.FormattingEnabled = true;
            this.cmbJYSelect.Items.AddRange(new object[] {
            "首件检验单",
            "工序检验单",
            "巡检检验单"});
            this.cmbJYSelect.Location = new System.Drawing.Point(124, 82);
            this.cmbJYSelect.Name = "cmbJYSelect";
            this.cmbJYSelect.Size = new System.Drawing.Size(121, 26);
            this.cmbJYSelect.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(521, 86);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(71, 18);
            this.label2.TabIndex = 2;
            this.label2.Text = "取样单:";
            // 
            // txtLzk
            // 
            this.txtLzk.Location = new System.Drawing.Point(599, 81);
            this.txtLzk.Name = "txtLzk";
            this.txtLzk.Size = new System.Drawing.Size(194, 28);
            this.txtLzk.TabIndex = 3;
            this.txtLzk.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLzk_KeyDown);
            // 
            // txtPcm
            // 
            this.txtPcm.Location = new System.Drawing.Point(867, 81);
            this.txtPcm.Name = "txtPcm";
            this.txtPcm.Size = new System.Drawing.Size(100, 28);
            this.txtPcm.TabIndex = 4;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(799, 86);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(71, 18);
            this.label3.TabIndex = 5;
            this.label3.Text = "批次码:";
            // 
            // btnLj
            // 
            this.btnLj.Location = new System.Drawing.Point(779, 137);
            this.btnLj.Name = "btnLj";
            this.btnLj.Size = new System.Drawing.Size(115, 42);
            this.btnLj.TabIndex = 6;
            this.btnLj.Text = "选择路径";
            this.btnLj.UseVisualStyleBackColor = true;
            this.btnLj.Click += new System.EventHandler(this.btnLj_Click);
            // 
            // txtLj
            // 
            this.txtLj.Location = new System.Drawing.Point(124, 146);
            this.txtLj.Name = "txtLj";
            this.txtLj.Size = new System.Drawing.Size(637, 28);
            this.txtLj.TabIndex = 7;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(52, 149);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 18);
            this.label4.TabIndex = 8;
            this.label4.Text = "路径:";
            // 
            // ListData
            // 
            this.ListData.FormattingEnabled = true;
            this.ListData.ItemHeight = 18;
            this.ListData.Location = new System.Drawing.Point(55, 198);
            this.ListData.Name = "ListData";
            this.ListData.Size = new System.Drawing.Size(952, 346);
            this.ListData.TabIndex = 9;
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(900, 137);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(63, 42);
            this.btnSave.TabIndex = 10;
            this.btnSave.Text = "保存";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // cmbPro
            // 
            this.cmbPro.FormattingEnabled = true;
            this.cmbPro.Location = new System.Drawing.Point(339, 82);
            this.cmbPro.Name = "cmbPro";
            this.cmbPro.Size = new System.Drawing.Size(156, 26);
            this.cmbPro.TabIndex = 12;
            // 
            // txtPro
            // 
            this.txtPro.AutoSize = true;
            this.txtPro.Location = new System.Drawing.Point(280, 86);
            this.txtPro.Name = "txtPro";
            this.txtPro.Size = new System.Drawing.Size(53, 18);
            this.txtPro.TabIndex = 11;
            this.txtPro.Text = "工序:";
            // 
            // HTakeSampleCheckBillNo
            // 
            this.HTakeSampleCheckBillNo.AutoSize = true;
            this.HTakeSampleCheckBillNo.Location = new System.Drawing.Point(32, 128);
            this.HTakeSampleCheckBillNo.Name = "HTakeSampleCheckBillNo";
            this.HTakeSampleCheckBillNo.Size = new System.Drawing.Size(206, 18);
            this.HTakeSampleCheckBillNo.TabIndex = 13;
            this.HTakeSampleCheckBillNo.Text = "HTakeSampleCheckBillNo";
            this.HTakeSampleCheckBillNo.Visible = false;
            // 
            // HTakeSampleCheckBillID
            // 
            this.HTakeSampleCheckBillID.AutoSize = true;
            this.HTakeSampleCheckBillID.Location = new System.Drawing.Point(258, 125);
            this.HTakeSampleCheckBillID.Name = "HTakeSampleCheckBillID";
            this.HTakeSampleCheckBillID.Size = new System.Drawing.Size(206, 18);
            this.HTakeSampleCheckBillID.TabIndex = 14;
            this.HTakeSampleCheckBillID.Text = "HTakeSampleCheckBillID";
            this.HTakeSampleCheckBillID.Visible = false;
            // 
            // txtHMaker
            // 
            this.txtHMaker.Location = new System.Drawing.Point(124, 26);
            this.txtHMaker.Name = "txtHMaker";
            this.txtHMaker.Size = new System.Drawing.Size(170, 28);
            this.txtHMaker.TabIndex = 2;
            this.txtHMaker.Enter += new System.EventHandler(this.txtHMaker_Enter);
            this.txtHMaker.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHMaker_KeyDown);
            this.txtHMaker.Leave += new System.EventHandler(this.txtHMaker_Leave);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(46, 31);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(71, 18);
            this.label6.TabIndex = 15;
            this.label6.Text = "制单人:";
            // 
            // txtHMakerNumber
            // 
            this.txtHMakerNumber.Location = new System.Drawing.Point(401, 26);
            this.txtHMakerNumber.Name = "txtHMakerNumber";
            this.txtHMakerNumber.Size = new System.Drawing.Size(170, 28);
            this.txtHMakerNumber.TabIndex = 18;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(323, 31);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 18);
            this.label5.TabIndex = 17;
            this.label5.Text = "编码:";
            // 
            // labHMakerID
            // 
            this.labHMakerID.AutoSize = true;
            this.labHMakerID.Location = new System.Drawing.Point(187, 5);
            this.labHMakerID.Name = "labHMakerID";
            this.labHMakerID.Size = new System.Drawing.Size(107, 18);
            this.labHMakerID.TabIndex = 19;
            this.labHMakerID.Text = "labHMakerID";
            this.labHMakerID.Visible = false;
            // 
            // HShiftsID
            // 
            this.HShiftsID.AutoSize = true;
            this.HShiftsID.Location = new System.Drawing.Point(521, 125);
            this.HShiftsID.Name = "HShiftsID";
            this.HShiftsID.Size = new System.Drawing.Size(89, 18);
            this.HShiftsID.TabIndex = 20;
            this.HShiftsID.Text = "HShiftsID";
            this.HShiftsID.Visible = false;
            // 
            // ReadCoordinateExcelFrom
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1033, 565);
            this.Controls.Add(this.HShiftsID);
            this.Controls.Add(this.labHMakerID);
            this.Controls.Add(this.txtHMakerNumber);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.txtHMaker);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.HTakeSampleCheckBillID);
            this.Controls.Add(this.HTakeSampleCheckBillNo);
            this.Controls.Add(this.cmbPro);
            this.Controls.Add(this.txtPro);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.ListData);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.txtLj);
            this.Controls.Add(this.btnLj);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.txtPcm);
            this.Controls.Add(this.txtLzk);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.cmbJYSelect);
            this.Controls.Add(this.label1);
            this.Name = "ReadCoordinateExcelFrom";
            this.Text = "三坐标Excel数据采集";
            this.Activated += new System.EventHandler(this.ReadCoordinateExcelFrom_Activated);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ReadCoordinateExcelFrom_FormClosing);
            this.Load += new System.EventHandler(this.ReadCoordinateExcelFrom_Load);
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
 
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox cmbJYSelect;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtLzk;
        private System.Windows.Forms.TextBox txtPcm;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button btnLj;
        private System.Windows.Forms.TextBox txtLj;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.ListBox ListData;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.ComboBox cmbPro;
        private System.Windows.Forms.Label txtPro;
        private System.Windows.Forms.Label HTakeSampleCheckBillNo;
        private System.Windows.Forms.Label HTakeSampleCheckBillID;
        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
        private System.Windows.Forms.TextBox txtHMaker;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtHMakerNumber;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label labHMakerID;
        private System.Windows.Forms.Label HShiftsID;
    }
}