|
@@ -22,8 +22,9 @@ Partial Class 應收帳款控制表
|
22
|
22
|
'請勿使用程式碼編輯器進行修改。
|
23
|
23
|
<System.Diagnostics.DebuggerStepThrough()> _
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
|
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
26
|
|
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
25
|
+ Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
26
|
+ Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
27
|
+ Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
27
|
28
|
Me.Button1 = New System.Windows.Forms.Button()
|
28
|
29
|
Me.一般月 = New System.Windows.Forms.CheckBox()
|
29
|
30
|
Me.會計月 = New System.Windows.Forms.CheckBox()
|
|
@@ -31,17 +32,68 @@ Partial Class 應收帳款控制表
|
31
|
32
|
Me.Label4 = New System.Windows.Forms.Label()
|
32
|
33
|
Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
|
33
|
34
|
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
34
|
|
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
|
35
|
+ Me.TextBox5 = New System.Windows.Forms.TextBox()
|
|
36
|
+ Me.TextBox4 = New System.Windows.Forms.TextBox()
|
|
37
|
+ Me.Label8 = New System.Windows.Forms.Label()
|
|
38
|
+ Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
39
|
+ Me.Label7 = New System.Windows.Forms.Label()
|
|
40
|
+ Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown()
|
|
41
|
+ Me.Label2 = New System.Windows.Forms.Label()
|
|
42
|
+ Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
|
|
43
|
+ Me.Label1 = New System.Windows.Forms.Label()
|
|
44
|
+ Me.Button6 = New System.Windows.Forms.Button()
|
|
45
|
+ Me.TextBox2 = New System.Windows.Forms.TextBox()
|
|
46
|
+ Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
|
47
|
+ Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
|
|
48
|
+ Me.Button5 = New System.Windows.Forms.Button()
|
|
49
|
+ Me.Button4 = New System.Windows.Forms.Button()
|
|
50
|
+ Me.ComboBox7 = New System.Windows.Forms.ComboBox()
|
|
51
|
+ Me.TextBox9 = New System.Windows.Forms.TextBox()
|
|
52
|
+ Me.ComboBox4 = New System.Windows.Forms.ComboBox()
|
|
53
|
+ Me.ComboBox3 = New System.Windows.Forms.ComboBox()
|
|
54
|
+ Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|
55
|
+ Me.ComboBox5 = New System.Windows.Forms.ComboBox()
|
|
56
|
+ Me.ComboBox6 = New System.Windows.Forms.ComboBox()
|
|
57
|
+ Me.Label5 = New System.Windows.Forms.Label()
|
|
58
|
+ Me.Button12 = New System.Windows.Forms.Button()
|
|
59
|
+ Me.Button13 = New System.Windows.Forms.Button()
|
|
60
|
+ Me.TextBox3 = New System.Windows.Forms.TextBox()
|
|
61
|
+ Me.Label3 = New System.Windows.Forms.Label()
|
|
62
|
+ Me.Label6 = New System.Windows.Forms.Label()
|
|
63
|
+ Me.CheckBox2 = New System.Windows.Forms.CheckBox()
|
|
64
|
+ Me.CheckBox3 = New System.Windows.Forms.CheckBox()
|
|
65
|
+ Me.ComboBox2 = New System.Windows.Forms.ComboBox()
|
35
|
66
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
67
|
+ CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
68
|
+ CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
|
36
|
69
|
Me.SuspendLayout()
|
37
|
70
|
'
|
|
71
|
+ 'DataGridView1
|
|
72
|
+ '
|
|
73
|
+ DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
74
|
+ Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
|
|
75
|
+ Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
76
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
77
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
78
|
+ Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
79
|
+ Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
80
|
+ Me.DataGridView1.Location = New System.Drawing.Point(7, 82)
|
|
81
|
+ Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
82
|
+ Me.DataGridView1.Name = "DataGridView1"
|
|
83
|
+ Me.DataGridView1.RowHeadersWidth = 5
|
|
84
|
+ DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
85
|
+ Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle6
|
|
86
|
+ Me.DataGridView1.RowTemplate.Height = 24
|
|
87
|
+ Me.DataGridView1.Size = New System.Drawing.Size(1234, 517)
|
|
88
|
+ Me.DataGridView1.TabIndex = 1116
|
|
89
|
+ '
|
38
|
90
|
'Button1
|
39
|
91
|
'
|
40
|
92
|
Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
41
|
93
|
Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
42
|
|
- Me.Button1.Location = New System.Drawing.Point(333, 6)
|
|
94
|
+ Me.Button1.Location = New System.Drawing.Point(7, 54)
|
43
|
95
|
Me.Button1.Name = "Button1"
|
44
|
|
- Me.Button1.Size = New System.Drawing.Size(64, 23)
|
|
96
|
+ Me.Button1.Size = New System.Drawing.Size(87, 23)
|
45
|
97
|
Me.Button1.TabIndex = 1120
|
46
|
98
|
Me.Button1.Text = "上個月"
|
47
|
99
|
Me.Button1.UseVisualStyleBackColor = True
|
|
@@ -49,7 +101,7 @@ Partial Class 應收帳款控制表
|
49
|
101
|
'一般月
|
50
|
102
|
'
|
51
|
103
|
Me.一般月.AutoSize = True
|
52
|
|
- Me.一般月.Location = New System.Drawing.Point(270, 8)
|
|
104
|
+ Me.一般月.Location = New System.Drawing.Point(130, 31)
|
53
|
105
|
Me.一般月.Name = "一般月"
|
54
|
106
|
Me.一般月.Size = New System.Drawing.Size(63, 20)
|
55
|
107
|
Me.一般月.TabIndex = 1123
|
|
@@ -61,7 +113,7 @@ Partial Class 應收帳款控制表
|
61
|
113
|
Me.會計月.AutoSize = True
|
62
|
114
|
Me.會計月.Checked = True
|
63
|
115
|
Me.會計月.CheckState = System.Windows.Forms.CheckState.Checked
|
64
|
|
- Me.會計月.Location = New System.Drawing.Point(211, 8)
|
|
116
|
+ Me.會計月.Location = New System.Drawing.Point(20, 31)
|
65
|
117
|
Me.會計月.Name = "會計月"
|
66
|
118
|
Me.會計月.Size = New System.Drawing.Size(63, 20)
|
67
|
119
|
Me.會計月.TabIndex = 1122
|
|
@@ -72,9 +124,9 @@ Partial Class 應收帳款控制表
|
72
|
124
|
'
|
73
|
125
|
Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
74
|
126
|
Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
75
|
|
- Me.Button2.Location = New System.Drawing.Point(398, 6)
|
|
127
|
+ Me.Button2.Location = New System.Drawing.Point(117, 55)
|
76
|
128
|
Me.Button2.Name = "Button2"
|
77
|
|
- Me.Button2.Size = New System.Drawing.Size(64, 23)
|
|
129
|
+ Me.Button2.Size = New System.Drawing.Size(87, 23)
|
78
|
130
|
Me.Button2.TabIndex = 1121
|
79
|
131
|
Me.Button2.Text = "下個月"
|
80
|
132
|
Me.Button2.UseVisualStyleBackColor = True
|
|
@@ -82,7 +134,7 @@ Partial Class 應收帳款控制表
|
82
|
134
|
'Label4
|
83
|
135
|
'
|
84
|
136
|
Me.Label4.AutoSize = True
|
85
|
|
- Me.Label4.Location = New System.Drawing.Point(99, 10)
|
|
137
|
+ Me.Label4.Location = New System.Drawing.Point(96, 8)
|
86
|
138
|
Me.Label4.Name = "Label4"
|
87
|
139
|
Me.Label4.Size = New System.Drawing.Size(20, 16)
|
88
|
140
|
Me.Label4.TabIndex = 1119
|
|
@@ -92,7 +144,7 @@ Partial Class 應收帳款控制表
|
92
|
144
|
'
|
93
|
145
|
Me.DateTimePicker2.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
|
94
|
146
|
Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
95
|
|
- Me.DateTimePicker2.Location = New System.Drawing.Point(121, 6)
|
|
147
|
+ Me.DateTimePicker2.Location = New System.Drawing.Point(117, 4)
|
96
|
148
|
Me.DateTimePicker2.Name = "DateTimePicker2"
|
97
|
149
|
Me.DateTimePicker2.Size = New System.Drawing.Size(87, 23)
|
98
|
150
|
Me.DateTimePicker2.TabIndex = 1118
|
|
@@ -100,35 +152,354 @@ Partial Class 應收帳款控制表
|
100
|
152
|
'DateTimePicker1
|
101
|
153
|
'
|
102
|
154
|
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
103
|
|
- Me.DateTimePicker1.Location = New System.Drawing.Point(10, 6)
|
|
155
|
+ Me.DateTimePicker1.Location = New System.Drawing.Point(7, 4)
|
104
|
156
|
Me.DateTimePicker1.Name = "DateTimePicker1"
|
105
|
157
|
Me.DateTimePicker1.Size = New System.Drawing.Size(87, 23)
|
106
|
158
|
Me.DateTimePicker1.TabIndex = 1117
|
107
|
159
|
'
|
108
|
|
- 'DataGridView1
|
|
160
|
+ 'TextBox5
|
109
|
161
|
'
|
110
|
|
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
|
111
|
|
- Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
112
|
|
- Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
113
|
|
- Or System.Windows.Forms.AnchorStyles.Left) _
|
114
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
115
|
|
- Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
116
|
|
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
117
|
|
- Me.DataGridView1.Location = New System.Drawing.Point(14, 59)
|
118
|
|
- Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
119
|
|
- Me.DataGridView1.Name = "DataGridView1"
|
120
|
|
- Me.DataGridView1.RowHeadersWidth = 5
|
121
|
|
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
122
|
|
- Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle2
|
123
|
|
- Me.DataGridView1.RowTemplate.Height = 24
|
124
|
|
- Me.DataGridView1.Size = New System.Drawing.Size(1225, 545)
|
125
|
|
- Me.DataGridView1.TabIndex = 1116
|
|
162
|
+ Me.TextBox5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
163
|
+ Me.TextBox5.Location = New System.Drawing.Point(657, 365)
|
|
164
|
+ Me.TextBox5.Name = "TextBox5"
|
|
165
|
+ Me.TextBox5.Size = New System.Drawing.Size(190, 23)
|
|
166
|
+ Me.TextBox5.TabIndex = 1195
|
|
167
|
+ '
|
|
168
|
+ 'TextBox4
|
|
169
|
+ '
|
|
170
|
+ Me.TextBox4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
171
|
+ Me.TextBox4.Location = New System.Drawing.Point(657, 336)
|
|
172
|
+ Me.TextBox4.Name = "TextBox4"
|
|
173
|
+ Me.TextBox4.Size = New System.Drawing.Size(190, 23)
|
|
174
|
+ Me.TextBox4.TabIndex = 1193
|
|
175
|
+ '
|
|
176
|
+ 'Label8
|
|
177
|
+ '
|
|
178
|
+ Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
179
|
+ Me.Label8.AutoSize = True
|
|
180
|
+ Me.Label8.ForeColor = System.Drawing.Color.Red
|
|
181
|
+ Me.Label8.Location = New System.Drawing.Point(852, 48)
|
|
182
|
+ Me.Label8.Name = "Label8"
|
|
183
|
+ Me.Label8.Size = New System.Drawing.Size(385, 32)
|
|
184
|
+ Me.Label8.TabIndex = 1191
|
|
185
|
+ Me.Label8.Text = "選擇銷售單號執行開立傳票時實收金額會自動以會計科目-應收帳款立帳" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "未收餘額如果不為零則需要手動選擇會計科目。推薦使用-應收賬款折讓" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
|
|
186
|
+ '
|
|
187
|
+ 'TextBox1
|
|
188
|
+ '
|
|
189
|
+ Me.TextBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
190
|
+ Me.TextBox1.Location = New System.Drawing.Point(657, 307)
|
|
191
|
+ Me.TextBox1.Name = "TextBox1"
|
|
192
|
+ Me.TextBox1.Size = New System.Drawing.Size(190, 23)
|
|
193
|
+ Me.TextBox1.TabIndex = 1190
|
|
194
|
+ '
|
|
195
|
+ 'Label7
|
|
196
|
+ '
|
|
197
|
+ Me.Label7.AutoSize = True
|
|
198
|
+ Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
199
|
+ Me.Label7.Location = New System.Drawing.Point(390, 57)
|
|
200
|
+ Me.Label7.Name = "Label7"
|
|
201
|
+ Me.Label7.Size = New System.Drawing.Size(56, 16)
|
|
202
|
+ Me.Label7.TabIndex = 1189
|
|
203
|
+ Me.Label7.Text = "未收餘額"
|
|
204
|
+ '
|
|
205
|
+ 'NumericUpDown2
|
|
206
|
+ '
|
|
207
|
+ Me.NumericUpDown2.Location = New System.Drawing.Point(446, 55)
|
|
208
|
+ Me.NumericUpDown2.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
|
|
209
|
+ Me.NumericUpDown2.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
|
|
210
|
+ Me.NumericUpDown2.Name = "NumericUpDown2"
|
|
211
|
+ Me.NumericUpDown2.Size = New System.Drawing.Size(100, 23)
|
|
212
|
+ Me.NumericUpDown2.TabIndex = 1188
|
|
213
|
+ Me.NumericUpDown2.ThousandsSeparator = True
|
|
214
|
+ '
|
|
215
|
+ 'Label2
|
|
216
|
+ '
|
|
217
|
+ Me.Label2.AutoSize = True
|
|
218
|
+ Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
219
|
+ Me.Label2.Location = New System.Drawing.Point(390, 31)
|
|
220
|
+ Me.Label2.Name = "Label2"
|
|
221
|
+ Me.Label2.Size = New System.Drawing.Size(56, 16)
|
|
222
|
+ Me.Label2.TabIndex = 1187
|
|
223
|
+ Me.Label2.Text = "實收金額"
|
|
224
|
+ '
|
|
225
|
+ 'NumericUpDown1
|
|
226
|
+ '
|
|
227
|
+ Me.NumericUpDown1.Location = New System.Drawing.Point(446, 29)
|
|
228
|
+ Me.NumericUpDown1.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
|
|
229
|
+ Me.NumericUpDown1.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
|
|
230
|
+ Me.NumericUpDown1.Name = "NumericUpDown1"
|
|
231
|
+ Me.NumericUpDown1.Size = New System.Drawing.Size(100, 23)
|
|
232
|
+ Me.NumericUpDown1.TabIndex = 1186
|
|
233
|
+ Me.NumericUpDown1.ThousandsSeparator = True
|
|
234
|
+ '
|
|
235
|
+ 'Label1
|
|
236
|
+ '
|
|
237
|
+ Me.Label1.AutoSize = True
|
|
238
|
+ Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
239
|
+ Me.Label1.Location = New System.Drawing.Point(390, 7)
|
|
240
|
+ Me.Label1.Name = "Label1"
|
|
241
|
+ Me.Label1.Size = New System.Drawing.Size(56, 16)
|
|
242
|
+ Me.Label1.TabIndex = 1185
|
|
243
|
+ Me.Label1.Text = "應收金額"
|
|
244
|
+ '
|
|
245
|
+ 'Button6
|
|
246
|
+ '
|
|
247
|
+ Me.Button6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
248
|
+ Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
249
|
+ Me.Button6.ForeColor = System.Drawing.Color.Olive
|
|
250
|
+ Me.Button6.Location = New System.Drawing.Point(1087, 2)
|
|
251
|
+ Me.Button6.Name = "Button6"
|
|
252
|
+ Me.Button6.Size = New System.Drawing.Size(82, 47)
|
|
253
|
+ Me.Button6.TabIndex = 1184
|
|
254
|
+ Me.Button6.Text = "依據單號取消立帳選擇"
|
|
255
|
+ Me.Button6.UseVisualStyleBackColor = True
|
|
256
|
+ '
|
|
257
|
+ 'TextBox2
|
|
258
|
+ '
|
|
259
|
+ Me.TextBox2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
260
|
+ Me.TextBox2.Location = New System.Drawing.Point(446, 4)
|
|
261
|
+ Me.TextBox2.Name = "TextBox2"
|
|
262
|
+ Me.TextBox2.Size = New System.Drawing.Size(100, 23)
|
|
263
|
+ Me.TextBox2.TabIndex = 1183
|
|
264
|
+ '
|
|
265
|
+ 'CheckBox1
|
|
266
|
+ '
|
|
267
|
+ Me.CheckBox1.AutoSize = True
|
|
268
|
+ Me.CheckBox1.Checked = True
|
|
269
|
+ Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
|
|
270
|
+ Me.CheckBox1.Location = New System.Drawing.Point(351, 29)
|
|
271
|
+ Me.CheckBox1.Name = "CheckBox1"
|
|
272
|
+ Me.CheckBox1.Size = New System.Drawing.Size(39, 20)
|
|
273
|
+ Me.CheckBox1.TabIndex = 1182
|
|
274
|
+ Me.CheckBox1.Text = "補"
|
|
275
|
+ Me.CheckBox1.UseVisualStyleBackColor = True
|
|
276
|
+ '
|
|
277
|
+ 'DateTimePicker3
|
|
278
|
+ '
|
|
279
|
+ Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
280
|
+ Me.DateTimePicker3.Location = New System.Drawing.Point(262, 28)
|
|
281
|
+ Me.DateTimePicker3.Name = "DateTimePicker3"
|
|
282
|
+ Me.DateTimePicker3.Size = New System.Drawing.Size(85, 23)
|
|
283
|
+ Me.DateTimePicker3.TabIndex = 1180
|
|
284
|
+ '
|
|
285
|
+ 'Button5
|
|
286
|
+ '
|
|
287
|
+ Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
288
|
+ Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
289
|
+ Me.Button5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
290
|
+ Me.Button5.Location = New System.Drawing.Point(1004, 2)
|
|
291
|
+ Me.Button5.Name = "Button5"
|
|
292
|
+ Me.Button5.Size = New System.Drawing.Size(82, 47)
|
|
293
|
+ Me.Button5.TabIndex = 1179
|
|
294
|
+ Me.Button5.Text = "列印帳款清單"
|
|
295
|
+ Me.Button5.UseVisualStyleBackColor = True
|
|
296
|
+ '
|
|
297
|
+ 'Button4
|
|
298
|
+ '
|
|
299
|
+ Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
300
|
+ Me.Button4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
301
|
+ Me.Button4.Location = New System.Drawing.Point(282, 55)
|
|
302
|
+ Me.Button4.Name = "Button4"
|
|
303
|
+ Me.Button4.Size = New System.Drawing.Size(109, 23)
|
|
304
|
+ Me.Button4.TabIndex = 1178
|
|
305
|
+ Me.Button4.Text = "開立收支單(傳票)"
|
|
306
|
+ Me.Button4.UseVisualStyleBackColor = True
|
|
307
|
+ '
|
|
308
|
+ 'ComboBox7
|
|
309
|
+ '
|
|
310
|
+ Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
311
|
+ Me.ComboBox7.FormattingEnabled = True
|
|
312
|
+ Me.ComboBox7.Location = New System.Drawing.Point(657, 55)
|
|
313
|
+ Me.ComboBox7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
314
|
+ Me.ComboBox7.Name = "ComboBox7"
|
|
315
|
+ Me.ComboBox7.Size = New System.Drawing.Size(190, 24)
|
|
316
|
+ Me.ComboBox7.TabIndex = 1177
|
|
317
|
+ '
|
|
318
|
+ 'TextBox9
|
|
319
|
+ '
|
|
320
|
+ Me.TextBox9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
321
|
+ Me.TextBox9.Location = New System.Drawing.Point(549, 55)
|
|
322
|
+ Me.TextBox9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
323
|
+ Me.TextBox9.Name = "TextBox9"
|
|
324
|
+ Me.TextBox9.Size = New System.Drawing.Size(105, 23)
|
|
325
|
+ Me.TextBox9.TabIndex = 1176
|
|
326
|
+ Me.TextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
327
|
+ '
|
|
328
|
+ 'ComboBox4
|
|
329
|
+ '
|
|
330
|
+ Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
331
|
+ Me.ComboBox4.FormattingEnabled = True
|
|
332
|
+ Me.ComboBox4.Location = New System.Drawing.Point(769, 29)
|
|
333
|
+ Me.ComboBox4.Name = "ComboBox4"
|
|
334
|
+ Me.ComboBox4.Size = New System.Drawing.Size(78, 24)
|
|
335
|
+ Me.ComboBox4.TabIndex = 1175
|
|
336
|
+ '
|
|
337
|
+ 'ComboBox3
|
|
338
|
+ '
|
|
339
|
+ Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
340
|
+ Me.ComboBox3.FormattingEnabled = True
|
|
341
|
+ Me.ComboBox3.Location = New System.Drawing.Point(657, 29)
|
|
342
|
+ Me.ComboBox3.Name = "ComboBox3"
|
|
343
|
+ Me.ComboBox3.Size = New System.Drawing.Size(109, 24)
|
|
344
|
+ Me.ComboBox3.TabIndex = 1174
|
|
345
|
+ '
|
|
346
|
+ 'ComboBox1
|
|
347
|
+ '
|
|
348
|
+ Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
349
|
+ Me.ComboBox1.FormattingEnabled = True
|
|
350
|
+ Me.ComboBox1.Location = New System.Drawing.Point(769, 3)
|
|
351
|
+ Me.ComboBox1.Name = "ComboBox1"
|
|
352
|
+ Me.ComboBox1.Size = New System.Drawing.Size(78, 24)
|
|
353
|
+ Me.ComboBox1.TabIndex = 1173
|
|
354
|
+ '
|
|
355
|
+ 'ComboBox5
|
|
356
|
+ '
|
|
357
|
+ Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
358
|
+ Me.ComboBox5.FormattingEnabled = True
|
|
359
|
+ Me.ComboBox5.Location = New System.Drawing.Point(657, 3)
|
|
360
|
+ Me.ComboBox5.Name = "ComboBox5"
|
|
361
|
+ Me.ComboBox5.Size = New System.Drawing.Size(109, 24)
|
|
362
|
+ Me.ComboBox5.TabIndex = 1172
|
|
363
|
+ '
|
|
364
|
+ 'ComboBox6
|
|
365
|
+ '
|
|
366
|
+ Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
367
|
+ Me.ComboBox6.FormattingEnabled = True
|
|
368
|
+ Me.ComboBox6.Location = New System.Drawing.Point(657, 276)
|
|
369
|
+ Me.ComboBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
370
|
+ Me.ComboBox6.Name = "ComboBox6"
|
|
371
|
+ Me.ComboBox6.Size = New System.Drawing.Size(190, 24)
|
|
372
|
+ Me.ComboBox6.TabIndex = 1170
|
|
373
|
+ '
|
|
374
|
+ 'Label5
|
|
375
|
+ '
|
|
376
|
+ Me.Label5.AutoSize = True
|
|
377
|
+ Me.Label5.Location = New System.Drawing.Point(550, 7)
|
|
378
|
+ Me.Label5.Name = "Label5"
|
|
379
|
+ Me.Label5.Size = New System.Drawing.Size(104, 48)
|
|
380
|
+ Me.Label5.TabIndex = 1171
|
|
381
|
+ Me.Label5.Text = "未收餘額不為零時" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "需要選擇未收餘額" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "立帳的會計科目"
|
|
382
|
+ '
|
|
383
|
+ 'Button12
|
|
384
|
+ '
|
|
385
|
+ Me.Button12.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
386
|
+ Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
387
|
+ Me.Button12.ForeColor = System.Drawing.Color.Olive
|
|
388
|
+ Me.Button12.Location = New System.Drawing.Point(1170, 26)
|
|
389
|
+ Me.Button12.Name = "Button12"
|
|
390
|
+ Me.Button12.Size = New System.Drawing.Size(74, 23)
|
|
391
|
+ Me.Button12.TabIndex = 1169
|
|
392
|
+ Me.Button12.Text = "全部取消"
|
|
393
|
+ Me.Button12.UseVisualStyleBackColor = True
|
|
394
|
+ '
|
|
395
|
+ 'Button13
|
|
396
|
+ '
|
|
397
|
+ Me.Button13.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
398
|
+ Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
399
|
+ Me.Button13.ForeColor = System.Drawing.Color.Olive
|
|
400
|
+ Me.Button13.Location = New System.Drawing.Point(1170, 2)
|
|
401
|
+ Me.Button13.Name = "Button13"
|
|
402
|
+ Me.Button13.Size = New System.Drawing.Size(74, 23)
|
|
403
|
+ Me.Button13.TabIndex = 1168
|
|
404
|
+ Me.Button13.Text = "全部選擇"
|
|
405
|
+ Me.Button13.UseVisualStyleBackColor = True
|
|
406
|
+ '
|
|
407
|
+ 'TextBox3
|
|
408
|
+ '
|
|
409
|
+ Me.TextBox3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
410
|
+ Me.TextBox3.Location = New System.Drawing.Point(262, 4)
|
|
411
|
+ Me.TextBox3.Name = "TextBox3"
|
|
412
|
+ Me.TextBox3.Size = New System.Drawing.Size(126, 23)
|
|
413
|
+ Me.TextBox3.TabIndex = 1166
|
|
414
|
+ '
|
|
415
|
+ 'Label3
|
|
416
|
+ '
|
|
417
|
+ Me.Label3.AutoSize = True
|
|
418
|
+ Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
419
|
+ Me.Label3.Location = New System.Drawing.Point(206, 7)
|
|
420
|
+ Me.Label3.Name = "Label3"
|
|
421
|
+ Me.Label3.Size = New System.Drawing.Size(56, 16)
|
|
422
|
+ Me.Label3.TabIndex = 1167
|
|
423
|
+ Me.Label3.Text = "單據號碼"
|
|
424
|
+ '
|
|
425
|
+ 'Label6
|
|
426
|
+ '
|
|
427
|
+ Me.Label6.AutoSize = True
|
|
428
|
+ Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
429
|
+ Me.Label6.Location = New System.Drawing.Point(207, 31)
|
|
430
|
+ Me.Label6.Name = "Label6"
|
|
431
|
+ Me.Label6.Size = New System.Drawing.Size(56, 16)
|
|
432
|
+ Me.Label6.TabIndex = 1181
|
|
433
|
+ Me.Label6.Text = "立帳日期"
|
|
434
|
+ '
|
|
435
|
+ 'CheckBox2
|
|
436
|
+ '
|
|
437
|
+ Me.CheckBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
438
|
+ Me.CheckBox2.AutoSize = True
|
|
439
|
+ Me.CheckBox2.Location = New System.Drawing.Point(887, 5)
|
|
440
|
+ Me.CheckBox2.Name = "CheckBox2"
|
|
441
|
+ Me.CheckBox2.Size = New System.Drawing.Size(99, 20)
|
|
442
|
+ Me.CheckBox2.TabIndex = 1192
|
|
443
|
+ Me.CheckBox2.Text = "列印多單選擇"
|
|
444
|
+ Me.CheckBox2.UseVisualStyleBackColor = True
|
|
445
|
+ '
|
|
446
|
+ 'CheckBox3
|
|
447
|
+ '
|
|
448
|
+ Me.CheckBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
449
|
+ Me.CheckBox3.AutoSize = True
|
|
450
|
+ Me.CheckBox3.Location = New System.Drawing.Point(887, 25)
|
|
451
|
+ Me.CheckBox3.Name = "CheckBox3"
|
|
452
|
+ Me.CheckBox3.Size = New System.Drawing.Size(111, 20)
|
|
453
|
+ Me.CheckBox3.TabIndex = 1194
|
|
454
|
+ Me.CheckBox3.Text = "已立帳資料隱藏"
|
|
455
|
+ Me.CheckBox3.UseVisualStyleBackColor = True
|
|
456
|
+ '
|
|
457
|
+ 'ComboBox2
|
|
458
|
+ '
|
|
459
|
+ Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
460
|
+ Me.ComboBox2.FormattingEnabled = True
|
|
461
|
+ Me.ComboBox2.Items.AddRange(New Object() {"", "收現", "收票", "託收"})
|
|
462
|
+ Me.ComboBox2.Location = New System.Drawing.Point(210, 54)
|
|
463
|
+ Me.ComboBox2.Name = "ComboBox2"
|
|
464
|
+ Me.ComboBox2.Size = New System.Drawing.Size(66, 24)
|
|
465
|
+ Me.ComboBox2.TabIndex = 1196
|
126
|
466
|
'
|
127
|
467
|
'應收帳款控制表
|
128
|
468
|
'
|
129
|
469
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
130
|
470
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
131
|
471
|
Me.ClientSize = New System.Drawing.Size(1249, 611)
|
|
472
|
+ Me.Controls.Add(Me.ComboBox2)
|
|
473
|
+ Me.Controls.Add(Me.TextBox5)
|
|
474
|
+ Me.Controls.Add(Me.TextBox4)
|
|
475
|
+ Me.Controls.Add(Me.Label8)
|
|
476
|
+ Me.Controls.Add(Me.TextBox1)
|
|
477
|
+ Me.Controls.Add(Me.Label7)
|
|
478
|
+ Me.Controls.Add(Me.NumericUpDown2)
|
|
479
|
+ Me.Controls.Add(Me.Label2)
|
|
480
|
+ Me.Controls.Add(Me.NumericUpDown1)
|
|
481
|
+ Me.Controls.Add(Me.Label1)
|
|
482
|
+ Me.Controls.Add(Me.Button6)
|
|
483
|
+ Me.Controls.Add(Me.TextBox2)
|
|
484
|
+ Me.Controls.Add(Me.CheckBox1)
|
|
485
|
+ Me.Controls.Add(Me.DateTimePicker3)
|
|
486
|
+ Me.Controls.Add(Me.Button5)
|
|
487
|
+ Me.Controls.Add(Me.Button4)
|
|
488
|
+ Me.Controls.Add(Me.ComboBox7)
|
|
489
|
+ Me.Controls.Add(Me.TextBox9)
|
|
490
|
+ Me.Controls.Add(Me.ComboBox4)
|
|
491
|
+ Me.Controls.Add(Me.ComboBox3)
|
|
492
|
+ Me.Controls.Add(Me.ComboBox1)
|
|
493
|
+ Me.Controls.Add(Me.ComboBox5)
|
|
494
|
+ Me.Controls.Add(Me.ComboBox6)
|
|
495
|
+ Me.Controls.Add(Me.Label5)
|
|
496
|
+ Me.Controls.Add(Me.Button12)
|
|
497
|
+ Me.Controls.Add(Me.Button13)
|
|
498
|
+ Me.Controls.Add(Me.TextBox3)
|
|
499
|
+ Me.Controls.Add(Me.Label3)
|
|
500
|
+ Me.Controls.Add(Me.Label6)
|
|
501
|
+ Me.Controls.Add(Me.CheckBox2)
|
|
502
|
+ Me.Controls.Add(Me.CheckBox3)
|
132
|
503
|
Me.Controls.Add(Me.Button1)
|
133
|
504
|
Me.Controls.Add(Me.一般月)
|
134
|
505
|
Me.Controls.Add(Me.會計月)
|
|
@@ -142,11 +513,13 @@ Partial Class 應收帳款控制表
|
142
|
513
|
Me.Name = "應收帳款控制表"
|
143
|
514
|
Me.Text = "應收帳款控制表"
|
144
|
515
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
516
|
+ CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
517
|
+ CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
|
145
|
518
|
Me.ResumeLayout(False)
|
146
|
519
|
Me.PerformLayout()
|
147
|
520
|
|
148
|
521
|
End Sub
|
149
|
|
-
|
|
522
|
+ Friend WithEvents DataGridView1 As DataGridView
|
150
|
523
|
Friend WithEvents Button1 As Button
|
151
|
524
|
Friend WithEvents 一般月 As CheckBox
|
152
|
525
|
Friend WithEvents 會計月 As CheckBox
|
|
@@ -154,5 +527,35 @@ Partial Class 應收帳款控制表
|
154
|
527
|
Friend WithEvents Label4 As Label
|
155
|
528
|
Friend WithEvents DateTimePicker2 As DateTimePicker
|
156
|
529
|
Friend WithEvents DateTimePicker1 As DateTimePicker
|
157
|
|
- Friend WithEvents DataGridView1 As DataGridView
|
|
530
|
+ Friend WithEvents TextBox5 As TextBox
|
|
531
|
+ Friend WithEvents TextBox4 As TextBox
|
|
532
|
+ Friend WithEvents Label8 As Label
|
|
533
|
+ Friend WithEvents TextBox1 As TextBox
|
|
534
|
+ Friend WithEvents Label7 As Label
|
|
535
|
+ Friend WithEvents NumericUpDown2 As NumericUpDown
|
|
536
|
+ Friend WithEvents Label2 As Label
|
|
537
|
+ Friend WithEvents NumericUpDown1 As NumericUpDown
|
|
538
|
+ Friend WithEvents Label1 As Label
|
|
539
|
+ Friend WithEvents Button6 As Button
|
|
540
|
+ Friend WithEvents TextBox2 As TextBox
|
|
541
|
+ Friend WithEvents CheckBox1 As CheckBox
|
|
542
|
+ Friend WithEvents DateTimePicker3 As DateTimePicker
|
|
543
|
+ Friend WithEvents Button5 As Button
|
|
544
|
+ Friend WithEvents Button4 As Button
|
|
545
|
+ Friend WithEvents ComboBox7 As ComboBox
|
|
546
|
+ Friend WithEvents TextBox9 As TextBox
|
|
547
|
+ Friend WithEvents ComboBox4 As ComboBox
|
|
548
|
+ Friend WithEvents ComboBox3 As ComboBox
|
|
549
|
+ Friend WithEvents ComboBox1 As ComboBox
|
|
550
|
+ Friend WithEvents ComboBox5 As ComboBox
|
|
551
|
+ Friend WithEvents ComboBox6 As ComboBox
|
|
552
|
+ Friend WithEvents Label5 As Label
|
|
553
|
+ Friend WithEvents Button12 As Button
|
|
554
|
+ Friend WithEvents Button13 As Button
|
|
555
|
+ Friend WithEvents TextBox3 As TextBox
|
|
556
|
+ Friend WithEvents Label3 As Label
|
|
557
|
+ Friend WithEvents Label6 As Label
|
|
558
|
+ Friend WithEvents CheckBox2 As CheckBox
|
|
559
|
+ Friend WithEvents CheckBox3 As CheckBox
|
|
560
|
+ Friend WithEvents ComboBox2 As ComboBox
|
158
|
561
|
End Class
|