|
@@ -24,7 +24,7 @@ Partial Class 驗貨報告圖片導入資料庫
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
25
|
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
26
|
26
|
Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
|
27
|
|
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
|
27
|
+ Me.訂單清單_dgv = New System.Windows.Forms.DataGridView()
|
28
|
28
|
Me.Label3 = New System.Windows.Forms.Label()
|
29
|
29
|
Me.Label2 = New System.Windows.Forms.Label()
|
30
|
30
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
@@ -47,7 +47,9 @@ Partial Class 驗貨報告圖片導入資料庫
|
47
|
47
|
Me.Label8 = New System.Windows.Forms.Label()
|
48
|
48
|
Me.TextBox5 = New System.Windows.Forms.TextBox()
|
49
|
49
|
Me.Label10 = New System.Windows.Forms.Label()
|
50
|
|
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
50
|
+ Me.資料庫選擇2_bt = New System.Windows.Forms.Button()
|
|
51
|
+ Me.資料庫選擇1_bt = New System.Windows.Forms.Button()
|
|
52
|
+ CType(Me.訂單清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
51
|
53
|
Me.SuspendLayout()
|
52
|
54
|
'
|
53
|
55
|
'WebBrowser1
|
|
@@ -59,18 +61,18 @@ Partial Class 驗貨報告圖片導入資料庫
|
59
|
61
|
Me.WebBrowser1.TabIndex = 521
|
60
|
62
|
Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
|
61
|
63
|
'
|
62
|
|
- 'DataGridView1
|
|
64
|
+ '訂單清單_dgv
|
63
|
65
|
'
|
64
|
66
|
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
65
|
|
- Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
66
|
|
- Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
67
|
|
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
68
|
|
- Me.DataGridView1.Location = New System.Drawing.Point(990, 6)
|
69
|
|
- Me.DataGridView1.Name = "DataGridView1"
|
70
|
|
- Me.DataGridView1.RowHeadersWidth = 5
|
71
|
|
- Me.DataGridView1.RowTemplate.Height = 24
|
72
|
|
- Me.DataGridView1.Size = New System.Drawing.Size(915, 973)
|
73
|
|
- Me.DataGridView1.TabIndex = 522
|
|
67
|
+ Me.訂單清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
68
|
+ Me.訂單清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
69
|
+ Me.訂單清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
70
|
+ Me.訂單清單_dgv.Location = New System.Drawing.Point(990, 6)
|
|
71
|
+ Me.訂單清單_dgv.Name = "訂單清單_dgv"
|
|
72
|
+ Me.訂單清單_dgv.RowHeadersWidth = 5
|
|
73
|
+ Me.訂單清單_dgv.RowTemplate.Height = 24
|
|
74
|
+ Me.訂單清單_dgv.Size = New System.Drawing.Size(915, 973)
|
|
75
|
+ Me.訂單清單_dgv.TabIndex = 522
|
74
|
76
|
'
|
75
|
77
|
'Label3
|
76
|
78
|
'
|
|
@@ -109,9 +111,9 @@ Partial Class 驗貨報告圖片導入資料庫
|
109
|
111
|
'Button31
|
110
|
112
|
'
|
111
|
113
|
Me.Button31.ForeColor = System.Drawing.Color.Black
|
112
|
|
- Me.Button31.Location = New System.Drawing.Point(884, 6)
|
|
114
|
+ Me.Button31.Location = New System.Drawing.Point(835, 47)
|
113
|
115
|
Me.Button31.Name = "Button31"
|
114
|
|
- Me.Button31.Size = New System.Drawing.Size(100, 78)
|
|
116
|
+ Me.Button31.Size = New System.Drawing.Size(149, 35)
|
115
|
117
|
Me.Button31.TabIndex = 532
|
116
|
118
|
Me.Button31.Text = "查詢"
|
117
|
119
|
Me.Button31.UseVisualStyleBackColor = True
|
|
@@ -139,7 +141,7 @@ Partial Class 驗貨報告圖片導入資料庫
|
139
|
141
|
'
|
140
|
142
|
Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
141
|
143
|
Me.Button11.ForeColor = System.Drawing.Color.Blue
|
142
|
|
- Me.Button11.Location = New System.Drawing.Point(616, 6)
|
|
144
|
+ Me.Button11.Location = New System.Drawing.Point(458, 6)
|
143
|
145
|
Me.Button11.Name = "Button11"
|
144
|
146
|
Me.Button11.Size = New System.Drawing.Size(107, 52)
|
145
|
147
|
Me.Button11.TabIndex = 535
|
|
@@ -149,7 +151,7 @@ Partial Class 驗貨報告圖片導入資料庫
|
149
|
151
|
'DateTimePicker1
|
150
|
152
|
'
|
151
|
153
|
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
152
|
|
- Me.DateTimePicker1.Location = New System.Drawing.Point(520, 6)
|
|
154
|
+ Me.DateTimePicker1.Location = New System.Drawing.Point(362, 34)
|
153
|
155
|
Me.DateTimePicker1.Name = "DateTimePicker1"
|
154
|
156
|
Me.DateTimePicker1.Size = New System.Drawing.Size(90, 23)
|
155
|
157
|
Me.DateTimePicker1.TabIndex = 536
|
|
@@ -157,7 +159,7 @@ Partial Class 驗貨報告圖片導入資料庫
|
157
|
159
|
'Label1
|
158
|
160
|
'
|
159
|
161
|
Me.Label1.AutoSize = True
|
160
|
|
- Me.Label1.Location = New System.Drawing.Point(458, 9)
|
|
162
|
+ Me.Label1.Location = New System.Drawing.Point(300, 37)
|
161
|
163
|
Me.Label1.Name = "Label1"
|
162
|
164
|
Me.Label1.Size = New System.Drawing.Size(56, 16)
|
163
|
165
|
Me.Label1.TabIndex = 537
|
|
@@ -246,11 +248,11 @@ Partial Class 驗貨報告圖片導入資料庫
|
246
|
248
|
'
|
247
|
249
|
Me.Label8.AutoSize = True
|
248
|
250
|
Me.Label8.ForeColor = System.Drawing.Color.Red
|
249
|
|
- Me.Label8.Location = New System.Drawing.Point(729, 6)
|
|
251
|
+ Me.Label8.Location = New System.Drawing.Point(571, 9)
|
250
|
252
|
Me.Label8.Name = "Label8"
|
251
|
|
- Me.Label8.Size = New System.Drawing.Size(140, 80)
|
|
253
|
+ Me.Label8.Size = New System.Drawing.Size(224, 48)
|
252
|
254
|
Me.Label8.TabIndex = 570
|
253
|
|
- Me.Label8.Text = "驗貨報告圖庫不提供修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "圖片功能,入圖時請小心" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "謹慎,如有需要修改驗貨" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "報告圖片請向單位主管提" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "出申請"
|
|
255
|
+ Me.Label8.Text = "驗貨報告圖庫不提供修改圖片功能,入圖" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "時請小心謹慎,如有需要修改驗貨報告圖" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "片請向單位主管提出申請"
|
254
|
256
|
'
|
255
|
257
|
'TextBox5
|
256
|
258
|
'
|
|
@@ -269,11 +271,32 @@ Partial Class 驗貨報告圖片導入資料庫
|
269
|
271
|
Me.Label10.TabIndex = 571
|
270
|
272
|
Me.Label10.Text = "天盾訂單號"
|
271
|
273
|
'
|
|
274
|
+ '資料庫選擇2_bt
|
|
275
|
+ '
|
|
276
|
+ Me.資料庫選擇2_bt.Location = New System.Drawing.Point(910, 6)
|
|
277
|
+ Me.資料庫選擇2_bt.Name = "資料庫選擇2_bt"
|
|
278
|
+ Me.資料庫選擇2_bt.Size = New System.Drawing.Size(75, 35)
|
|
279
|
+ Me.資料庫選擇2_bt.TabIndex = 574
|
|
280
|
+ Me.資料庫選擇2_bt.Text = "DRS/ LIF"
|
|
281
|
+ Me.資料庫選擇2_bt.UseVisualStyleBackColor = True
|
|
282
|
+ '
|
|
283
|
+ '資料庫選擇1_bt
|
|
284
|
+ '
|
|
285
|
+ Me.資料庫選擇1_bt.Location = New System.Drawing.Point(835, 6)
|
|
286
|
+ Me.資料庫選擇1_bt.Name = "資料庫選擇1_bt"
|
|
287
|
+ Me.資料庫選擇1_bt.Size = New System.Drawing.Size(75, 35)
|
|
288
|
+ Me.資料庫選擇1_bt.TabIndex = 573
|
|
289
|
+ Me.資料庫選擇1_bt.Text = "VIONIC"
|
|
290
|
+ Me.資料庫選擇1_bt.UseVisualStyleBackColor = True
|
|
291
|
+ '
|
272
|
292
|
'驗貨報告圖片導入資料庫
|
273
|
293
|
'
|
274
|
294
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
275
|
295
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
276
|
296
|
Me.ClientSize = New System.Drawing.Size(1914, 991)
|
|
297
|
+ Me.Controls.Add(Me.資料庫選擇2_bt)
|
|
298
|
+ Me.Controls.Add(Me.資料庫選擇1_bt)
|
|
299
|
+ Me.Controls.Add(Me.Button31)
|
277
|
300
|
Me.Controls.Add(Me.TextBox5)
|
278
|
301
|
Me.Controls.Add(Me.Label10)
|
279
|
302
|
Me.Controls.Add(Me.Label8)
|
|
@@ -288,12 +311,11 @@ Partial Class 驗貨報告圖片導入資料庫
|
288
|
311
|
Me.Controls.Add(Me.DateTimePicker1)
|
289
|
312
|
Me.Controls.Add(Me.Button11)
|
290
|
313
|
Me.Controls.Add(Me.TextBox4)
|
291
|
|
- Me.Controls.Add(Me.Button31)
|
292
|
314
|
Me.Controls.Add(Me.TextBox2)
|
293
|
315
|
Me.Controls.Add(Me.TextBox1)
|
294
|
316
|
Me.Controls.Add(Me.Label3)
|
295
|
317
|
Me.Controls.Add(Me.Label2)
|
296
|
|
- Me.Controls.Add(Me.DataGridView1)
|
|
318
|
+ Me.Controls.Add(Me.訂單清單_dgv)
|
297
|
319
|
Me.Controls.Add(Me.WebBrowser1)
|
298
|
320
|
Me.Controls.Add(Me.Label7)
|
299
|
321
|
Me.Controls.Add(Me.Label9)
|
|
@@ -301,14 +323,14 @@ Partial Class 驗貨報告圖片導入資料庫
|
301
|
323
|
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
302
|
324
|
Me.Name = "驗貨報告圖片導入資料庫"
|
303
|
325
|
Me.Text = "驗貨報告圖片導入資料庫"
|
304
|
|
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
326
|
+ CType(Me.訂單清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
305
|
327
|
Me.ResumeLayout(False)
|
306
|
328
|
Me.PerformLayout()
|
307
|
329
|
|
308
|
330
|
End Sub
|
309
|
331
|
|
310
|
332
|
Friend WithEvents WebBrowser1 As WebBrowser
|
311
|
|
- Friend WithEvents DataGridView1 As DataGridView
|
|
333
|
+ Friend WithEvents 訂單清單_dgv As DataGridView
|
312
|
334
|
Friend WithEvents Label3 As Label
|
313
|
335
|
Friend WithEvents Label2 As Label
|
314
|
336
|
Friend WithEvents TextBox1 As TextBox
|
|
@@ -331,5 +353,7 @@ Partial Class 驗貨報告圖片導入資料庫
|
331
|
353
|
Friend WithEvents Label8 As Label
|
332
|
354
|
Friend WithEvents TextBox5 As TextBox
|
333
|
355
|
Friend WithEvents Label10 As Label
|
|
356
|
+ Friend WithEvents 資料庫選擇2_bt As Button
|
|
357
|
+ Friend WithEvents 資料庫選擇1_bt As Button
|
334
|
358
|
End Class
|
335
|
359
|
|