|
@@ -27,6 +27,8 @@ Partial Class 後台帳務彙總結算表
|
27
|
27
|
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
28
|
28
|
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
29
|
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()
|
30
|
32
|
Me.日期清單_dgv = New System.Windows.Forms.DataGridView()
|
31
|
33
|
Me.彙總1_dgv = New System.Windows.Forms.DataGridView()
|
32
|
34
|
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
|
@@ -40,18 +42,26 @@ Partial Class 後台帳務彙總結算表
|
40
|
42
|
Me.結果_tb = New System.Windows.Forms.TextBox()
|
41
|
43
|
Me.Label26 = New System.Windows.Forms.Label()
|
42
|
44
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
43
|
|
- Me.彙總5_dgv = New System.Windows.Forms.DataGridView()
|
44
|
|
- Me.結果2_tb = New System.Windows.Forms.TextBox()
|
|
45
|
+ Me.A4_P = New System.Windows.Forms.Panel()
|
45
|
46
|
Me.Label18 = New System.Windows.Forms.Label()
|
46
|
|
- Me.結果1_tb = New System.Windows.Forms.TextBox()
|
47
|
|
- Me.本周周一_dtp = New System.Windows.Forms.DateTimePicker()
|
|
47
|
+ Me.結果2_tb = New System.Windows.Forms.TextBox()
|
|
48
|
+ Me.年初_dtp = New System.Windows.Forms.DateTimePicker()
|
|
49
|
+ Me.Label15 = New System.Windows.Forms.Label()
|
|
50
|
+ Me.A3_P = New System.Windows.Forms.Panel()
|
|
51
|
+ Me.Label3 = New System.Windows.Forms.Label()
|
|
52
|
+ Me.Label5 = New System.Windows.Forms.Label()
|
|
53
|
+ Me.月初_dtp = New System.Windows.Forms.DateTimePicker()
|
|
54
|
+ Me.結果3_tb = New System.Windows.Forms.TextBox()
|
|
55
|
+ Me.A2_P = New System.Windows.Forms.Panel()
|
48
|
56
|
Me.Label4 = New System.Windows.Forms.Label()
|
49
|
57
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
58
|
+ Me.本周周一_dtp = New System.Windows.Forms.DateTimePicker()
|
|
59
|
+ Me.結果1_tb = New System.Windows.Forms.TextBox()
|
|
60
|
+ Me.A1_P = New System.Windows.Forms.Panel()
|
|
61
|
+ Me.彙總5_dgv = New System.Windows.Forms.DataGridView()
|
50
|
62
|
Me.彙總3_dgv = New System.Windows.Forms.DataGridView()
|
51
|
63
|
Me.周1_ch = New System.Windows.Forms.CheckBox()
|
52
|
64
|
Me.月1_ch = New System.Windows.Forms.CheckBox()
|
53
|
|
- Me.月初_dtp = New System.Windows.Forms.DateTimePicker()
|
54
|
|
- Me.Label5 = New System.Windows.Forms.Label()
|
55
|
65
|
Me.彙總4_dgv = New System.Windows.Forms.DataGridView()
|
56
|
66
|
Me.大1_tb = New System.Windows.Forms.TextBox()
|
57
|
67
|
Me.六1_tb = New System.Windows.Forms.TextBox()
|
|
@@ -70,24 +80,33 @@ Partial Class 後台帳務彙總結算表
|
70
|
80
|
Me.Label7 = New System.Windows.Forms.Label()
|
71
|
81
|
Me.Label6 = New System.Windows.Forms.Label()
|
72
|
82
|
Me.彙總2_dgv = New System.Windows.Forms.DataGridView()
|
73
|
|
- Me.調退實佔_tb = New System.Windows.Forms.TextBox()
|
74
|
|
- Me.Label3 = New System.Windows.Forms.Label()
|
75
|
83
|
Me.截圖_bt = New System.Windows.Forms.Button()
|
76
|
84
|
Me.整合_ch = New System.Windows.Forms.CheckBox()
|
77
|
85
|
Me.重新計算_bt = New System.Windows.Forms.Button()
|
78
|
86
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
79
|
|
- Me.年初_dtp = New System.Windows.Forms.DateTimePicker()
|
|
87
|
+ Me.彙總7_dgv = New System.Windows.Forms.DataGridView()
|
|
88
|
+ Me.彙總6_dgv = New System.Windows.Forms.DataGridView()
|
80
|
89
|
Me.結束日期1_dtp = New System.Windows.Forms.DateTimePicker()
|
81
|
90
|
Me.股東帳_Ch = New System.Windows.Forms.CheckBox()
|
|
91
|
+ Me.顯日_ch = New System.Windows.Forms.CheckBox()
|
|
92
|
+ Me.顯周_ch = New System.Windows.Forms.CheckBox()
|
|
93
|
+ Me.顯月_ch = New System.Windows.Forms.CheckBox()
|
|
94
|
+ Me.顯年_ch = New System.Windows.Forms.CheckBox()
|
82
|
95
|
CType(Me.日期清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
83
|
96
|
CType(Me.彙總1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
84
|
97
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
85
|
98
|
Me.Panel1.SuspendLayout()
|
|
99
|
+ Me.A4_P.SuspendLayout()
|
|
100
|
+ Me.A3_P.SuspendLayout()
|
|
101
|
+ Me.A2_P.SuspendLayout()
|
|
102
|
+ Me.A1_P.SuspendLayout()
|
86
|
103
|
CType(Me.彙總5_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
87
|
104
|
CType(Me.彙總3_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
88
|
105
|
CType(Me.彙總4_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
89
|
106
|
CType(Me.彙總2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
90
|
107
|
Me.Panel2.SuspendLayout()
|
|
108
|
+ CType(Me.彙總7_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
109
|
+ CType(Me.彙總6_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
91
|
110
|
Me.SuspendLayout()
|
92
|
111
|
'
|
93
|
112
|
'日期清單_dgv
|
|
@@ -97,12 +116,12 @@ Partial Class 後台帳務彙總結算表
|
97
|
116
|
Me.日期清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
98
|
117
|
Me.日期清單_dgv.BackgroundColor = System.Drawing.Color.White
|
99
|
118
|
Me.日期清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
100
|
|
- Me.日期清單_dgv.Location = New System.Drawing.Point(4, 26)
|
|
119
|
+ Me.日期清單_dgv.Location = New System.Drawing.Point(4, 55)
|
101
|
120
|
Me.日期清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
102
|
121
|
Me.日期清單_dgv.Name = "日期清單_dgv"
|
103
|
122
|
Me.日期清單_dgv.RowHeadersWidth = 4
|
104
|
123
|
Me.日期清單_dgv.RowTemplate.Height = 24
|
105
|
|
- Me.日期清單_dgv.Size = New System.Drawing.Size(194, 969)
|
|
124
|
+ Me.日期清單_dgv.Size = New System.Drawing.Size(194, 590)
|
106
|
125
|
Me.日期清單_dgv.TabIndex = 1767
|
107
|
126
|
'
|
108
|
127
|
'彙總1_dgv
|
|
@@ -133,7 +152,7 @@ Partial Class 後台帳務彙總結算表
|
133
|
152
|
'結束日期_dtp
|
134
|
153
|
'
|
135
|
154
|
Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
136
|
|
- Me.結束日期_dtp.Location = New System.Drawing.Point(224, 4)
|
|
155
|
+ Me.結束日期_dtp.Location = New System.Drawing.Point(49, 2)
|
137
|
156
|
Me.結束日期_dtp.Name = "結束日期_dtp"
|
138
|
157
|
Me.結束日期_dtp.Size = New System.Drawing.Size(100, 23)
|
139
|
158
|
Me.結束日期_dtp.TabIndex = 1771
|
|
@@ -149,7 +168,7 @@ Partial Class 後台帳務彙總結算表
|
149
|
168
|
'Label1
|
150
|
169
|
'
|
151
|
170
|
Me.Label1.AutoSize = True
|
152
|
|
- Me.Label1.Location = New System.Drawing.Point(183, 7)
|
|
171
|
+ Me.Label1.Location = New System.Drawing.Point(8, 5)
|
153
|
172
|
Me.Label1.Name = "Label1"
|
154
|
173
|
Me.Label1.Size = New System.Drawing.Size(31, 16)
|
155
|
174
|
Me.Label1.TabIndex = 1772
|
|
@@ -197,7 +216,7 @@ Partial Class 後台帳務彙總結算表
|
197
|
216
|
'結果_tb
|
198
|
217
|
'
|
199
|
218
|
Me.結果_tb.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
200
|
|
- Me.結果_tb.Location = New System.Drawing.Point(224, 29)
|
|
219
|
+ Me.結果_tb.Location = New System.Drawing.Point(49, 27)
|
201
|
220
|
Me.結果_tb.Name = "結果_tb"
|
202
|
221
|
Me.結果_tb.Size = New System.Drawing.Size(100, 23)
|
203
|
222
|
Me.結果_tb.TabIndex = 1782
|
|
@@ -206,7 +225,7 @@ Partial Class 後台帳務彙總結算表
|
206
|
225
|
'Label26
|
207
|
226
|
'
|
208
|
227
|
Me.Label26.AutoSize = True
|
209
|
|
- Me.Label26.Location = New System.Drawing.Point(178, 33)
|
|
228
|
+ Me.Label26.Location = New System.Drawing.Point(3, 31)
|
210
|
229
|
Me.Label26.Name = "Label26"
|
211
|
230
|
Me.Label26.Size = New System.Drawing.Size(43, 16)
|
212
|
231
|
Me.Label26.TabIndex = 1781
|
|
@@ -217,80 +236,124 @@ Partial Class 後台帳務彙總結算表
|
217
|
236
|
Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
218
|
237
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
219
|
238
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
239
|
+ Me.Panel1.Controls.Add(Me.A4_P)
|
|
240
|
+ Me.Panel1.Controls.Add(Me.A3_P)
|
|
241
|
+ Me.Panel1.Controls.Add(Me.A2_P)
|
|
242
|
+ Me.Panel1.Controls.Add(Me.A1_P)
|
220
|
243
|
Me.Panel1.Controls.Add(Me.彙總5_dgv)
|
221
|
|
- Me.Panel1.Controls.Add(Me.結果2_tb)
|
222
|
|
- Me.Panel1.Controls.Add(Me.Label18)
|
223
|
|
- Me.Panel1.Controls.Add(Me.結果1_tb)
|
224
|
244
|
Me.Panel1.Controls.Add(Me.PictureBox2)
|
225
|
|
- Me.Panel1.Controls.Add(Me.結果_tb)
|
226
|
|
- Me.Panel1.Controls.Add(Me.結束日期_dtp)
|
227
|
|
- Me.Panel1.Controls.Add(Me.本周周一_dtp)
|
228
|
|
- Me.Panel1.Controls.Add(Me.Label4)
|
229
|
|
- Me.Panel1.Controls.Add(Me.Label1)
|
230
|
|
- Me.Panel1.Controls.Add(Me.Label14)
|
231
|
|
- Me.Panel1.Controls.Add(Me.Label26)
|
232
|
245
|
Me.Panel1.Location = New System.Drawing.Point(198, 0)
|
233
|
246
|
Me.Panel1.Name = "Panel1"
|
234
|
|
- Me.Panel1.Size = New System.Drawing.Size(754, 1001)
|
|
247
|
+ Me.Panel1.Size = New System.Drawing.Size(918, 651)
|
235
|
248
|
Me.Panel1.TabIndex = 1783
|
236
|
249
|
'
|
237
|
|
- '彙總5_dgv
|
|
250
|
+ 'A4_P
|
238
|
251
|
'
|
239
|
|
- Me.彙總5_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
240
|
|
- Or System.Windows.Forms.AnchorStyles.Left) _
|
241
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
242
|
|
- Me.彙總5_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
243
|
|
- Me.彙總5_dgv.BackgroundColor = System.Drawing.Color.White
|
244
|
|
- Me.彙總5_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
245
|
|
- Me.彙總5_dgv.Location = New System.Drawing.Point(3, 55)
|
246
|
|
- Me.彙總5_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
247
|
|
- Me.彙總5_dgv.Name = "彙總5_dgv"
|
248
|
|
- Me.彙總5_dgv.RowHeadersWidth = 4
|
249
|
|
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
250
|
|
- Me.彙總5_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
|
251
|
|
- Me.彙總5_dgv.RowTemplate.Height = 24
|
252
|
|
- Me.彙總5_dgv.Size = New System.Drawing.Size(747, 940)
|
253
|
|
- Me.彙總5_dgv.TabIndex = 1813
|
|
252
|
+ Me.A4_P.Controls.Add(Me.Label18)
|
|
253
|
+ Me.A4_P.Controls.Add(Me.結果2_tb)
|
|
254
|
+ Me.A4_P.Controls.Add(Me.年初_dtp)
|
|
255
|
+ Me.A4_P.Controls.Add(Me.Label15)
|
|
256
|
+ Me.A4_P.Location = New System.Drawing.Point(761, 2)
|
|
257
|
+ Me.A4_P.Name = "A4_P"
|
|
258
|
+ Me.A4_P.Size = New System.Drawing.Size(153, 52)
|
|
259
|
+ Me.A4_P.TabIndex = 1822
|
|
260
|
+ '
|
|
261
|
+ 'Label18
|
|
262
|
+ '
|
|
263
|
+ Me.Label18.AutoSize = True
|
|
264
|
+ Me.Label18.Location = New System.Drawing.Point(3, 31)
|
|
265
|
+ Me.Label18.Name = "Label18"
|
|
266
|
+ Me.Label18.Size = New System.Drawing.Size(43, 16)
|
|
267
|
+ Me.Label18.TabIndex = 1815
|
|
268
|
+ Me.Label18.Text = "年總結"
|
254
|
269
|
'
|
255
|
270
|
'結果2_tb
|
256
|
271
|
'
|
257
|
272
|
Me.結果2_tb.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
258
|
|
- Me.結果2_tb.Location = New System.Drawing.Point(650, 29)
|
|
273
|
+ Me.結果2_tb.Location = New System.Drawing.Point(48, 27)
|
259
|
274
|
Me.結果2_tb.Name = "結果2_tb"
|
260
|
275
|
Me.結果2_tb.Size = New System.Drawing.Size(100, 23)
|
261
|
276
|
Me.結果2_tb.TabIndex = 1816
|
262
|
277
|
Me.結果2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
263
|
278
|
'
|
264
|
|
- 'Label18
|
|
279
|
+ '年初_dtp
|
265
|
280
|
'
|
266
|
|
- Me.Label18.AutoSize = True
|
267
|
|
- Me.Label18.Location = New System.Drawing.Point(647, 11)
|
268
|
|
- Me.Label18.Name = "Label18"
|
269
|
|
- Me.Label18.Size = New System.Drawing.Size(43, 16)
|
270
|
|
- Me.Label18.TabIndex = 1815
|
271
|
|
- Me.Label18.Text = "年結果"
|
|
281
|
+ Me.年初_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
282
|
+ Me.年初_dtp.Location = New System.Drawing.Point(48, 2)
|
|
283
|
+ Me.年初_dtp.Name = "年初_dtp"
|
|
284
|
+ Me.年初_dtp.Size = New System.Drawing.Size(100, 23)
|
|
285
|
+ Me.年初_dtp.TabIndex = 1817
|
272
|
286
|
'
|
273
|
|
- '結果1_tb
|
|
287
|
+ 'Label15
|
274
|
288
|
'
|
275
|
|
- Me.結果1_tb.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
276
|
|
- Me.結果1_tb.Location = New System.Drawing.Point(432, 29)
|
277
|
|
- Me.結果1_tb.Name = "結果1_tb"
|
278
|
|
- Me.結果1_tb.Size = New System.Drawing.Size(100, 23)
|
279
|
|
- Me.結果1_tb.TabIndex = 1812
|
280
|
|
- Me.結果1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
289
|
+ Me.Label15.AutoSize = True
|
|
290
|
+ Me.Label15.Location = New System.Drawing.Point(7, 5)
|
|
291
|
+ Me.Label15.Name = "Label15"
|
|
292
|
+ Me.Label15.Size = New System.Drawing.Size(31, 16)
|
|
293
|
+ Me.Label15.TabIndex = 1818
|
|
294
|
+ Me.Label15.Text = "本年"
|
281
|
295
|
'
|
282
|
|
- '本周周一_dtp
|
|
296
|
+ 'A3_P
|
283
|
297
|
'
|
284
|
|
- Me.本周周一_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
285
|
|
- Me.本周周一_dtp.Location = New System.Drawing.Point(432, 4)
|
286
|
|
- Me.本周周一_dtp.Name = "本周周一_dtp"
|
287
|
|
- Me.本周周一_dtp.Size = New System.Drawing.Size(100, 23)
|
288
|
|
- Me.本周周一_dtp.TabIndex = 1783
|
|
298
|
+ Me.A3_P.Controls.Add(Me.Label3)
|
|
299
|
+ Me.A3_P.Controls.Add(Me.Label5)
|
|
300
|
+ Me.A3_P.Controls.Add(Me.月初_dtp)
|
|
301
|
+ Me.A3_P.Controls.Add(Me.結果3_tb)
|
|
302
|
+ Me.A3_P.Location = New System.Drawing.Point(579, 2)
|
|
303
|
+ Me.A3_P.Name = "A3_P"
|
|
304
|
+ Me.A3_P.Size = New System.Drawing.Size(153, 52)
|
|
305
|
+ Me.A3_P.TabIndex = 1821
|
|
306
|
+ '
|
|
307
|
+ 'Label3
|
|
308
|
+ '
|
|
309
|
+ Me.Label3.AutoSize = True
|
|
310
|
+ Me.Label3.Location = New System.Drawing.Point(3, 30)
|
|
311
|
+ Me.Label3.Name = "Label3"
|
|
312
|
+ Me.Label3.Size = New System.Drawing.Size(43, 16)
|
|
313
|
+ Me.Label3.TabIndex = 1783
|
|
314
|
+ Me.Label3.Text = "月總結"
|
|
315
|
+ '
|
|
316
|
+ 'Label5
|
|
317
|
+ '
|
|
318
|
+ Me.Label5.AutoSize = True
|
|
319
|
+ Me.Label5.Location = New System.Drawing.Point(8, 5)
|
|
320
|
+ Me.Label5.Name = "Label5"
|
|
321
|
+ Me.Label5.Size = New System.Drawing.Size(31, 16)
|
|
322
|
+ Me.Label5.TabIndex = 1787
|
|
323
|
+ Me.Label5.Text = "本月"
|
|
324
|
+ '
|
|
325
|
+ '月初_dtp
|
|
326
|
+ '
|
|
327
|
+ Me.月初_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
328
|
+ Me.月初_dtp.Location = New System.Drawing.Point(47, 2)
|
|
329
|
+ Me.月初_dtp.Name = "月初_dtp"
|
|
330
|
+ Me.月初_dtp.Size = New System.Drawing.Size(100, 23)
|
|
331
|
+ Me.月初_dtp.TabIndex = 1786
|
|
332
|
+ '
|
|
333
|
+ '結果3_tb
|
|
334
|
+ '
|
|
335
|
+ Me.結果3_tb.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
336
|
+ Me.結果3_tb.Location = New System.Drawing.Point(47, 27)
|
|
337
|
+ Me.結果3_tb.Name = "結果3_tb"
|
|
338
|
+ Me.結果3_tb.Size = New System.Drawing.Size(100, 23)
|
|
339
|
+ Me.結果3_tb.TabIndex = 1784
|
|
340
|
+ Me.結果3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
341
|
+ '
|
|
342
|
+ 'A2_P
|
|
343
|
+ '
|
|
344
|
+ Me.A2_P.Controls.Add(Me.Label4)
|
|
345
|
+ Me.A2_P.Controls.Add(Me.Label14)
|
|
346
|
+ Me.A2_P.Controls.Add(Me.本周周一_dtp)
|
|
347
|
+ Me.A2_P.Controls.Add(Me.結果1_tb)
|
|
348
|
+ Me.A2_P.Location = New System.Drawing.Point(397, 2)
|
|
349
|
+ Me.A2_P.Name = "A2_P"
|
|
350
|
+ Me.A2_P.Size = New System.Drawing.Size(153, 52)
|
|
351
|
+ Me.A2_P.TabIndex = 1820
|
289
|
352
|
'
|
290
|
353
|
'Label4
|
291
|
354
|
'
|
292
|
355
|
Me.Label4.AutoSize = True
|
293
|
|
- Me.Label4.Location = New System.Drawing.Point(392, 7)
|
|
356
|
+ Me.Label4.Location = New System.Drawing.Point(7, 5)
|
294
|
357
|
Me.Label4.Name = "Label4"
|
295
|
358
|
Me.Label4.Size = New System.Drawing.Size(31, 16)
|
296
|
359
|
Me.Label4.TabIndex = 1784
|
|
@@ -299,12 +362,58 @@ Partial Class 後台帳務彙總結算表
|
299
|
362
|
'Label14
|
300
|
363
|
'
|
301
|
364
|
Me.Label14.AutoSize = True
|
302
|
|
- Me.Label14.Location = New System.Drawing.Point(387, 33)
|
|
365
|
+ Me.Label14.Location = New System.Drawing.Point(3, 32)
|
303
|
366
|
Me.Label14.Name = "Label14"
|
304
|
367
|
Me.Label14.Size = New System.Drawing.Size(43, 16)
|
305
|
368
|
Me.Label14.TabIndex = 1811
|
306
|
369
|
Me.Label14.Text = "周總結"
|
307
|
370
|
'
|
|
371
|
+ '本周周一_dtp
|
|
372
|
+ '
|
|
373
|
+ Me.本周周一_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
374
|
+ Me.本周周一_dtp.Location = New System.Drawing.Point(47, 2)
|
|
375
|
+ Me.本周周一_dtp.Name = "本周周一_dtp"
|
|
376
|
+ Me.本周周一_dtp.Size = New System.Drawing.Size(100, 23)
|
|
377
|
+ Me.本周周一_dtp.TabIndex = 1783
|
|
378
|
+ '
|
|
379
|
+ '結果1_tb
|
|
380
|
+ '
|
|
381
|
+ Me.結果1_tb.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
382
|
+ Me.結果1_tb.Location = New System.Drawing.Point(48, 27)
|
|
383
|
+ Me.結果1_tb.Name = "結果1_tb"
|
|
384
|
+ Me.結果1_tb.Size = New System.Drawing.Size(100, 23)
|
|
385
|
+ Me.結果1_tb.TabIndex = 1812
|
|
386
|
+ Me.結果1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
387
|
+ '
|
|
388
|
+ 'A1_P
|
|
389
|
+ '
|
|
390
|
+ Me.A1_P.Controls.Add(Me.Label1)
|
|
391
|
+ Me.A1_P.Controls.Add(Me.Label26)
|
|
392
|
+ Me.A1_P.Controls.Add(Me.結束日期_dtp)
|
|
393
|
+ Me.A1_P.Controls.Add(Me.結果_tb)
|
|
394
|
+ Me.A1_P.Location = New System.Drawing.Point(215, 2)
|
|
395
|
+ Me.A1_P.Name = "A1_P"
|
|
396
|
+ Me.A1_P.Size = New System.Drawing.Size(153, 52)
|
|
397
|
+ Me.A1_P.TabIndex = 1819
|
|
398
|
+ '
|
|
399
|
+ '彙總5_dgv
|
|
400
|
+ '
|
|
401
|
+ Me.彙總5_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
402
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
403
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
404
|
+ Me.彙總5_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
405
|
+ Me.彙總5_dgv.BackgroundColor = System.Drawing.Color.White
|
|
406
|
+ Me.彙總5_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
407
|
+ Me.彙總5_dgv.Location = New System.Drawing.Point(3, 55)
|
|
408
|
+ Me.彙總5_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
409
|
+ Me.彙總5_dgv.Name = "彙總5_dgv"
|
|
410
|
+ Me.彙總5_dgv.RowHeadersWidth = 4
|
|
411
|
+ DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
412
|
+ Me.彙總5_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
|
|
413
|
+ Me.彙總5_dgv.RowTemplate.Height = 24
|
|
414
|
+ Me.彙總5_dgv.Size = New System.Drawing.Size(911, 590)
|
|
415
|
+ Me.彙總5_dgv.TabIndex = 1813
|
|
416
|
+ '
|
308
|
417
|
'彙總3_dgv
|
309
|
418
|
'
|
310
|
419
|
Me.彙總3_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
@@ -327,7 +436,7 @@ Partial Class 後台帳務彙總結算表
|
327
|
436
|
Me.周1_ch.AutoSize = True
|
328
|
437
|
Me.周1_ch.Checked = True
|
329
|
438
|
Me.周1_ch.CheckState = System.Windows.Forms.CheckState.Checked
|
330
|
|
- Me.周1_ch.Location = New System.Drawing.Point(72, 450)
|
|
439
|
+ Me.周1_ch.Location = New System.Drawing.Point(72, 503)
|
331
|
440
|
Me.周1_ch.Name = "周1_ch"
|
332
|
441
|
Me.周1_ch.Size = New System.Drawing.Size(38, 20)
|
333
|
442
|
Me.周1_ch.TabIndex = 1788
|
|
@@ -337,30 +446,13 @@ Partial Class 後台帳務彙總結算表
|
337
|
446
|
'月1_ch
|
338
|
447
|
'
|
339
|
448
|
Me.月1_ch.AutoSize = True
|
340
|
|
- Me.月1_ch.Location = New System.Drawing.Point(116, 450)
|
|
449
|
+ Me.月1_ch.Location = New System.Drawing.Point(116, 503)
|
341
|
450
|
Me.月1_ch.Name = "月1_ch"
|
342
|
451
|
Me.月1_ch.Size = New System.Drawing.Size(38, 20)
|
343
|
452
|
Me.月1_ch.TabIndex = 1789
|
344
|
453
|
Me.月1_ch.Text = "月"
|
345
|
454
|
Me.月1_ch.UseVisualStyleBackColor = True
|
346
|
455
|
'
|
347
|
|
- '月初_dtp
|
348
|
|
- '
|
349
|
|
- Me.月初_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
350
|
|
- Me.月初_dtp.Location = New System.Drawing.Point(55, 476)
|
351
|
|
- Me.月初_dtp.Name = "月初_dtp"
|
352
|
|
- Me.月初_dtp.Size = New System.Drawing.Size(100, 23)
|
353
|
|
- Me.月初_dtp.TabIndex = 1786
|
354
|
|
- '
|
355
|
|
- 'Label5
|
356
|
|
- '
|
357
|
|
- Me.Label5.AutoSize = True
|
358
|
|
- Me.Label5.Location = New System.Drawing.Point(18, 481)
|
359
|
|
- Me.Label5.Name = "Label5"
|
360
|
|
- Me.Label5.Size = New System.Drawing.Size(31, 16)
|
361
|
|
- Me.Label5.TabIndex = 1787
|
362
|
|
- Me.Label5.Text = "月初"
|
363
|
|
- '
|
364
|
456
|
'彙總4_dgv
|
365
|
457
|
'
|
366
|
458
|
Me.彙總4_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
@@ -381,7 +473,7 @@ Partial Class 後台帳務彙總結算表
|
381
|
473
|
'大1_tb
|
382
|
474
|
'
|
383
|
475
|
Me.大1_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
384
|
|
- Me.大1_tb.Location = New System.Drawing.Point(54, 305)
|
|
476
|
+ Me.大1_tb.Location = New System.Drawing.Point(54, 397)
|
385
|
477
|
Me.大1_tb.Name = "大1_tb"
|
386
|
478
|
Me.大1_tb.Size = New System.Drawing.Size(100, 23)
|
387
|
479
|
Me.大1_tb.TabIndex = 1820
|
|
@@ -390,7 +482,7 @@ Partial Class 後台帳務彙總結算表
|
390
|
482
|
'六1_tb
|
391
|
483
|
'
|
392
|
484
|
Me.六1_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
393
|
|
- Me.六1_tb.Location = New System.Drawing.Point(54, 334)
|
|
485
|
+ Me.六1_tb.Location = New System.Drawing.Point(54, 426)
|
394
|
486
|
Me.六1_tb.Name = "六1_tb"
|
395
|
487
|
Me.六1_tb.Size = New System.Drawing.Size(100, 23)
|
396
|
488
|
Me.六1_tb.TabIndex = 1818
|
|
@@ -399,7 +491,7 @@ Partial Class 後台帳務彙總結算表
|
399
|
491
|
'加1_tb
|
400
|
492
|
'
|
401
|
493
|
Me.加1_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
402
|
|
- Me.加1_tb.Location = New System.Drawing.Point(54, 363)
|
|
494
|
+ Me.加1_tb.Location = New System.Drawing.Point(54, 455)
|
403
|
495
|
Me.加1_tb.Name = "加1_tb"
|
404
|
496
|
Me.加1_tb.Size = New System.Drawing.Size(100, 23)
|
405
|
497
|
Me.加1_tb.TabIndex = 1816
|
|
@@ -408,7 +500,7 @@ Partial Class 後台帳務彙總結算表
|
408
|
500
|
'五1_tb
|
409
|
501
|
'
|
410
|
502
|
Me.五1_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
411
|
|
- Me.五1_tb.Location = New System.Drawing.Point(54, 392)
|
|
503
|
+ Me.五1_tb.Location = New System.Drawing.Point(54, 479)
|
412
|
504
|
Me.五1_tb.Name = "五1_tb"
|
413
|
505
|
Me.五1_tb.Size = New System.Drawing.Size(100, 23)
|
414
|
506
|
Me.五1_tb.TabIndex = 1814
|
|
@@ -416,7 +508,7 @@ Partial Class 後台帳務彙總結算表
|
416
|
508
|
'
|
417
|
509
|
'大_tb
|
418
|
510
|
'
|
419
|
|
- Me.大_tb.Location = New System.Drawing.Point(55, 200)
|
|
511
|
+ Me.大_tb.Location = New System.Drawing.Point(55, 292)
|
420
|
512
|
Me.大_tb.Name = "大_tb"
|
421
|
513
|
Me.大_tb.Size = New System.Drawing.Size(100, 23)
|
422
|
514
|
Me.大_tb.TabIndex = 1798
|
|
@@ -424,7 +516,7 @@ Partial Class 後台帳務彙總結算表
|
424
|
516
|
'
|
425
|
517
|
'六_tb
|
426
|
518
|
'
|
427
|
|
- Me.六_tb.Location = New System.Drawing.Point(54, 226)
|
|
519
|
+ Me.六_tb.Location = New System.Drawing.Point(54, 318)
|
428
|
520
|
Me.六_tb.Name = "六_tb"
|
429
|
521
|
Me.六_tb.Size = New System.Drawing.Size(100, 23)
|
430
|
522
|
Me.六_tb.TabIndex = 1796
|
|
@@ -432,7 +524,7 @@ Partial Class 後台帳務彙總結算表
|
432
|
524
|
'
|
433
|
525
|
'加_tb
|
434
|
526
|
'
|
435
|
|
- Me.加_tb.Location = New System.Drawing.Point(54, 251)
|
|
527
|
+ Me.加_tb.Location = New System.Drawing.Point(54, 343)
|
436
|
528
|
Me.加_tb.Name = "加_tb"
|
437
|
529
|
Me.加_tb.Size = New System.Drawing.Size(100, 23)
|
438
|
530
|
Me.加_tb.TabIndex = 1794
|
|
@@ -440,7 +532,7 @@ Partial Class 後台帳務彙總結算表
|
440
|
532
|
'
|
441
|
533
|
'五_tb
|
442
|
534
|
'
|
443
|
|
- Me.五_tb.Location = New System.Drawing.Point(54, 276)
|
|
535
|
+ Me.五_tb.Location = New System.Drawing.Point(54, 368)
|
444
|
536
|
Me.五_tb.Name = "五_tb"
|
445
|
537
|
Me.五_tb.Size = New System.Drawing.Size(100, 23)
|
446
|
538
|
Me.五_tb.TabIndex = 1792
|
|
@@ -450,7 +542,7 @@ Partial Class 後台帳務彙總結算表
|
450
|
542
|
'
|
451
|
543
|
Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
452
|
544
|
Me.Label10.AutoSize = True
|
453
|
|
- Me.Label10.Location = New System.Drawing.Point(10, 308)
|
|
545
|
+ Me.Label10.Location = New System.Drawing.Point(10, 400)
|
454
|
546
|
Me.Label10.Name = "Label10"
|
455
|
547
|
Me.Label10.Size = New System.Drawing.Size(43, 16)
|
456
|
548
|
Me.Label10.TabIndex = 1819
|
|
@@ -460,7 +552,7 @@ Partial Class 後台帳務彙總結算表
|
460
|
552
|
'
|
461
|
553
|
Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
462
|
554
|
Me.Label11.AutoSize = True
|
463
|
|
- Me.Label11.Location = New System.Drawing.Point(11, 337)
|
|
555
|
+ Me.Label11.Location = New System.Drawing.Point(11, 429)
|
464
|
556
|
Me.Label11.Name = "Label11"
|
465
|
557
|
Me.Label11.Size = New System.Drawing.Size(43, 16)
|
466
|
558
|
Me.Label11.TabIndex = 1817
|
|
@@ -470,7 +562,7 @@ Partial Class 後台帳務彙總結算表
|
470
|
562
|
'
|
471
|
563
|
Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
472
|
564
|
Me.Label12.AutoSize = True
|
473
|
|
- Me.Label12.Location = New System.Drawing.Point(10, 366)
|
|
565
|
+ Me.Label12.Location = New System.Drawing.Point(10, 458)
|
474
|
566
|
Me.Label12.Name = "Label12"
|
475
|
567
|
Me.Label12.Size = New System.Drawing.Size(43, 16)
|
476
|
568
|
Me.Label12.TabIndex = 1815
|
|
@@ -480,7 +572,7 @@ Partial Class 後台帳務彙總結算表
|
480
|
572
|
'
|
481
|
573
|
Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
482
|
574
|
Me.Label13.AutoSize = True
|
483
|
|
- Me.Label13.Location = New System.Drawing.Point(25, 395)
|
|
575
|
+ Me.Label13.Location = New System.Drawing.Point(25, 482)
|
484
|
576
|
Me.Label13.Name = "Label13"
|
485
|
577
|
Me.Label13.Size = New System.Drawing.Size(28, 16)
|
486
|
578
|
Me.Label13.TabIndex = 1813
|
|
@@ -489,7 +581,7 @@ Partial Class 後台帳務彙總結算表
|
489
|
581
|
'Label9
|
490
|
582
|
'
|
491
|
583
|
Me.Label9.AutoSize = True
|
492
|
|
- Me.Label9.Location = New System.Drawing.Point(11, 203)
|
|
584
|
+ Me.Label9.Location = New System.Drawing.Point(11, 295)
|
493
|
585
|
Me.Label9.Name = "Label9"
|
494
|
586
|
Me.Label9.Size = New System.Drawing.Size(43, 16)
|
495
|
587
|
Me.Label9.TabIndex = 1797
|
|
@@ -498,7 +590,7 @@ Partial Class 後台帳務彙總結算表
|
498
|
590
|
'Label8
|
499
|
591
|
'
|
500
|
592
|
Me.Label8.AutoSize = True
|
501
|
|
- Me.Label8.Location = New System.Drawing.Point(11, 229)
|
|
593
|
+ Me.Label8.Location = New System.Drawing.Point(11, 321)
|
502
|
594
|
Me.Label8.Name = "Label8"
|
503
|
595
|
Me.Label8.Size = New System.Drawing.Size(43, 16)
|
504
|
596
|
Me.Label8.TabIndex = 1795
|
|
@@ -507,7 +599,7 @@ Partial Class 後台帳務彙總結算表
|
507
|
599
|
'Label7
|
508
|
600
|
'
|
509
|
601
|
Me.Label7.AutoSize = True
|
510
|
|
- Me.Label7.Location = New System.Drawing.Point(10, 254)
|
|
602
|
+ Me.Label7.Location = New System.Drawing.Point(10, 346)
|
511
|
603
|
Me.Label7.Name = "Label7"
|
512
|
604
|
Me.Label7.Size = New System.Drawing.Size(43, 16)
|
513
|
605
|
Me.Label7.TabIndex = 1793
|
|
@@ -516,7 +608,7 @@ Partial Class 後台帳務彙總結算表
|
516
|
608
|
'Label6
|
517
|
609
|
'
|
518
|
610
|
Me.Label6.AutoSize = True
|
519
|
|
- Me.Label6.Location = New System.Drawing.Point(25, 279)
|
|
611
|
+ Me.Label6.Location = New System.Drawing.Point(25, 371)
|
520
|
612
|
Me.Label6.Name = "Label6"
|
521
|
613
|
Me.Label6.Size = New System.Drawing.Size(28, 16)
|
522
|
614
|
Me.Label6.TabIndex = 1791
|
|
@@ -537,25 +629,6 @@ Partial Class 後台帳務彙總結算表
|
537
|
629
|
Me.彙總2_dgv.Size = New System.Drawing.Size(78, 61)
|
538
|
630
|
Me.彙總2_dgv.TabIndex = 1785
|
539
|
631
|
'
|
540
|
|
- '調退實佔_tb
|
541
|
|
- '
|
542
|
|
- Me.調退實佔_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
543
|
|
- Me.調退實佔_tb.Location = New System.Drawing.Point(66, 507)
|
544
|
|
- Me.調退實佔_tb.Name = "調退實佔_tb"
|
545
|
|
- Me.調退實佔_tb.Size = New System.Drawing.Size(100, 23)
|
546
|
|
- Me.調退實佔_tb.TabIndex = 1784
|
547
|
|
- Me.調退實佔_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
548
|
|
- '
|
549
|
|
- 'Label3
|
550
|
|
- '
|
551
|
|
- Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
552
|
|
- Me.Label3.AutoSize = True
|
553
|
|
- Me.Label3.Location = New System.Drawing.Point(9, 510)
|
554
|
|
- Me.Label3.Name = "Label3"
|
555
|
|
- Me.Label3.Size = New System.Drawing.Size(55, 16)
|
556
|
|
- Me.Label3.TabIndex = 1783
|
557
|
|
- Me.Label3.Text = "調退實佔"
|
558
|
|
- '
|
559
|
632
|
'截圖_bt
|
560
|
633
|
'
|
561
|
634
|
Me.截圖_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
@@ -593,8 +666,9 @@ Partial Class 後台帳務彙總結算表
|
593
|
666
|
'Panel2
|
594
|
667
|
'
|
595
|
668
|
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
669
|
+ Me.Panel2.Controls.Add(Me.彙總7_dgv)
|
|
670
|
+ Me.Panel2.Controls.Add(Me.彙總6_dgv)
|
596
|
671
|
Me.Panel2.Controls.Add(Me.彙總2_dgv)
|
597
|
|
- Me.Panel2.Controls.Add(Me.年初_dtp)
|
598
|
672
|
Me.Panel2.Controls.Add(Me.Label13)
|
599
|
673
|
Me.Panel2.Controls.Add(Me.加1_tb)
|
600
|
674
|
Me.Panel2.Controls.Add(Me.彙總3_dgv)
|
|
@@ -605,13 +679,9 @@ Partial Class 後台帳務彙總結算表
|
605
|
679
|
Me.Panel2.Controls.Add(Me.周1_ch)
|
606
|
680
|
Me.Panel2.Controls.Add(Me.結束日期1_dtp)
|
607
|
681
|
Me.Panel2.Controls.Add(Me.月1_ch)
|
608
|
|
- Me.Panel2.Controls.Add(Me.月初_dtp)
|
609
|
682
|
Me.Panel2.Controls.Add(Me.彙總1_dgv)
|
610
|
683
|
Me.Panel2.Controls.Add(Me.Label11)
|
611
|
684
|
Me.Panel2.Controls.Add(Me.彙總4_dgv)
|
612
|
|
- Me.Panel2.Controls.Add(Me.Label5)
|
613
|
|
- Me.Panel2.Controls.Add(Me.調退實佔_tb)
|
614
|
|
- Me.Panel2.Controls.Add(Me.Label3)
|
615
|
685
|
Me.Panel2.Controls.Add(Me.整合_ch)
|
616
|
686
|
Me.Panel2.Controls.Add(Me.Label10)
|
617
|
687
|
Me.Panel2.Controls.Add(Me.天_ch)
|
|
@@ -633,13 +703,39 @@ Partial Class 後台帳務彙總結算表
|
633
|
703
|
Me.Panel2.TabIndex = 1786
|
634
|
704
|
Me.Panel2.Visible = False
|
635
|
705
|
'
|
636
|
|
- '年初_dtp
|
|
706
|
+ '彙總7_dgv
|
637
|
707
|
'
|
638
|
|
- Me.年初_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
639
|
|
- Me.年初_dtp.Location = New System.Drawing.Point(54, 421)
|
640
|
|
- Me.年初_dtp.Name = "年初_dtp"
|
641
|
|
- Me.年初_dtp.Size = New System.Drawing.Size(100, 23)
|
642
|
|
- Me.年初_dtp.TabIndex = 1817
|
|
708
|
+ Me.彙總7_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
709
|
+ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
710
|
+ Me.彙總7_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
711
|
+ Me.彙總7_dgv.BackgroundColor = System.Drawing.Color.White
|
|
712
|
+ Me.彙總7_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
713
|
+ Me.彙總7_dgv.Location = New System.Drawing.Point(83, 200)
|
|
714
|
+ Me.彙總7_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
715
|
+ Me.彙總7_dgv.Name = "彙總7_dgv"
|
|
716
|
+ Me.彙總7_dgv.RowHeadersWidth = 4
|
|
717
|
+ DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
718
|
+ Me.彙總7_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
|
|
719
|
+ Me.彙總7_dgv.RowTemplate.Height = 24
|
|
720
|
+ Me.彙總7_dgv.Size = New System.Drawing.Size(78, 61)
|
|
721
|
+ Me.彙總7_dgv.TabIndex = 1822
|
|
722
|
+ '
|
|
723
|
+ '彙總6_dgv
|
|
724
|
+ '
|
|
725
|
+ Me.彙總6_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
726
|
+ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
727
|
+ Me.彙總6_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
728
|
+ Me.彙總6_dgv.BackgroundColor = System.Drawing.Color.White
|
|
729
|
+ Me.彙總6_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
730
|
+ Me.彙總6_dgv.Location = New System.Drawing.Point(3, 200)
|
|
731
|
+ Me.彙總6_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
732
|
+ Me.彙總6_dgv.Name = "彙總6_dgv"
|
|
733
|
+ Me.彙總6_dgv.RowHeadersWidth = 4
|
|
734
|
+ DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
735
|
+ Me.彙總6_dgv.RowsDefaultCellStyle = DataGridViewCellStyle7
|
|
736
|
+ Me.彙總6_dgv.RowTemplate.Height = 24
|
|
737
|
+ Me.彙總6_dgv.Size = New System.Drawing.Size(78, 61)
|
|
738
|
+ Me.彙總6_dgv.TabIndex = 1821
|
643
|
739
|
'
|
644
|
740
|
'結束日期1_dtp
|
645
|
741
|
'
|
|
@@ -659,11 +755,59 @@ Partial Class 後台帳務彙總結算表
|
659
|
755
|
Me.股東帳_Ch.Text = "股東帳"
|
660
|
756
|
Me.股東帳_Ch.UseVisualStyleBackColor = True
|
661
|
757
|
'
|
|
758
|
+ '顯日_ch
|
|
759
|
+ '
|
|
760
|
+ Me.顯日_ch.AutoSize = True
|
|
761
|
+ Me.顯日_ch.Checked = True
|
|
762
|
+ Me.顯日_ch.CheckState = System.Windows.Forms.CheckState.Checked
|
|
763
|
+ Me.顯日_ch.Location = New System.Drawing.Point(10, 29)
|
|
764
|
+ Me.顯日_ch.Name = "顯日_ch"
|
|
765
|
+ Me.顯日_ch.Size = New System.Drawing.Size(38, 20)
|
|
766
|
+ Me.顯日_ch.TabIndex = 1788
|
|
767
|
+ Me.顯日_ch.Text = "日"
|
|
768
|
+ Me.顯日_ch.UseVisualStyleBackColor = True
|
|
769
|
+ '
|
|
770
|
+ '顯周_ch
|
|
771
|
+ '
|
|
772
|
+ Me.顯周_ch.AutoSize = True
|
|
773
|
+ Me.顯周_ch.Checked = True
|
|
774
|
+ Me.顯周_ch.CheckState = System.Windows.Forms.CheckState.Checked
|
|
775
|
+ Me.顯周_ch.Location = New System.Drawing.Point(57, 29)
|
|
776
|
+ Me.顯周_ch.Name = "顯周_ch"
|
|
777
|
+ Me.顯周_ch.Size = New System.Drawing.Size(38, 20)
|
|
778
|
+ Me.顯周_ch.TabIndex = 1789
|
|
779
|
+ Me.顯周_ch.Text = "周"
|
|
780
|
+ Me.顯周_ch.UseVisualStyleBackColor = True
|
|
781
|
+ '
|
|
782
|
+ '顯月_ch
|
|
783
|
+ '
|
|
784
|
+ Me.顯月_ch.AutoSize = True
|
|
785
|
+ Me.顯月_ch.Location = New System.Drawing.Point(104, 29)
|
|
786
|
+ Me.顯月_ch.Name = "顯月_ch"
|
|
787
|
+ Me.顯月_ch.Size = New System.Drawing.Size(38, 20)
|
|
788
|
+ Me.顯月_ch.TabIndex = 1790
|
|
789
|
+ Me.顯月_ch.Text = "月"
|
|
790
|
+ Me.顯月_ch.UseVisualStyleBackColor = True
|
|
791
|
+ '
|
|
792
|
+ '顯年_ch
|
|
793
|
+ '
|
|
794
|
+ Me.顯年_ch.AutoSize = True
|
|
795
|
+ Me.顯年_ch.Location = New System.Drawing.Point(151, 29)
|
|
796
|
+ Me.顯年_ch.Name = "顯年_ch"
|
|
797
|
+ Me.顯年_ch.Size = New System.Drawing.Size(38, 20)
|
|
798
|
+ Me.顯年_ch.TabIndex = 1791
|
|
799
|
+ Me.顯年_ch.Text = "年"
|
|
800
|
+ Me.顯年_ch.UseVisualStyleBackColor = True
|
|
801
|
+ '
|
662
|
802
|
'後台帳務彙總結算表
|
663
|
803
|
'
|
664
|
804
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
665
|
805
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
666
|
|
- Me.ClientSize = New System.Drawing.Size(953, 1001)
|
|
806
|
+ Me.ClientSize = New System.Drawing.Size(1117, 651)
|
|
807
|
+ Me.Controls.Add(Me.顯年_ch)
|
|
808
|
+ Me.Controls.Add(Me.顯日_ch)
|
|
809
|
+ Me.Controls.Add(Me.顯周_ch)
|
|
810
|
+ Me.Controls.Add(Me.顯月_ch)
|
667
|
811
|
Me.Controls.Add(Me.股東帳_Ch)
|
668
|
812
|
Me.Controls.Add(Me.Panel2)
|
669
|
813
|
Me.Controls.Add(Me.重新計算_bt)
|
|
@@ -679,13 +823,22 @@ Partial Class 後台帳務彙總結算表
|
679
|
823
|
CType(Me.彙總1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
680
|
824
|
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
681
|
825
|
Me.Panel1.ResumeLayout(False)
|
682
|
|
- Me.Panel1.PerformLayout()
|
|
826
|
+ Me.A4_P.ResumeLayout(False)
|
|
827
|
+ Me.A4_P.PerformLayout()
|
|
828
|
+ Me.A3_P.ResumeLayout(False)
|
|
829
|
+ Me.A3_P.PerformLayout()
|
|
830
|
+ Me.A2_P.ResumeLayout(False)
|
|
831
|
+ Me.A2_P.PerformLayout()
|
|
832
|
+ Me.A1_P.ResumeLayout(False)
|
|
833
|
+ Me.A1_P.PerformLayout()
|
683
|
834
|
CType(Me.彙總5_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
684
|
835
|
CType(Me.彙總3_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
685
|
836
|
CType(Me.彙總4_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
686
|
837
|
CType(Me.彙總2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
687
|
838
|
Me.Panel2.ResumeLayout(False)
|
688
|
839
|
Me.Panel2.PerformLayout()
|
|
840
|
+ CType(Me.彙總7_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
841
|
+ CType(Me.彙總6_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
689
|
842
|
Me.ResumeLayout(False)
|
690
|
843
|
Me.PerformLayout()
|
691
|
844
|
|
|
@@ -705,7 +858,7 @@ Partial Class 後台帳務彙總結算表
|
705
|
858
|
Friend WithEvents Label26 As Label
|
706
|
859
|
Friend WithEvents 截圖_bt As Button
|
707
|
860
|
Friend WithEvents 整合_ch As CheckBox
|
708
|
|
- Friend WithEvents 調退實佔_tb As TextBox
|
|
861
|
+ Friend WithEvents 結果3_tb As TextBox
|
709
|
862
|
Friend WithEvents Label3 As Label
|
710
|
863
|
Friend WithEvents 重新計算_bt As Button
|
711
|
864
|
Friend WithEvents 股東帳_Ch As CheckBox
|
|
@@ -743,4 +896,15 @@ Partial Class 後台帳務彙總結算表
|
743
|
896
|
Friend WithEvents Label18 As Label
|
744
|
897
|
Friend WithEvents Panel2 As Panel
|
745
|
898
|
Friend WithEvents 年初_dtp As DateTimePicker
|
|
899
|
+ Friend WithEvents 顯日_ch As CheckBox
|
|
900
|
+ Friend WithEvents 顯周_ch As CheckBox
|
|
901
|
+ Friend WithEvents 顯月_ch As CheckBox
|
|
902
|
+ Friend WithEvents 顯年_ch As CheckBox
|
|
903
|
+ Friend WithEvents A4_P As Panel
|
|
904
|
+ Friend WithEvents Label15 As Label
|
|
905
|
+ Friend WithEvents A3_P As Panel
|
|
906
|
+ Friend WithEvents A2_P As Panel
|
|
907
|
+ Friend WithEvents A1_P As Panel
|
|
908
|
+ Friend WithEvents 彙總6_dgv As DataGridView
|
|
909
|
+ Friend WithEvents 彙總7_dgv As DataGridView
|
746
|
910
|
End Class
|