|
@@ -47,6 +47,7 @@ Partial Class 電板帳務彙總計算表
|
47
|
47
|
Dim DataGridViewCellStyle22 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
48
|
48
|
Dim DataGridViewCellStyle23 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
49
|
49
|
Dim DataGridViewCellStyle24 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
50
|
+ Dim DataGridViewCellStyle25 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
50
|
51
|
Dim DataGridViewCellStyle26 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
51
|
52
|
Dim DataGridViewCellStyle27 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
52
|
53
|
Dim DataGridViewCellStyle28 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
@@ -81,7 +82,6 @@ Partial Class 電板帳務彙總計算表
|
81
|
82
|
Dim DataGridViewCellStyle57 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
82
|
83
|
Dim DataGridViewCellStyle58 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
83
|
84
|
Dim DataGridViewCellStyle59 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
84
|
|
- Dim DataGridViewCellStyle25 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
85
|
85
|
Me.流水帳_dgv = New System.Windows.Forms.DataGridView()
|
86
|
86
|
Me.資料_cb = New System.Windows.Forms.ComboBox()
|
87
|
87
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
@@ -170,6 +170,7 @@ Partial Class 電板帳務彙總計算表
|
170
|
170
|
Me.所得名_dgv = New System.Windows.Forms.DataGridView()
|
171
|
171
|
Me.水差名_dgv = New System.Windows.Forms.DataGridView()
|
172
|
172
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
173
|
+ Me.紙帳總表_dgv = New System.Windows.Forms.DataGridView()
|
173
|
174
|
Me.水差名1_dgv = New System.Windows.Forms.DataGridView()
|
174
|
175
|
Me.紅利分表_dgv = New System.Windows.Forms.DataGridView()
|
175
|
176
|
Me.所得名1_dgv = New System.Windows.Forms.DataGridView()
|
|
@@ -227,6 +228,31 @@ Partial Class 電板帳務彙總計算表
|
227
|
228
|
Me.Label56 = New System.Windows.Forms.Label()
|
228
|
229
|
Me.CanceL4_bt = New System.Windows.Forms.Button()
|
229
|
230
|
Me.Panel4 = New System.Windows.Forms.Panel()
|
|
231
|
+ Me.EXB4 = New System.Windows.Forms.ComboBox()
|
|
232
|
+ Me.EXB3 = New System.Windows.Forms.ComboBox()
|
|
233
|
+ Me.EXB2 = New System.Windows.Forms.ComboBox()
|
|
234
|
+ Me.EXB1 = New System.Windows.Forms.ComboBox()
|
|
235
|
+ Me.Label32 = New System.Windows.Forms.Label()
|
|
236
|
+ Me.Label33 = New System.Windows.Forms.Label()
|
|
237
|
+ Me.Label34 = New System.Windows.Forms.Label()
|
|
238
|
+ Me.Label35 = New System.Windows.Forms.Label()
|
|
239
|
+ Me.EXA4 = New System.Windows.Forms.ComboBox()
|
|
240
|
+ Me.EXA3 = New System.Windows.Forms.ComboBox()
|
|
241
|
+ Me.EXA2 = New System.Windows.Forms.ComboBox()
|
|
242
|
+ Me.EXA1 = New System.Windows.Forms.ComboBox()
|
|
243
|
+ Me.Label28 = New System.Windows.Forms.Label()
|
|
244
|
+ Me.Label29 = New System.Windows.Forms.Label()
|
|
245
|
+ Me.Label30 = New System.Windows.Forms.Label()
|
|
246
|
+ Me.Label31 = New System.Windows.Forms.Label()
|
|
247
|
+ Me.EX4 = New System.Windows.Forms.TextBox()
|
|
248
|
+ Me.Label27 = New System.Windows.Forms.Label()
|
|
249
|
+ Me.EX3 = New System.Windows.Forms.TextBox()
|
|
250
|
+ Me.Label26 = New System.Windows.Forms.Label()
|
|
251
|
+ Me.EX2 = New System.Windows.Forms.TextBox()
|
|
252
|
+ Me.Label25 = New System.Windows.Forms.Label()
|
|
253
|
+ Me.EX1 = New System.Windows.Forms.TextBox()
|
|
254
|
+ Me.Label24 = New System.Windows.Forms.Label()
|
|
255
|
+ Me.導出到EXCEL_bt = New System.Windows.Forms.Button()
|
230
|
256
|
Me.紙帳計算_bt = New System.Windows.Forms.Button()
|
231
|
257
|
Me.自動調整存檔_bt = New System.Windows.Forms.Button()
|
232
|
258
|
Me.依球版習慣_ch = New System.Windows.Forms.CheckBox()
|
|
@@ -245,6 +271,8 @@ Partial Class 電板帳務彙總計算表
|
245
|
271
|
Me.股東紅利設定_bt = New System.Windows.Forms.Button()
|
246
|
272
|
Me.核帳0_tb = New System.Windows.Forms.TextBox()
|
247
|
273
|
Me.Label20 = New System.Windows.Forms.Label()
|
|
274
|
+ Me.Label21 = New System.Windows.Forms.Label()
|
|
275
|
+ Me.Label36 = New System.Windows.Forms.Label()
|
248
|
276
|
Me.SplitContainer4 = New System.Windows.Forms.SplitContainer()
|
249
|
277
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
250
|
278
|
Me.Label22 = New System.Windows.Forms.Label()
|
|
@@ -253,7 +281,7 @@ Partial Class 電板帳務彙總計算表
|
253
|
281
|
Me.其他操作功能_bt = New System.Windows.Forms.Button()
|
254
|
282
|
Me.Label23 = New System.Windows.Forms.Label()
|
255
|
283
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
256
|
|
- Me.紙帳總表_dgv = New System.Windows.Forms.DataGridView()
|
|
284
|
+ Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
257
|
285
|
CType(Me.流水帳_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
258
|
286
|
CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
259
|
287
|
CType(Me.彙總1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -274,6 +302,7 @@ Partial Class 電板帳務彙總計算表
|
274
|
302
|
CType(Me.所得名_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
275
|
303
|
CType(Me.水差名_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
276
|
304
|
Me.Panel1.SuspendLayout()
|
|
305
|
+ CType(Me.紙帳總表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
277
|
306
|
CType(Me.水差名1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
278
|
307
|
CType(Me.紅利分表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
279
|
308
|
CType(Me.所得名1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -315,7 +344,6 @@ Partial Class 電板帳務彙總計算表
|
315
|
344
|
Me.SplitContainer4.Panel2.SuspendLayout()
|
316
|
345
|
Me.SplitContainer4.SuspendLayout()
|
317
|
346
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
318
|
|
- CType(Me.紙帳總表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
319
|
347
|
Me.SuspendLayout()
|
320
|
348
|
'
|
321
|
349
|
'流水帳_dgv
|
|
@@ -1418,6 +1446,23 @@ Partial Class 電板帳務彙總計算表
|
1418
|
1446
|
Me.Panel1.Size = New System.Drawing.Size(737, 913)
|
1419
|
1447
|
Me.Panel1.TabIndex = 1681
|
1420
|
1448
|
'
|
|
1449
|
+ '紙帳總表_dgv
|
|
1450
|
+ '
|
|
1451
|
+ Me.紙帳總表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
1452
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
1453
|
+ Me.紙帳總表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
1454
|
+ Me.紙帳總表_dgv.BackgroundColor = System.Drawing.Color.White
|
|
1455
|
+ Me.紙帳總表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
1456
|
+ Me.紙帳總表_dgv.Location = New System.Drawing.Point(524, 337)
|
|
1457
|
+ Me.紙帳總表_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
1458
|
+ Me.紙帳總表_dgv.Name = "紙帳總表_dgv"
|
|
1459
|
+ Me.紙帳總表_dgv.RowHeadersWidth = 4
|
|
1460
|
+ DataGridViewCellStyle25.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1461
|
+ Me.紙帳總表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle25
|
|
1462
|
+ Me.紙帳總表_dgv.RowTemplate.Height = 24
|
|
1463
|
+ Me.紙帳總表_dgv.Size = New System.Drawing.Size(210, 107)
|
|
1464
|
+ Me.紙帳總表_dgv.TabIndex = 1685
|
|
1465
|
+ '
|
1421
|
1466
|
'水差名1_dgv
|
1422
|
1467
|
'
|
1423
|
1468
|
Me.水差名1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
@@ -2326,7 +2371,7 @@ Partial Class 電板帳務彙總計算表
|
2326
|
2371
|
Me.視窗4_pl.Controls.Add(Me.Panel4)
|
2327
|
2372
|
Me.視窗4_pl.Location = New System.Drawing.Point(190, 214)
|
2328
|
2373
|
Me.視窗4_pl.Name = "視窗4_pl"
|
2329
|
|
- Me.視窗4_pl.Size = New System.Drawing.Size(396, 159)
|
|
2374
|
+ Me.視窗4_pl.Size = New System.Drawing.Size(396, 367)
|
2330
|
2375
|
Me.視窗4_pl.TabIndex = 1715
|
2331
|
2376
|
'
|
2332
|
2377
|
'Label56
|
|
@@ -2357,6 +2402,31 @@ Partial Class 電板帳務彙總計算表
|
2357
|
2402
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
2358
|
2403
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
2359
|
2404
|
Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
2405
|
+ Me.Panel4.Controls.Add(Me.EXB4)
|
|
2406
|
+ Me.Panel4.Controls.Add(Me.EXB3)
|
|
2407
|
+ Me.Panel4.Controls.Add(Me.EXB2)
|
|
2408
|
+ Me.Panel4.Controls.Add(Me.EXB1)
|
|
2409
|
+ Me.Panel4.Controls.Add(Me.Label32)
|
|
2410
|
+ Me.Panel4.Controls.Add(Me.Label33)
|
|
2411
|
+ Me.Panel4.Controls.Add(Me.Label34)
|
|
2412
|
+ Me.Panel4.Controls.Add(Me.Label35)
|
|
2413
|
+ Me.Panel4.Controls.Add(Me.EXA4)
|
|
2414
|
+ Me.Panel4.Controls.Add(Me.EXA3)
|
|
2415
|
+ Me.Panel4.Controls.Add(Me.EXA2)
|
|
2416
|
+ Me.Panel4.Controls.Add(Me.EXA1)
|
|
2417
|
+ Me.Panel4.Controls.Add(Me.Label28)
|
|
2418
|
+ Me.Panel4.Controls.Add(Me.Label29)
|
|
2419
|
+ Me.Panel4.Controls.Add(Me.Label30)
|
|
2420
|
+ Me.Panel4.Controls.Add(Me.Label31)
|
|
2421
|
+ Me.Panel4.Controls.Add(Me.EX4)
|
|
2422
|
+ Me.Panel4.Controls.Add(Me.Label27)
|
|
2423
|
+ Me.Panel4.Controls.Add(Me.EX3)
|
|
2424
|
+ Me.Panel4.Controls.Add(Me.Label26)
|
|
2425
|
+ Me.Panel4.Controls.Add(Me.EX2)
|
|
2426
|
+ Me.Panel4.Controls.Add(Me.Label25)
|
|
2427
|
+ Me.Panel4.Controls.Add(Me.EX1)
|
|
2428
|
+ Me.Panel4.Controls.Add(Me.Label24)
|
|
2429
|
+ Me.Panel4.Controls.Add(Me.導出到EXCEL_bt)
|
2360
|
2430
|
Me.Panel4.Controls.Add(Me.紙帳計算_bt)
|
2361
|
2431
|
Me.Panel4.Controls.Add(Me.自動調整存檔_bt)
|
2362
|
2432
|
Me.Panel4.Controls.Add(Me.依球版習慣_ch)
|
|
@@ -2375,11 +2445,283 @@ Partial Class 電板帳務彙總計算表
|
2375
|
2445
|
Me.Panel4.Controls.Add(Me.股東紅利設定_bt)
|
2376
|
2446
|
Me.Panel4.Controls.Add(Me.核帳0_tb)
|
2377
|
2447
|
Me.Panel4.Controls.Add(Me.Label20)
|
|
2448
|
+ Me.Panel4.Controls.Add(Me.Label21)
|
|
2449
|
+ Me.Panel4.Controls.Add(Me.Label36)
|
2378
|
2450
|
Me.Panel4.Location = New System.Drawing.Point(3, 27)
|
2379
|
2451
|
Me.Panel4.Name = "Panel4"
|
2380
|
|
- Me.Panel4.Size = New System.Drawing.Size(388, 128)
|
|
2452
|
+ Me.Panel4.Size = New System.Drawing.Size(388, 336)
|
2381
|
2453
|
Me.Panel4.TabIndex = 1713
|
2382
|
2454
|
'
|
|
2455
|
+ 'EXB4
|
|
2456
|
+ '
|
|
2457
|
+ Me.EXB4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
2458
|
+ Me.EXB4.FormattingEnabled = True
|
|
2459
|
+ Me.EXB4.Items.AddRange(New Object() {"", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"})
|
|
2460
|
+ Me.EXB4.Location = New System.Drawing.Point(331, 278)
|
|
2461
|
+ Me.EXB4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
2462
|
+ Me.EXB4.Name = "EXB4"
|
|
2463
|
+ Me.EXB4.Size = New System.Drawing.Size(49, 24)
|
|
2464
|
+ Me.EXB4.TabIndex = 1745
|
|
2465
|
+ '
|
|
2466
|
+ 'EXB3
|
|
2467
|
+ '
|
|
2468
|
+ Me.EXB3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
2469
|
+ Me.EXB3.FormattingEnabled = True
|
|
2470
|
+ Me.EXB3.Items.AddRange(New Object() {"", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"})
|
|
2471
|
+ Me.EXB3.Location = New System.Drawing.Point(331, 253)
|
|
2472
|
+ Me.EXB3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
2473
|
+ Me.EXB3.Name = "EXB3"
|
|
2474
|
+ Me.EXB3.Size = New System.Drawing.Size(49, 24)
|
|
2475
|
+ Me.EXB3.TabIndex = 1744
|
|
2476
|
+ '
|
|
2477
|
+ 'EXB2
|
|
2478
|
+ '
|
|
2479
|
+ Me.EXB2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
2480
|
+ Me.EXB2.FormattingEnabled = True
|
|
2481
|
+ Me.EXB2.Items.AddRange(New Object() {"", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"})
|
|
2482
|
+ Me.EXB2.Location = New System.Drawing.Point(331, 227)
|
|
2483
|
+ Me.EXB2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
2484
|
+ Me.EXB2.Name = "EXB2"
|
|
2485
|
+ Me.EXB2.Size = New System.Drawing.Size(49, 24)
|
|
2486
|
+ Me.EXB2.TabIndex = 1743
|
|
2487
|
+ '
|
|
2488
|
+ 'EXB1
|
|
2489
|
+ '
|
|
2490
|
+ Me.EXB1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
2491
|
+ Me.EXB1.FormattingEnabled = True
|
|
2492
|
+ Me.EXB1.Items.AddRange(New Object() {"", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"})
|
|
2493
|
+ Me.EXB1.Location = New System.Drawing.Point(331, 202)
|
|
2494
|
+ Me.EXB1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
2495
|
+ Me.EXB1.Name = "EXB1"
|
|
2496
|
+ Me.EXB1.Size = New System.Drawing.Size(49, 24)
|
|
2497
|
+ Me.EXB1.TabIndex = 1742
|
|
2498
|
+ '
|
|
2499
|
+ 'Label32
|
|
2500
|
+ '
|
|
2501
|
+ Me.Label32.AutoSize = True
|
|
2502
|
+ Me.Label32.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2503
|
+ Me.Label32.ForeColor = System.Drawing.Color.Black
|
|
2504
|
+ Me.Label32.Location = New System.Drawing.Point(275, 282)
|
|
2505
|
+ Me.Label32.Name = "Label32"
|
|
2506
|
+ Me.Label32.Size = New System.Drawing.Size(55, 16)
|
|
2507
|
+ Me.Label32.TabIndex = 1741
|
|
2508
|
+ Me.Label32.Text = "資料位置"
|
|
2509
|
+ '
|
|
2510
|
+ 'Label33
|
|
2511
|
+ '
|
|
2512
|
+ Me.Label33.AutoSize = True
|
|
2513
|
+ Me.Label33.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2514
|
+ Me.Label33.ForeColor = System.Drawing.Color.Black
|
|
2515
|
+ Me.Label33.Location = New System.Drawing.Point(275, 256)
|
|
2516
|
+ Me.Label33.Name = "Label33"
|
|
2517
|
+ Me.Label33.Size = New System.Drawing.Size(55, 16)
|
|
2518
|
+ Me.Label33.TabIndex = 1740
|
|
2519
|
+ Me.Label33.Text = "資料位置"
|
|
2520
|
+ '
|
|
2521
|
+ 'Label34
|
|
2522
|
+ '
|
|
2523
|
+ Me.Label34.AutoSize = True
|
|
2524
|
+ Me.Label34.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2525
|
+ Me.Label34.ForeColor = System.Drawing.Color.Black
|
|
2526
|
+ Me.Label34.Location = New System.Drawing.Point(275, 231)
|
|
2527
|
+ Me.Label34.Name = "Label34"
|
|
2528
|
+ Me.Label34.Size = New System.Drawing.Size(55, 16)
|
|
2529
|
+ Me.Label34.TabIndex = 1739
|
|
2530
|
+ Me.Label34.Text = "資料位置"
|
|
2531
|
+ '
|
|
2532
|
+ 'Label35
|
|
2533
|
+ '
|
|
2534
|
+ Me.Label35.AutoSize = True
|
|
2535
|
+ Me.Label35.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2536
|
+ Me.Label35.ForeColor = System.Drawing.Color.Black
|
|
2537
|
+ Me.Label35.Location = New System.Drawing.Point(275, 206)
|
|
2538
|
+ Me.Label35.Name = "Label35"
|
|
2539
|
+ Me.Label35.Size = New System.Drawing.Size(55, 16)
|
|
2540
|
+ Me.Label35.TabIndex = 1738
|
|
2541
|
+ Me.Label35.Text = "資料位置"
|
|
2542
|
+ '
|
|
2543
|
+ 'EXA4
|
|
2544
|
+ '
|
|
2545
|
+ Me.EXA4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
2546
|
+ Me.EXA4.FormattingEnabled = True
|
|
2547
|
+ Me.EXA4.Items.AddRange(New Object() {"", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"})
|
|
2548
|
+ Me.EXA4.Location = New System.Drawing.Point(223, 278)
|
|
2549
|
+ Me.EXA4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
2550
|
+ Me.EXA4.Name = "EXA4"
|
|
2551
|
+ Me.EXA4.Size = New System.Drawing.Size(49, 24)
|
|
2552
|
+ Me.EXA4.TabIndex = 1737
|
|
2553
|
+ '
|
|
2554
|
+ 'EXA3
|
|
2555
|
+ '
|
|
2556
|
+ Me.EXA3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
2557
|
+ Me.EXA3.FormattingEnabled = True
|
|
2558
|
+ Me.EXA3.Items.AddRange(New Object() {"", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"})
|
|
2559
|
+ Me.EXA3.Location = New System.Drawing.Point(223, 253)
|
|
2560
|
+ Me.EXA3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
2561
|
+ Me.EXA3.Name = "EXA3"
|
|
2562
|
+ Me.EXA3.Size = New System.Drawing.Size(49, 24)
|
|
2563
|
+ Me.EXA3.TabIndex = 1736
|
|
2564
|
+ '
|
|
2565
|
+ 'EXA2
|
|
2566
|
+ '
|
|
2567
|
+ Me.EXA2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
2568
|
+ Me.EXA2.FormattingEnabled = True
|
|
2569
|
+ Me.EXA2.Items.AddRange(New Object() {"", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"})
|
|
2570
|
+ Me.EXA2.Location = New System.Drawing.Point(223, 227)
|
|
2571
|
+ Me.EXA2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
2572
|
+ Me.EXA2.Name = "EXA2"
|
|
2573
|
+ Me.EXA2.Size = New System.Drawing.Size(49, 24)
|
|
2574
|
+ Me.EXA2.TabIndex = 1735
|
|
2575
|
+ '
|
|
2576
|
+ 'EXA1
|
|
2577
|
+ '
|
|
2578
|
+ Me.EXA1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
2579
|
+ Me.EXA1.FormattingEnabled = True
|
|
2580
|
+ Me.EXA1.Items.AddRange(New Object() {"", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"})
|
|
2581
|
+ Me.EXA1.Location = New System.Drawing.Point(223, 202)
|
|
2582
|
+ Me.EXA1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
2583
|
+ Me.EXA1.Name = "EXA1"
|
|
2584
|
+ Me.EXA1.Size = New System.Drawing.Size(49, 24)
|
|
2585
|
+ Me.EXA1.TabIndex = 1734
|
|
2586
|
+ '
|
|
2587
|
+ 'Label28
|
|
2588
|
+ '
|
|
2589
|
+ Me.Label28.AutoSize = True
|
|
2590
|
+ Me.Label28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2591
|
+ Me.Label28.ForeColor = System.Drawing.Color.Black
|
|
2592
|
+ Me.Label28.Location = New System.Drawing.Point(142, 282)
|
|
2593
|
+ Me.Label28.Name = "Label28"
|
|
2594
|
+ Me.Label28.Size = New System.Drawing.Size(79, 16)
|
|
2595
|
+ Me.Label28.TabIndex = 1733
|
|
2596
|
+ Me.Label28.Text = "客戶名稱位置"
|
|
2597
|
+ '
|
|
2598
|
+ 'Label29
|
|
2599
|
+ '
|
|
2600
|
+ Me.Label29.AutoSize = True
|
|
2601
|
+ Me.Label29.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2602
|
+ Me.Label29.ForeColor = System.Drawing.Color.Black
|
|
2603
|
+ Me.Label29.Location = New System.Drawing.Point(142, 256)
|
|
2604
|
+ Me.Label29.Name = "Label29"
|
|
2605
|
+ Me.Label29.Size = New System.Drawing.Size(79, 16)
|
|
2606
|
+ Me.Label29.TabIndex = 1731
|
|
2607
|
+ Me.Label29.Text = "客戶名稱位置"
|
|
2608
|
+ '
|
|
2609
|
+ 'Label30
|
|
2610
|
+ '
|
|
2611
|
+ Me.Label30.AutoSize = True
|
|
2612
|
+ Me.Label30.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2613
|
+ Me.Label30.ForeColor = System.Drawing.Color.Black
|
|
2614
|
+ Me.Label30.Location = New System.Drawing.Point(142, 231)
|
|
2615
|
+ Me.Label30.Name = "Label30"
|
|
2616
|
+ Me.Label30.Size = New System.Drawing.Size(79, 16)
|
|
2617
|
+ Me.Label30.TabIndex = 1729
|
|
2618
|
+ Me.Label30.Text = "客戶名稱位置"
|
|
2619
|
+ '
|
|
2620
|
+ 'Label31
|
|
2621
|
+ '
|
|
2622
|
+ Me.Label31.AutoSize = True
|
|
2623
|
+ Me.Label31.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2624
|
+ Me.Label31.ForeColor = System.Drawing.Color.Black
|
|
2625
|
+ Me.Label31.Location = New System.Drawing.Point(142, 206)
|
|
2626
|
+ Me.Label31.Name = "Label31"
|
|
2627
|
+ Me.Label31.Size = New System.Drawing.Size(79, 16)
|
|
2628
|
+ Me.Label31.TabIndex = 1727
|
|
2629
|
+ Me.Label31.Text = "客戶名稱位置"
|
|
2630
|
+ '
|
|
2631
|
+ 'EX4
|
|
2632
|
+ '
|
|
2633
|
+ Me.EX4.ForeColor = System.Drawing.Color.Black
|
|
2634
|
+ Me.EX4.Location = New System.Drawing.Point(58, 279)
|
|
2635
|
+ Me.EX4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
2636
|
+ Me.EX4.Name = "EX4"
|
|
2637
|
+ Me.EX4.Size = New System.Drawing.Size(78, 23)
|
|
2638
|
+ Me.EX4.TabIndex = 1724
|
|
2639
|
+ Me.EX4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
2640
|
+ '
|
|
2641
|
+ 'Label27
|
|
2642
|
+ '
|
|
2643
|
+ Me.Label27.AutoSize = True
|
|
2644
|
+ Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2645
|
+ Me.Label27.ForeColor = System.Drawing.Color.Black
|
|
2646
|
+ Me.Label27.Location = New System.Drawing.Point(4, 282)
|
|
2647
|
+ Me.Label27.Name = "Label27"
|
|
2648
|
+ Me.Label27.Size = New System.Drawing.Size(50, 16)
|
|
2649
|
+ Me.Label27.TabIndex = 1725
|
|
2650
|
+ Me.Label27.Text = "活頁簿4"
|
|
2651
|
+ '
|
|
2652
|
+ 'EX3
|
|
2653
|
+ '
|
|
2654
|
+ Me.EX3.ForeColor = System.Drawing.Color.Black
|
|
2655
|
+ Me.EX3.Location = New System.Drawing.Point(58, 253)
|
|
2656
|
+ Me.EX3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
2657
|
+ Me.EX3.Name = "EX3"
|
|
2658
|
+ Me.EX3.Size = New System.Drawing.Size(78, 23)
|
|
2659
|
+ Me.EX3.TabIndex = 1722
|
|
2660
|
+ Me.EX3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
2661
|
+ '
|
|
2662
|
+ 'Label26
|
|
2663
|
+ '
|
|
2664
|
+ Me.Label26.AutoSize = True
|
|
2665
|
+ Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2666
|
+ Me.Label26.ForeColor = System.Drawing.Color.Black
|
|
2667
|
+ Me.Label26.Location = New System.Drawing.Point(4, 256)
|
|
2668
|
+ Me.Label26.Name = "Label26"
|
|
2669
|
+ Me.Label26.Size = New System.Drawing.Size(50, 16)
|
|
2670
|
+ Me.Label26.TabIndex = 1723
|
|
2671
|
+ Me.Label26.Text = "活頁簿3"
|
|
2672
|
+ '
|
|
2673
|
+ 'EX2
|
|
2674
|
+ '
|
|
2675
|
+ Me.EX2.ForeColor = System.Drawing.Color.Black
|
|
2676
|
+ Me.EX2.Location = New System.Drawing.Point(58, 228)
|
|
2677
|
+ Me.EX2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
2678
|
+ Me.EX2.Name = "EX2"
|
|
2679
|
+ Me.EX2.Size = New System.Drawing.Size(78, 23)
|
|
2680
|
+ Me.EX2.TabIndex = 1720
|
|
2681
|
+ Me.EX2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
2682
|
+ '
|
|
2683
|
+ 'Label25
|
|
2684
|
+ '
|
|
2685
|
+ Me.Label25.AutoSize = True
|
|
2686
|
+ Me.Label25.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2687
|
+ Me.Label25.ForeColor = System.Drawing.Color.Black
|
|
2688
|
+ Me.Label25.Location = New System.Drawing.Point(4, 231)
|
|
2689
|
+ Me.Label25.Name = "Label25"
|
|
2690
|
+ Me.Label25.Size = New System.Drawing.Size(50, 16)
|
|
2691
|
+ Me.Label25.TabIndex = 1721
|
|
2692
|
+ Me.Label25.Text = "活頁簿2"
|
|
2693
|
+ '
|
|
2694
|
+ 'EX1
|
|
2695
|
+ '
|
|
2696
|
+ Me.EX1.ForeColor = System.Drawing.Color.Black
|
|
2697
|
+ Me.EX1.Location = New System.Drawing.Point(58, 203)
|
|
2698
|
+ Me.EX1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
2699
|
+ Me.EX1.Name = "EX1"
|
|
2700
|
+ Me.EX1.Size = New System.Drawing.Size(78, 23)
|
|
2701
|
+ Me.EX1.TabIndex = 1718
|
|
2702
|
+ Me.EX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
2703
|
+ '
|
|
2704
|
+ 'Label24
|
|
2705
|
+ '
|
|
2706
|
+ Me.Label24.AutoSize = True
|
|
2707
|
+ Me.Label24.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2708
|
+ Me.Label24.ForeColor = System.Drawing.Color.Black
|
|
2709
|
+ Me.Label24.Location = New System.Drawing.Point(4, 206)
|
|
2710
|
+ Me.Label24.Name = "Label24"
|
|
2711
|
+ Me.Label24.Size = New System.Drawing.Size(50, 16)
|
|
2712
|
+ Me.Label24.TabIndex = 1719
|
|
2713
|
+ Me.Label24.Text = "活頁簿1"
|
|
2714
|
+ '
|
|
2715
|
+ '導出到EXCEL_bt
|
|
2716
|
+ '
|
|
2717
|
+ Me.導出到EXCEL_bt.ForeColor = System.Drawing.Color.Green
|
|
2718
|
+ Me.導出到EXCEL_bt.Location = New System.Drawing.Point(4, 303)
|
|
2719
|
+ Me.導出到EXCEL_bt.Name = "導出到EXCEL_bt"
|
|
2720
|
+ Me.導出到EXCEL_bt.Size = New System.Drawing.Size(377, 26)
|
|
2721
|
+ Me.導出到EXCEL_bt.TabIndex = 1716
|
|
2722
|
+ Me.導出到EXCEL_bt.Text = "彙總表合計導出到EXCEL"
|
|
2723
|
+ Me.導出到EXCEL_bt.UseVisualStyleBackColor = True
|
|
2724
|
+ '
|
2383
|
2725
|
'紙帳計算_bt
|
2384
|
2726
|
'
|
2385
|
2727
|
Me.紙帳計算_bt.Location = New System.Drawing.Point(1, 80)
|
|
@@ -2572,6 +2914,27 @@ Partial Class 電板帳務彙總計算表
|
2572
|
2914
|
Me.Label20.TabIndex = 1704
|
2573
|
2915
|
Me.Label20.Text = "請注意,自動判斷正負反的功能不一定適合使用者的習慣,請斟酌使用。"
|
2574
|
2916
|
'
|
|
2917
|
+ 'Label21
|
|
2918
|
+ '
|
|
2919
|
+ Me.Label21.AutoSize = True
|
|
2920
|
+ Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
2921
|
+ Me.Label21.ForeColor = System.Drawing.Color.Green
|
|
2922
|
+ Me.Label21.Location = New System.Drawing.Point(5, 127)
|
|
2923
|
+ Me.Label21.Name = "Label21"
|
|
2924
|
+ Me.Label21.Size = New System.Drawing.Size(364, 75)
|
|
2925
|
+ Me.Label21.TabIndex = 1717
|
|
2926
|
+ Me.Label21.Text = "1、將要導出的EXCEL資料的對應設定設置在下方,系統將會依照設定尋找" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 到對應的位置。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2、如果沒有設定,導出到EXCEL的活頁度要放在EXCE" &
|
|
2927
|
+ "L檔案的第一個。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "3、如果沒有設定,A欄位要放客戶名稱,B欄位適合技數導出的資料。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "4、如果客戶欄位有連續5個空白就會結束導出程序。"
|
|
2928
|
+ '
|
|
2929
|
+ 'Label36
|
|
2930
|
+ '
|
|
2931
|
+ Me.Label36.AutoSize = True
|
|
2932
|
+ Me.Label36.Location = New System.Drawing.Point(-2, 110)
|
|
2933
|
+ Me.Label36.Name = "Label36"
|
|
2934
|
+ Me.Label36.Size = New System.Drawing.Size(387, 16)
|
|
2935
|
+ Me.Label36.TabIndex = 1746
|
|
2936
|
+ Me.Label36.Text = "____________________________________________________________________________"
|
|
2937
|
+ '
|
2575
|
2938
|
'SplitContainer4
|
2576
|
2939
|
'
|
2577
|
2940
|
Me.SplitContainer4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
@@ -2685,22 +3048,9 @@ Partial Class 電板帳務彙總計算表
|
2685
|
3048
|
Me.PictureBox1.TabIndex = 1619
|
2686
|
3049
|
Me.PictureBox1.TabStop = False
|
2687
|
3050
|
'
|
2688
|
|
- '紙帳總表_dgv
|
|
3051
|
+ 'OpenFileDialog1
|
2689
|
3052
|
'
|
2690
|
|
- Me.紙帳總表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
2691
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
2692
|
|
- Me.紙帳總表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
2693
|
|
- Me.紙帳總表_dgv.BackgroundColor = System.Drawing.Color.White
|
2694
|
|
- Me.紙帳總表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
2695
|
|
- Me.紙帳總表_dgv.Location = New System.Drawing.Point(524, 337)
|
2696
|
|
- Me.紙帳總表_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
2697
|
|
- Me.紙帳總表_dgv.Name = "紙帳總表_dgv"
|
2698
|
|
- Me.紙帳總表_dgv.RowHeadersWidth = 4
|
2699
|
|
- DataGridViewCellStyle25.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
2700
|
|
- Me.紙帳總表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle25
|
2701
|
|
- Me.紙帳總表_dgv.RowTemplate.Height = 24
|
2702
|
|
- Me.紙帳總表_dgv.Size = New System.Drawing.Size(210, 107)
|
2703
|
|
- Me.紙帳總表_dgv.TabIndex = 1685
|
|
3053
|
+ Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
2704
|
3054
|
'
|
2705
|
3055
|
'電板帳務彙總計算表
|
2706
|
3056
|
'
|
|
@@ -2735,8 +3085,6 @@ Partial Class 電板帳務彙總計算表
|
2735
|
3085
|
Me.Controls.Add(Me.彙總1_dgv)
|
2736
|
3086
|
Me.Controls.Add(Me.客戶下_dgv)
|
2737
|
3087
|
Me.Controls.Add(Me.L50)
|
2738
|
|
- Me.Controls.Add(Me.Panel1)
|
2739
|
|
- Me.Controls.Add(Me.流水帳_dgv)
|
2740
|
3088
|
Me.Controls.Add(Me.Label4)
|
2741
|
3089
|
Me.Controls.Add(Me.月_ch)
|
2742
|
3090
|
Me.Controls.Add(Me.周_ch)
|
|
@@ -2745,6 +3093,8 @@ Partial Class 電板帳務彙總計算表
|
2745
|
3093
|
Me.Controls.Add(Me.SplitContainer4)
|
2746
|
3094
|
Me.Controls.Add(Me.Panel3)
|
2747
|
3095
|
Me.Controls.Add(Me.Panel2)
|
|
3096
|
+ Me.Controls.Add(Me.Panel1)
|
|
3097
|
+ Me.Controls.Add(Me.流水帳_dgv)
|
2748
|
3098
|
Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
2749
|
3099
|
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
2750
|
3100
|
Me.Name = "電板帳務彙總計算表"
|
|
@@ -2770,6 +3120,7 @@ Partial Class 電板帳務彙總計算表
|
2770
|
3120
|
CType(Me.所得名_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2771
|
3121
|
CType(Me.水差名_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2772
|
3122
|
Me.Panel1.ResumeLayout(False)
|
|
3123
|
+ CType(Me.紙帳總表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2773
|
3124
|
CType(Me.水差名1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2774
|
3125
|
CType(Me.紅利分表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2775
|
3126
|
CType(Me.所得名1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
@@ -2821,7 +3172,6 @@ Partial Class 電板帳務彙總計算表
|
2821
|
3172
|
CType(Me.SplitContainer4, System.ComponentModel.ISupportInitialize).EndInit()
|
2822
|
3173
|
Me.SplitContainer4.ResumeLayout(False)
|
2823
|
3174
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
2824
|
|
- CType(Me.紙帳總表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2825
|
3175
|
Me.ResumeLayout(False)
|
2826
|
3176
|
Me.PerformLayout()
|
2827
|
3177
|
|
|
@@ -2999,4 +3349,32 @@ Partial Class 電板帳務彙總計算表
|
2999
|
3349
|
Friend WithEvents Label22 As Label
|
3000
|
3350
|
Friend WithEvents Label23 As Label
|
3001
|
3351
|
Friend WithEvents 紙帳總表_dgv As DataGridView
|
|
3352
|
+ Friend WithEvents Label21 As Label
|
|
3353
|
+ Friend WithEvents 導出到EXCEL_bt As Button
|
|
3354
|
+ Friend WithEvents OpenFileDialog1 As OpenFileDialog
|
|
3355
|
+ Friend WithEvents EXB4 As ComboBox
|
|
3356
|
+ Friend WithEvents EXB3 As ComboBox
|
|
3357
|
+ Friend WithEvents EXB2 As ComboBox
|
|
3358
|
+ Friend WithEvents EXB1 As ComboBox
|
|
3359
|
+ Friend WithEvents Label32 As Label
|
|
3360
|
+ Friend WithEvents Label33 As Label
|
|
3361
|
+ Friend WithEvents Label34 As Label
|
|
3362
|
+ Friend WithEvents Label35 As Label
|
|
3363
|
+ Friend WithEvents EXA4 As ComboBox
|
|
3364
|
+ Friend WithEvents EXA3 As ComboBox
|
|
3365
|
+ Friend WithEvents EXA2 As ComboBox
|
|
3366
|
+ Friend WithEvents EXA1 As ComboBox
|
|
3367
|
+ Friend WithEvents Label28 As Label
|
|
3368
|
+ Friend WithEvents Label29 As Label
|
|
3369
|
+ Friend WithEvents Label30 As Label
|
|
3370
|
+ Friend WithEvents Label31 As Label
|
|
3371
|
+ Friend WithEvents EX4 As TextBox
|
|
3372
|
+ Friend WithEvents Label27 As Label
|
|
3373
|
+ Friend WithEvents EX3 As TextBox
|
|
3374
|
+ Friend WithEvents Label26 As Label
|
|
3375
|
+ Friend WithEvents EX2 As TextBox
|
|
3376
|
+ Friend WithEvents Label25 As Label
|
|
3377
|
+ Friend WithEvents EX1 As TextBox
|
|
3378
|
+ Friend WithEvents Label24 As Label
|
|
3379
|
+ Friend WithEvents Label36 As Label
|
3002
|
3380
|
End Class
|