|
@@ -22,15 +22,15 @@ 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()
|
33
|
|
- Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
25
|
+ Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
26
|
+ Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
27
|
+ Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
28
|
+ Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
29
|
+ Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
30
|
+ Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
31
|
+ Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
32
|
+ Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
33
|
+ Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
34
|
34
|
Me.彙總1_dgv = New System.Windows.Forms.DataGridView()
|
35
|
35
|
Me.字體大小調整_lb = New System.Windows.Forms.Label()
|
36
|
36
|
Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
|
|
@@ -62,6 +62,8 @@ Partial Class 業績獎金彙總表
|
62
|
62
|
Me.Label6 = New System.Windows.Forms.Label()
|
63
|
63
|
Me.存檔_bt = New System.Windows.Forms.Button()
|
64
|
64
|
Me.列印成EXCEL_bt = New System.Windows.Forms.Button()
|
|
65
|
+ Me.未審核_lb = New System.Windows.Forms.Label()
|
|
66
|
+ Me.業務_cb = New System.Windows.Forms.ComboBox()
|
65
|
67
|
CType(Me.彙總1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
66
|
68
|
CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
|
67
|
69
|
CType(Me.衍生運費_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -81,8 +83,8 @@ Partial Class 業績獎金彙總表
|
81
|
83
|
'
|
82
|
84
|
'彙總1_dgv
|
83
|
85
|
'
|
84
|
|
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
85
|
|
- Me.彙總1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
86
|
+ DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
87
|
+ Me.彙總1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
|
86
|
88
|
Me.彙總1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
87
|
89
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
88
|
90
|
Me.彙總1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
@@ -123,8 +125,8 @@ Partial Class 業績獎金彙總表
|
123
|
125
|
'
|
124
|
126
|
'衍生運費_dgv
|
125
|
127
|
'
|
126
|
|
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
127
|
|
- Me.衍生運費_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
|
128
|
+ DataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
129
|
+ Me.衍生運費_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
|
128
|
130
|
Me.衍生運費_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
129
|
131
|
Me.衍生運費_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
130
|
132
|
Me.衍生運費_dgv.Location = New System.Drawing.Point(470, 33)
|
|
@@ -138,8 +140,8 @@ Partial Class 業績獎金彙總表
|
138
|
140
|
'
|
139
|
141
|
'其他_dgv
|
140
|
142
|
'
|
141
|
|
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
142
|
|
- Me.其他_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
|
143
|
+ DataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
144
|
+ Me.其他_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle12
|
143
|
145
|
Me.其他_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
144
|
146
|
Me.其他_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
145
|
147
|
Me.其他_dgv.Location = New System.Drawing.Point(1177, 33)
|
|
@@ -153,8 +155,8 @@ Partial Class 業績獎金彙總表
|
153
|
155
|
'
|
154
|
156
|
'外車車資_dgv
|
155
|
157
|
'
|
156
|
|
- DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
157
|
|
- Me.外車車資_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
|
158
|
+ DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
159
|
+ Me.外車車資_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
|
158
|
160
|
Me.外車車資_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
159
|
161
|
Me.外車車資_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
160
|
162
|
Me.外車車資_dgv.Location = New System.Drawing.Point(627, 33)
|
|
@@ -168,8 +170,8 @@ Partial Class 業績獎金彙總表
|
168
|
170
|
'
|
169
|
171
|
'料號一_dgv
|
170
|
172
|
'
|
171
|
|
- DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
172
|
|
- Me.料號一_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
|
|
173
|
+ DataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
174
|
+ Me.料號一_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle14
|
173
|
175
|
Me.料號一_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
174
|
176
|
Me.料號一_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
175
|
177
|
Me.料號一_dgv.Location = New System.Drawing.Point(992, 33)
|
|
@@ -183,8 +185,8 @@ Partial Class 業績獎金彙總表
|
183
|
185
|
'
|
184
|
186
|
'備註運費_dgv
|
185
|
187
|
'
|
186
|
|
- DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
187
|
|
- Me.備註運費_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
|
|
188
|
+ DataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
189
|
+ Me.備註運費_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle15
|
188
|
190
|
Me.備註運費_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
189
|
191
|
Me.備註運費_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
190
|
192
|
Me.備註運費_dgv.Location = New System.Drawing.Point(835, 33)
|
|
@@ -257,8 +259,8 @@ Partial Class 業績獎金彙總表
|
257
|
259
|
'
|
258
|
260
|
'獎金彙總_dgv
|
259
|
261
|
'
|
260
|
|
- DataGridViewCellStyle7.BackColor = System.Drawing.Color.Lavender
|
261
|
|
- Me.獎金彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
|
|
262
|
+ DataGridViewCellStyle16.BackColor = System.Drawing.Color.Lavender
|
|
263
|
+ Me.獎金彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle16
|
262
|
264
|
Me.獎金彙總_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
263
|
265
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
264
|
266
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
@@ -296,8 +298,8 @@ Partial Class 業績獎金彙總表
|
296
|
298
|
'
|
297
|
299
|
'獎金明細表_dgv
|
298
|
300
|
'
|
299
|
|
- DataGridViewCellStyle8.BackColor = System.Drawing.Color.LavenderBlush
|
300
|
|
- Me.獎金明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
|
|
301
|
+ DataGridViewCellStyle17.BackColor = System.Drawing.Color.LavenderBlush
|
|
302
|
+ Me.獎金明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle17
|
301
|
303
|
Me.獎金明細表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
302
|
304
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
303
|
305
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
@@ -313,8 +315,8 @@ Partial Class 業績獎金彙總表
|
313
|
315
|
'
|
314
|
316
|
'過度表_dgv
|
315
|
317
|
'
|
316
|
|
- DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
317
|
|
- Me.過度表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
|
|
318
|
+ DataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
319
|
+ Me.過度表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle18
|
318
|
320
|
Me.過度表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
319
|
321
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
320
|
322
|
Me.過度表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
@@ -455,11 +457,32 @@ Partial Class 業績獎金彙總表
|
455
|
457
|
Me.列印成EXCEL_bt.Text = "列印成EXCEL"
|
456
|
458
|
Me.列印成EXCEL_bt.UseVisualStyleBackColor = True
|
457
|
459
|
'
|
|
460
|
+ '未審核_lb
|
|
461
|
+ '
|
|
462
|
+ Me.未審核_lb.AutoSize = True
|
|
463
|
+ Me.未審核_lb.Location = New System.Drawing.Point(579, 7)
|
|
464
|
+ Me.未審核_lb.Name = "未審核_lb"
|
|
465
|
+ Me.未審核_lb.Size = New System.Drawing.Size(56, 16)
|
|
466
|
+ Me.未審核_lb.TabIndex = 1534
|
|
467
|
+ Me.未審核_lb.Text = "業務編號"
|
|
468
|
+ '
|
|
469
|
+ '業務_cb
|
|
470
|
+ '
|
|
471
|
+ Me.業務_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
472
|
+ Me.業務_cb.FormattingEnabled = True
|
|
473
|
+ Me.業務_cb.Items.AddRange(New Object() {"", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "B", "Y"})
|
|
474
|
+ Me.業務_cb.Location = New System.Drawing.Point(635, 2)
|
|
475
|
+ Me.業務_cb.Name = "業務_cb"
|
|
476
|
+ Me.業務_cb.Size = New System.Drawing.Size(46, 24)
|
|
477
|
+ Me.業務_cb.TabIndex = 1535
|
|
478
|
+ '
|
458
|
479
|
'業績獎金彙總表
|
459
|
480
|
'
|
460
|
481
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
461
|
482
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
462
|
483
|
Me.ClientSize = New System.Drawing.Size(1338, 603)
|
|
484
|
+ Me.Controls.Add(Me.未審核_lb)
|
|
485
|
+ Me.Controls.Add(Me.業務_cb)
|
463
|
486
|
Me.Controls.Add(Me.列印成EXCEL_bt)
|
464
|
487
|
Me.Controls.Add(Me.存檔_bt)
|
465
|
488
|
Me.Controls.Add(Me.NUD5)
|
|
@@ -546,4 +569,6 @@ Partial Class 業績獎金彙總表
|
546
|
569
|
Friend WithEvents Label6 As Label
|
547
|
570
|
Friend WithEvents 存檔_bt As Button
|
548
|
571
|
Friend WithEvents 列印成EXCEL_bt As Button
|
|
572
|
+ Friend WithEvents 未審核_lb As Label
|
|
573
|
+ Friend WithEvents 業務_cb As ComboBox
|
549
|
574
|
End Class
|