|
@@ -22,14 +22,14 @@ 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()
|
27
|
|
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
28
|
|
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
29
|
|
- Dim DataGridViewCellStyle5 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 DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
32
|
|
- Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
25
|
+ Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
26
|
+ Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
27
|
+ Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
28
|
+ Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
29
|
+ Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
30
|
+ Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
31
|
+ Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
32
|
+ Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
33
|
33
|
Me.訂單控制表暫存檔_dgv = New System.Windows.Forms.DataGridView()
|
34
|
34
|
Me.訂單明細表暫存檔_dgv = New System.Windows.Forms.DataGridView()
|
35
|
35
|
Me.訂單流水號暫存檔1_dgv = New System.Windows.Forms.DataGridView()
|
|
@@ -73,6 +73,7 @@ Partial Class 業務資料庫管理
|
73
|
73
|
Me.修改_bt = New System.Windows.Forms.Button()
|
74
|
74
|
Me.Label18 = New System.Windows.Forms.Label()
|
75
|
75
|
Me.訂單流水號暫存檔2_dgv = New System.Windows.Forms.DataGridView()
|
|
76
|
+ Me.Button1 = New System.Windows.Forms.Button()
|
76
|
77
|
CType(Me.訂單控制表暫存檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
77
|
78
|
CType(Me.訂單明細表暫存檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
78
|
79
|
CType(Me.訂單流水號暫存檔1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -85,8 +86,8 @@ Partial Class 業務資料庫管理
|
85
|
86
|
'
|
86
|
87
|
'訂單控制表暫存檔_dgv
|
87
|
88
|
'
|
88
|
|
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
89
|
|
- Me.訂單控制表暫存檔_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
89
|
+ DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
90
|
+ Me.訂單控制表暫存檔_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
|
90
|
91
|
Me.訂單控制表暫存檔_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
91
|
92
|
Me.訂單控制表暫存檔_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
92
|
93
|
Me.訂單控制表暫存檔_dgv.Location = New System.Drawing.Point(155, 197)
|
|
@@ -98,8 +99,8 @@ Partial Class 業務資料庫管理
|
98
|
99
|
'
|
99
|
100
|
'訂單明細表暫存檔_dgv
|
100
|
101
|
'
|
101
|
|
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
102
|
|
- Me.訂單明細表暫存檔_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
|
102
|
+ DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
103
|
+ Me.訂單明細表暫存檔_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
|
103
|
104
|
Me.訂單明細表暫存檔_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
104
|
105
|
Me.訂單明細表暫存檔_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
105
|
106
|
Me.訂單明細表暫存檔_dgv.Location = New System.Drawing.Point(155, 607)
|
|
@@ -111,8 +112,8 @@ Partial Class 業務資料庫管理
|
111
|
112
|
'
|
112
|
113
|
'訂單流水號暫存檔1_dgv
|
113
|
114
|
'
|
114
|
|
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
115
|
|
- Me.訂單流水號暫存檔1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
|
115
|
+ DataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
116
|
+ Me.訂單流水號暫存檔1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
|
116
|
117
|
Me.訂單流水號暫存檔1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
117
|
118
|
Me.訂單流水號暫存檔1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
118
|
119
|
Me.訂單流水號暫存檔1_dgv.Location = New System.Drawing.Point(4, 22)
|
|
@@ -124,8 +125,8 @@ Partial Class 業務資料庫管理
|
124
|
125
|
'
|
125
|
126
|
'訂單控制表比對訂單明細表差異資料_dgv
|
126
|
127
|
'
|
127
|
|
- DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
128
|
|
- Me.訂單控制表比對訂單明細表差異資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
|
128
|
+ DataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
129
|
+ Me.訂單控制表比對訂單明細表差異資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle12
|
129
|
130
|
Me.訂單控制表比對訂單明細表差異資料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
130
|
131
|
Me.訂單控制表比對訂單明細表差異資料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
131
|
132
|
Me.訂單控制表比對訂單明細表差異資料_dgv.Location = New System.Drawing.Point(385, 25)
|
|
@@ -137,8 +138,8 @@ Partial Class 業務資料庫管理
|
137
|
138
|
'
|
138
|
139
|
'已使用的天盾流水號_dgv
|
139
|
140
|
'
|
140
|
|
- DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
141
|
|
- Me.已使用的天盾流水號_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
|
|
141
|
+ DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
142
|
+ Me.已使用的天盾流水號_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
|
142
|
143
|
Me.已使用的天盾流水號_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
143
|
144
|
Me.已使用的天盾流水號_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
144
|
145
|
Me.已使用的天盾流水號_dgv.Location = New System.Drawing.Point(4, 227)
|
|
@@ -348,8 +349,8 @@ Partial Class 業務資料庫管理
|
348
|
349
|
'
|
349
|
350
|
'訂單明細表修改紀錄_dgv
|
350
|
351
|
'
|
351
|
|
- DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
352
|
|
- Me.訂單明細表修改紀錄_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
|
|
352
|
+ DataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
353
|
+ Me.訂單明細表修改紀錄_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle14
|
353
|
354
|
Me.訂單明細表修改紀錄_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
354
|
355
|
Me.訂單明細表修改紀錄_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
355
|
356
|
Me.訂單明細表修改紀錄_dgv.Location = New System.Drawing.Point(1612, 31)
|
|
@@ -413,8 +414,8 @@ Partial Class 業務資料庫管理
|
413
|
414
|
'
|
414
|
415
|
'訂單控制表修改紀錄_dgv
|
415
|
416
|
'
|
416
|
|
- DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
417
|
|
- Me.訂單控制表修改紀錄_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
|
|
417
|
+ DataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
418
|
+ Me.訂單控制表修改紀錄_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle15
|
418
|
419
|
Me.訂單控制表修改紀錄_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
419
|
420
|
Me.訂單控制表修改紀錄_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
420
|
421
|
Me.訂單控制表修改紀錄_dgv.Location = New System.Drawing.Point(1316, 31)
|
|
@@ -478,8 +479,8 @@ Partial Class 業務資料庫管理
|
478
|
479
|
'
|
479
|
480
|
'訂單流水號暫存檔2_dgv
|
480
|
481
|
'
|
481
|
|
- DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
482
|
|
- Me.訂單流水號暫存檔2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
|
|
482
|
+ DataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
483
|
+ Me.訂單流水號暫存檔2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle16
|
483
|
484
|
Me.訂單流水號暫存檔2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
484
|
485
|
Me.訂單流水號暫存檔2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
485
|
486
|
Me.訂單流水號暫存檔2_dgv.Location = New System.Drawing.Point(155, 22)
|
|
@@ -489,11 +490,21 @@ Partial Class 業務資料庫管理
|
489
|
490
|
Me.訂單流水號暫存檔2_dgv.Size = New System.Drawing.Size(145, 127)
|
490
|
491
|
Me.訂單流水號暫存檔2_dgv.TabIndex = 110
|
491
|
492
|
'
|
|
493
|
+ 'Button1
|
|
494
|
+ '
|
|
495
|
+ Me.Button1.Location = New System.Drawing.Point(306, 22)
|
|
496
|
+ Me.Button1.Name = "Button1"
|
|
497
|
+ Me.Button1.Size = New System.Drawing.Size(73, 50)
|
|
498
|
+ Me.Button1.TabIndex = 112
|
|
499
|
+ Me.Button1.Text = "日期除錯"
|
|
500
|
+ Me.Button1.UseVisualStyleBackColor = True
|
|
501
|
+ '
|
492
|
502
|
'業務資料庫管理
|
493
|
503
|
'
|
494
|
504
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
495
|
505
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
496
|
506
|
Me.ClientSize = New System.Drawing.Size(1914, 991)
|
|
507
|
+ Me.Controls.Add(Me.Button1)
|
497
|
508
|
Me.Controls.Add(Me.Label18)
|
498
|
509
|
Me.Controls.Add(Me.訂單流水號暫存檔2_dgv)
|
499
|
510
|
Me.Controls.Add(Me.修改_bt)
|
|
@@ -597,5 +608,6 @@ Partial Class 業務資料庫管理
|
597
|
608
|
Friend WithEvents 訂單明細表修改紀錄查詢_bt As Button
|
598
|
609
|
Friend WithEvents Label18 As Label
|
599
|
610
|
Friend WithEvents 訂單流水號暫存檔2_dgv As DataGridView
|
|
611
|
+ Friend WithEvents Button1 As Button
|
600
|
612
|
End Class
|
601
|
613
|
|