|
@@ -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.中間日期_dtp = New System.Windows.Forms.DateTimePicker()
|
35
|
35
|
Me.一般月_ch = New System.Windows.Forms.CheckBox()
|
36
|
36
|
Me.會計月_ch = New System.Windows.Forms.CheckBox()
|
|
@@ -214,8 +214,8 @@ Partial Class 採購應付帳款
|
214
|
214
|
'
|
215
|
215
|
'供應商_dgv
|
216
|
216
|
'
|
217
|
|
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.Lavender
|
218
|
|
- Me.供應商_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
217
|
+ DataGridViewCellStyle10.BackColor = System.Drawing.Color.Lavender
|
|
218
|
+ Me.供應商_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
|
219
|
219
|
Me.供應商_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
220
|
220
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
221
|
221
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
@@ -226,9 +226,9 @@ Partial Class 採購應付帳款
|
226
|
226
|
Me.供應商_dgv.Location = New System.Drawing.Point(247, 81)
|
227
|
227
|
Me.供應商_dgv.Name = "供應商_dgv"
|
228
|
228
|
Me.供應商_dgv.RowHeadersWidth = 5
|
229
|
|
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
230
|
|
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
231
|
|
- Me.供應商_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
|
|
229
|
+ DataGridViewCellStyle11.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
230
|
+ DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
231
|
+ Me.供應商_dgv.RowsDefaultCellStyle = DataGridViewCellStyle11
|
232
|
232
|
Me.供應商_dgv.RowTemplate.Height = 24
|
233
|
233
|
Me.供應商_dgv.Size = New System.Drawing.Size(1092, 607)
|
234
|
234
|
Me.供應商_dgv.TabIndex = 1439
|
|
@@ -266,8 +266,8 @@ Partial Class 採購應付帳款
|
266
|
266
|
'
|
267
|
267
|
'採購清單_dgv
|
268
|
268
|
'
|
269
|
|
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
270
|
|
- Me.採購清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
|
269
|
+ DataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
270
|
+ Me.採購清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle12
|
271
|
271
|
Me.採購清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
272
|
272
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
273
|
273
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
@@ -278,9 +278,9 @@ Partial Class 採購應付帳款
|
278
|
278
|
Me.採購清單_dgv.Location = New System.Drawing.Point(247, 81)
|
279
|
279
|
Me.採購清單_dgv.Name = "採購清單_dgv"
|
280
|
280
|
Me.採購清單_dgv.RowHeadersWidth = 5
|
281
|
|
- DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
282
|
|
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
283
|
|
- Me.採購清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
|
|
281
|
+ DataGridViewCellStyle13.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
282
|
+ DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
283
|
+ Me.採購清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle13
|
284
|
284
|
Me.採購清單_dgv.RowTemplate.Height = 24
|
285
|
285
|
Me.採購清單_dgv.Size = New System.Drawing.Size(1092, 607)
|
286
|
286
|
Me.採購清單_dgv.TabIndex = 1443
|
|
@@ -667,8 +667,8 @@ Partial Class 採購應付帳款
|
667
|
667
|
'
|
668
|
668
|
'合計_dgv
|
669
|
669
|
'
|
670
|
|
- DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
671
|
|
- Me.合計_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
|
|
670
|
+ DataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
671
|
+ Me.合計_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle14
|
672
|
672
|
Me.合計_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
673
|
673
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
674
|
674
|
Me.合計_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
@@ -677,9 +677,9 @@ Partial Class 採購應付帳款
|
677
|
677
|
Me.合計_dgv.Location = New System.Drawing.Point(4, 428)
|
678
|
678
|
Me.合計_dgv.Name = "合計_dgv"
|
679
|
679
|
Me.合計_dgv.RowHeadersWidth = 5
|
680
|
|
- DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
681
|
|
- DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
682
|
|
- Me.合計_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
|
|
680
|
+ DataGridViewCellStyle15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
681
|
+ DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
682
|
+ Me.合計_dgv.RowsDefaultCellStyle = DataGridViewCellStyle15
|
683
|
683
|
Me.合計_dgv.RowTemplate.Height = 24
|
684
|
684
|
Me.合計_dgv.Size = New System.Drawing.Size(237, 153)
|
685
|
685
|
Me.合計_dgv.TabIndex = 1479
|
|
@@ -997,9 +997,9 @@ Partial Class 採購應付帳款
|
997
|
997
|
Me.外埔報表_dgv.Location = New System.Drawing.Point(247, 81)
|
998
|
998
|
Me.外埔報表_dgv.Name = "外埔報表_dgv"
|
999
|
999
|
Me.外埔報表_dgv.RowHeadersWidth = 5
|
1000
|
|
- DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1001
|
|
- DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
1002
|
|
- Me.外埔報表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle7
|
|
1000
|
+ DataGridViewCellStyle16.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1001
|
+ DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
1002
|
+ Me.外埔報表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle16
|
1003
|
1003
|
Me.外埔報表_dgv.RowTemplate.Height = 24
|
1004
|
1004
|
Me.外埔報表_dgv.Size = New System.Drawing.Size(1092, 607)
|
1005
|
1005
|
Me.外埔報表_dgv.TabIndex = 1523
|
|
@@ -1019,8 +1019,8 @@ Partial Class 採購應付帳款
|
1019
|
1019
|
'
|
1020
|
1020
|
'供應商1_dgv
|
1021
|
1021
|
'
|
1022
|
|
- DataGridViewCellStyle8.BackColor = System.Drawing.Color.Lavender
|
1023
|
|
- Me.供應商1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
|
|
1022
|
+ DataGridViewCellStyle17.BackColor = System.Drawing.Color.Lavender
|
|
1023
|
+ Me.供應商1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle17
|
1024
|
1024
|
Me.供應商1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
1025
|
1025
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
1026
|
1026
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
@@ -1031,9 +1031,9 @@ Partial Class 採購應付帳款
|
1031
|
1031
|
Me.供應商1_dgv.Location = New System.Drawing.Point(247, 81)
|
1032
|
1032
|
Me.供應商1_dgv.Name = "供應商1_dgv"
|
1033
|
1033
|
Me.供應商1_dgv.RowHeadersWidth = 5
|
1034
|
|
- DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1035
|
|
- DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
1036
|
|
- Me.供應商1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle9
|
|
1034
|
+ DataGridViewCellStyle18.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1035
|
+ DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
1036
|
+ Me.供應商1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle18
|
1037
|
1037
|
Me.供應商1_dgv.RowTemplate.Height = 24
|
1038
|
1038
|
Me.供應商1_dgv.Size = New System.Drawing.Size(1092, 607)
|
1039
|
1039
|
Me.供應商1_dgv.TabIndex = 1525
|