|
@@ -22,13 +22,13 @@ Partial Class 訂單控制表
|
22
|
22
|
'請勿使用程式碼編輯器進行修改。
|
23
|
23
|
<System.Diagnostics.DebuggerStepThrough()>
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
|
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
26
|
|
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
25
|
+ Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
26
|
+ Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
27
|
27
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(訂單控制表))
|
28
|
|
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
29
|
|
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
30
|
|
- Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
31
|
|
- Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
28
|
+ Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
29
|
+ Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
30
|
+ Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
31
|
+ Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
32
|
32
|
Me.控制表_dgv = New System.Windows.Forms.DataGridView()
|
33
|
33
|
Me.Label5 = New System.Windows.Forms.Label()
|
34
|
34
|
Me.客戶訂單號_tb = New System.Windows.Forms.TextBox()
|
|
@@ -188,6 +188,7 @@ Partial Class 訂單控制表
|
188
|
188
|
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
189
|
189
|
Me.除錯_dgv = New System.Windows.Forms.DataGridView()
|
190
|
190
|
Me.裝箱控制表_dgv = New System.Windows.Forms.DataGridView()
|
|
191
|
+ Me.裝箱明細_dgv = New System.Windows.Forms.DataGridView()
|
191
|
192
|
Me.資訊_gb = New System.Windows.Forms.GroupBox()
|
192
|
193
|
Me.TT23_lb = New System.Windows.Forms.TextBox()
|
193
|
194
|
Me.Label49 = New System.Windows.Forms.Label()
|
|
@@ -242,12 +243,12 @@ Partial Class 訂單控制表
|
242
|
243
|
Me.BB05_lb = New System.Windows.Forms.Label()
|
243
|
244
|
Me.BB04_lb = New System.Windows.Forms.Label()
|
244
|
245
|
Me.明細表_dgv = New System.Windows.Forms.DataGridView()
|
245
|
|
- Me.裝箱明細_dgv = New System.Windows.Forms.DataGridView()
|
246
|
246
|
Me.訂單明細_bt = New System.Windows.Forms.Button()
|
247
|
247
|
Me.裝箱明細_bt = New System.Windows.Forms.Button()
|
248
|
248
|
Me.裝箱資訊_bt = New System.Windows.Forms.Button()
|
249
|
249
|
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
250
|
250
|
Me.清單全選_bt = New System.Windows.Forms.Button()
|
|
251
|
+ Me.指定拆單_bt = New System.Windows.Forms.Button()
|
251
|
252
|
CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
252
|
253
|
Me.GroupBox1.SuspendLayout()
|
253
|
254
|
Me.GroupBox2.SuspendLayout()
|
|
@@ -260,15 +261,15 @@ Partial Class 訂單控制表
|
260
|
261
|
Me.SplitContainer1.SuspendLayout()
|
261
|
262
|
CType(Me.除錯_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
262
|
263
|
CType(Me.裝箱控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
264
|
+ CType(Me.裝箱明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
263
|
265
|
Me.資訊_gb.SuspendLayout()
|
264
|
266
|
CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
265
|
|
- CType(Me.裝箱明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
266
|
267
|
Me.SuspendLayout()
|
267
|
268
|
'
|
268
|
269
|
'控制表_dgv
|
269
|
270
|
'
|
270
|
|
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
271
|
|
- Me.控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
271
|
+ DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
272
|
+ Me.控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
|
272
|
273
|
Me.控制表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
273
|
274
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
274
|
275
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
@@ -1283,8 +1284,8 @@ Partial Class 訂單控制表
|
1283
|
1284
|
'
|
1284
|
1285
|
'DataGridView2
|
1285
|
1286
|
'
|
1286
|
|
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
1287
|
|
- Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
|
1287
|
+ DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
1288
|
+ Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
|
1288
|
1289
|
Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
1289
|
1290
|
Me.DataGridView2.Location = New System.Drawing.Point(91, 146)
|
1290
|
1291
|
Me.DataGridView2.Name = "DataGridView2"
|
|
@@ -1741,8 +1742,8 @@ Partial Class 訂單控制表
|
1741
|
1742
|
'
|
1742
|
1743
|
'除錯_dgv
|
1743
|
1744
|
'
|
1744
|
|
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
1745
|
|
- Me.除錯_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
|
1745
|
+ DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
1746
|
+ Me.除錯_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
|
1746
|
1747
|
Me.除錯_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
1747
|
1748
|
Me.除錯_dgv.Location = New System.Drawing.Point(48, 36)
|
1748
|
1749
|
Me.除錯_dgv.Name = "除錯_dgv"
|
|
@@ -1754,8 +1755,8 @@ Partial Class 訂單控制表
|
1754
|
1755
|
'
|
1755
|
1756
|
'裝箱控制表_dgv
|
1756
|
1757
|
'
|
1757
|
|
- DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
1758
|
|
- Me.裝箱控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
|
1758
|
+ DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
1759
|
+ Me.裝箱控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
|
1759
|
1760
|
Me.裝箱控制表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
1760
|
1761
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
1761
|
1762
|
Me.裝箱控制表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
@@ -1767,6 +1768,22 @@ Partial Class 訂單控制表
|
1767
|
1768
|
Me.裝箱控制表_dgv.Size = New System.Drawing.Size(465, 214)
|
1768
|
1769
|
Me.裝箱控制表_dgv.TabIndex = 3
|
1769
|
1770
|
'
|
|
1771
|
+ '裝箱明細_dgv
|
|
1772
|
+ '
|
|
1773
|
+ DataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
1774
|
+ Me.裝箱明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
|
|
1775
|
+ Me.裝箱明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
1776
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
1777
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
1778
|
+ Me.裝箱明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
1779
|
+ Me.裝箱明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
1780
|
+ Me.裝箱明細_dgv.Location = New System.Drawing.Point(475, 2)
|
|
1781
|
+ Me.裝箱明細_dgv.Name = "裝箱明細_dgv"
|
|
1782
|
+ Me.裝箱明細_dgv.RowHeadersWidth = 5
|
|
1783
|
+ Me.裝箱明細_dgv.RowTemplate.Height = 24
|
|
1784
|
+ Me.裝箱明細_dgv.Size = New System.Drawing.Size(1418, 214)
|
|
1785
|
+ Me.裝箱明細_dgv.TabIndex = 4
|
|
1786
|
+ '
|
1770
|
1787
|
'資訊_gb
|
1771
|
1788
|
'
|
1772
|
1789
|
Me.資訊_gb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
@@ -2297,8 +2314,8 @@ Partial Class 訂單控制表
|
2297
|
2314
|
'
|
2298
|
2315
|
'明細表_dgv
|
2299
|
2316
|
'
|
2300
|
|
- DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
2301
|
|
- Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
|
|
2317
|
+ DataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
2318
|
+ Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle12
|
2302
|
2319
|
Me.明細表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
2303
|
2320
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
2304
|
2321
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
@@ -2311,29 +2328,13 @@ Partial Class 訂單控制表
|
2311
|
2328
|
Me.明細表_dgv.Size = New System.Drawing.Size(1418, 214)
|
2312
|
2329
|
Me.明細表_dgv.TabIndex = 2
|
2313
|
2330
|
'
|
2314
|
|
- '裝箱明細_dgv
|
2315
|
|
- '
|
2316
|
|
- DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
2317
|
|
- Me.裝箱明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
|
2318
|
|
- Me.裝箱明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
2319
|
|
- Or System.Windows.Forms.AnchorStyles.Left) _
|
2320
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
2321
|
|
- Me.裝箱明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
2322
|
|
- Me.裝箱明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
2323
|
|
- Me.裝箱明細_dgv.Location = New System.Drawing.Point(475, 2)
|
2324
|
|
- Me.裝箱明細_dgv.Name = "裝箱明細_dgv"
|
2325
|
|
- Me.裝箱明細_dgv.RowHeadersWidth = 5
|
2326
|
|
- Me.裝箱明細_dgv.RowTemplate.Height = 24
|
2327
|
|
- Me.裝箱明細_dgv.Size = New System.Drawing.Size(1418, 214)
|
2328
|
|
- Me.裝箱明細_dgv.TabIndex = 4
|
2329
|
|
- '
|
2330
|
2331
|
'訂單明細_bt
|
2331
|
2332
|
'
|
2332
|
2333
|
Me.訂單明細_bt.Enabled = False
|
2333
|
2334
|
Me.訂單明細_bt.ForeColor = System.Drawing.Color.Red
|
2334
|
|
- Me.訂單明細_bt.Location = New System.Drawing.Point(1624, 174)
|
|
2335
|
+ Me.訂單明細_bt.Location = New System.Drawing.Point(1624, 173)
|
2335
|
2336
|
Me.訂單明細_bt.Name = "訂單明細_bt"
|
2336
|
|
- Me.訂單明細_bt.Size = New System.Drawing.Size(85, 45)
|
|
2337
|
+ Me.訂單明細_bt.Size = New System.Drawing.Size(85, 35)
|
2337
|
2338
|
Me.訂單明細_bt.TabIndex = 754
|
2338
|
2339
|
Me.訂單明細_bt.Text = "訂單明細"
|
2339
|
2340
|
Me.訂單明細_bt.UseVisualStyleBackColor = True
|
|
@@ -2341,9 +2342,9 @@ Partial Class 訂單控制表
|
2341
|
2342
|
'裝箱明細_bt
|
2342
|
2343
|
'
|
2343
|
2344
|
Me.裝箱明細_bt.ForeColor = System.Drawing.Color.Red
|
2344
|
|
- Me.裝箱明細_bt.Location = New System.Drawing.Point(1624, 267)
|
|
2345
|
+ Me.裝箱明細_bt.Location = New System.Drawing.Point(1624, 243)
|
2345
|
2346
|
Me.裝箱明細_bt.Name = "裝箱明細_bt"
|
2346
|
|
- Me.裝箱明細_bt.Size = New System.Drawing.Size(85, 45)
|
|
2347
|
+ Me.裝箱明細_bt.Size = New System.Drawing.Size(85, 35)
|
2347
|
2348
|
Me.裝箱明細_bt.TabIndex = 755
|
2348
|
2349
|
Me.裝箱明細_bt.Text = "裝箱明細"
|
2349
|
2350
|
Me.裝箱明細_bt.UseVisualStyleBackColor = True
|
|
@@ -2351,9 +2352,9 @@ Partial Class 訂單控制表
|
2351
|
2352
|
'裝箱資訊_bt
|
2352
|
2353
|
'
|
2353
|
2354
|
Me.裝箱資訊_bt.ForeColor = System.Drawing.Color.Red
|
2354
|
|
- Me.裝箱資訊_bt.Location = New System.Drawing.Point(1624, 220)
|
|
2355
|
+ Me.裝箱資訊_bt.Location = New System.Drawing.Point(1624, 208)
|
2355
|
2356
|
Me.裝箱資訊_bt.Name = "裝箱資訊_bt"
|
2356
|
|
- Me.裝箱資訊_bt.Size = New System.Drawing.Size(85, 45)
|
|
2357
|
+ Me.裝箱資訊_bt.Size = New System.Drawing.Size(85, 35)
|
2357
|
2358
|
Me.裝箱資訊_bt.TabIndex = 756
|
2358
|
2359
|
Me.裝箱資訊_bt.Text = "裝箱資訊"
|
2359
|
2360
|
Me.裝箱資訊_bt.UseVisualStyleBackColor = True
|
|
@@ -2376,12 +2377,23 @@ Partial Class 訂單控制表
|
2376
|
2377
|
Me.清單全選_bt.Text = "清單全選"
|
2377
|
2378
|
Me.清單全選_bt.UseVisualStyleBackColor = True
|
2378
|
2379
|
'
|
|
2380
|
+ '指定拆單_bt
|
|
2381
|
+ '
|
|
2382
|
+ Me.指定拆單_bt.ForeColor = System.Drawing.Color.Purple
|
|
2383
|
+ Me.指定拆單_bt.Location = New System.Drawing.Point(1624, 279)
|
|
2384
|
+ Me.指定拆單_bt.Name = "指定拆單_bt"
|
|
2385
|
+ Me.指定拆單_bt.Size = New System.Drawing.Size(85, 33)
|
|
2386
|
+ Me.指定拆單_bt.TabIndex = 759
|
|
2387
|
+ Me.指定拆單_bt.Text = "指定拆單"
|
|
2388
|
+ Me.指定拆單_bt.UseVisualStyleBackColor = True
|
|
2389
|
+ '
|
2379
|
2390
|
'訂單控制表
|
2380
|
2391
|
'
|
2381
|
2392
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
|
2382
|
2393
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
2383
|
2394
|
Me.AutoScroll = True
|
2384
|
2395
|
Me.ClientSize = New System.Drawing.Size(1914, 966)
|
|
2396
|
+ Me.Controls.Add(Me.指定拆單_bt)
|
2385
|
2397
|
Me.Controls.Add(Me.清單全選_bt)
|
2386
|
2398
|
Me.Controls.Add(Me.ProgressBar1)
|
2387
|
2399
|
Me.Controls.Add(Me.裝箱資訊_bt)
|
|
@@ -2545,10 +2557,10 @@ Partial Class 訂單控制表
|
2545
|
2557
|
Me.SplitContainer1.ResumeLayout(False)
|
2546
|
2558
|
CType(Me.除錯_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2547
|
2559
|
CType(Me.裝箱控制表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
2560
|
+ CType(Me.裝箱明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2548
|
2561
|
Me.資訊_gb.ResumeLayout(False)
|
2549
|
2562
|
Me.資訊_gb.PerformLayout()
|
2550
|
2563
|
CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2551
|
|
- CType(Me.裝箱明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2552
|
2564
|
Me.ResumeLayout(False)
|
2553
|
2565
|
Me.PerformLayout()
|
2554
|
2566
|
|
|
@@ -2773,5 +2785,6 @@ Partial Class 訂單控制表
|
2773
|
2785
|
Friend WithEvents Label50 As Label
|
2774
|
2786
|
Friend WithEvents ProgressBar1 As ProgressBar
|
2775
|
2787
|
Friend WithEvents 清單全選_bt As Button
|
|
2788
|
+ Friend WithEvents 指定拆單_bt As Button
|
2776
|
2789
|
End Class
|
2777
|
2790
|
|