|
@@ -55,6 +55,8 @@ Partial Class 周進度表
|
55
|
55
|
Me.資料庫選擇2_bt = New System.Windows.Forms.Button()
|
56
|
56
|
Me.資料庫選擇1_bt = New System.Windows.Forms.Button()
|
57
|
57
|
Me.Label20 = New System.Windows.Forms.Label()
|
|
58
|
+ Me.日期格式修正_bt = New System.Windows.Forms.Button()
|
|
59
|
+ Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
58
|
60
|
CType(Me.訂單種類_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
59
|
61
|
CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
|
60
|
62
|
CType(Me.驗貨報告圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -189,11 +191,11 @@ Partial Class 周進度表
|
189
|
191
|
'注释_lb
|
190
|
192
|
'
|
191
|
193
|
Me.注释_lb.AutoSize = True
|
192
|
|
- Me.注释_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
194
|
+ Me.注释_lb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
193
|
195
|
Me.注释_lb.ForeColor = System.Drawing.Color.Red
|
194
|
|
- Me.注释_lb.Location = New System.Drawing.Point(12, 93)
|
|
196
|
+ Me.注释_lb.Location = New System.Drawing.Point(231, 414)
|
195
|
197
|
Me.注释_lb.Name = "注释_lb"
|
196
|
|
- Me.注释_lb.Size = New System.Drawing.Size(124, 24)
|
|
198
|
+ Me.注释_lb.Size = New System.Drawing.Size(106, 21)
|
197
|
199
|
Me.注释_lb.TabIndex = 462
|
198
|
200
|
Me.注释_lb.Text = "資料尚未存檔"
|
199
|
201
|
Me.注释_lb.Visible = False
|
|
@@ -211,9 +213,9 @@ Partial Class 周進度表
|
211
|
213
|
'存檔_bt
|
212
|
214
|
'
|
213
|
215
|
Me.存檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
|
214
|
|
- Me.存檔_bt.Location = New System.Drawing.Point(12, 61)
|
|
216
|
+ Me.存檔_bt.Location = New System.Drawing.Point(126, 61)
|
215
|
217
|
Me.存檔_bt.Name = "存檔_bt"
|
216
|
|
- Me.存檔_bt.Size = New System.Drawing.Size(321, 24)
|
|
218
|
+ Me.存檔_bt.Size = New System.Drawing.Size(207, 24)
|
217
|
219
|
Me.存檔_bt.TabIndex = 463
|
218
|
220
|
Me.存檔_bt.Text = "Special Packaging與Remarks存檔"
|
219
|
221
|
Me.存檔_bt.UseVisualStyleBackColor = True
|
|
@@ -341,11 +343,31 @@ Partial Class 周進度表
|
341
|
343
|
Me.Label20.TabIndex = 554
|
342
|
344
|
Me.Label20.Text = "選擇訂" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "單品牌"
|
343
|
345
|
'
|
|
346
|
+ '日期格式修正_bt
|
|
347
|
+ '
|
|
348
|
+ Me.日期格式修正_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
|
|
349
|
+ Me.日期格式修正_bt.Location = New System.Drawing.Point(12, 61)
|
|
350
|
+ Me.日期格式修正_bt.Name = "日期格式修正_bt"
|
|
351
|
+ Me.日期格式修正_bt.Size = New System.Drawing.Size(108, 24)
|
|
352
|
+ Me.日期格式修正_bt.TabIndex = 557
|
|
353
|
+ Me.日期格式修正_bt.Text = "日期格式修正"
|
|
354
|
+ Me.日期格式修正_bt.UseVisualStyleBackColor = True
|
|
355
|
+ '
|
|
356
|
+ 'ProgressBar1
|
|
357
|
+ '
|
|
358
|
+ Me.ProgressBar1.Location = New System.Drawing.Point(11, 91)
|
|
359
|
+ Me.ProgressBar1.Maximum = 10000
|
|
360
|
+ Me.ProgressBar1.Name = "ProgressBar1"
|
|
361
|
+ Me.ProgressBar1.Size = New System.Drawing.Size(120, 30)
|
|
362
|
+ Me.ProgressBar1.TabIndex = 565
|
|
363
|
+ '
|
344
|
364
|
'周進度表
|
345
|
365
|
'
|
346
|
366
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
347
|
367
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
348
|
368
|
Me.ClientSize = New System.Drawing.Size(1914, 991)
|
|
369
|
+ Me.Controls.Add(Me.ProgressBar1)
|
|
370
|
+ Me.Controls.Add(Me.日期格式修正_bt)
|
349
|
371
|
Me.Controls.Add(Me.資料庫選擇2_bt)
|
350
|
372
|
Me.Controls.Add(Me.資料庫選擇1_bt)
|
351
|
373
|
Me.Controls.Add(Me.Label20)
|
|
@@ -420,5 +442,7 @@ Partial Class 周進度表
|
420
|
442
|
Friend WithEvents 資料庫選擇2_bt As Button
|
421
|
443
|
Friend WithEvents 資料庫選擇1_bt As Button
|
422
|
444
|
Friend WithEvents Label20 As Label
|
|
445
|
+ Friend WithEvents 日期格式修正_bt As Button
|
|
446
|
+ Friend WithEvents ProgressBar1 As ProgressBar
|
423
|
447
|
End Class
|
424
|
448
|
|