|
@@ -24,9 +24,10 @@ Partial Class 採購對帳單
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
25
|
Me.components = New System.ComponentModel.Container()
|
26
|
26
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(採購對帳單))
|
27
|
|
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
28
|
|
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
29
|
|
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
27
|
+ Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
28
|
+ Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
29
|
+ Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
30
|
+ Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
30
|
31
|
Me.下載檔名_tb = New System.Windows.Forms.TextBox()
|
31
|
32
|
Me.料號_tb = New System.Windows.Forms.TextBox()
|
32
|
33
|
Me.單號1_tb = New System.Windows.Forms.TextBox()
|
|
@@ -83,6 +84,21 @@ Partial Class 採購對帳單
|
83
|
84
|
Me.說明_lb = New System.Windows.Forms.Label()
|
84
|
85
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
85
|
86
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
87
|
+ Me.供應商編碼_cb = New System.Windows.Forms.ComboBox()
|
|
88
|
+ Me.供應商_cb = New System.Windows.Forms.ComboBox()
|
|
89
|
+ Me.Label23 = New System.Windows.Forms.Label()
|
|
90
|
+ Me.外埔過帳_bt = New System.Windows.Forms.Button()
|
|
91
|
+ Me.外埔刪除_bt = New System.Windows.Forms.Button()
|
|
92
|
+ Me.外埔修改_bt = New System.Windows.Forms.Button()
|
|
93
|
+ Me.外埔新增_bt = New System.Windows.Forms.Button()
|
|
94
|
+ Me.金額_nud = New System.Windows.Forms.NumericUpDown()
|
|
95
|
+ Me.Label21 = New System.Windows.Forms.Label()
|
|
96
|
+ Me.內容_tb = New System.Windows.Forms.TextBox()
|
|
97
|
+ Me.Label20 = New System.Windows.Forms.Label()
|
|
98
|
+ Me.外埔報表_dgv = New System.Windows.Forms.DataGridView()
|
|
99
|
+ Me.Panel1 = New System.Windows.Forms.Panel()
|
|
100
|
+ Me.流水號_tb = New System.Windows.Forms.TextBox()
|
|
101
|
+ Me.TextBox2 = New System.Windows.Forms.TextBox()
|
86
|
102
|
Me.Label8 = New System.Windows.Forms.Label()
|
87
|
103
|
Me.物料圖_pb = New System.Windows.Forms.PictureBox()
|
88
|
104
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
@@ -110,6 +126,9 @@ Partial Class 採購對帳單
|
110
|
126
|
CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
|
111
|
127
|
Me.TabControl1.SuspendLayout()
|
112
|
128
|
Me.TabPage1.SuspendLayout()
|
|
129
|
+ CType(Me.金額_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
130
|
+ CType(Me.外埔報表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
131
|
+ Me.Panel1.SuspendLayout()
|
113
|
132
|
CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
|
114
|
133
|
Me.TabPage2.SuspendLayout()
|
115
|
134
|
CType(Me.訂製圖檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -120,56 +139,49 @@ Partial Class 採購對帳單
|
120
|
139
|
'
|
121
|
140
|
Me.下載檔名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
122
|
141
|
Me.下載檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
123
|
|
- Me.下載檔名_tb.Location = New System.Drawing.Point(574, 291)
|
|
142
|
+ Me.下載檔名_tb.Location = New System.Drawing.Point(12, 90)
|
124
|
143
|
Me.下載檔名_tb.Name = "下載檔名_tb"
|
125
|
144
|
Me.下載檔名_tb.Size = New System.Drawing.Size(122, 23)
|
126
|
145
|
Me.下載檔名_tb.TabIndex = 1394
|
127
|
146
|
Me.下載檔名_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
128
|
|
- Me.下載檔名_tb.Visible = False
|
129
|
147
|
'
|
130
|
148
|
'料號_tb
|
131
|
149
|
'
|
132
|
|
- Me.料號_tb.Enabled = False
|
133
|
|
- Me.料號_tb.Location = New System.Drawing.Point(574, 349)
|
|
150
|
+ Me.料號_tb.Location = New System.Drawing.Point(12, 148)
|
134
|
151
|
Me.料號_tb.Name = "料號_tb"
|
135
|
152
|
Me.料號_tb.Size = New System.Drawing.Size(122, 23)
|
136
|
153
|
Me.料號_tb.TabIndex = 1393
|
137
|
|
- Me.料號_tb.Visible = False
|
138
|
154
|
'
|
139
|
155
|
'單號1_tb
|
140
|
156
|
'
|
141
|
|
- Me.單號1_tb.Enabled = False
|
142
|
|
- Me.單號1_tb.Location = New System.Drawing.Point(574, 320)
|
|
157
|
+ Me.單號1_tb.Location = New System.Drawing.Point(12, 119)
|
143
|
158
|
Me.單號1_tb.Name = "單號1_tb"
|
144
|
159
|
Me.單號1_tb.Size = New System.Drawing.Size(122, 23)
|
145
|
160
|
Me.單號1_tb.TabIndex = 1392
|
146
|
|
- Me.單號1_tb.Visible = False
|
147
|
161
|
'
|
148
|
162
|
'版次_tb
|
149
|
163
|
'
|
150
|
|
- Me.版次_tb.Location = New System.Drawing.Point(574, 264)
|
|
164
|
+ Me.版次_tb.Location = New System.Drawing.Point(140, 148)
|
151
|
165
|
Me.版次_tb.Name = "版次_tb"
|
152
|
166
|
Me.版次_tb.Size = New System.Drawing.Size(122, 23)
|
153
|
167
|
Me.版次_tb.TabIndex = 1390
|
154
|
|
- Me.版次_tb.Visible = False
|
155
|
168
|
'
|
156
|
169
|
'檔名讀取_tb
|
157
|
170
|
'
|
158
|
171
|
Me.檔名讀取_tb.AllowDrop = True
|
159
|
172
|
Me.檔名讀取_tb.ForeColor = System.Drawing.Color.Black
|
160
|
|
- Me.檔名讀取_tb.Location = New System.Drawing.Point(574, 206)
|
|
173
|
+ Me.檔名讀取_tb.Location = New System.Drawing.Point(140, 90)
|
161
|
174
|
Me.檔名讀取_tb.Multiline = True
|
162
|
175
|
Me.檔名讀取_tb.Name = "檔名讀取_tb"
|
163
|
176
|
Me.檔名讀取_tb.Size = New System.Drawing.Size(122, 23)
|
164
|
177
|
Me.檔名讀取_tb.TabIndex = 1386
|
165
|
|
- Me.檔名讀取_tb.Visible = False
|
166
|
178
|
'
|
167
|
179
|
'大間距_ch
|
168
|
180
|
'
|
169
|
181
|
Me.大間距_ch.AutoSize = True
|
170
|
|
- Me.大間距_ch.Location = New System.Drawing.Point(147, 62)
|
|
182
|
+ Me.大間距_ch.Location = New System.Drawing.Point(147, 57)
|
171
|
183
|
Me.大間距_ch.Name = "大間距_ch"
|
172
|
|
- Me.大間距_ch.Size = New System.Drawing.Size(63, 20)
|
|
184
|
+ Me.大間距_ch.Size = New System.Drawing.Size(62, 20)
|
173
|
185
|
Me.大間距_ch.TabIndex = 1377
|
174
|
186
|
Me.大間距_ch.Text = "大間距"
|
175
|
187
|
Me.大間距_ch.UseVisualStyleBackColor = True
|
|
@@ -177,9 +189,9 @@ Partial Class 採購對帳單
|
177
|
189
|
'中間距_ch
|
178
|
190
|
'
|
179
|
191
|
Me.中間距_ch.AutoSize = True
|
180
|
|
- Me.中間距_ch.Location = New System.Drawing.Point(78, 62)
|
|
192
|
+ Me.中間距_ch.Location = New System.Drawing.Point(78, 57)
|
181
|
193
|
Me.中間距_ch.Name = "中間距_ch"
|
182
|
|
- Me.中間距_ch.Size = New System.Drawing.Size(63, 20)
|
|
194
|
+ Me.中間距_ch.Size = New System.Drawing.Size(62, 20)
|
183
|
195
|
Me.中間距_ch.TabIndex = 1376
|
184
|
196
|
Me.中間距_ch.Text = "中間距"
|
185
|
197
|
Me.中間距_ch.UseVisualStyleBackColor = True
|
|
@@ -187,7 +199,7 @@ Partial Class 採購對帳單
|
187
|
199
|
'申請人_tb
|
188
|
200
|
'
|
189
|
201
|
Me.申請人_tb.Enabled = False
|
190
|
|
- Me.申請人_tb.Location = New System.Drawing.Point(254, 86)
|
|
202
|
+ Me.申請人_tb.Location = New System.Drawing.Point(254, 80)
|
191
|
203
|
Me.申請人_tb.Name = "申請人_tb"
|
192
|
204
|
Me.申請人_tb.Size = New System.Drawing.Size(105, 23)
|
193
|
205
|
Me.申請人_tb.TabIndex = 1375
|
|
@@ -195,36 +207,32 @@ Partial Class 採購對帳單
|
195
|
207
|
'Label19
|
196
|
208
|
'
|
197
|
209
|
Me.Label19.AutoSize = True
|
198
|
|
- Me.Label19.Location = New System.Drawing.Point(211, 90)
|
|
210
|
+ Me.Label19.Location = New System.Drawing.Point(211, 84)
|
199
|
211
|
Me.Label19.Name = "Label19"
|
200
|
|
- Me.Label19.Size = New System.Drawing.Size(44, 16)
|
|
212
|
+ Me.Label19.Size = New System.Drawing.Size(43, 16)
|
201
|
213
|
Me.Label19.TabIndex = 1374
|
202
|
214
|
Me.Label19.Text = "申請人"
|
203
|
215
|
'
|
204
|
216
|
'日期2_dtp
|
205
|
217
|
'
|
206
|
|
- Me.日期2_dtp.Enabled = False
|
207
|
|
- Me.日期2_dtp.Location = New System.Drawing.Point(574, 177)
|
|
218
|
+ Me.日期2_dtp.Location = New System.Drawing.Point(140, 61)
|
208
|
219
|
Me.日期2_dtp.Name = "日期2_dtp"
|
209
|
220
|
Me.日期2_dtp.Size = New System.Drawing.Size(122, 23)
|
210
|
221
|
Me.日期2_dtp.TabIndex = 1373
|
211
|
|
- Me.日期2_dtp.Visible = False
|
212
|
222
|
'
|
213
|
223
|
'日期1_dtp
|
214
|
224
|
'
|
215
|
|
- Me.日期1_dtp.Enabled = False
|
216
|
|
- Me.日期1_dtp.Location = New System.Drawing.Point(574, 148)
|
|
225
|
+ Me.日期1_dtp.Location = New System.Drawing.Point(140, 32)
|
217
|
226
|
Me.日期1_dtp.Name = "日期1_dtp"
|
218
|
227
|
Me.日期1_dtp.Size = New System.Drawing.Size(122, 23)
|
219
|
228
|
Me.日期1_dtp.TabIndex = 1372
|
220
|
|
- Me.日期1_dtp.Visible = False
|
221
|
229
|
'
|
222
|
230
|
'Label3
|
223
|
231
|
'
|
224
|
232
|
Me.Label3.AutoSize = True
|
225
|
|
- Me.Label3.Location = New System.Drawing.Point(323, 12)
|
|
233
|
+ Me.Label3.Location = New System.Drawing.Point(323, 10)
|
226
|
234
|
Me.Label3.Name = "Label3"
|
227
|
|
- Me.Label3.Size = New System.Drawing.Size(32, 16)
|
|
235
|
+ Me.Label3.Size = New System.Drawing.Size(31, 16)
|
228
|
236
|
Me.Label3.TabIndex = 1371
|
229
|
237
|
Me.Label3.Text = "業務"
|
230
|
238
|
'
|
|
@@ -233,24 +241,22 @@ Partial Class 採購對帳單
|
233
|
241
|
Me.業務1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
234
|
242
|
Me.業務1_cb.FormattingEnabled = True
|
235
|
243
|
Me.業務1_cb.Items.AddRange(New Object() {"", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "B", "Y"})
|
236
|
|
- Me.業務1_cb.Location = New System.Drawing.Point(317, 29)
|
|
244
|
+ Me.業務1_cb.Location = New System.Drawing.Point(317, 27)
|
237
|
245
|
Me.業務1_cb.Name = "業務1_cb"
|
238
|
246
|
Me.業務1_cb.Size = New System.Drawing.Size(42, 24)
|
239
|
247
|
Me.業務1_cb.TabIndex = 1370
|
240
|
248
|
'
|
241
|
249
|
'單號_tb
|
242
|
250
|
'
|
243
|
|
- Me.單號_tb.Enabled = False
|
244
|
|
- Me.單號_tb.Location = New System.Drawing.Point(574, 119)
|
|
251
|
+ Me.單號_tb.Location = New System.Drawing.Point(140, 3)
|
245
|
252
|
Me.單號_tb.Name = "單號_tb"
|
246
|
253
|
Me.單號_tb.Size = New System.Drawing.Size(122, 23)
|
247
|
254
|
Me.單號_tb.TabIndex = 1369
|
248
|
|
- Me.單號_tb.Visible = False
|
249
|
255
|
'
|
250
|
256
|
'採購金額_tb
|
251
|
257
|
'
|
252
|
258
|
Me.採購金額_tb.ForeColor = System.Drawing.Color.Blue
|
253
|
|
- Me.採購金額_tb.Location = New System.Drawing.Point(283, 60)
|
|
259
|
+ Me.採購金額_tb.Location = New System.Drawing.Point(283, 55)
|
254
|
260
|
Me.採購金額_tb.Name = "採購金額_tb"
|
255
|
261
|
Me.採購金額_tb.Size = New System.Drawing.Size(130, 23)
|
256
|
262
|
Me.採購金額_tb.TabIndex = 1368
|
|
@@ -260,18 +266,18 @@ Partial Class 採購對帳單
|
260
|
266
|
'
|
261
|
267
|
Me.Label16.AutoSize = True
|
262
|
268
|
Me.Label16.ForeColor = System.Drawing.Color.Blue
|
263
|
|
- Me.Label16.Location = New System.Drawing.Point(216, 63)
|
|
269
|
+ Me.Label16.Location = New System.Drawing.Point(216, 58)
|
264
|
270
|
Me.Label16.Name = "Label16"
|
265
|
|
- Me.Label16.Size = New System.Drawing.Size(68, 16)
|
|
271
|
+ Me.Label16.Size = New System.Drawing.Size(67, 16)
|
266
|
272
|
Me.Label16.TabIndex = 1367
|
267
|
273
|
Me.Label16.Text = "總採購金額"
|
268
|
274
|
'
|
269
|
275
|
'小間距_ch
|
270
|
276
|
'
|
271
|
277
|
Me.小間距_ch.AutoSize = True
|
272
|
|
- Me.小間距_ch.Location = New System.Drawing.Point(9, 62)
|
|
278
|
+ Me.小間距_ch.Location = New System.Drawing.Point(9, 57)
|
273
|
279
|
Me.小間距_ch.Name = "小間距_ch"
|
274
|
|
- Me.小間距_ch.Size = New System.Drawing.Size(63, 20)
|
|
280
|
+ Me.小間距_ch.Size = New System.Drawing.Size(62, 20)
|
275
|
281
|
Me.小間距_ch.TabIndex = 1366
|
276
|
282
|
Me.小間距_ch.Text = "小間距"
|
277
|
283
|
Me.小間距_ch.UseVisualStyleBackColor = True
|
|
@@ -280,7 +286,7 @@ Partial Class 採購對帳單
|
280
|
286
|
'
|
281
|
287
|
Me.清空1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
282
|
288
|
Me.清空1_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
283
|
|
- Me.清空1_bt.Location = New System.Drawing.Point(362, 2)
|
|
289
|
+ Me.清空1_bt.Location = New System.Drawing.Point(362, 0)
|
284
|
290
|
Me.清空1_bt.Name = "清空1_bt"
|
285
|
291
|
Me.清空1_bt.Size = New System.Drawing.Size(59, 52)
|
286
|
292
|
Me.清空1_bt.TabIndex = 1364
|
|
@@ -289,11 +295,10 @@ Partial Class 採購對帳單
|
289
|
295
|
'
|
290
|
296
|
'供應商編碼1_tb
|
291
|
297
|
'
|
292
|
|
- Me.供應商編碼1_tb.Location = New System.Drawing.Point(574, 235)
|
|
298
|
+ Me.供應商編碼1_tb.Location = New System.Drawing.Point(140, 119)
|
293
|
299
|
Me.供應商編碼1_tb.Name = "供應商編碼1_tb"
|
294
|
300
|
Me.供應商編碼1_tb.Size = New System.Drawing.Size(122, 23)
|
295
|
301
|
Me.供應商編碼1_tb.TabIndex = 1363
|
296
|
|
- Me.供應商編碼1_tb.Visible = False
|
297
|
302
|
'
|
298
|
303
|
'查詢1_tb
|
299
|
304
|
'
|
|
@@ -318,7 +323,7 @@ Partial Class 採購對帳單
|
318
|
323
|
Me.Label14.ForeColor = System.Drawing.Color.Red
|
319
|
324
|
Me.Label14.Location = New System.Drawing.Point(6, 7)
|
320
|
325
|
Me.Label14.Name = "Label14"
|
321
|
|
- Me.Label14.Size = New System.Drawing.Size(56, 16)
|
|
326
|
+ Me.Label14.Size = New System.Drawing.Size(55, 16)
|
322
|
327
|
Me.Label14.TabIndex = 1359
|
323
|
328
|
Me.Label14.Text = "地 區"
|
324
|
329
|
'
|
|
@@ -326,7 +331,7 @@ Partial Class 採購對帳單
|
326
|
331
|
'
|
327
|
332
|
Me.供應商1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
328
|
333
|
Me.供應商1_cb.FormattingEnabled = True
|
329
|
|
- Me.供應商1_cb.Location = New System.Drawing.Point(180, 29)
|
|
334
|
+ Me.供應商1_cb.Location = New System.Drawing.Point(180, 27)
|
330
|
335
|
Me.供應商1_cb.Name = "供應商1_cb"
|
331
|
336
|
Me.供應商1_cb.Size = New System.Drawing.Size(134, 24)
|
332
|
337
|
Me.供應商1_cb.TabIndex = 1358
|
|
@@ -335,9 +340,9 @@ Partial Class 採購對帳單
|
335
|
340
|
'
|
336
|
341
|
Me.Label13.AutoSize = True
|
337
|
342
|
Me.Label13.ForeColor = System.Drawing.Color.Red
|
338
|
|
- Me.Label13.Location = New System.Drawing.Point(139, 34)
|
|
343
|
+ Me.Label13.Location = New System.Drawing.Point(139, 32)
|
339
|
344
|
Me.Label13.Name = "Label13"
|
340
|
|
- Me.Label13.Size = New System.Drawing.Size(44, 16)
|
|
345
|
+ Me.Label13.Size = New System.Drawing.Size(43, 16)
|
341
|
346
|
Me.Label13.TabIndex = 1357
|
342
|
347
|
Me.Label13.Text = "供應商"
|
343
|
348
|
'
|
|
@@ -345,7 +350,7 @@ Partial Class 採購對帳單
|
345
|
350
|
'
|
346
|
351
|
Me.供應商編碼1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
347
|
352
|
Me.供應商編碼1_cb.FormattingEnabled = True
|
348
|
|
- Me.供應商編碼1_cb.Location = New System.Drawing.Point(61, 29)
|
|
353
|
+ Me.供應商編碼1_cb.Location = New System.Drawing.Point(61, 27)
|
349
|
354
|
Me.供應商編碼1_cb.Name = "供應商編碼1_cb"
|
350
|
355
|
Me.供應商編碼1_cb.Size = New System.Drawing.Size(76, 24)
|
351
|
356
|
Me.供應商編碼1_cb.TabIndex = 1356
|
|
@@ -354,9 +359,9 @@ Partial Class 採購對帳單
|
354
|
359
|
'
|
355
|
360
|
Me.Label1.AutoSize = True
|
356
|
361
|
Me.Label1.ForeColor = System.Drawing.Color.Red
|
357
|
|
- Me.Label1.Location = New System.Drawing.Point(6, 33)
|
|
362
|
+ Me.Label1.Location = New System.Drawing.Point(6, 31)
|
358
|
363
|
Me.Label1.Name = "Label1"
|
359
|
|
- Me.Label1.Size = New System.Drawing.Size(56, 16)
|
|
364
|
+ Me.Label1.Size = New System.Drawing.Size(55, 16)
|
360
|
365
|
Me.Label1.TabIndex = 1355
|
361
|
366
|
Me.Label1.Text = "廠商編碼"
|
362
|
367
|
'
|
|
@@ -364,7 +369,7 @@ Partial Class 採購對帳單
|
364
|
369
|
'
|
365
|
370
|
Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
366
|
371
|
Me.存檔_bt.ForeColor = System.Drawing.Color.Green
|
367
|
|
- Me.存檔_bt.Location = New System.Drawing.Point(422, 2)
|
|
372
|
+ Me.存檔_bt.Location = New System.Drawing.Point(422, 0)
|
368
|
373
|
Me.存檔_bt.Name = "存檔_bt"
|
369
|
374
|
Me.存檔_bt.Size = New System.Drawing.Size(59, 52)
|
370
|
375
|
Me.存檔_bt.TabIndex = 1349
|
|
@@ -375,7 +380,7 @@ Partial Class 採購對帳單
|
375
|
380
|
'
|
376
|
381
|
Me.刪除單據上點選的資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
377
|
382
|
Me.刪除單據上點選的資料_bt.ForeColor = System.Drawing.Color.Red
|
378
|
|
- Me.刪除單據上點選的資料_bt.Location = New System.Drawing.Point(361, 85)
|
|
383
|
+ Me.刪除單據上點選的資料_bt.Location = New System.Drawing.Point(361, 79)
|
379
|
384
|
Me.刪除單據上點選的資料_bt.Name = "刪除單據上點選的資料_bt"
|
380
|
385
|
Me.刪除單據上點選的資料_bt.Size = New System.Drawing.Size(190, 25)
|
381
|
386
|
Me.刪除單據上點選的資料_bt.TabIndex = 1350
|
|
@@ -386,15 +391,15 @@ Partial Class 採購對帳單
|
386
|
391
|
'
|
387
|
392
|
Me.Label9.AutoSize = True
|
388
|
393
|
Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
389
|
|
- Me.Label9.Location = New System.Drawing.Point(776, 89)
|
|
394
|
+ Me.Label9.Location = New System.Drawing.Point(776, 83)
|
390
|
395
|
Me.Label9.Name = "Label9"
|
391
|
|
- Me.Label9.Size = New System.Drawing.Size(44, 16)
|
|
396
|
+ Me.Label9.Size = New System.Drawing.Size(43, 16)
|
392
|
397
|
Me.Label9.TabIndex = 1353
|
393
|
398
|
Me.Label9.Text = "筆資料"
|
394
|
399
|
'
|
395
|
400
|
'資料筆數1_tb
|
396
|
401
|
'
|
397
|
|
- Me.資料筆數1_tb.Location = New System.Drawing.Point(734, 86)
|
|
402
|
+ Me.資料筆數1_tb.Location = New System.Drawing.Point(734, 80)
|
398
|
403
|
Me.資料筆數1_tb.Name = "資料筆數1_tb"
|
399
|
404
|
Me.資料筆數1_tb.Size = New System.Drawing.Size(39, 23)
|
400
|
405
|
Me.資料筆數1_tb.TabIndex = 1352
|
|
@@ -404,16 +409,16 @@ Partial Class 採購對帳單
|
404
|
409
|
'
|
405
|
410
|
Me.Label10.AutoSize = True
|
406
|
411
|
Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
407
|
|
- Me.Label10.Location = New System.Drawing.Point(712, 89)
|
|
412
|
+ Me.Label10.Location = New System.Drawing.Point(712, 83)
|
408
|
413
|
Me.Label10.Name = "Label10"
|
409
|
|
- Me.Label10.Size = New System.Drawing.Size(20, 16)
|
|
414
|
+ Me.Label10.Size = New System.Drawing.Size(19, 16)
|
410
|
415
|
Me.Label10.TabIndex = 1351
|
411
|
416
|
Me.Label10.Text = "共"
|
412
|
417
|
'
|
413
|
418
|
'項次_tb
|
414
|
419
|
'
|
415
|
420
|
Me.項次_tb.Enabled = False
|
416
|
|
- Me.項次_tb.Location = New System.Drawing.Point(75, 86)
|
|
421
|
+ Me.項次_tb.Location = New System.Drawing.Point(75, 80)
|
417
|
422
|
Me.項次_tb.Name = "項次_tb"
|
418
|
423
|
Me.項次_tb.Size = New System.Drawing.Size(130, 23)
|
419
|
424
|
Me.項次_tb.TabIndex = 1348
|
|
@@ -421,9 +426,9 @@ Partial Class 採購對帳單
|
421
|
426
|
'選擇_lb
|
422
|
427
|
'
|
423
|
428
|
Me.選擇_lb.AutoSize = True
|
424
|
|
- Me.選擇_lb.Location = New System.Drawing.Point(7, 90)
|
|
429
|
+ Me.選擇_lb.Location = New System.Drawing.Point(7, 84)
|
425
|
430
|
Me.選擇_lb.Name = "選擇_lb"
|
426
|
|
- Me.選擇_lb.Size = New System.Drawing.Size(68, 16)
|
|
431
|
+ Me.選擇_lb.Size = New System.Drawing.Size(67, 16)
|
427
|
432
|
Me.選擇_lb.TabIndex = 1347
|
428
|
433
|
Me.選擇_lb.Text = "資料流水號"
|
429
|
434
|
'
|
|
@@ -433,16 +438,16 @@ Partial Class 採購對帳單
|
433
|
438
|
Me.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
434
|
439
|
Me.Label15.Location = New System.Drawing.Point(139, 6)
|
435
|
440
|
Me.Label15.Name = "Label15"
|
436
|
|
- Me.Label15.Size = New System.Drawing.Size(44, 16)
|
|
441
|
+ Me.Label15.Size = New System.Drawing.Size(43, 16)
|
437
|
442
|
Me.Label15.TabIndex = 1362
|
438
|
443
|
Me.Label15.Text = "關鍵字"
|
439
|
444
|
'
|
440
|
445
|
'Label17
|
441
|
446
|
'
|
442
|
447
|
Me.Label17.AutoSize = True
|
443
|
|
- Me.Label17.Location = New System.Drawing.Point(4, 43)
|
|
448
|
+ Me.Label17.Location = New System.Drawing.Point(4, 39)
|
444
|
449
|
Me.Label17.Name = "Label17"
|
445
|
|
- Me.Label17.Size = New System.Drawing.Size(1153, 16)
|
|
450
|
+ Me.Label17.Size = New System.Drawing.Size(1152, 16)
|
446
|
451
|
Me.Label17.TabIndex = 1365
|
447
|
452
|
Me.Label17.Text = resources.GetString("Label17.Text")
|
448
|
453
|
'
|
|
@@ -452,15 +457,16 @@ Partial Class 採購對帳單
|
452
|
457
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
453
|
458
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
454
|
459
|
Me.採購清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
460
|
+ Me.採購清單_dgv.BackgroundColor = System.Drawing.Color.White
|
455
|
461
|
Me.採購清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
456
|
|
- Me.採購清單_dgv.Location = New System.Drawing.Point(4, 113)
|
|
462
|
+ Me.採購清單_dgv.Location = New System.Drawing.Point(2, 106)
|
457
|
463
|
Me.採購清單_dgv.Name = "採購清單_dgv"
|
458
|
464
|
Me.採購清單_dgv.RowHeadersWidth = 5
|
459
|
|
- DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
460
|
|
- DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
461
|
|
- Me.採購清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
|
|
465
|
+ DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
466
|
+ DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
467
|
+ Me.採購清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
|
462
|
468
|
Me.採購清單_dgv.RowTemplate.Height = 24
|
463
|
|
- Me.採購清單_dgv.Size = New System.Drawing.Size(1319, 523)
|
|
469
|
+ Me.採購清單_dgv.Size = New System.Drawing.Size(1328, 417)
|
464
|
470
|
Me.採購清單_dgv.TabIndex = 1346
|
465
|
471
|
'
|
466
|
472
|
'SaveFileDialog1
|
|
@@ -472,7 +478,7 @@ Partial Class 採購對帳單
|
472
|
478
|
'採購金額1_tb
|
473
|
479
|
'
|
474
|
480
|
Me.採購金額1_tb.ForeColor = System.Drawing.Color.Green
|
475
|
|
- Me.採購金額1_tb.Location = New System.Drawing.Point(624, 60)
|
|
481
|
+ Me.採購金額1_tb.Location = New System.Drawing.Point(624, 55)
|
476
|
482
|
Me.採購金額1_tb.Name = "採購金額1_tb"
|
477
|
483
|
Me.採購金額1_tb.Size = New System.Drawing.Size(117, 23)
|
478
|
484
|
Me.採購金額1_tb.TabIndex = 1454
|
|
@@ -482,16 +488,16 @@ Partial Class 採購對帳單
|
482
|
488
|
'
|
483
|
489
|
Me.Label6.AutoSize = True
|
484
|
490
|
Me.Label6.ForeColor = System.Drawing.Color.Green
|
485
|
|
- Me.Label6.Location = New System.Drawing.Point(557, 63)
|
|
491
|
+ Me.Label6.Location = New System.Drawing.Point(557, 58)
|
486
|
492
|
Me.Label6.Name = "Label6"
|
487
|
|
- Me.Label6.Size = New System.Drawing.Size(56, 16)
|
|
493
|
+ Me.Label6.Size = New System.Drawing.Size(55, 16)
|
488
|
494
|
Me.Label6.TabIndex = 1453
|
489
|
495
|
Me.Label6.Text = "採購金額"
|
490
|
496
|
'
|
491
|
497
|
'供應商_tb
|
492
|
498
|
'
|
493
|
499
|
Me.供應商_tb.ForeColor = System.Drawing.Color.Green
|
494
|
|
- Me.供應商_tb.Location = New System.Drawing.Point(463, 60)
|
|
500
|
+ Me.供應商_tb.Location = New System.Drawing.Point(463, 55)
|
495
|
501
|
Me.供應商_tb.Name = "供應商_tb"
|
496
|
502
|
Me.供應商_tb.Size = New System.Drawing.Size(88, 23)
|
497
|
503
|
Me.供應商_tb.TabIndex = 1452
|
|
@@ -501,9 +507,9 @@ Partial Class 採購對帳單
|
501
|
507
|
'
|
502
|
508
|
Me.Label2.AutoSize = True
|
503
|
509
|
Me.Label2.ForeColor = System.Drawing.Color.Green
|
504
|
|
- Me.Label2.Location = New System.Drawing.Point(419, 63)
|
|
510
|
+ Me.Label2.Location = New System.Drawing.Point(419, 58)
|
505
|
511
|
Me.Label2.Name = "Label2"
|
506
|
|
- Me.Label2.Size = New System.Drawing.Size(44, 16)
|
|
512
|
+ Me.Label2.Size = New System.Drawing.Size(43, 16)
|
507
|
513
|
Me.Label2.TabIndex = 1451
|
508
|
514
|
Me.Label2.Text = "供應商"
|
509
|
515
|
'
|
|
@@ -521,28 +527,24 @@ Partial Class 採購對帳單
|
521
|
527
|
'
|
522
|
528
|
'日期3_dtp
|
523
|
529
|
'
|
524
|
|
- Me.日期3_dtp.Enabled = False
|
525
|
|
- Me.日期3_dtp.Location = New System.Drawing.Point(446, 148)
|
|
530
|
+ Me.日期3_dtp.Location = New System.Drawing.Point(12, 32)
|
526
|
531
|
Me.日期3_dtp.Name = "日期3_dtp"
|
527
|
532
|
Me.日期3_dtp.Size = New System.Drawing.Size(122, 23)
|
528
|
533
|
Me.日期3_dtp.TabIndex = 1455
|
529
|
|
- Me.日期3_dtp.Visible = False
|
530
|
534
|
'
|
531
|
535
|
'日期4_dtp
|
532
|
536
|
'
|
533
|
|
- Me.日期4_dtp.Enabled = False
|
534
|
|
- Me.日期4_dtp.Location = New System.Drawing.Point(446, 177)
|
|
537
|
+ Me.日期4_dtp.Location = New System.Drawing.Point(12, 61)
|
535
|
538
|
Me.日期4_dtp.Name = "日期4_dtp"
|
536
|
539
|
Me.日期4_dtp.Size = New System.Drawing.Size(122, 23)
|
537
|
540
|
Me.日期4_dtp.TabIndex = 1456
|
538
|
|
- Me.日期4_dtp.Visible = False
|
539
|
541
|
'
|
540
|
542
|
'批量勾選_cb
|
541
|
543
|
'
|
542
|
544
|
Me.批量勾選_cb.AutoSize = True
|
543
|
|
- Me.批量勾選_cb.Location = New System.Drawing.Point(747, 61)
|
|
545
|
+ Me.批量勾選_cb.Location = New System.Drawing.Point(747, 56)
|
544
|
546
|
Me.批量勾選_cb.Name = "批量勾選_cb"
|
545
|
|
- Me.批量勾選_cb.Size = New System.Drawing.Size(75, 20)
|
|
547
|
+ Me.批量勾選_cb.Size = New System.Drawing.Size(74, 20)
|
546
|
548
|
Me.批量勾選_cb.TabIndex = 1457
|
547
|
549
|
Me.批量勾選_cb.Text = "批量勾選"
|
548
|
550
|
Me.批量勾選_cb.UseVisualStyleBackColor = True
|
|
@@ -551,7 +553,7 @@ Partial Class 採購對帳單
|
551
|
553
|
'
|
552
|
554
|
Me.過帳_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
553
|
555
|
Me.過帳_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
554
|
|
- Me.過帳_bt.Location = New System.Drawing.Point(602, 2)
|
|
556
|
+ Me.過帳_bt.Location = New System.Drawing.Point(602, 0)
|
555
|
557
|
Me.過帳_bt.Name = "過帳_bt"
|
556
|
558
|
Me.過帳_bt.Size = New System.Drawing.Size(59, 52)
|
557
|
559
|
Me.過帳_bt.TabIndex = 1458
|
|
@@ -562,7 +564,7 @@ Partial Class 採購對帳單
|
562
|
564
|
'
|
563
|
565
|
Me.列印Excel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
564
|
566
|
Me.列印Excel_bt.ForeColor = System.Drawing.Color.Green
|
565
|
|
- Me.列印Excel_bt.Location = New System.Drawing.Point(662, 2)
|
|
567
|
+ Me.列印Excel_bt.Location = New System.Drawing.Point(662, 0)
|
566
|
568
|
Me.列印Excel_bt.Name = "列印Excel_bt"
|
567
|
569
|
Me.列印Excel_bt.Size = New System.Drawing.Size(59, 52)
|
568
|
570
|
Me.列印Excel_bt.TabIndex = 1459
|
|
@@ -599,7 +601,7 @@ Partial Class 採購對帳單
|
599
|
601
|
'
|
600
|
602
|
Me.全部選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
601
|
603
|
Me.全部選擇_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
|
602
|
|
- Me.全部選擇_bt.Location = New System.Drawing.Point(482, 2)
|
|
604
|
+ Me.全部選擇_bt.Location = New System.Drawing.Point(482, 0)
|
603
|
605
|
Me.全部選擇_bt.Name = "全部選擇_bt"
|
604
|
606
|
Me.全部選擇_bt.Size = New System.Drawing.Size(59, 52)
|
605
|
607
|
Me.全部選擇_bt.TabIndex = 1464
|
|
@@ -610,7 +612,7 @@ Partial Class 採購對帳單
|
610
|
612
|
'
|
611
|
613
|
Me.全部取消_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
612
|
614
|
Me.全部取消_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
|
613
|
|
- Me.全部取消_bt.Location = New System.Drawing.Point(542, 2)
|
|
615
|
+ Me.全部取消_bt.Location = New System.Drawing.Point(542, 0)
|
614
|
616
|
Me.全部取消_bt.Name = "全部取消_bt"
|
615
|
617
|
Me.全部取消_bt.Size = New System.Drawing.Size(59, 52)
|
616
|
618
|
Me.全部取消_bt.TabIndex = 1465
|
|
@@ -622,7 +624,7 @@ Partial Class 採購對帳單
|
622
|
624
|
Me.說明_lb.AutoSize = True
|
623
|
625
|
Me.說明_lb.Location = New System.Drawing.Point(726, 5)
|
624
|
626
|
Me.說明_lb.Name = "說明_lb"
|
625
|
|
- Me.說明_lb.Size = New System.Drawing.Size(36, 16)
|
|
627
|
+ Me.說明_lb.Size = New System.Drawing.Size(35, 16)
|
626
|
628
|
Me.說明_lb.TabIndex = 1466
|
627
|
629
|
Me.說明_lb.Text = "1234"
|
628
|
630
|
'
|
|
@@ -637,12 +639,25 @@ Partial Class 採購對帳單
|
637
|
639
|
Me.TabControl1.Location = New System.Drawing.Point(-1, 5)
|
638
|
640
|
Me.TabControl1.Name = "TabControl1"
|
639
|
641
|
Me.TabControl1.SelectedIndex = 0
|
640
|
|
- Me.TabControl1.Size = New System.Drawing.Size(1340, 675)
|
|
642
|
+ Me.TabControl1.Size = New System.Drawing.Size(1343, 679)
|
641
|
643
|
Me.TabControl1.TabIndex = 1467
|
642
|
644
|
'
|
643
|
645
|
'TabPage1
|
644
|
646
|
'
|
645
|
647
|
Me.TabPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
648
|
+ Me.TabPage1.Controls.Add(Me.供應商編碼_cb)
|
|
649
|
+ Me.TabPage1.Controls.Add(Me.供應商_cb)
|
|
650
|
+ Me.TabPage1.Controls.Add(Me.Label23)
|
|
651
|
+ Me.TabPage1.Controls.Add(Me.外埔過帳_bt)
|
|
652
|
+ Me.TabPage1.Controls.Add(Me.外埔刪除_bt)
|
|
653
|
+ Me.TabPage1.Controls.Add(Me.外埔修改_bt)
|
|
654
|
+ Me.TabPage1.Controls.Add(Me.外埔新增_bt)
|
|
655
|
+ Me.TabPage1.Controls.Add(Me.金額_nud)
|
|
656
|
+ Me.TabPage1.Controls.Add(Me.Label21)
|
|
657
|
+ Me.TabPage1.Controls.Add(Me.內容_tb)
|
|
658
|
+ Me.TabPage1.Controls.Add(Me.Label20)
|
|
659
|
+ Me.TabPage1.Controls.Add(Me.外埔報表_dgv)
|
|
660
|
+ Me.TabPage1.Controls.Add(Me.Panel1)
|
646
|
661
|
Me.TabPage1.Controls.Add(Me.Label8)
|
647
|
662
|
Me.TabPage1.Controls.Add(Me.物料圖_pb)
|
648
|
663
|
Me.TabPage1.Controls.Add(Me.說明_lb)
|
|
@@ -657,9 +672,7 @@ Partial Class 採購對帳單
|
657
|
672
|
Me.TabPage1.Controls.Add(Me.Label9)
|
658
|
673
|
Me.TabPage1.Controls.Add(Me.批量勾選_cb)
|
659
|
674
|
Me.TabPage1.Controls.Add(Me.刪除單據上點選的資料_bt)
|
660
|
|
- Me.TabPage1.Controls.Add(Me.日期4_dtp)
|
661
|
675
|
Me.TabPage1.Controls.Add(Me.存檔_bt)
|
662
|
|
- Me.TabPage1.Controls.Add(Me.日期3_dtp)
|
663
|
676
|
Me.TabPage1.Controls.Add(Me.採購金額1_tb)
|
664
|
677
|
Me.TabPage1.Controls.Add(Me.供應商編碼1_cb)
|
665
|
678
|
Me.TabPage1.Controls.Add(Me.Label6)
|
|
@@ -667,26 +680,16 @@ Partial Class 採購對帳單
|
667
|
680
|
Me.TabPage1.Controls.Add(Me.供應商1_cb)
|
668
|
681
|
Me.TabPage1.Controls.Add(Me.Label2)
|
669
|
682
|
Me.TabPage1.Controls.Add(Me.地區1_cb)
|
670
|
|
- Me.TabPage1.Controls.Add(Me.下載檔名_tb)
|
671
|
683
|
Me.TabPage1.Controls.Add(Me.查詢1_tb)
|
672
|
|
- Me.TabPage1.Controls.Add(Me.料號_tb)
|
673
|
|
- Me.TabPage1.Controls.Add(Me.供應商編碼1_tb)
|
674
|
|
- Me.TabPage1.Controls.Add(Me.單號1_tb)
|
675
|
684
|
Me.TabPage1.Controls.Add(Me.清空1_bt)
|
676
|
|
- Me.TabPage1.Controls.Add(Me.版次_tb)
|
677
|
685
|
Me.TabPage1.Controls.Add(Me.小間距_ch)
|
678
|
|
- Me.TabPage1.Controls.Add(Me.檔名讀取_tb)
|
679
|
686
|
Me.TabPage1.Controls.Add(Me.大間距_ch)
|
680
|
687
|
Me.TabPage1.Controls.Add(Me.採購金額_tb)
|
681
|
688
|
Me.TabPage1.Controls.Add(Me.中間距_ch)
|
682
|
|
- Me.TabPage1.Controls.Add(Me.單號_tb)
|
683
|
689
|
Me.TabPage1.Controls.Add(Me.申請人_tb)
|
684
|
690
|
Me.TabPage1.Controls.Add(Me.業務1_cb)
|
685
|
691
|
Me.TabPage1.Controls.Add(Me.Label19)
|
686
|
692
|
Me.TabPage1.Controls.Add(Me.Label3)
|
687
|
|
- Me.TabPage1.Controls.Add(Me.日期2_dtp)
|
688
|
|
- Me.TabPage1.Controls.Add(Me.日期1_dtp)
|
689
|
|
- Me.TabPage1.Controls.Add(Me.採購清單_dgv)
|
690
|
693
|
Me.TabPage1.Controls.Add(Me.Label7)
|
691
|
694
|
Me.TabPage1.Controls.Add(Me.Label16)
|
692
|
695
|
Me.TabPage1.Controls.Add(Me.Label1)
|
|
@@ -694,20 +697,193 @@ Partial Class 採購對帳單
|
694
|
697
|
Me.TabPage1.Controls.Add(Me.Label15)
|
695
|
698
|
Me.TabPage1.Controls.Add(Me.Label13)
|
696
|
699
|
Me.TabPage1.Controls.Add(Me.Label17)
|
|
700
|
+ Me.TabPage1.Controls.Add(Me.採購清單_dgv)
|
697
|
701
|
Me.TabPage1.Location = New System.Drawing.Point(4, 28)
|
698
|
702
|
Me.TabPage1.Name = "TabPage1"
|
699
|
703
|
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
700
|
|
- Me.TabPage1.Size = New System.Drawing.Size(1332, 643)
|
|
704
|
+ Me.TabPage1.Size = New System.Drawing.Size(1335, 647)
|
701
|
705
|
Me.TabPage1.TabIndex = 0
|
702
|
706
|
Me.TabPage1.Text = "---採購對帳單---"
|
703
|
707
|
Me.TabPage1.UseVisualStyleBackColor = True
|
704
|
708
|
'
|
|
709
|
+ '供應商編碼_cb
|
|
710
|
+ '
|
|
711
|
+ Me.供應商編碼_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
712
|
+ Me.供應商編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
713
|
+ Me.供應商編碼_cb.FormattingEnabled = True
|
|
714
|
+ Me.供應商編碼_cb.Location = New System.Drawing.Point(192, 524)
|
|
715
|
+ Me.供應商編碼_cb.Name = "供應商編碼_cb"
|
|
716
|
+ Me.供應商編碼_cb.Size = New System.Drawing.Size(76, 24)
|
|
717
|
+ Me.供應商編碼_cb.TabIndex = 1483
|
|
718
|
+ '
|
|
719
|
+ '供應商_cb
|
|
720
|
+ '
|
|
721
|
+ Me.供應商_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
722
|
+ Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
723
|
+ Me.供應商_cb.FormattingEnabled = True
|
|
724
|
+ Me.供應商_cb.Location = New System.Drawing.Point(59, 524)
|
|
725
|
+ Me.供應商_cb.Name = "供應商_cb"
|
|
726
|
+ Me.供應商_cb.Size = New System.Drawing.Size(132, 24)
|
|
727
|
+ Me.供應商_cb.TabIndex = 1485
|
|
728
|
+ '
|
|
729
|
+ 'Label23
|
|
730
|
+ '
|
|
731
|
+ Me.Label23.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
732
|
+ Me.Label23.AutoSize = True
|
|
733
|
+ Me.Label23.ForeColor = System.Drawing.Color.Red
|
|
734
|
+ Me.Label23.Location = New System.Drawing.Point(4, 529)
|
|
735
|
+ Me.Label23.Name = "Label23"
|
|
736
|
+ Me.Label23.Size = New System.Drawing.Size(55, 16)
|
|
737
|
+ Me.Label23.TabIndex = 1484
|
|
738
|
+ Me.Label23.Text = "供 應 商"
|
|
739
|
+ '
|
|
740
|
+ '外埔過帳_bt
|
|
741
|
+ '
|
|
742
|
+ Me.外埔過帳_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
743
|
+ Me.外埔過帳_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
744
|
+ Me.外埔過帳_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
745
|
+ Me.外埔過帳_bt.Location = New System.Drawing.Point(356, 524)
|
|
746
|
+ Me.外埔過帳_bt.Name = "外埔過帳_bt"
|
|
747
|
+ Me.外埔過帳_bt.Size = New System.Drawing.Size(86, 60)
|
|
748
|
+ Me.外埔過帳_bt.TabIndex = 1481
|
|
749
|
+ Me.外埔過帳_bt.Text = "過帳"
|
|
750
|
+ Me.外埔過帳_bt.UseVisualStyleBackColor = True
|
|
751
|
+ '
|
|
752
|
+ '外埔刪除_bt
|
|
753
|
+ '
|
|
754
|
+ Me.外埔刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
755
|
+ Me.外埔刪除_bt.ForeColor = System.Drawing.Color.Red
|
|
756
|
+ Me.外埔刪除_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
757
|
+ Me.外埔刪除_bt.Location = New System.Drawing.Point(356, 584)
|
|
758
|
+ Me.外埔刪除_bt.Name = "外埔刪除_bt"
|
|
759
|
+ Me.外埔刪除_bt.Size = New System.Drawing.Size(86, 60)
|
|
760
|
+ Me.外埔刪除_bt.TabIndex = 1480
|
|
761
|
+ Me.外埔刪除_bt.Text = "刪除"
|
|
762
|
+ Me.外埔刪除_bt.UseVisualStyleBackColor = True
|
|
763
|
+ '
|
|
764
|
+ '外埔修改_bt
|
|
765
|
+ '
|
|
766
|
+ Me.外埔修改_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
767
|
+ Me.外埔修改_bt.ForeColor = System.Drawing.Color.Green
|
|
768
|
+ Me.外埔修改_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
769
|
+ Me.外埔修改_bt.Location = New System.Drawing.Point(270, 584)
|
|
770
|
+ Me.外埔修改_bt.Name = "外埔修改_bt"
|
|
771
|
+ Me.外埔修改_bt.Size = New System.Drawing.Size(86, 60)
|
|
772
|
+ Me.外埔修改_bt.TabIndex = 1479
|
|
773
|
+ Me.外埔修改_bt.Text = "修改"
|
|
774
|
+ Me.外埔修改_bt.UseVisualStyleBackColor = True
|
|
775
|
+ '
|
|
776
|
+ '外埔新增_bt
|
|
777
|
+ '
|
|
778
|
+ Me.外埔新增_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
779
|
+ Me.外埔新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
780
|
+ Me.外埔新增_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
781
|
+ Me.外埔新增_bt.Location = New System.Drawing.Point(270, 524)
|
|
782
|
+ Me.外埔新增_bt.Name = "外埔新增_bt"
|
|
783
|
+ Me.外埔新增_bt.Size = New System.Drawing.Size(86, 60)
|
|
784
|
+ Me.外埔新增_bt.TabIndex = 1478
|
|
785
|
+ Me.外埔新增_bt.Text = "新增"
|
|
786
|
+ Me.外埔新增_bt.UseVisualStyleBackColor = True
|
|
787
|
+ '
|
|
788
|
+ '金額_nud
|
|
789
|
+ '
|
|
790
|
+ Me.金額_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
791
|
+ Me.金額_nud.Location = New System.Drawing.Point(68, 618)
|
|
792
|
+ Me.金額_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
|
|
793
|
+ Me.金額_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
|
|
794
|
+ Me.金額_nud.Name = "金額_nud"
|
|
795
|
+ Me.金額_nud.Size = New System.Drawing.Size(200, 23)
|
|
796
|
+ Me.金額_nud.TabIndex = 1477
|
|
797
|
+ '
|
|
798
|
+ 'Label21
|
|
799
|
+ '
|
|
800
|
+ Me.Label21.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
801
|
+ Me.Label21.AutoSize = True
|
|
802
|
+ Me.Label21.ForeColor = System.Drawing.Color.Green
|
|
803
|
+ Me.Label21.Location = New System.Drawing.Point(7, 622)
|
|
804
|
+ Me.Label21.Name = "Label21"
|
|
805
|
+ Me.Label21.Size = New System.Drawing.Size(55, 16)
|
|
806
|
+ Me.Label21.TabIndex = 1475
|
|
807
|
+ Me.Label21.Text = "差異金額"
|
|
808
|
+ '
|
|
809
|
+ '內容_tb
|
|
810
|
+ '
|
|
811
|
+ Me.內容_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
812
|
+ Me.內容_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
813
|
+ Me.內容_tb.Location = New System.Drawing.Point(3, 565)
|
|
814
|
+ Me.內容_tb.Multiline = True
|
|
815
|
+ Me.內容_tb.Name = "內容_tb"
|
|
816
|
+ Me.內容_tb.Size = New System.Drawing.Size(265, 50)
|
|
817
|
+ Me.內容_tb.TabIndex = 1474
|
|
818
|
+ '
|
|
819
|
+ 'Label20
|
|
820
|
+ '
|
|
821
|
+ Me.Label20.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
822
|
+ Me.Label20.AutoSize = True
|
|
823
|
+ Me.Label20.Location = New System.Drawing.Point(4, 549)
|
|
824
|
+ Me.Label20.Name = "Label20"
|
|
825
|
+ Me.Label20.Size = New System.Drawing.Size(91, 16)
|
|
826
|
+ Me.Label20.TabIndex = 1473
|
|
827
|
+ Me.Label20.Text = "補充、備註內容"
|
|
828
|
+ '
|
|
829
|
+ '外埔報表_dgv
|
|
830
|
+ '
|
|
831
|
+ Me.外埔報表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
|
832
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
833
|
+ Me.外埔報表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
834
|
+ Me.外埔報表_dgv.BackgroundColor = System.Drawing.Color.White
|
|
835
|
+ Me.外埔報表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
836
|
+ Me.外埔報表_dgv.Location = New System.Drawing.Point(443, 522)
|
|
837
|
+ Me.外埔報表_dgv.Name = "外埔報表_dgv"
|
|
838
|
+ Me.外埔報表_dgv.RowHeadersWidth = 5
|
|
839
|
+ DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
840
|
+ DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
841
|
+ Me.外埔報表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
|
|
842
|
+ Me.外埔報表_dgv.RowTemplate.Height = 24
|
|
843
|
+ Me.外埔報表_dgv.Size = New System.Drawing.Size(887, 120)
|
|
844
|
+ Me.外埔報表_dgv.TabIndex = 1472
|
|
845
|
+ '
|
|
846
|
+ 'Panel1
|
|
847
|
+ '
|
|
848
|
+ Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
849
|
+ Me.Panel1.Controls.Add(Me.流水號_tb)
|
|
850
|
+ Me.Panel1.Controls.Add(Me.TextBox2)
|
|
851
|
+ Me.Panel1.Controls.Add(Me.單號_tb)
|
|
852
|
+ Me.Panel1.Controls.Add(Me.日期1_dtp)
|
|
853
|
+ Me.Panel1.Controls.Add(Me.日期2_dtp)
|
|
854
|
+ Me.Panel1.Controls.Add(Me.檔名讀取_tb)
|
|
855
|
+ Me.Panel1.Controls.Add(Me.版次_tb)
|
|
856
|
+ Me.Panel1.Controls.Add(Me.單號1_tb)
|
|
857
|
+ Me.Panel1.Controls.Add(Me.供應商編碼1_tb)
|
|
858
|
+ Me.Panel1.Controls.Add(Me.料號_tb)
|
|
859
|
+ Me.Panel1.Controls.Add(Me.下載檔名_tb)
|
|
860
|
+ Me.Panel1.Controls.Add(Me.日期3_dtp)
|
|
861
|
+ Me.Panel1.Controls.Add(Me.日期4_dtp)
|
|
862
|
+ Me.Panel1.Location = New System.Drawing.Point(542, 292)
|
|
863
|
+ Me.Panel1.Name = "Panel1"
|
|
864
|
+ Me.Panel1.Size = New System.Drawing.Size(270, 214)
|
|
865
|
+ Me.Panel1.TabIndex = 1470
|
|
866
|
+ '
|
|
867
|
+ '流水號_tb
|
|
868
|
+ '
|
|
869
|
+ Me.流水號_tb.Location = New System.Drawing.Point(12, 177)
|
|
870
|
+ Me.流水號_tb.Name = "流水號_tb"
|
|
871
|
+ Me.流水號_tb.Size = New System.Drawing.Size(122, 23)
|
|
872
|
+ Me.流水號_tb.TabIndex = 1458
|
|
873
|
+ '
|
|
874
|
+ 'TextBox2
|
|
875
|
+ '
|
|
876
|
+ Me.TextBox2.Location = New System.Drawing.Point(12, 3)
|
|
877
|
+ Me.TextBox2.Name = "TextBox2"
|
|
878
|
+ Me.TextBox2.Size = New System.Drawing.Size(122, 23)
|
|
879
|
+ Me.TextBox2.TabIndex = 1457
|
|
880
|
+ '
|
705
|
881
|
'Label8
|
706
|
882
|
'
|
707
|
883
|
Me.Label8.AutoSize = True
|
708
|
|
- Me.Label8.Location = New System.Drawing.Point(828, 63)
|
|
884
|
+ Me.Label8.Location = New System.Drawing.Point(828, 58)
|
709
|
885
|
Me.Label8.Name = "Label8"
|
710
|
|
- Me.Label8.Size = New System.Drawing.Size(224, 32)
|
|
886
|
+ Me.Label8.Size = New System.Drawing.Size(223, 32)
|
711
|
887
|
Me.Label8.TabIndex = 1469
|
712
|
888
|
Me.Label8.Text = "打勾批量勾選,點一下清單式選擇," & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 點兩下清單式取消選擇。"
|
713
|
889
|
'
|
|
@@ -717,7 +893,7 @@ Partial Class 採購對帳單
|
717
|
893
|
Me.物料圖_pb.BackgroundImage = Global.YD_ERP_SYS.My.Resources.Resources.底圖1
|
718
|
894
|
Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
719
|
895
|
Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
720
|
|
- Me.物料圖_pb.Location = New System.Drawing.Point(1142, 2)
|
|
896
|
+ Me.物料圖_pb.Location = New System.Drawing.Point(1145, -2)
|
721
|
897
|
Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
722
|
898
|
Me.物料圖_pb.Name = "物料圖_pb"
|
723
|
899
|
Me.物料圖_pb.Size = New System.Drawing.Size(182, 107)
|
|
@@ -728,9 +904,9 @@ Partial Class 採購對帳單
|
728
|
904
|
'
|
729
|
905
|
Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
730
|
906
|
Me.Label7.AutoSize = True
|
731
|
|
- Me.Label7.Location = New System.Drawing.Point(214, 43)
|
|
907
|
+ Me.Label7.Location = New System.Drawing.Point(217, 39)
|
732
|
908
|
Me.Label7.Name = "Label7"
|
733
|
|
- Me.Label7.Size = New System.Drawing.Size(928, 16)
|
|
909
|
+ Me.Label7.Size = New System.Drawing.Size(927, 16)
|
734
|
910
|
Me.Label7.TabIndex = 1467
|
735
|
911
|
Me.Label7.Text = "_________________________________________________________________________________" &
|
736
|
912
|
"________________________________________________________________________________" &
|
|
@@ -755,7 +931,7 @@ Partial Class 採購對帳單
|
755
|
931
|
Me.TabPage2.Location = New System.Drawing.Point(4, 28)
|
756
|
932
|
Me.TabPage2.Name = "TabPage2"
|
757
|
933
|
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
|
758
|
|
- Me.TabPage2.Size = New System.Drawing.Size(1332, 643)
|
|
934
|
+ Me.TabPage2.Size = New System.Drawing.Size(1335, 647)
|
759
|
935
|
Me.TabPage2.TabIndex = 1
|
760
|
936
|
Me.TabPage2.Text = "訂製資料圖片圖庫"
|
761
|
937
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
@@ -777,14 +953,14 @@ Partial Class 採購對帳單
|
777
|
953
|
Me.Label11.ForeColor = System.Drawing.Color.Red
|
778
|
954
|
Me.Label11.Location = New System.Drawing.Point(105, 48)
|
779
|
955
|
Me.Label11.Name = "Label11"
|
780
|
|
- Me.Label11.Size = New System.Drawing.Size(244, 32)
|
|
956
|
+ Me.Label11.Size = New System.Drawing.Size(243, 32)
|
781
|
957
|
Me.Label11.TabIndex = 1398
|
782
|
958
|
Me.Label11.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "檔案名稱不要帶有中文字或是符號"
|
783
|
959
|
'
|
784
|
960
|
'FTP資料夾_wb
|
785
|
961
|
'
|
786
|
962
|
Me.FTP資料夾_wb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
787
|
|
- Me.FTP資料夾_wb.Location = New System.Drawing.Point(97, 479)
|
|
963
|
+ Me.FTP資料夾_wb.Location = New System.Drawing.Point(97, 483)
|
788
|
964
|
Me.FTP資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
|
789
|
965
|
Me.FTP資料夾_wb.Name = "FTP資料夾_wb"
|
790
|
966
|
Me.FTP資料夾_wb.Size = New System.Drawing.Size(282, 152)
|
|
@@ -798,7 +974,7 @@ Partial Class 採購對帳單
|
798
|
974
|
Me.本機資料夾_wb.Location = New System.Drawing.Point(97, 82)
|
799
|
975
|
Me.本機資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
|
800
|
976
|
Me.本機資料夾_wb.Name = "本機資料夾_wb"
|
801
|
|
- Me.本機資料夾_wb.Size = New System.Drawing.Size(282, 348)
|
|
977
|
+ Me.本機資料夾_wb.Size = New System.Drawing.Size(282, 352)
|
802
|
978
|
Me.本機資料夾_wb.TabIndex = 1394
|
803
|
979
|
Me.本機資料夾_wb.Url = New System.Uri("", System.UriKind.Relative)
|
804
|
980
|
'
|
|
@@ -808,7 +984,7 @@ Partial Class 採購對帳單
|
808
|
984
|
Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
809
|
985
|
Me.Label4.Location = New System.Drawing.Point(98, 31)
|
810
|
986
|
Me.Label4.Name = "Label4"
|
811
|
|
- Me.Label4.Size = New System.Drawing.Size(56, 16)
|
|
987
|
+ Me.Label4.Size = New System.Drawing.Size(55, 16)
|
812
|
988
|
Me.Label4.TabIndex = 1396
|
813
|
989
|
Me.Label4.Text = "我的電腦"
|
814
|
990
|
'
|
|
@@ -817,7 +993,7 @@ Partial Class 採購對帳單
|
817
|
993
|
Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
818
|
994
|
Me.Label12.AutoSize = True
|
819
|
995
|
Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
820
|
|
- Me.Label12.Location = New System.Drawing.Point(96, 462)
|
|
996
|
+ Me.Label12.Location = New System.Drawing.Point(96, 466)
|
821
|
997
|
Me.Label12.Name = "Label12"
|
822
|
998
|
Me.Label12.Size = New System.Drawing.Size(108, 17)
|
823
|
999
|
Me.Label12.TabIndex = 1397
|
|
@@ -828,7 +1004,7 @@ Partial Class 採購對帳單
|
828
|
1004
|
Me.檔案名稱_tb.AllowDrop = True
|
829
|
1005
|
Me.檔案名稱_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
830
|
1006
|
Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
|
831
|
|
- Me.檔案名稱_tb.Location = New System.Drawing.Point(148, 436)
|
|
1007
|
+ Me.檔案名稱_tb.Location = New System.Drawing.Point(148, 440)
|
832
|
1008
|
Me.檔案名稱_tb.Name = "檔案名稱_tb"
|
833
|
1009
|
Me.檔案名稱_tb.Size = New System.Drawing.Size(231, 23)
|
834
|
1010
|
Me.檔案名稱_tb.TabIndex = 1399
|
|
@@ -857,8 +1033,8 @@ Partial Class 採購對帳單
|
857
|
1033
|
'
|
858
|
1034
|
'訂製圖檔_dgv
|
859
|
1035
|
'
|
860
|
|
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
861
|
|
- Me.訂製圖檔_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
|
1036
|
+ DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
1037
|
+ Me.訂製圖檔_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
|
862
|
1038
|
Me.訂製圖檔_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
863
|
1039
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
864
|
1040
|
Me.訂製圖檔_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
@@ -866,11 +1042,11 @@ Partial Class 採購對帳單
|
866
|
1042
|
Me.訂製圖檔_dgv.Location = New System.Drawing.Point(2, 54)
|
867
|
1043
|
Me.訂製圖檔_dgv.Name = "訂製圖檔_dgv"
|
868
|
1044
|
Me.訂製圖檔_dgv.RowHeadersWidth = 5
|
869
|
|
- DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
870
|
|
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
871
|
|
- Me.訂製圖檔_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
|
|
1045
|
+ DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1046
|
+ DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
1047
|
+ Me.訂製圖檔_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8
|
872
|
1048
|
Me.訂製圖檔_dgv.RowTemplate.Height = 24
|
873
|
|
- Me.訂製圖檔_dgv.Size = New System.Drawing.Size(90, 580)
|
|
1049
|
+ Me.訂製圖檔_dgv.Size = New System.Drawing.Size(90, 584)
|
874
|
1050
|
Me.訂製圖檔_dgv.TabIndex = 1403
|
875
|
1051
|
'
|
876
|
1052
|
'大圖預覽_bt
|
|
@@ -888,9 +1064,9 @@ Partial Class 採購對帳單
|
888
|
1064
|
'
|
889
|
1065
|
Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
890
|
1066
|
Me.Label5.AutoSize = True
|
891
|
|
- Me.Label5.Location = New System.Drawing.Point(94, 439)
|
|
1067
|
+ Me.Label5.Location = New System.Drawing.Point(94, 443)
|
892
|
1068
|
Me.Label5.Name = "Label5"
|
893
|
|
- Me.Label5.Size = New System.Drawing.Size(56, 16)
|
|
1069
|
+ Me.Label5.Size = New System.Drawing.Size(55, 16)
|
894
|
1070
|
Me.Label5.TabIndex = 1400
|
895
|
1071
|
Me.Label5.Text = "檔案名稱"
|
896
|
1072
|
'
|
|
@@ -905,7 +1081,7 @@ Partial Class 採購對帳單
|
905
|
1081
|
Me.物料圖1_pb.Location = New System.Drawing.Point(385, 2)
|
906
|
1082
|
Me.物料圖1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
907
|
1083
|
Me.物料圖1_pb.Name = "物料圖1_pb"
|
908
|
|
- Me.物料圖1_pb.Size = New System.Drawing.Size(942, 631)
|
|
1084
|
+ Me.物料圖1_pb.Size = New System.Drawing.Size(945, 635)
|
909
|
1085
|
Me.物料圖1_pb.TabIndex = 1392
|
910
|
1086
|
Me.物料圖1_pb.TabStop = False
|
911
|
1087
|
'
|
|
@@ -924,7 +1100,7 @@ Partial Class 採購對帳單
|
924
|
1100
|
Me.Label18.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
925
|
1101
|
Me.Label18.Location = New System.Drawing.Point(489, 9)
|
926
|
1102
|
Me.Label18.Name = "Label18"
|
927
|
|
- Me.Label18.Size = New System.Drawing.Size(56, 16)
|
|
1103
|
+ Me.Label18.Size = New System.Drawing.Size(55, 16)
|
928
|
1104
|
Me.Label18.TabIndex = 1469
|
929
|
1105
|
Me.Label18.Text = "過帳日期"
|
930
|
1106
|
'
|
|
@@ -933,7 +1109,7 @@ Partial Class 採購對帳單
|
933
|
1109
|
Me.已確認_ch.AutoSize = True
|
934
|
1110
|
Me.已確認_ch.Location = New System.Drawing.Point(673, 7)
|
935
|
1111
|
Me.已確認_ch.Name = "已確認_ch"
|
936
|
|
- Me.已確認_ch.Size = New System.Drawing.Size(63, 20)
|
|
1112
|
+ Me.已確認_ch.Size = New System.Drawing.Size(62, 20)
|
937
|
1113
|
Me.已確認_ch.TabIndex = 1470
|
938
|
1114
|
Me.已確認_ch.Text = "已確認"
|
939
|
1115
|
Me.已確認_ch.UseVisualStyleBackColor = True
|
|
@@ -945,7 +1121,7 @@ Partial Class 採購對帳單
|
945
|
1121
|
Me.未過帳_ch.CheckState = System.Windows.Forms.CheckState.Checked
|
946
|
1122
|
Me.未過帳_ch.Location = New System.Drawing.Point(322, 6)
|
947
|
1123
|
Me.未過帳_ch.Name = "未過帳_ch"
|
948
|
|
- Me.未過帳_ch.Size = New System.Drawing.Size(63, 20)
|
|
1124
|
+ Me.未過帳_ch.Size = New System.Drawing.Size(62, 20)
|
949
|
1125
|
Me.未過帳_ch.TabIndex = 1471
|
950
|
1126
|
Me.未過帳_ch.Text = "未過帳"
|
951
|
1127
|
Me.未過帳_ch.UseVisualStyleBackColor = True
|
|
@@ -955,7 +1131,7 @@ Partial Class 採購對帳單
|
955
|
1131
|
Me.已過帳_ch.AutoSize = True
|
956
|
1132
|
Me.已過帳_ch.Location = New System.Drawing.Point(397, 6)
|
957
|
1133
|
Me.已過帳_ch.Name = "已過帳_ch"
|
958
|
|
- Me.已過帳_ch.Size = New System.Drawing.Size(63, 20)
|
|
1134
|
+ Me.已過帳_ch.Size = New System.Drawing.Size(62, 20)
|
959
|
1135
|
Me.已過帳_ch.TabIndex = 1472
|
960
|
1136
|
Me.已過帳_ch.Text = "已過帳"
|
961
|
1137
|
Me.已過帳_ch.UseVisualStyleBackColor = True
|
|
@@ -985,6 +1161,10 @@ Partial Class 採購對帳單
|
985
|
1161
|
Me.TabControl1.ResumeLayout(False)
|
986
|
1162
|
Me.TabPage1.ResumeLayout(False)
|
987
|
1163
|
Me.TabPage1.PerformLayout()
|
|
1164
|
+ CType(Me.金額_nud, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1165
|
+ CType(Me.外埔報表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1166
|
+ Me.Panel1.ResumeLayout(False)
|
|
1167
|
+ Me.Panel1.PerformLayout()
|
988
|
1168
|
CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
|
989
|
1169
|
Me.TabPage2.ResumeLayout(False)
|
990
|
1170
|
Me.TabPage2.PerformLayout()
|
|
@@ -1073,4 +1253,19 @@ Partial Class 採購對帳單
|
1073
|
1253
|
Friend WithEvents 已確認_ch As CheckBox
|
1074
|
1254
|
Friend WithEvents 未過帳_ch As CheckBox
|
1075
|
1255
|
Friend WithEvents 已過帳_ch As CheckBox
|
|
1256
|
+ Friend WithEvents Panel1 As Panel
|
|
1257
|
+ Friend WithEvents 外埔報表_dgv As DataGridView
|
|
1258
|
+ Friend WithEvents 外埔刪除_bt As Button
|
|
1259
|
+ Friend WithEvents 外埔修改_bt As Button
|
|
1260
|
+ Friend WithEvents 外埔新增_bt As Button
|
|
1261
|
+ Friend WithEvents 金額_nud As NumericUpDown
|
|
1262
|
+ Friend WithEvents Label21 As Label
|
|
1263
|
+ Friend WithEvents 內容_tb As TextBox
|
|
1264
|
+ Friend WithEvents Label20 As Label
|
|
1265
|
+ Friend WithEvents TextBox2 As TextBox
|
|
1266
|
+ Friend WithEvents 外埔過帳_bt As Button
|
|
1267
|
+ Friend WithEvents 供應商編碼_cb As ComboBox
|
|
1268
|
+ Friend WithEvents 供應商_cb As ComboBox
|
|
1269
|
+ Friend WithEvents Label23 As Label
|
|
1270
|
+ Friend WithEvents 流水號_tb As TextBox
|
1076
|
1271
|
End Class
|