schangxiang@126.com
2025-09-17 ff43ddf18764629ff875478e4e47a7281cbd230a
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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
namespace XiGang_iWareTestForm.iWareTest.DialogForm
{
    partial class TestBatchForm
    {
        /// <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.tb_KeHuJiShouKuWei = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.tb_OrderNo = new System.Windows.Forms.TextBox();
            this.tb_ = new System.Windows.Forms.Label();
            this.tb_SerialNumber = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.tb_Log = new System.Windows.Forms.TextBox();
            this.cmbItemType = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.btn_close = new System.Windows.Forms.Button();
            this.tb_PlaceNo = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.tb_SalverCount = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.button3 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.tb_FilePath = new System.Windows.Forms.TextBox();
            this.btn_SelectFile = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.tb_Yitter = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // tb_KeHuJiShouKuWei
            // 
            this.tb_KeHuJiShouKuWei.Location = new System.Drawing.Point(116, 227);
            this.tb_KeHuJiShouKuWei.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tb_KeHuJiShouKuWei.Name = "tb_KeHuJiShouKuWei";
            this.tb_KeHuJiShouKuWei.Size = new System.Drawing.Size(297, 21);
            this.tb_KeHuJiShouKuWei.TabIndex = 77;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(8, 230);
            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(113, 12);
            this.label3.TabIndex = 76;
            this.label3.Text = "客户寄售的库位号:";
            // 
            // tb_OrderNo
            // 
            this.tb_OrderNo.Location = new System.Drawing.Point(182, 186);
            this.tb_OrderNo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tb_OrderNo.Name = "tb_OrderNo";
            this.tb_OrderNo.Size = new System.Drawing.Size(297, 21);
            this.tb_OrderNo.TabIndex = 75;
            // 
            // tb_
            // 
            this.tb_.AutoSize = true;
            this.tb_.Location = new System.Drawing.Point(114, 188);
            this.tb_.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.tb_.Name = "tb_";
            this.tb_.Size = new System.Drawing.Size(53, 12);
            this.tb_.TabIndex = 74;
            this.tb_.Text = "订货号:";
            // 
            // tb_SerialNumber
            // 
            this.tb_SerialNumber.Location = new System.Drawing.Point(182, 153);
            this.tb_SerialNumber.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tb_SerialNumber.Name = "tb_SerialNumber";
            this.tb_SerialNumber.Size = new System.Drawing.Size(297, 21);
            this.tb_SerialNumber.TabIndex = 73;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(114, 155);
            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 72;
            this.label2.Text = "序列号:";
            // 
            // tb_Log
            // 
            this.tb_Log.Location = new System.Drawing.Point(17, 312);
            this.tb_Log.Multiline = true;
            this.tb_Log.Name = "tb_Log";
            this.tb_Log.ReadOnly = true;
            this.tb_Log.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.tb_Log.Size = new System.Drawing.Size(410, 171);
            this.tb_Log.TabIndex = 71;
            // 
            // cmbItemType
            // 
            this.cmbItemType.FormattingEnabled = true;
            this.cmbItemType.Location = new System.Drawing.Point(182, 41);
            this.cmbItemType.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmbItemType.Name = "cmbItemType";
            this.cmbItemType.Size = new System.Drawing.Size(297, 20);
            this.cmbItemType.TabIndex = 70;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(114, 41);
            this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 69;
            this.label5.Text = "物料类型";
            // 
            // btn_close
            // 
            this.btn_close.BackColor = System.Drawing.Color.LightCoral;
            this.btn_close.Location = new System.Drawing.Point(682, 482);
            this.btn_close.Name = "btn_close";
            this.btn_close.Size = new System.Drawing.Size(173, 62);
            this.btn_close.TabIndex = 68;
            this.btn_close.Text = "关闭";
            this.btn_close.UseVisualStyleBackColor = false;
            // 
            // tb_PlaceNo
            // 
            this.tb_PlaceNo.Location = new System.Drawing.Point(182, 76);
            this.tb_PlaceNo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tb_PlaceNo.Name = "tb_PlaceNo";
            this.tb_PlaceNo.Size = new System.Drawing.Size(297, 21);
            this.tb_PlaceNo.TabIndex = 67;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(5, 84);
            this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(179, 12);
            this.label6.TabIndex = 66;
            this.label6.Text = "库位号(立体库位或者rgv站点):";
            // 
            // tb_SalverCount
            // 
            this.tb_SalverCount.Location = new System.Drawing.Point(182, 117);
            this.tb_SalverCount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tb_SalverCount.Name = "tb_SalverCount";
            this.tb_SalverCount.Size = new System.Drawing.Size(297, 21);
            this.tb_SalverCount.TabIndex = 63;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(114, 119);
            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 62;
            this.label1.Text = "托盘数量:";
            // 
            // button3
            // 
            this.button3.BackColor = System.Drawing.Color.Yellow;
            this.button3.Location = new System.Drawing.Point(490, 9);
            this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(284, 62);
            this.button3.TabIndex = 81;
            this.button3.Text = "测试打印";
            this.button3.UseVisualStyleBackColor = false;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.Yellow;
            this.button1.Location = new System.Drawing.Point(490, 84);
            this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(284, 62);
            this.button1.TabIndex = 82;
            this.button1.Text = "零件归还管理增加";
            this.button1.UseVisualStyleBackColor = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // tb_FilePath
            // 
            this.tb_FilePath.Enabled = false;
            this.tb_FilePath.Location = new System.Drawing.Point(76, 260);
            this.tb_FilePath.Name = "tb_FilePath";
            this.tb_FilePath.Size = new System.Drawing.Size(310, 21);
            this.tb_FilePath.TabIndex = 83;
            // 
            // btn_SelectFile
            // 
            this.btn_SelectFile.Location = new System.Drawing.Point(402, 251);
            this.btn_SelectFile.Name = "btn_SelectFile";
            this.btn_SelectFile.Size = new System.Drawing.Size(99, 34);
            this.btn_SelectFile.TabIndex = 84;
            this.btn_SelectFile.Text = "选择文件";
            this.btn_SelectFile.UseVisualStyleBackColor = true;
            this.btn_SelectFile.Click += new System.EventHandler(this.btn_SelectFile_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(536, 251);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(136, 34);
            this.button2.TabIndex = 85;
            this.button2.Text = "批量导入客户寄售区库存";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click_1);
            // 
            // button4
            // 
            this.button4.BackColor = System.Drawing.Color.Yellow;
            this.button4.Location = new System.Drawing.Point(490, 155);
            this.button4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(284, 62);
            this.button4.TabIndex = 86;
            this.button4.Text = "采购单明细中没有行号的赋值为有值";
            this.button4.UseVisualStyleBackColor = false;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(536, 303);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(136, 34);
            this.button5.TabIndex = 87;
            this.button5.Text = "批量更新容器的栅格数(生产库用)";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(433, 368);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(136, 34);
            this.button6.TabIndex = 88;
            this.button6.Text = "生成唯一ID";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // tb_Yitter
            // 
            this.tb_Yitter.Location = new System.Drawing.Point(595, 377);
            this.tb_Yitter.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tb_Yitter.Name = "tb_Yitter";
            this.tb_Yitter.Size = new System.Drawing.Size(248, 21);
            this.tb_Yitter.TabIndex = 89;
            // 
            // TestBatchForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(864, 556);
            this.Controls.Add(this.tb_Yitter);
            this.Controls.Add(this.button6);
            this.Controls.Add(this.button5);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.btn_SelectFile);
            this.Controls.Add(this.tb_FilePath);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.tb_KeHuJiShouKuWei);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.tb_OrderNo);
            this.Controls.Add(this.tb_);
            this.Controls.Add(this.tb_SerialNumber);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.tb_Log);
            this.Controls.Add(this.cmbItemType);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.btn_close);
            this.Controls.Add(this.tb_PlaceNo);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.tb_SalverCount);
            this.Controls.Add(this.label1);
            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.Name = "TestBatchForm";
            this.Text = "TestBatchForm";
            this.Load += new System.EventHandler(this.TestBatchForm_Load);
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
 
        private System.Windows.Forms.TextBox tb_KeHuJiShouKuWei;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox tb_OrderNo;
        private System.Windows.Forms.Label tb_;
        private System.Windows.Forms.TextBox tb_SerialNumber;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox tb_Log;
        private System.Windows.Forms.ComboBox cmbItemType;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button btn_close;
        private System.Windows.Forms.TextBox tb_PlaceNo;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox tb_SalverCount;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox tb_FilePath;
        private System.Windows.Forms.Button btn_SelectFile;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.Button button6;
        private System.Windows.Forms.TextBox tb_Yitter;
    }
}