|
@@ -23,7 +23,7 @@ Partial Class 營運成本收支單_對帳表
|
23
|
23
|
<System.Diagnostics.DebuggerStepThrough()> _
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
25
|
Me.components = New System.ComponentModel.Container()
|
26
|
|
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
26
|
+ Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
27
|
27
|
Me.未兌現支票1_tb = New System.Windows.Forms.TextBox()
|
28
|
28
|
Me.Label13 = New System.Windows.Forms.Label()
|
29
|
29
|
Me.未兌現支票_tb = New System.Windows.Forms.TextBox()
|
|
@@ -72,16 +72,37 @@ Partial Class 營運成本收支單_對帳表
|
72
|
72
|
Me.全部_ch = New System.Windows.Forms.CheckBox()
|
73
|
73
|
Me.只有收入_cb = New System.Windows.Forms.CheckBox()
|
74
|
74
|
Me.只有支出_cb = New System.Windows.Forms.CheckBox()
|
|
75
|
+ Me.特別計算_bt = New System.Windows.Forms.Button()
|
|
76
|
+ Me.視窗2_pl = New System.Windows.Forms.Panel()
|
|
77
|
+ Me.Panel3 = New System.Windows.Forms.Panel()
|
|
78
|
+ Me.剔除後總和_tb = New System.Windows.Forms.TextBox()
|
|
79
|
+ Me.Label18 = New System.Windows.Forms.Label()
|
|
80
|
+ Me.剔除後支出_tb = New System.Windows.Forms.TextBox()
|
|
81
|
+ Me.Label17 = New System.Windows.Forms.Label()
|
|
82
|
+ Me.剔除後收入_tb = New System.Windows.Forms.TextBox()
|
|
83
|
+ Me.Label15 = New System.Windows.Forms.Label()
|
|
84
|
+ Me.剃除計算_bt = New System.Windows.Forms.Button()
|
|
85
|
+ Me.存檔_bt = New System.Windows.Forms.Button()
|
|
86
|
+ Me.會科_dgv = New System.Windows.Forms.DataGridView()
|
|
87
|
+ Me.Label16 = New System.Windows.Forms.Label()
|
|
88
|
+ Me.CanceL2_bt = New System.Windows.Forms.Button()
|
|
89
|
+ Me.Panel1 = New System.Windows.Forms.Panel()
|
|
90
|
+ Me.剔除存檔_dgv = New System.Windows.Forms.DataGridView()
|
75
|
91
|
CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
76
|
92
|
Me.ContextMenuStrip1.SuspendLayout()
|
77
|
93
|
CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
94
|
+ Me.視窗2_pl.SuspendLayout()
|
|
95
|
+ Me.Panel3.SuspendLayout()
|
|
96
|
+ CType(Me.會科_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
97
|
+ Me.Panel1.SuspendLayout()
|
|
98
|
+ CType(Me.剔除存檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
78
|
99
|
Me.SuspendLayout()
|
79
|
100
|
'
|
80
|
101
|
'未兌現支票1_tb
|
81
|
102
|
'
|
82
|
103
|
Me.未兌現支票1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
83
|
104
|
Me.未兌現支票1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
84
|
|
- Me.未兌現支票1_tb.Location = New System.Drawing.Point(285, 56)
|
|
105
|
+ Me.未兌現支票1_tb.Location = New System.Drawing.Point(256, 56)
|
85
|
106
|
Me.未兌現支票1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
86
|
107
|
Me.未兌現支票1_tb.Name = "未兌現支票1_tb"
|
87
|
108
|
Me.未兌現支票1_tb.Size = New System.Drawing.Size(100, 23)
|
|
@@ -93,9 +114,9 @@ Partial Class 營運成本收支單_對帳表
|
93
|
114
|
Me.Label13.AutoSize = True
|
94
|
115
|
Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
95
|
116
|
Me.Label13.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
96
|
|
- Me.Label13.Location = New System.Drawing.Point(215, 59)
|
|
117
|
+ Me.Label13.Location = New System.Drawing.Point(186, 59)
|
97
|
118
|
Me.Label13.Name = "Label13"
|
98
|
|
- Me.Label13.Size = New System.Drawing.Size(68, 16)
|
|
119
|
+ Me.Label13.Size = New System.Drawing.Size(67, 16)
|
99
|
120
|
Me.Label13.TabIndex = 1071
|
100
|
121
|
Me.Label13.Text = "未兌現支票"
|
101
|
122
|
'
|
|
@@ -103,7 +124,7 @@ Partial Class 營運成本收支單_對帳表
|
103
|
124
|
'
|
104
|
125
|
Me.未兌現支票_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
105
|
126
|
Me.未兌現支票_tb.ForeColor = System.Drawing.Color.Green
|
106
|
|
- Me.未兌現支票_tb.Location = New System.Drawing.Point(285, 30)
|
|
127
|
+ Me.未兌現支票_tb.Location = New System.Drawing.Point(256, 30)
|
107
|
128
|
Me.未兌現支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
108
|
129
|
Me.未兌現支票_tb.Name = "未兌現支票_tb"
|
109
|
130
|
Me.未兌現支票_tb.Size = New System.Drawing.Size(100, 23)
|
|
@@ -115,9 +136,9 @@ Partial Class 營運成本收支單_對帳表
|
115
|
136
|
Me.Label14.AutoSize = True
|
116
|
137
|
Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
117
|
138
|
Me.Label14.ForeColor = System.Drawing.Color.Green
|
118
|
|
- Me.Label14.Location = New System.Drawing.Point(215, 35)
|
|
139
|
+ Me.Label14.Location = New System.Drawing.Point(186, 35)
|
119
|
140
|
Me.Label14.Name = "Label14"
|
120
|
|
- Me.Label14.Size = New System.Drawing.Size(68, 16)
|
|
141
|
+ Me.Label14.Size = New System.Drawing.Size(67, 16)
|
121
|
142
|
Me.Label14.TabIndex = 1069
|
122
|
143
|
Me.Label14.Text = "未兌現支票"
|
123
|
144
|
'
|
|
@@ -125,7 +146,7 @@ Partial Class 營運成本收支單_對帳表
|
125
|
146
|
'
|
126
|
147
|
Me.已兌現支票1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
127
|
148
|
Me.已兌現支票1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
128
|
|
- Me.已兌現支票1_tb.Location = New System.Drawing.Point(457, 56)
|
|
149
|
+ Me.已兌現支票1_tb.Location = New System.Drawing.Point(428, 56)
|
129
|
150
|
Me.已兌現支票1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
130
|
151
|
Me.已兌現支票1_tb.Name = "已兌現支票1_tb"
|
131
|
152
|
Me.已兌現支票1_tb.Size = New System.Drawing.Size(100, 23)
|
|
@@ -137,9 +158,9 @@ Partial Class 營運成本收支單_對帳表
|
137
|
158
|
Me.Label11.AutoSize = True
|
138
|
159
|
Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
139
|
160
|
Me.Label11.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
140
|
|
- Me.Label11.Location = New System.Drawing.Point(387, 60)
|
|
161
|
+ Me.Label11.Location = New System.Drawing.Point(358, 60)
|
141
|
162
|
Me.Label11.Name = "Label11"
|
142
|
|
- Me.Label11.Size = New System.Drawing.Size(68, 16)
|
|
163
|
+ Me.Label11.Size = New System.Drawing.Size(67, 16)
|
143
|
164
|
Me.Label11.TabIndex = 1067
|
144
|
165
|
Me.Label11.Text = "已兌現支票"
|
145
|
166
|
'
|
|
@@ -147,7 +168,7 @@ Partial Class 營運成本收支單_對帳表
|
147
|
168
|
'
|
148
|
169
|
Me.已兌現支票_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
149
|
170
|
Me.已兌現支票_tb.ForeColor = System.Drawing.Color.Green
|
150
|
|
- Me.已兌現支票_tb.Location = New System.Drawing.Point(457, 29)
|
|
171
|
+ Me.已兌現支票_tb.Location = New System.Drawing.Point(428, 29)
|
151
|
172
|
Me.已兌現支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
152
|
173
|
Me.已兌現支票_tb.Name = "已兌現支票_tb"
|
153
|
174
|
Me.已兌現支票_tb.Size = New System.Drawing.Size(100, 23)
|
|
@@ -159,9 +180,9 @@ Partial Class 營運成本收支單_對帳表
|
159
|
180
|
Me.Label12.AutoSize = True
|
160
|
181
|
Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
161
|
182
|
Me.Label12.ForeColor = System.Drawing.Color.Green
|
162
|
|
- Me.Label12.Location = New System.Drawing.Point(387, 34)
|
|
183
|
+ Me.Label12.Location = New System.Drawing.Point(358, 34)
|
163
|
184
|
Me.Label12.Name = "Label12"
|
164
|
|
- Me.Label12.Size = New System.Drawing.Size(68, 16)
|
|
185
|
+ Me.Label12.Size = New System.Drawing.Size(67, 16)
|
165
|
186
|
Me.Label12.TabIndex = 1065
|
166
|
187
|
Me.Label12.Text = "已兌現支票"
|
167
|
188
|
'
|
|
@@ -169,7 +190,7 @@ Partial Class 營運成本收支單_對帳表
|
169
|
190
|
'
|
170
|
191
|
Me.零用金1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
171
|
192
|
Me.零用金1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
172
|
|
- Me.零用金1_tb.Location = New System.Drawing.Point(604, 56)
|
|
193
|
+ Me.零用金1_tb.Location = New System.Drawing.Point(575, 56)
|
173
|
194
|
Me.零用金1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
174
|
195
|
Me.零用金1_tb.Name = "零用金1_tb"
|
175
|
196
|
Me.零用金1_tb.Size = New System.Drawing.Size(100, 23)
|
|
@@ -181,9 +202,9 @@ Partial Class 營運成本收支單_對帳表
|
181
|
202
|
Me.Label1.AutoSize = True
|
182
|
203
|
Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
183
|
204
|
Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
184
|
|
- Me.Label1.Location = New System.Drawing.Point(558, 59)
|
|
205
|
+ Me.Label1.Location = New System.Drawing.Point(529, 59)
|
185
|
206
|
Me.Label1.Name = "Label1"
|
186
|
|
- Me.Label1.Size = New System.Drawing.Size(44, 16)
|
|
207
|
+ Me.Label1.Size = New System.Drawing.Size(43, 16)
|
187
|
208
|
Me.Label1.TabIndex = 1063
|
188
|
209
|
Me.Label1.Text = "零用金"
|
189
|
210
|
'
|
|
@@ -191,7 +212,7 @@ Partial Class 營運成本收支單_對帳表
|
191
|
212
|
'
|
192
|
213
|
Me.零用金_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
193
|
214
|
Me.零用金_tb.ForeColor = System.Drawing.Color.Green
|
194
|
|
- Me.零用金_tb.Location = New System.Drawing.Point(604, 29)
|
|
215
|
+ Me.零用金_tb.Location = New System.Drawing.Point(575, 29)
|
195
|
216
|
Me.零用金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
196
|
217
|
Me.零用金_tb.Name = "零用金_tb"
|
197
|
218
|
Me.零用金_tb.Size = New System.Drawing.Size(100, 23)
|
|
@@ -203,9 +224,9 @@ Partial Class 營運成本收支單_對帳表
|
203
|
224
|
Me.Label3.AutoSize = True
|
204
|
225
|
Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
205
|
226
|
Me.Label3.ForeColor = System.Drawing.Color.Green
|
206
|
|
- Me.Label3.Location = New System.Drawing.Point(558, 34)
|
|
227
|
+ Me.Label3.Location = New System.Drawing.Point(529, 34)
|
207
|
228
|
Me.Label3.Name = "Label3"
|
208
|
|
- Me.Label3.Size = New System.Drawing.Size(44, 16)
|
|
229
|
+ Me.Label3.Size = New System.Drawing.Size(43, 16)
|
209
|
230
|
Me.Label3.TabIndex = 1061
|
210
|
231
|
Me.Label3.Text = "零用金"
|
211
|
232
|
'
|
|
@@ -213,10 +234,10 @@ Partial Class 營運成本收支單_對帳表
|
213
|
234
|
'
|
214
|
235
|
Me.只顯示支票資料_cb.AutoSize = True
|
215
|
236
|
Me.只顯示支票資料_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
216
|
|
- Me.只顯示支票資料_cb.Location = New System.Drawing.Point(486, 5)
|
|
237
|
+ Me.只顯示支票資料_cb.Location = New System.Drawing.Point(457, 5)
|
217
|
238
|
Me.只顯示支票資料_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
218
|
239
|
Me.只顯示支票資料_cb.Name = "只顯示支票資料_cb"
|
219
|
|
- Me.只顯示支票資料_cb.Size = New System.Drawing.Size(111, 20)
|
|
240
|
+ Me.只顯示支票資料_cb.Size = New System.Drawing.Size(110, 20)
|
220
|
241
|
Me.只顯示支票資料_cb.TabIndex = 1060
|
221
|
242
|
Me.只顯示支票資料_cb.Text = "只顯示支票資料"
|
222
|
243
|
Me.只顯示支票資料_cb.UseVisualStyleBackColor = True
|
|
@@ -227,10 +248,10 @@ Partial Class 營運成本收支單_對帳表
|
227
|
248
|
Me.隱藏作帳點交資訊_cb.Checked = True
|
228
|
249
|
Me.隱藏作帳點交資訊_cb.CheckState = System.Windows.Forms.CheckState.Checked
|
229
|
250
|
Me.隱藏作帳點交資訊_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
230
|
|
- Me.隱藏作帳點交資訊_cb.Location = New System.Drawing.Point(351, 6)
|
|
251
|
+ Me.隱藏作帳點交資訊_cb.Location = New System.Drawing.Point(322, 6)
|
231
|
252
|
Me.隱藏作帳點交資訊_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
232
|
253
|
Me.隱藏作帳點交資訊_cb.Name = "隱藏作帳點交資訊_cb"
|
233
|
|
- Me.隱藏作帳點交資訊_cb.Size = New System.Drawing.Size(135, 20)
|
|
254
|
+ Me.隱藏作帳點交資訊_cb.Size = New System.Drawing.Size(134, 20)
|
234
|
255
|
Me.隱藏作帳點交資訊_cb.TabIndex = 1059
|
235
|
256
|
Me.隱藏作帳點交資訊_cb.Text = "隱藏作帳、點交資訊"
|
236
|
257
|
Me.隱藏作帳點交資訊_cb.UseVisualStyleBackColor = True
|
|
@@ -239,10 +260,10 @@ Partial Class 營運成本收支單_對帳表
|
239
|
260
|
'
|
240
|
261
|
Me.隱藏申請審核資訊_cb.AutoSize = True
|
241
|
262
|
Me.隱藏申請審核資訊_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
242
|
|
- Me.隱藏申請審核資訊_cb.Location = New System.Drawing.Point(216, 6)
|
|
263
|
+ Me.隱藏申請審核資訊_cb.Location = New System.Drawing.Point(187, 6)
|
243
|
264
|
Me.隱藏申請審核資訊_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
244
|
265
|
Me.隱藏申請審核資訊_cb.Name = "隱藏申請審核資訊_cb"
|
245
|
|
- Me.隱藏申請審核資訊_cb.Size = New System.Drawing.Size(135, 20)
|
|
266
|
+ Me.隱藏申請審核資訊_cb.Size = New System.Drawing.Size(134, 20)
|
246
|
267
|
Me.隱藏申請審核資訊_cb.TabIndex = 1058
|
247
|
268
|
Me.隱藏申請審核資訊_cb.Text = "隱藏申請、審核資訊"
|
248
|
269
|
Me.隱藏申請審核資訊_cb.UseVisualStyleBackColor = True
|
|
@@ -251,7 +272,7 @@ Partial Class 營運成本收支單_對帳表
|
251
|
272
|
'
|
252
|
273
|
Me.損益1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
253
|
274
|
Me.損益1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
254
|
|
- Me.損益1_tb.Location = New System.Drawing.Point(1013, 56)
|
|
275
|
+ Me.損益1_tb.Location = New System.Drawing.Point(984, 56)
|
255
|
276
|
Me.損益1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
256
|
277
|
Me.損益1_tb.Name = "損益1_tb"
|
257
|
278
|
Me.損益1_tb.Size = New System.Drawing.Size(100, 23)
|
|
@@ -263,9 +284,9 @@ Partial Class 營運成本收支單_對帳表
|
263
|
284
|
Me.Label7.AutoSize = True
|
264
|
285
|
Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
265
|
286
|
Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
266
|
|
- Me.Label7.Location = New System.Drawing.Point(979, 59)
|
|
287
|
+ Me.Label7.Location = New System.Drawing.Point(950, 59)
|
267
|
288
|
Me.Label7.Name = "Label7"
|
268
|
|
- Me.Label7.Size = New System.Drawing.Size(32, 16)
|
|
289
|
+ Me.Label7.Size = New System.Drawing.Size(31, 16)
|
269
|
290
|
Me.Label7.TabIndex = 1056
|
270
|
291
|
Me.Label7.Text = "損益"
|
271
|
292
|
'
|
|
@@ -273,7 +294,7 @@ Partial Class 營運成本收支單_對帳表
|
273
|
294
|
'
|
274
|
295
|
Me.支出1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
275
|
296
|
Me.支出1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
276
|
|
- Me.支出1_tb.Location = New System.Drawing.Point(877, 56)
|
|
297
|
+ Me.支出1_tb.Location = New System.Drawing.Point(848, 56)
|
277
|
298
|
Me.支出1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
278
|
299
|
Me.支出1_tb.Name = "支出1_tb"
|
279
|
300
|
Me.支出1_tb.Size = New System.Drawing.Size(100, 23)
|
|
@@ -285,9 +306,9 @@ Partial Class 營運成本收支單_對帳表
|
285
|
306
|
Me.Label8.AutoSize = True
|
286
|
307
|
Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
287
|
308
|
Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
288
|
|
- Me.Label8.Location = New System.Drawing.Point(843, 60)
|
|
309
|
+ Me.Label8.Location = New System.Drawing.Point(814, 60)
|
289
|
310
|
Me.Label8.Name = "Label8"
|
290
|
|
- Me.Label8.Size = New System.Drawing.Size(32, 16)
|
|
311
|
+ Me.Label8.Size = New System.Drawing.Size(31, 16)
|
291
|
312
|
Me.Label8.TabIndex = 1054
|
292
|
313
|
Me.Label8.Text = "支出"
|
293
|
314
|
'
|
|
@@ -295,7 +316,7 @@ Partial Class 營運成本收支單_對帳表
|
295
|
316
|
'
|
296
|
317
|
Me.現金1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
297
|
318
|
Me.現金1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
298
|
|
- Me.現金1_tb.Location = New System.Drawing.Point(741, 56)
|
|
319
|
+ Me.現金1_tb.Location = New System.Drawing.Point(712, 56)
|
299
|
320
|
Me.現金1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
300
|
321
|
Me.現金1_tb.Name = "現金1_tb"
|
301
|
322
|
Me.現金1_tb.Size = New System.Drawing.Size(100, 23)
|
|
@@ -307,9 +328,9 @@ Partial Class 營運成本收支單_對帳表
|
307
|
328
|
Me.Label10.AutoSize = True
|
308
|
329
|
Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
309
|
330
|
Me.Label10.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
310
|
|
- Me.Label10.Location = New System.Drawing.Point(706, 60)
|
|
331
|
+ Me.Label10.Location = New System.Drawing.Point(677, 60)
|
311
|
332
|
Me.Label10.Name = "Label10"
|
312
|
|
- Me.Label10.Size = New System.Drawing.Size(32, 16)
|
|
333
|
+ Me.Label10.Size = New System.Drawing.Size(31, 16)
|
313
|
334
|
Me.Label10.TabIndex = 1052
|
314
|
335
|
Me.Label10.Text = "收入"
|
315
|
336
|
'
|
|
@@ -317,7 +338,7 @@ Partial Class 營運成本收支單_對帳表
|
317
|
338
|
'
|
318
|
339
|
Me.損益_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
319
|
340
|
Me.損益_tb.ForeColor = System.Drawing.Color.Green
|
320
|
|
- Me.損益_tb.Location = New System.Drawing.Point(1013, 29)
|
|
341
|
+ Me.損益_tb.Location = New System.Drawing.Point(984, 29)
|
321
|
342
|
Me.損益_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
322
|
343
|
Me.損益_tb.Name = "損益_tb"
|
323
|
344
|
Me.損益_tb.Size = New System.Drawing.Size(100, 23)
|
|
@@ -329,9 +350,9 @@ Partial Class 營運成本收支單_對帳表
|
329
|
350
|
Me.Label6.AutoSize = True
|
330
|
351
|
Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
331
|
352
|
Me.Label6.ForeColor = System.Drawing.Color.Green
|
332
|
|
- Me.Label6.Location = New System.Drawing.Point(979, 34)
|
|
353
|
+ Me.Label6.Location = New System.Drawing.Point(950, 34)
|
333
|
354
|
Me.Label6.Name = "Label6"
|
334
|
|
- Me.Label6.Size = New System.Drawing.Size(32, 16)
|
|
355
|
+ Me.Label6.Size = New System.Drawing.Size(31, 16)
|
335
|
356
|
Me.Label6.TabIndex = 1050
|
336
|
357
|
Me.Label6.Text = "損益"
|
337
|
358
|
'
|
|
@@ -339,7 +360,7 @@ Partial Class 營運成本收支單_對帳表
|
339
|
360
|
'
|
340
|
361
|
Me.支出_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
341
|
362
|
Me.支出_tb.ForeColor = System.Drawing.Color.Green
|
342
|
|
- Me.支出_tb.Location = New System.Drawing.Point(877, 29)
|
|
363
|
+ Me.支出_tb.Location = New System.Drawing.Point(848, 29)
|
343
|
364
|
Me.支出_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
344
|
365
|
Me.支出_tb.Name = "支出_tb"
|
345
|
366
|
Me.支出_tb.Size = New System.Drawing.Size(100, 23)
|
|
@@ -351,9 +372,9 @@ Partial Class 營運成本收支單_對帳表
|
351
|
372
|
Me.Label5.AutoSize = True
|
352
|
373
|
Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
353
|
374
|
Me.Label5.ForeColor = System.Drawing.Color.Green
|
354
|
|
- Me.Label5.Location = New System.Drawing.Point(843, 34)
|
|
375
|
+ Me.Label5.Location = New System.Drawing.Point(814, 34)
|
355
|
376
|
Me.Label5.Name = "Label5"
|
356
|
|
- Me.Label5.Size = New System.Drawing.Size(32, 16)
|
|
377
|
+ Me.Label5.Size = New System.Drawing.Size(31, 16)
|
357
|
378
|
Me.Label5.TabIndex = 1048
|
358
|
379
|
Me.Label5.Text = "支出"
|
359
|
380
|
'
|
|
@@ -364,7 +385,7 @@ Partial Class 營運成本收支單_對帳表
|
364
|
385
|
Me.Label4.ForeColor = System.Drawing.Color.Green
|
365
|
386
|
Me.Label4.Location = New System.Drawing.Point(2, 35)
|
366
|
387
|
Me.Label4.Name = "Label4"
|
367
|
|
- Me.Label4.Size = New System.Drawing.Size(32, 16)
|
|
388
|
+ Me.Label4.Size = New System.Drawing.Size(31, 16)
|
368
|
389
|
Me.Label4.TabIndex = 1047
|
369
|
390
|
Me.Label4.Text = "單號"
|
370
|
391
|
'
|
|
@@ -375,7 +396,7 @@ Partial Class 營運成本收支單_對帳表
|
375
|
396
|
Me.收支單號_tb.Location = New System.Drawing.Point(36, 31)
|
376
|
397
|
Me.收支單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
377
|
398
|
Me.收支單號_tb.Name = "收支單號_tb"
|
378
|
|
- Me.收支單號_tb.Size = New System.Drawing.Size(172, 23)
|
|
399
|
+ Me.收支單號_tb.Size = New System.Drawing.Size(149, 23)
|
379
|
400
|
Me.收支單號_tb.TabIndex = 1046
|
380
|
401
|
Me.收支單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
381
|
402
|
'
|
|
@@ -383,7 +404,7 @@ Partial Class 營運成本收支單_對帳表
|
383
|
404
|
'
|
384
|
405
|
Me.現金_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
385
|
406
|
Me.現金_tb.ForeColor = System.Drawing.Color.Green
|
386
|
|
- Me.現金_tb.Location = New System.Drawing.Point(741, 29)
|
|
407
|
+ Me.現金_tb.Location = New System.Drawing.Point(712, 29)
|
387
|
408
|
Me.現金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
388
|
409
|
Me.現金_tb.Name = "現金_tb"
|
389
|
410
|
Me.現金_tb.Size = New System.Drawing.Size(100, 23)
|
|
@@ -395,9 +416,9 @@ Partial Class 營運成本收支單_對帳表
|
395
|
416
|
Me.Label9.AutoSize = True
|
396
|
417
|
Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
397
|
418
|
Me.Label9.ForeColor = System.Drawing.Color.Green
|
398
|
|
- Me.Label9.Location = New System.Drawing.Point(706, 34)
|
|
419
|
+ Me.Label9.Location = New System.Drawing.Point(677, 34)
|
399
|
420
|
Me.Label9.Name = "Label9"
|
400
|
|
- Me.Label9.Size = New System.Drawing.Size(32, 16)
|
|
421
|
+ Me.Label9.Size = New System.Drawing.Size(31, 16)
|
401
|
422
|
Me.Label9.TabIndex = 1044
|
402
|
423
|
Me.Label9.Text = "收入"
|
403
|
424
|
'
|
|
@@ -410,7 +431,7 @@ Partial Class 營運成本收支單_對帳表
|
410
|
431
|
Me.查詢日期1_cb.Location = New System.Drawing.Point(143, 4)
|
411
|
432
|
Me.查詢日期1_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
412
|
433
|
Me.查詢日期1_cb.Name = "查詢日期1_cb"
|
413
|
|
- Me.查詢日期1_cb.Size = New System.Drawing.Size(63, 24)
|
|
434
|
+ Me.查詢日期1_cb.Size = New System.Drawing.Size(42, 24)
|
414
|
435
|
Me.查詢日期1_cb.TabIndex = 1043
|
415
|
436
|
'
|
416
|
437
|
'查詢日期_cb
|
|
@@ -432,7 +453,7 @@ Partial Class 營運成本收支單_對帳表
|
432
|
453
|
Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
433
|
454
|
Me.Label2.Location = New System.Drawing.Point(2, 8)
|
434
|
455
|
Me.Label2.Name = "Label2"
|
435
|
|
- Me.Label2.Size = New System.Drawing.Size(56, 16)
|
|
456
|
+ Me.Label2.Size = New System.Drawing.Size(55, 16)
|
436
|
457
|
Me.Label2.TabIndex = 1041
|
437
|
458
|
Me.Label2.Text = "查詢日期"
|
438
|
459
|
'
|
|
@@ -442,13 +463,14 @@ Partial Class 營運成本收支單_對帳表
|
442
|
463
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
443
|
464
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
444
|
465
|
Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
466
|
+ Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
|
445
|
467
|
Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
446
|
468
|
Me.明細_dgv.Location = New System.Drawing.Point(6, 82)
|
447
|
469
|
Me.明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
448
|
470
|
Me.明細_dgv.Name = "明細_dgv"
|
449
|
471
|
Me.明細_dgv.RowHeadersWidth = 5
|
450
|
|
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
451
|
|
- Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
|
|
472
|
+ DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
473
|
+ Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
|
452
|
474
|
Me.明細_dgv.RowTemplate.Height = 24
|
453
|
475
|
Me.明細_dgv.Size = New System.Drawing.Size(1243, 524)
|
454
|
476
|
Me.明細_dgv.TabIndex = 1073
|
|
@@ -472,7 +494,7 @@ Partial Class 營運成本收支單_對帳表
|
472
|
494
|
'
|
473
|
495
|
'關鍵字查詢_bt
|
474
|
496
|
'
|
475
|
|
- Me.關鍵字查詢_bt.Location = New System.Drawing.Point(753, 1)
|
|
497
|
+ Me.關鍵字查詢_bt.Location = New System.Drawing.Point(724, 1)
|
476
|
498
|
Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt"
|
477
|
499
|
Me.關鍵字查詢_bt.Size = New System.Drawing.Size(90, 26)
|
478
|
500
|
Me.關鍵字查詢_bt.TabIndex = 1076
|
|
@@ -484,14 +506,14 @@ Partial Class 營運成本收支單_對帳表
|
484
|
506
|
Me.對帳記錄存檔_bt.ForeColor = System.Drawing.Color.Green
|
485
|
507
|
Me.對帳記錄存檔_bt.Location = New System.Drawing.Point(6, 56)
|
486
|
508
|
Me.對帳記錄存檔_bt.Name = "對帳記錄存檔_bt"
|
487
|
|
- Me.對帳記錄存檔_bt.Size = New System.Drawing.Size(202, 23)
|
|
509
|
+ Me.對帳記錄存檔_bt.Size = New System.Drawing.Size(179, 23)
|
488
|
510
|
Me.對帳記錄存檔_bt.TabIndex = 1077
|
489
|
511
|
Me.對帳記錄存檔_bt.Text = "對帳記錄存檔"
|
490
|
512
|
Me.對帳記錄存檔_bt.UseVisualStyleBackColor = True
|
491
|
513
|
'
|
492
|
514
|
'清除查詢資料_bt
|
493
|
515
|
'
|
494
|
|
- Me.清除查詢資料_bt.Location = New System.Drawing.Point(844, 1)
|
|
516
|
+ Me.清除查詢資料_bt.Location = New System.Drawing.Point(815, 1)
|
495
|
517
|
Me.清除查詢資料_bt.Name = "清除查詢資料_bt"
|
496
|
518
|
Me.清除查詢資料_bt.Size = New System.Drawing.Size(90, 26)
|
497
|
519
|
Me.清除查詢資料_bt.TabIndex = 1078
|
|
@@ -503,7 +525,7 @@ Partial Class 營運成本收支單_對帳表
|
503
|
525
|
Me.匯出EXCEL_bt.AutoSize = True
|
504
|
526
|
Me.匯出EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
505
|
527
|
Me.匯出EXCEL_bt.ForeColor = System.Drawing.Color.DarkRed
|
506
|
|
- Me.匯出EXCEL_bt.Location = New System.Drawing.Point(935, 1)
|
|
528
|
+ Me.匯出EXCEL_bt.Location = New System.Drawing.Point(906, 1)
|
507
|
529
|
Me.匯出EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
508
|
530
|
Me.匯出EXCEL_bt.Name = "匯出EXCEL_bt"
|
509
|
531
|
Me.匯出EXCEL_bt.Size = New System.Drawing.Size(90, 26)
|
|
@@ -524,7 +546,7 @@ Partial Class 營運成本收支單_對帳表
|
524
|
546
|
Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
525
|
547
|
Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Red
|
526
|
548
|
Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
527
|
|
- Me.字體大小調整_lb.Location = New System.Drawing.Point(1026, 5)
|
|
549
|
+ Me.字體大小調整_lb.Location = New System.Drawing.Point(997, 5)
|
528
|
550
|
Me.字體大小調整_lb.Name = "字體大小調整_lb"
|
529
|
551
|
Me.字體大小調整_lb.Size = New System.Drawing.Size(34, 17)
|
530
|
552
|
Me.字體大小調整_lb.TabIndex = 1495
|
|
@@ -534,7 +556,7 @@ Partial Class 營運成本收支單_對帳表
|
534
|
556
|
'
|
535
|
557
|
Me.字體_NUD.DecimalPlaces = 1
|
536
|
558
|
Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
|
537
|
|
- Me.字體_NUD.Location = New System.Drawing.Point(1061, 3)
|
|
559
|
+ Me.字體_NUD.Location = New System.Drawing.Point(1032, 3)
|
538
|
560
|
Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
|
539
|
561
|
Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
|
540
|
562
|
Me.字體_NUD.Name = "字體_NUD"
|
|
@@ -545,9 +567,9 @@ Partial Class 營運成本收支單_對帳表
|
545
|
567
|
'非稅_ch
|
546
|
568
|
'
|
547
|
569
|
Me.非稅_ch.AutoSize = True
|
548
|
|
- Me.非稅_ch.Location = New System.Drawing.Point(1121, 58)
|
|
570
|
+ Me.非稅_ch.Location = New System.Drawing.Point(1092, 58)
|
549
|
571
|
Me.非稅_ch.Name = "非稅_ch"
|
550
|
|
- Me.非稅_ch.Size = New System.Drawing.Size(51, 20)
|
|
572
|
+ Me.非稅_ch.Size = New System.Drawing.Size(50, 20)
|
551
|
573
|
Me.非稅_ch.TabIndex = 1501
|
552
|
574
|
Me.非稅_ch.Text = "非稅"
|
553
|
575
|
Me.非稅_ch.UseVisualStyleBackColor = True
|
|
@@ -555,9 +577,9 @@ Partial Class 營運成本收支單_對帳表
|
555
|
577
|
'含稅_ch
|
556
|
578
|
'
|
557
|
579
|
Me.含稅_ch.AutoSize = True
|
558
|
|
- Me.含稅_ch.Location = New System.Drawing.Point(1120, 32)
|
|
580
|
+ Me.含稅_ch.Location = New System.Drawing.Point(1091, 32)
|
559
|
581
|
Me.含稅_ch.Name = "含稅_ch"
|
560
|
|
- Me.含稅_ch.Size = New System.Drawing.Size(51, 20)
|
|
582
|
+ Me.含稅_ch.Size = New System.Drawing.Size(50, 20)
|
561
|
583
|
Me.含稅_ch.TabIndex = 1500
|
562
|
584
|
Me.含稅_ch.Text = "含稅"
|
563
|
585
|
Me.含稅_ch.UseVisualStyleBackColor = True
|
|
@@ -567,9 +589,9 @@ Partial Class 營運成本收支單_對帳表
|
567
|
589
|
Me.全部_ch.AutoSize = True
|
568
|
590
|
Me.全部_ch.Checked = True
|
569
|
591
|
Me.全部_ch.CheckState = System.Windows.Forms.CheckState.Checked
|
570
|
|
- Me.全部_ch.Location = New System.Drawing.Point(1120, 6)
|
|
592
|
+ Me.全部_ch.Location = New System.Drawing.Point(1091, 6)
|
571
|
593
|
Me.全部_ch.Name = "全部_ch"
|
572
|
|
- Me.全部_ch.Size = New System.Drawing.Size(51, 20)
|
|
594
|
+ Me.全部_ch.Size = New System.Drawing.Size(50, 20)
|
573
|
595
|
Me.全部_ch.TabIndex = 1499
|
574
|
596
|
Me.全部_ch.Text = "全部"
|
575
|
597
|
Me.全部_ch.UseVisualStyleBackColor = True
|
|
@@ -577,9 +599,9 @@ Partial Class 營運成本收支單_對帳表
|
577
|
599
|
'只有收入_cb
|
578
|
600
|
'
|
579
|
601
|
Me.只有收入_cb.AutoSize = True
|
580
|
|
- Me.只有收入_cb.Location = New System.Drawing.Point(597, 5)
|
|
602
|
+ Me.只有收入_cb.Location = New System.Drawing.Point(568, 5)
|
581
|
603
|
Me.只有收入_cb.Name = "只有收入_cb"
|
582
|
|
- Me.只有收入_cb.Size = New System.Drawing.Size(75, 20)
|
|
604
|
+ Me.只有收入_cb.Size = New System.Drawing.Size(74, 20)
|
583
|
605
|
Me.只有收入_cb.TabIndex = 1502
|
584
|
606
|
Me.只有收入_cb.Text = "只有收入"
|
585
|
607
|
Me.只有收入_cb.UseVisualStyleBackColor = True
|
|
@@ -587,19 +609,214 @@ Partial Class 營運成本收支單_對帳表
|
587
|
609
|
'只有支出_cb
|
588
|
610
|
'
|
589
|
611
|
Me.只有支出_cb.AutoSize = True
|
590
|
|
- Me.只有支出_cb.Location = New System.Drawing.Point(672, 5)
|
|
612
|
+ Me.只有支出_cb.Location = New System.Drawing.Point(643, 5)
|
591
|
613
|
Me.只有支出_cb.Name = "只有支出_cb"
|
592
|
|
- Me.只有支出_cb.Size = New System.Drawing.Size(75, 20)
|
|
614
|
+ Me.只有支出_cb.Size = New System.Drawing.Size(74, 20)
|
593
|
615
|
Me.只有支出_cb.TabIndex = 1503
|
594
|
616
|
Me.只有支出_cb.Text = "只有支出"
|
595
|
617
|
Me.只有支出_cb.UseVisualStyleBackColor = True
|
596
|
618
|
'
|
|
619
|
+ '特別計算_bt
|
|
620
|
+ '
|
|
621
|
+ Me.特別計算_bt.Location = New System.Drawing.Point(1147, 2)
|
|
622
|
+ Me.特別計算_bt.Name = "特別計算_bt"
|
|
623
|
+ Me.特別計算_bt.Size = New System.Drawing.Size(73, 77)
|
|
624
|
+ Me.特別計算_bt.TabIndex = 1504
|
|
625
|
+ Me.特別計算_bt.Text = "特別計算"
|
|
626
|
+ Me.特別計算_bt.UseVisualStyleBackColor = True
|
|
627
|
+ '
|
|
628
|
+ '視窗2_pl
|
|
629
|
+ '
|
|
630
|
+ Me.視窗2_pl.BackColor = System.Drawing.Color.White
|
|
631
|
+ Me.視窗2_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
632
|
+ Me.視窗2_pl.Controls.Add(Me.Panel3)
|
|
633
|
+ Me.視窗2_pl.Controls.Add(Me.Label16)
|
|
634
|
+ Me.視窗2_pl.Controls.Add(Me.CanceL2_bt)
|
|
635
|
+ Me.視窗2_pl.Location = New System.Drawing.Point(831, 12)
|
|
636
|
+ Me.視窗2_pl.Name = "視窗2_pl"
|
|
637
|
+ Me.視窗2_pl.Size = New System.Drawing.Size(227, 550)
|
|
638
|
+ Me.視窗2_pl.TabIndex = 1505
|
|
639
|
+ '
|
|
640
|
+ 'Panel3
|
|
641
|
+ '
|
|
642
|
+ Me.Panel3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
643
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
644
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
645
|
+ Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
646
|
+ Me.Panel3.Controls.Add(Me.剔除後總和_tb)
|
|
647
|
+ Me.Panel3.Controls.Add(Me.Label18)
|
|
648
|
+ Me.Panel3.Controls.Add(Me.剔除後支出_tb)
|
|
649
|
+ Me.Panel3.Controls.Add(Me.Label17)
|
|
650
|
+ Me.Panel3.Controls.Add(Me.剔除後收入_tb)
|
|
651
|
+ Me.Panel3.Controls.Add(Me.Label15)
|
|
652
|
+ Me.Panel3.Controls.Add(Me.剃除計算_bt)
|
|
653
|
+ Me.Panel3.Controls.Add(Me.存檔_bt)
|
|
654
|
+ Me.Panel3.Controls.Add(Me.會科_dgv)
|
|
655
|
+ Me.Panel3.Location = New System.Drawing.Point(3, 28)
|
|
656
|
+ Me.Panel3.Name = "Panel3"
|
|
657
|
+ Me.Panel3.Size = New System.Drawing.Size(220, 518)
|
|
658
|
+ Me.Panel3.TabIndex = 1367
|
|
659
|
+ '
|
|
660
|
+ '剔除後總和_tb
|
|
661
|
+ '
|
|
662
|
+ Me.剔除後總和_tb.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
663
|
+ Me.剔除後總和_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
664
|
+ Me.剔除後總和_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
665
|
+ Me.剔除後總和_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
666
|
+ Me.剔除後總和_tb.Location = New System.Drawing.Point(80, 75)
|
|
667
|
+ Me.剔除後總和_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
668
|
+ Me.剔除後總和_tb.Name = "剔除後總和_tb"
|
|
669
|
+ Me.剔除後總和_tb.Size = New System.Drawing.Size(130, 16)
|
|
670
|
+ Me.剔除後總和_tb.TabIndex = 1393
|
|
671
|
+ Me.剔除後總和_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
672
|
+ '
|
|
673
|
+ 'Label18
|
|
674
|
+ '
|
|
675
|
+ Me.Label18.AutoSize = True
|
|
676
|
+ Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
677
|
+ Me.Label18.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
678
|
+ Me.Label18.Location = New System.Drawing.Point(7, 75)
|
|
679
|
+ Me.Label18.Name = "Label18"
|
|
680
|
+ Me.Label18.Size = New System.Drawing.Size(67, 16)
|
|
681
|
+ Me.Label18.TabIndex = 1392
|
|
682
|
+ Me.Label18.Text = "剔除後總和"
|
|
683
|
+ '
|
|
684
|
+ '剔除後支出_tb
|
|
685
|
+ '
|
|
686
|
+ Me.剔除後支出_tb.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
687
|
+ Me.剔除後支出_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
688
|
+ Me.剔除後支出_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
689
|
+ Me.剔除後支出_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
690
|
+ Me.剔除後支出_tb.Location = New System.Drawing.Point(80, 53)
|
|
691
|
+ Me.剔除後支出_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
692
|
+ Me.剔除後支出_tb.Name = "剔除後支出_tb"
|
|
693
|
+ Me.剔除後支出_tb.Size = New System.Drawing.Size(130, 16)
|
|
694
|
+ Me.剔除後支出_tb.TabIndex = 1391
|
|
695
|
+ Me.剔除後支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
696
|
+ '
|
|
697
|
+ 'Label17
|
|
698
|
+ '
|
|
699
|
+ Me.Label17.AutoSize = True
|
|
700
|
+ Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
701
|
+ Me.Label17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
702
|
+ Me.Label17.Location = New System.Drawing.Point(7, 53)
|
|
703
|
+ Me.Label17.Name = "Label17"
|
|
704
|
+ Me.Label17.Size = New System.Drawing.Size(67, 16)
|
|
705
|
+ Me.Label17.TabIndex = 1390
|
|
706
|
+ Me.Label17.Text = "剔除後支出"
|
|
707
|
+ '
|
|
708
|
+ '剔除後收入_tb
|
|
709
|
+ '
|
|
710
|
+ Me.剔除後收入_tb.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
711
|
+ Me.剔除後收入_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
712
|
+ Me.剔除後收入_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
713
|
+ Me.剔除後收入_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
714
|
+ Me.剔除後收入_tb.Location = New System.Drawing.Point(80, 32)
|
|
715
|
+ Me.剔除後收入_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
716
|
+ Me.剔除後收入_tb.Name = "剔除後收入_tb"
|
|
717
|
+ Me.剔除後收入_tb.Size = New System.Drawing.Size(130, 16)
|
|
718
|
+ Me.剔除後收入_tb.TabIndex = 1389
|
|
719
|
+ Me.剔除後收入_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
720
|
+ '
|
|
721
|
+ 'Label15
|
|
722
|
+ '
|
|
723
|
+ Me.Label15.AutoSize = True
|
|
724
|
+ Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
725
|
+ Me.Label15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
726
|
+ Me.Label15.Location = New System.Drawing.Point(7, 32)
|
|
727
|
+ Me.Label15.Name = "Label15"
|
|
728
|
+ Me.Label15.Size = New System.Drawing.Size(67, 16)
|
|
729
|
+ Me.Label15.TabIndex = 1388
|
|
730
|
+ Me.Label15.Text = "剔除後收入"
|
|
731
|
+ '
|
|
732
|
+ '剃除計算_bt
|
|
733
|
+ '
|
|
734
|
+ Me.剃除計算_bt.Location = New System.Drawing.Point(123, 3)
|
|
735
|
+ Me.剃除計算_bt.Name = "剃除計算_bt"
|
|
736
|
+ Me.剃除計算_bt.Size = New System.Drawing.Size(90, 26)
|
|
737
|
+ Me.剃除計算_bt.TabIndex = 1387
|
|
738
|
+ Me.剃除計算_bt.Text = "剃除計算"
|
|
739
|
+ Me.剃除計算_bt.UseVisualStyleBackColor = True
|
|
740
|
+ '
|
|
741
|
+ '存檔_bt
|
|
742
|
+ '
|
|
743
|
+ Me.存檔_bt.Location = New System.Drawing.Point(3, 3)
|
|
744
|
+ Me.存檔_bt.Name = "存檔_bt"
|
|
745
|
+ Me.存檔_bt.Size = New System.Drawing.Size(90, 26)
|
|
746
|
+ Me.存檔_bt.TabIndex = 1386
|
|
747
|
+ Me.存檔_bt.Text = "存檔"
|
|
748
|
+ Me.存檔_bt.UseVisualStyleBackColor = True
|
|
749
|
+ '
|
|
750
|
+ '會科_dgv
|
|
751
|
+ '
|
|
752
|
+ Me.會科_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
753
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
754
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
755
|
+ Me.會科_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
756
|
+ Me.會科_dgv.BackgroundColor = System.Drawing.Color.White
|
|
757
|
+ Me.會科_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
758
|
+ Me.會科_dgv.Location = New System.Drawing.Point(3, 95)
|
|
759
|
+ Me.會科_dgv.Name = "會科_dgv"
|
|
760
|
+ Me.會科_dgv.RowHeadersWidth = 5
|
|
761
|
+ Me.會科_dgv.RowTemplate.Height = 24
|
|
762
|
+ Me.會科_dgv.Size = New System.Drawing.Size(210, 415)
|
|
763
|
+ Me.會科_dgv.TabIndex = 1385
|
|
764
|
+ '
|
|
765
|
+ 'Label16
|
|
766
|
+ '
|
|
767
|
+ Me.Label16.AutoSize = True
|
|
768
|
+ Me.Label16.Location = New System.Drawing.Point(5, 7)
|
|
769
|
+ Me.Label16.Name = "Label16"
|
|
770
|
+ Me.Label16.Size = New System.Drawing.Size(103, 16)
|
|
771
|
+ Me.Label16.TabIndex = 1375
|
|
772
|
+ Me.Label16.Text = "會計科目剃除計算"
|
|
773
|
+ '
|
|
774
|
+ 'CanceL2_bt
|
|
775
|
+ '
|
|
776
|
+ Me.CanceL2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
777
|
+ Me.CanceL2_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
778
|
+ Me.CanceL2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
779
|
+ Me.CanceL2_bt.ForeColor = System.Drawing.Color.Black
|
|
780
|
+ Me.CanceL2_bt.Location = New System.Drawing.Point(195, 2)
|
|
781
|
+ Me.CanceL2_bt.Name = "CanceL2_bt"
|
|
782
|
+ Me.CanceL2_bt.Size = New System.Drawing.Size(26, 26)
|
|
783
|
+ Me.CanceL2_bt.TabIndex = 1374
|
|
784
|
+ Me.CanceL2_bt.Text = "X"
|
|
785
|
+ Me.CanceL2_bt.UseVisualStyleBackColor = False
|
|
786
|
+ '
|
|
787
|
+ 'Panel1
|
|
788
|
+ '
|
|
789
|
+ Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
790
|
+ Me.Panel1.Controls.Add(Me.剔除存檔_dgv)
|
|
791
|
+ Me.Panel1.Location = New System.Drawing.Point(256, 138)
|
|
792
|
+ Me.Panel1.Name = "Panel1"
|
|
793
|
+ Me.Panel1.Size = New System.Drawing.Size(200, 100)
|
|
794
|
+ Me.Panel1.TabIndex = 1506
|
|
795
|
+ '
|
|
796
|
+ '剔除存檔_dgv
|
|
797
|
+ '
|
|
798
|
+ Me.剔除存檔_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
799
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
800
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
801
|
+ Me.剔除存檔_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
802
|
+ Me.剔除存檔_dgv.BackgroundColor = System.Drawing.Color.White
|
|
803
|
+ Me.剔除存檔_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
804
|
+ Me.剔除存檔_dgv.Location = New System.Drawing.Point(3, 3)
|
|
805
|
+ Me.剔除存檔_dgv.Name = "剔除存檔_dgv"
|
|
806
|
+ Me.剔除存檔_dgv.RowHeadersWidth = 5
|
|
807
|
+ Me.剔除存檔_dgv.RowTemplate.Height = 24
|
|
808
|
+ Me.剔除存檔_dgv.Size = New System.Drawing.Size(192, 92)
|
|
809
|
+ Me.剔除存檔_dgv.TabIndex = 1386
|
|
810
|
+ '
|
597
|
811
|
'營運成本收支單_對帳表
|
598
|
812
|
'
|
599
|
813
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
600
|
814
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
601
|
815
|
Me.ClientSize = New System.Drawing.Size(1254, 611)
|
602
|
816
|
Me.ContextMenuStrip = Me.ContextMenuStrip1
|
|
817
|
+ Me.Controls.Add(Me.Panel1)
|
|
818
|
+ Me.Controls.Add(Me.視窗2_pl)
|
|
819
|
+ Me.Controls.Add(Me.特別計算_bt)
|
603
|
820
|
Me.Controls.Add(Me.只有支出_cb)
|
604
|
821
|
Me.Controls.Add(Me.只有收入_cb)
|
605
|
822
|
Me.Controls.Add(Me.非稅_ch)
|
|
@@ -651,6 +868,13 @@ Partial Class 營運成本收支單_對帳表
|
651
|
868
|
CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
652
|
869
|
Me.ContextMenuStrip1.ResumeLayout(False)
|
653
|
870
|
CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
|
|
871
|
+ Me.視窗2_pl.ResumeLayout(False)
|
|
872
|
+ Me.視窗2_pl.PerformLayout()
|
|
873
|
+ Me.Panel3.ResumeLayout(False)
|
|
874
|
+ Me.Panel3.PerformLayout()
|
|
875
|
+ CType(Me.會科_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
876
|
+ Me.Panel1.ResumeLayout(False)
|
|
877
|
+ CType(Me.剔除存檔_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
654
|
878
|
Me.ResumeLayout(False)
|
655
|
879
|
Me.PerformLayout()
|
656
|
880
|
|
|
@@ -704,4 +928,20 @@ Partial Class 營運成本收支單_對帳表
|
704
|
928
|
Friend WithEvents 全部_ch As CheckBox
|
705
|
929
|
Friend WithEvents 只有收入_cb As CheckBox
|
706
|
930
|
Friend WithEvents 只有支出_cb As CheckBox
|
|
931
|
+ Friend WithEvents 特別計算_bt As Button
|
|
932
|
+ Friend WithEvents 視窗2_pl As Panel
|
|
933
|
+ Friend WithEvents Panel3 As Panel
|
|
934
|
+ Friend WithEvents 會科_dgv As DataGridView
|
|
935
|
+ Friend WithEvents Label16 As Label
|
|
936
|
+ Friend WithEvents CanceL2_bt As Button
|
|
937
|
+ Friend WithEvents 剔除後總和_tb As TextBox
|
|
938
|
+ Friend WithEvents Label18 As Label
|
|
939
|
+ Friend WithEvents 剔除後支出_tb As TextBox
|
|
940
|
+ Friend WithEvents Label17 As Label
|
|
941
|
+ Friend WithEvents 剔除後收入_tb As TextBox
|
|
942
|
+ Friend WithEvents Label15 As Label
|
|
943
|
+ Friend WithEvents 剃除計算_bt As Button
|
|
944
|
+ Friend WithEvents 存檔_bt As Button
|
|
945
|
+ Friend WithEvents Panel1 As Panel
|
|
946
|
+ Friend WithEvents 剔除存檔_dgv As DataGridView
|
707
|
947
|
End Class
|