|
@@ -59,15 +59,15 @@ Partial Class 帳務彙總計算表
|
59
|
59
|
Dim DataGridViewCellStyle34 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
60
|
60
|
Dim DataGridViewCellStyle35 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
61
|
61
|
Dim DataGridViewCellStyle36 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
62
|
|
- Dim DataGridViewCellStyle43 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
63
|
|
- Dim DataGridViewCellStyle44 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
64
|
|
- Dim DataGridViewCellStyle45 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
65
|
62
|
Dim DataGridViewCellStyle37 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
66
|
63
|
Dim DataGridViewCellStyle38 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
67
|
64
|
Dim DataGridViewCellStyle39 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
68
|
65
|
Dim DataGridViewCellStyle40 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
69
|
66
|
Dim DataGridViewCellStyle41 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
70
|
67
|
Dim DataGridViewCellStyle42 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
68
|
+ Dim DataGridViewCellStyle43 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
69
|
+ Dim DataGridViewCellStyle44 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
70
|
+ Dim DataGridViewCellStyle45 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
71
|
71
|
Dim DataGridViewCellStyle46 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
72
|
72
|
Dim DataGridViewCellStyle47 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
73
|
73
|
Dim DataGridViewCellStyle48 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
@@ -189,11 +189,11 @@ Partial Class 帳務彙總計算表
|
189
|
189
|
Me.所得合帳1_dgv = New System.Windows.Forms.DataGridView()
|
190
|
190
|
Me.所得2_tb = New System.Windows.Forms.TextBox()
|
191
|
191
|
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
192
|
|
- Me.紅利整合_dgv = New System.Windows.Forms.DataGridView()
|
193
|
192
|
Me.股份表一_tb = New System.Windows.Forms.Button()
|
194
|
193
|
Me.股份表二_tb = New System.Windows.Forms.Button()
|
195
|
194
|
Me.紅利支出_dgv = New System.Windows.Forms.DataGridView()
|
196
|
195
|
Me.紅利收入_dgv = New System.Windows.Forms.DataGridView()
|
|
196
|
+ Me.紅利整合_dgv = New System.Windows.Forms.DataGridView()
|
197
|
197
|
Me.紙帳前期_dgv = New System.Windows.Forms.DataGridView()
|
198
|
198
|
Me.手工帳務存檔_bt = New System.Windows.Forms.Button()
|
199
|
199
|
Me.紙帳非前期_dgv = New System.Windows.Forms.DataGridView()
|
|
@@ -260,9 +260,9 @@ Partial Class 帳務彙總計算表
|
260
|
260
|
Me.SplitContainer1.Panel1.SuspendLayout()
|
261
|
261
|
Me.SplitContainer1.Panel2.SuspendLayout()
|
262
|
262
|
Me.SplitContainer1.SuspendLayout()
|
263
|
|
- CType(Me.紅利整合_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
264
|
263
|
CType(Me.紅利支出_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
265
|
264
|
CType(Me.紅利收入_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
265
|
+ CType(Me.紅利整合_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
266
|
266
|
CType(Me.紙帳前期_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
267
|
267
|
CType(Me.紙帳非前期_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
268
|
268
|
Me.Panel3.SuspendLayout()
|
|
@@ -1769,40 +1769,6 @@ Partial Class 帳務彙總計算表
|
1769
|
1769
|
Me.SplitContainer1.SplitterDistance = 503
|
1770
|
1770
|
Me.SplitContainer1.TabIndex = 1700
|
1771
|
1771
|
'
|
1772
|
|
- '紅利整合_dgv
|
1773
|
|
- '
|
1774
|
|
- Me.紅利整合_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
1775
|
|
- Or System.Windows.Forms.AnchorStyles.Left) _
|
1776
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
1777
|
|
- Me.紅利整合_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
1778
|
|
- Me.紅利整合_dgv.BackgroundColor = System.Drawing.Color.White
|
1779
|
|
- DataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
1780
|
|
- DataGridViewCellStyle43.BackColor = System.Drawing.SystemColors.Control
|
1781
|
|
- DataGridViewCellStyle43.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1782
|
|
- DataGridViewCellStyle43.ForeColor = System.Drawing.SystemColors.WindowText
|
1783
|
|
- DataGridViewCellStyle43.SelectionBackColor = System.Drawing.Color.White
|
1784
|
|
- DataGridViewCellStyle43.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
1785
|
|
- DataGridViewCellStyle43.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
1786
|
|
- Me.紅利整合_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle43
|
1787
|
|
- Me.紅利整合_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
1788
|
|
- DataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
1789
|
|
- DataGridViewCellStyle44.BackColor = System.Drawing.SystemColors.Window
|
1790
|
|
- DataGridViewCellStyle44.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1791
|
|
- DataGridViewCellStyle44.ForeColor = System.Drawing.SystemColors.ControlText
|
1792
|
|
- DataGridViewCellStyle44.SelectionBackColor = System.Drawing.SystemColors.Info
|
1793
|
|
- DataGridViewCellStyle44.SelectionForeColor = System.Drawing.Color.Black
|
1794
|
|
- DataGridViewCellStyle44.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
1795
|
|
- Me.紅利整合_dgv.DefaultCellStyle = DataGridViewCellStyle44
|
1796
|
|
- Me.紅利整合_dgv.Location = New System.Drawing.Point(-1, -1)
|
1797
|
|
- Me.紅利整合_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
1798
|
|
- Me.紅利整合_dgv.Name = "紅利整合_dgv"
|
1799
|
|
- Me.紅利整合_dgv.RowHeadersWidth = 4
|
1800
|
|
- DataGridViewCellStyle45.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
1801
|
|
- Me.紅利整合_dgv.RowsDefaultCellStyle = DataGridViewCellStyle45
|
1802
|
|
- Me.紅利整合_dgv.RowTemplate.Height = 24
|
1803
|
|
- Me.紅利整合_dgv.Size = New System.Drawing.Size(170, 476)
|
1804
|
|
- Me.紅利整合_dgv.TabIndex = 1695
|
1805
|
|
- '
|
1806
|
1772
|
'股份表一_tb
|
1807
|
1773
|
'
|
1808
|
1774
|
Me.股份表一_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
@@ -1896,6 +1862,40 @@ Partial Class 帳務彙總計算表
|
1896
|
1862
|
Me.紅利收入_dgv.Size = New System.Drawing.Size(170, 322)
|
1897
|
1863
|
Me.紅利收入_dgv.TabIndex = 1694
|
1898
|
1864
|
'
|
|
1865
|
+ '紅利整合_dgv
|
|
1866
|
+ '
|
|
1867
|
+ Me.紅利整合_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
1868
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
1869
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
1870
|
+ Me.紅利整合_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
1871
|
+ Me.紅利整合_dgv.BackgroundColor = System.Drawing.Color.White
|
|
1872
|
+ DataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
1873
|
+ DataGridViewCellStyle43.BackColor = System.Drawing.SystemColors.Control
|
|
1874
|
+ DataGridViewCellStyle43.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1875
|
+ DataGridViewCellStyle43.ForeColor = System.Drawing.SystemColors.WindowText
|
|
1876
|
+ DataGridViewCellStyle43.SelectionBackColor = System.Drawing.Color.White
|
|
1877
|
+ DataGridViewCellStyle43.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
1878
|
+ DataGridViewCellStyle43.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
1879
|
+ Me.紅利整合_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle43
|
|
1880
|
+ Me.紅利整合_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
1881
|
+ DataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
1882
|
+ DataGridViewCellStyle44.BackColor = System.Drawing.SystemColors.Window
|
|
1883
|
+ DataGridViewCellStyle44.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1884
|
+ DataGridViewCellStyle44.ForeColor = System.Drawing.SystemColors.ControlText
|
|
1885
|
+ DataGridViewCellStyle44.SelectionBackColor = System.Drawing.SystemColors.Info
|
|
1886
|
+ DataGridViewCellStyle44.SelectionForeColor = System.Drawing.Color.Black
|
|
1887
|
+ DataGridViewCellStyle44.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
|
1888
|
+ Me.紅利整合_dgv.DefaultCellStyle = DataGridViewCellStyle44
|
|
1889
|
+ Me.紅利整合_dgv.Location = New System.Drawing.Point(-1, -1)
|
|
1890
|
+ Me.紅利整合_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
1891
|
+ Me.紅利整合_dgv.Name = "紅利整合_dgv"
|
|
1892
|
+ Me.紅利整合_dgv.RowHeadersWidth = 4
|
|
1893
|
+ DataGridViewCellStyle45.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
1894
|
+ Me.紅利整合_dgv.RowsDefaultCellStyle = DataGridViewCellStyle45
|
|
1895
|
+ Me.紅利整合_dgv.RowTemplate.Height = 24
|
|
1896
|
+ Me.紅利整合_dgv.Size = New System.Drawing.Size(170, 476)
|
|
1897
|
+ Me.紅利整合_dgv.TabIndex = 1695
|
|
1898
|
+ '
|
1899
|
1899
|
'紙帳前期_dgv
|
1900
|
1900
|
'
|
1901
|
1901
|
Me.紙帳前期_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
@@ -2309,10 +2309,10 @@ Partial Class 帳務彙總計算表
|
2309
|
2309
|
Me.Controls.Add(Me.合帳_dgv)
|
2310
|
2310
|
Me.Controls.Add(Me.彙總_dgv)
|
2311
|
2311
|
Me.Controls.Add(Me.Panel3)
|
2312
|
|
- Me.Controls.Add(Me.Panel2)
|
2313
|
2312
|
Me.Controls.Add(Me.Panel1)
|
2314
|
2313
|
Me.Controls.Add(Me.流水帳_dgv)
|
2315
|
2314
|
Me.Controls.Add(Me.Label4)
|
|
2315
|
+ Me.Controls.Add(Me.Panel2)
|
2316
|
2316
|
Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
2317
|
2317
|
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
2318
|
2318
|
Me.Name = "帳務彙總計算表"
|
|
@@ -2364,9 +2364,9 @@ Partial Class 帳務彙總計算表
|
2364
|
2364
|
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
2365
|
2365
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
2366
|
2366
|
Me.SplitContainer1.ResumeLayout(False)
|
2367
|
|
- CType(Me.紅利整合_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2368
|
2367
|
CType(Me.紅利支出_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2369
|
2368
|
CType(Me.紅利收入_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
2369
|
+ CType(Me.紅利整合_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2370
|
2370
|
CType(Me.紙帳前期_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2371
|
2371
|
CType(Me.紙帳非前期_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
2372
|
2372
|
Me.Panel3.ResumeLayout(False)
|