1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmBusFeePayment_Staff
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmBusFeePayment_Staff))
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
29         Me.txtBalance = New System.Windows.Forms.TextBox()
30         Me.Label21 = New System.Windows.Forms.Label()
31         Me.txtTotalPaid = New System.Windows.Forms.TextBox()
32         Me.Label20 = New System.Windows.Forms.Label()
33         Me.txtPaymentModeDetails = New System.Windows.Forms.TextBox()
34         Me.Label19 = New System.Windows.Forms.Label()
35         Me.cmbPaymentMode = New System.Windows.Forms.ComboBox()
36         Me.Label18 = New System.Windows.Forms.Label()
37         Me.dtpPaymentDate = New System.Windows.Forms.DateTimePicker()
38         Me.Label17 = New System.Windows.Forms.Label()
39         Me.txtFine = New System.Windows.Forms.TextBox()
40         Me.Label16 = New System.Windows.Forms.Label()
41         Me.txtPreviousDue = New System.Windows.Forms.TextBox()
42         Me.txtDiscount = New System.Windows.Forms.TextBox()
43         Me.Label14 = New System.Windows.Forms.Label()
44         Me.txtDiscountPer = New System.Windows.Forms.TextBox()
45         Me.txtGrandTotal = New System.Windows.Forms.TextBox()
46         Me.Label11 = New System.Windows.Forms.Label()
47         Me.Label12 = New System.Windows.Forms.Label()
48         Me.Label13 = New System.Windows.Forms.Label()
49         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
50         Me.Label9 = New System.Windows.Forms.Label()
51         Me.txtBusFee = New System.Windows.Forms.TextBox()
52         Me.btnGetFeeList = New System.Windows.Forms.Button()
53         Me.cmbInstallment = New System.Windows.Forms.ComboBox()
54         Me.Label15 = New System.Windows.Forms.Label()
55         Me.groupBox1 = New System.Windows.Forms.GroupBox()
56         Me.cmbSession = New System.Windows.Forms.ComboBox()
57         Me.Label2 = New System.Windows.Forms.Label()
58         Me.txtDesignation = New System.Windows.Forms.TextBox()
59         Me.Button2 = New System.Windows.Forms.Button()
60         Me.Label5 = New System.Windows.Forms.Label()
61         Me.txtLocation = New System.Windows.Forms.TextBox()
62         Me.Label8 = New System.Windows.Forms.Label()
63         Me.txtStaffID = New System.Windows.Forms.TextBox()
64         Me.txtStaffName = New System.Windows.Forms.TextBox()
65         Me.Label3 = New System.Windows.Forms.Label()
66         Me.Label6 = New System.Windows.Forms.Label()
67         Me.Panel2 = New System.Windows.Forms.Panel()
68         Me.txtContactNo = New System.Windows.Forms.TextBox()
69         Me.txtSt_ID = New System.Windows.Forms.TextBox()
70         Me.txtBusHolderID = New System.Windows.Forms.TextBox()
71         Me.txtFeePaymentID = New System.Windows.Forms.TextBox()
72         Me.lblUser = New System.Windows.Forms.Label()
73         Me.txtBFPId = New System.Windows.Forms.TextBox()
74         Me.Label1 = New System.Windows.Forms.Label()
75         Me.Panel3 = New System.Windows.Forms.Panel()
76         Me.btnPrint = New System.Windows.Forms.Button()
77         Me.btnClose = New System.Windows.Forms.Button()
78         Me.btnGetData = New System.Windows.Forms.Button()
79         Me.btnDelete = New System.Windows.Forms.Button()
80         Me.btnUpdate = New System.Windows.Forms.Button()
81         Me.btnSave = New System.Windows.Forms.Button()
82         Me.btnNew = New System.Windows.Forms.Button()
83         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
84         Me.lblUserType = New System.Windows.Forms.Label()
85         Me.Panel1.SuspendLayout()
86         Me.GroupBox3.SuspendLayout()
87         Me.GroupBox2.SuspendLayout()
88         Me.groupBox1.SuspendLayout()
89         Me.Panel2.SuspendLayout()
90         Me.Panel3.SuspendLayout()
91         Me.SuspendLayout()
92         
'
93         
'Panel1
94         
'
95         Me.Panel1.BackColor = System.Drawing.Color.White
96         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
97         Me.Panel1.Controls.Add(Me.GroupBox3)
98         Me.Panel1.Controls.Add(Me.GroupBox2)
99         Me.Panel1.Controls.Add(Me.groupBox1)
100         Me.Panel1.Controls.Add(Me.Panel2)
101         Me.Panel1.Controls.Add(Me.Panel3)
102         Me.Panel1.Location = New System.Drawing.Point(
7, 7)
103         Me.Panel1.Name =
"Panel1"
104         Me.Panel1.Size = New System.Drawing.Size(
635, 644)
105         Me.Panel1.TabIndex =
2
106         
'
107         
'GroupBox3
108         
'
109         Me.GroupBox3.BackColor = System.Drawing.Color.Transparent
110         Me.GroupBox3.Controls.Add(Me.txtBalance)
111         Me.GroupBox3.Controls.Add(Me.Label21)
112         Me.GroupBox3.Controls.Add(Me.txtTotalPaid)
113         Me.GroupBox3.Controls.Add(Me.Label20)
114         Me.GroupBox3.Controls.Add(Me.txtPaymentModeDetails)
115         Me.GroupBox3.Controls.Add(Me.Label19)
116         Me.GroupBox3.Controls.Add(Me.cmbPaymentMode)
117         Me.GroupBox3.Controls.Add(Me.Label18)
118         Me.GroupBox3.Controls.Add(Me.dtpPaymentDate)
119         Me.GroupBox3.Controls.Add(Me.Label17)
120         Me.GroupBox3.Controls.Add(Me.txtFine)
121         Me.GroupBox3.Controls.Add(Me.Label16)
122         Me.GroupBox3.Controls.Add(Me.txtPreviousDue)
123         Me.GroupBox3.Controls.Add(Me.txtDiscount)
124         Me.GroupBox3.Controls.Add(Me.Label14)
125         Me.GroupBox3.Controls.Add(Me.txtDiscountPer)
126         Me.GroupBox3.Controls.Add(Me.txtGrandTotal)
127         Me.GroupBox3.Controls.Add(Me.Label11)
128         Me.GroupBox3.Controls.Add(Me.Label12)
129         Me.GroupBox3.Controls.Add(Me.Label13)
130         Me.GroupBox3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
131         Me.GroupBox3.ForeColor = System.Drawing.Color.Black
132         Me.GroupBox3.Location = New System.Drawing.Point(
9, 346)
133         Me.GroupBox3.Name =
"GroupBox3"
134         Me.GroupBox3.Size = New System.Drawing.Size(
450, 291)
135         Me.GroupBox3.TabIndex =
2
136         Me.GroupBox3.TabStop = False
137         Me.GroupBox3.Text =
"Payment Info"
138         
'
139         
'txtBalance
140         
'
141         Me.txtBalance.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
142         Me.txtBalance.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
143         Me.txtBalance.Location = New System.Drawing.Point(
166, 256)
144         Me.txtBalance.Name =
"txtBalance"
145         Me.txtBalance.ReadOnly = True
146         Me.txtBalance.Size = New System.Drawing.Size(
135, 21)
147         Me.txtBalance.TabIndex =
9
148         Me.txtBalance.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
149         
'
150         
'Label21
151         
'
152         Me.Label21.AutoSize = True
153         Me.Label21.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
154         Me.Label21.Location = New System.Drawing.Point(
20, 256)
155         Me.Label21.Name =
"Label21"
156         Me.Label21.Size = New System.Drawing.Size(
58, 15)
157         Me.Label21.TabIndex =
131
158         Me.Label21.Text =
"Balance :"
159         
'
160         
'txtTotalPaid
161         
'
162         Me.txtTotalPaid.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
163         Me.txtTotalPaid.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
164         Me.txtTotalPaid.Location = New System.Drawing.Point(
166, 229)
165         Me.txtTotalPaid.Name =
"txtTotalPaid"
166         Me.txtTotalPaid.Size = New System.Drawing.Size(
135, 21)
167         Me.txtTotalPaid.TabIndex =
8
168         Me.txtTotalPaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
169         
'
170         
'Label20
171         
'
172         Me.Label20.AutoSize = True
173         Me.Label20.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
174         Me.Label20.Location = New System.Drawing.Point(
20, 229)
175         Me.Label20.Name =
"Label20"
176         Me.Label20.Size = New System.Drawing.Size(
68, 15)
177         Me.Label20.TabIndex =
129
178         Me.Label20.Text =
"Total Paid :"
179         
'
180         
'txtPaymentModeDetails
181         
'
182         Me.txtPaymentModeDetails.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
183         Me.txtPaymentModeDetails.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
184         Me.txtPaymentModeDetails.Location = New System.Drawing.Point(
166, 173)
185         Me.txtPaymentModeDetails.Name =
"txtPaymentModeDetails"
186         Me.txtPaymentModeDetails.Size = New System.Drawing.Size(
271, 21)
187         Me.txtPaymentModeDetails.TabIndex =
6
188         
'
189         
'Label19
190         
'
191         Me.Label19.AutoSize = True
192         Me.Label19.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
193         Me.Label19.Location = New System.Drawing.Point(
20, 173)
194         Me.Label19.Name =
"Label19"
195         Me.Label19.Size = New System.Drawing.Size(
137, 15)
196         Me.Label19.TabIndex =
127
197         Me.Label19.Text =
"Payment Mode Details :"
198         
'
199         
'cmbPaymentMode
200         
'
201         Me.cmbPaymentMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
202         Me.cmbPaymentMode.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
203         Me.cmbPaymentMode.FormattingEnabled = True
204         Me.cmbPaymentMode.Items.AddRange(New Object() {
"By Cash", "By Cheque", "By DD"})
205         Me.cmbPaymentMode.Location = New System.Drawing.Point(
166, 143)
206         Me.cmbPaymentMode.Name =
"cmbPaymentMode"
207         Me.cmbPaymentMode.Size = New System.Drawing.Size(
135, 23)
208         Me.cmbPaymentMode.TabIndex =
5
209         
'
210         
'Label18
211         
'
212         Me.Label18.AutoSize = True
213         Me.Label18.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
214         Me.Label18.Location = New System.Drawing.Point(
20, 143)
215         Me.Label18.Name =
"Label18"
216         Me.Label18.Size = New System.Drawing.Size(
96, 15)
217         Me.Label18.TabIndex =
125
218         Me.Label18.Text =
"Payment Mode :"
219         
'
220         
'dtpPaymentDate
221         
'
222         Me.dtpPaymentDate.CustomFormat =
"dd/MM/yyyy"
223         Me.dtpPaymentDate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
224         Me.dtpPaymentDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
225         Me.dtpPaymentDate.Location = New System.Drawing.Point(
166, 116)
226         Me.dtpPaymentDate.Name =
"dtpPaymentDate"
227         Me.dtpPaymentDate.Size = New System.Drawing.Size(
135, 21)
228         Me.dtpPaymentDate.TabIndex =
4
229         
'
230         
'Label17
231         
'
232         Me.Label17.AutoSize = True
233         Me.Label17.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
234         Me.Label17.Location = New System.Drawing.Point(
20, 116)
235         Me.Label17.Name =
"Label17"
236         Me.Label17.Size = New System.Drawing.Size(
90, 15)
237         Me.Label17.TabIndex =
123
238         Me.Label17.Text =
"Payment Date :"
239         
'
240         
'txtFine
241         
'
242         Me.txtFine.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
243         Me.txtFine.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
244         Me.txtFine.Location = New System.Drawing.Point(
166, 89)
245         Me.txtFine.Name =
"txtFine"
246         Me.txtFine.Size = New System.Drawing.Size(
80, 21)
247         Me.txtFine.TabIndex =
3
248         Me.txtFine.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
249         
'
250         
'Label16
251         
'
252         Me.Label16.AutoSize = True
253         Me.Label16.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
254         Me.Label16.Location = New System.Drawing.Point(
20, 89)
255         Me.Label16.Name =
"Label16"
256         Me.Label16.Size = New System.Drawing.Size(
37, 15)
257         Me.Label16.TabIndex =
121
258         Me.Label16.Text =
"Fine :"
259         
'
260         
'txtPreviousDue
261         
'
262         Me.txtPreviousDue.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
263         Me.txtPreviousDue.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
264         Me.txtPreviousDue.Location = New System.Drawing.Point(
166, 61)
265         Me.txtPreviousDue.Name =
"txtPreviousDue"
266         Me.txtPreviousDue.ReadOnly = True
267         Me.txtPreviousDue.Size = New System.Drawing.Size(
135, 21)
268         Me.txtPreviousDue.TabIndex =
2
269         Me.txtPreviousDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
270         
'
271         
'txtDiscount
272         
'
273         Me.txtDiscount.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
274         Me.txtDiscount.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
275         Me.txtDiscount.Location = New System.Drawing.Point(
263, 33)
276         Me.txtDiscount.Name =
"txtDiscount"
277         Me.txtDiscount.ReadOnly = True
278         Me.txtDiscount.Size = New System.Drawing.Size(
92, 21)
279         Me.txtDiscount.TabIndex =
1
280         Me.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
281         
'
282         
'Label14
283         
'
284         Me.Label14.AutoSize = True
285         Me.Label14.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
286         Me.Label14.Location = New System.Drawing.Point(
239, 36)
287         Me.Label14.Name =
"Label14"
288         Me.Label14.Size = New System.Drawing.Size(
18, 15)
289         Me.Label14.TabIndex =
118
290         Me.Label14.Text =
"%"
291         
'
292         
'txtDiscountPer
293         
'
294         Me.txtDiscountPer.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
295         Me.txtDiscountPer.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
296         Me.txtDiscountPer.Location = New System.Drawing.Point(
166, 33)
297         Me.txtDiscountPer.Name =
"txtDiscountPer"
298         Me.txtDiscountPer.ReadOnly = True
299         Me.txtDiscountPer.Size = New System.Drawing.Size(
64, 21)
300         Me.txtDiscountPer.TabIndex =
0
301         Me.txtDiscountPer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
302         
'
303         
'txtGrandTotal
304         
'
305         Me.txtGrandTotal.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
306         Me.txtGrandTotal.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
307         Me.txtGrandTotal.Location = New System.Drawing.Point(
166, 202)
308         Me.txtGrandTotal.Name =
"txtGrandTotal"
309         Me.txtGrandTotal.ReadOnly = True
310         Me.txtGrandTotal.Size = New System.Drawing.Size(
135, 21)
311         Me.txtGrandTotal.TabIndex =
7
312         Me.txtGrandTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
313         
'
314         
'Label11
315         
'
316         Me.Label11.AutoSize = True
317         Me.Label11.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
318         Me.Label11.Location = New System.Drawing.Point(
20, 202)
319         Me.Label11.Name =
"Label11"
320         Me.Label11.Size = New System.Drawing.Size(
77, 15)
321         Me.Label11.TabIndex =
8
322         Me.Label11.Text =
"Grand Total :"
323         
'
324         
'Label12
325         
'
326         Me.Label12.AutoSize = True
327         Me.Label12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
328         Me.Label12.Location = New System.Drawing.Point(
20, 61)
329         Me.Label12.Name =
"Label12"
330         Me.Label12.Size = New System.Drawing.Size(
86, 15)
331         Me.Label12.TabIndex =
114
332         Me.Label12.Text =
"Previous Due :"
333         
'
334         
'Label13
335         
'
336         Me.Label13.AutoSize = True
337         Me.Label13.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
338         Me.Label13.Location = New System.Drawing.Point(
20, 33)
339         Me.Label13.Name =
"Label13"
340         Me.Label13.Size = New System.Drawing.Size(
61, 15)
341         Me.Label13.TabIndex =
6
342         Me.Label13.Text =
"Discount :"
343         
'
344         
'GroupBox2
345         
'
346         Me.GroupBox2.BackColor = System.Drawing.Color.Transparent
347         Me.GroupBox2.Controls.Add(Me.Label9)
348         Me.GroupBox2.Controls.Add(Me.txtBusFee)
349         Me.GroupBox2.Controls.Add(Me.btnGetFeeList)
350         Me.GroupBox2.Controls.Add(Me.cmbInstallment)
351         Me.GroupBox2.Controls.Add(Me.Label15)
352         Me.GroupBox2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
353         Me.GroupBox2.ForeColor = System.Drawing.Color.Black
354         Me.GroupBox2.Location = New System.Drawing.Point(
9, 251)
355         Me.GroupBox2.Name =
"GroupBox2"
356         Me.GroupBox2.Size = New System.Drawing.Size(
373, 94)
357         Me.GroupBox2.TabIndex =
1
358         Me.GroupBox2.TabStop = False
359         Me.GroupBox2.Text =
"Fee Info"
360         
'
361         
'Label9
362         
'
363         Me.Label9.AutoSize = True
364         Me.Label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
365         Me.Label9.Location = New System.Drawing.Point(
23, 60)
366         Me.Label9.Name =
"Label9"
367         Me.Label9.Size = New System.Drawing.Size(
58, 15)
368         Me.Label9.TabIndex =
8
369         Me.Label9.Text =
"Bus Fee :"
370         
'
371         
'txtBusFee
372         
'
373         Me.txtBusFee.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
374         Me.txtBusFee.Location = New System.Drawing.Point(
139, 61)
375         Me.txtBusFee.Name =
"txtBusFee"
376         Me.txtBusFee.ReadOnly = True
377         Me.txtBusFee.Size = New System.Drawing.Size(
91, 21)
378         Me.txtBusFee.TabIndex =
7
379         Me.txtBusFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
380         
'
381         
'btnGetFeeList
382         
'
383         Me.btnGetFeeList.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
384         Me.btnGetFeeList.ForeColor = System.Drawing.Color.Black
385         Me.btnGetFeeList.Location = New System.Drawing.Point(
230, 32)
386         Me.btnGetFeeList.Name =
"btnGetFeeList"
387         Me.btnGetFeeList.Size = New System.Drawing.Size(
83, 23)
388         Me.btnGetFeeList.TabIndex =
1
389         Me.btnGetFeeList.Text =
"Get Fee Info"
390         Me.btnGetFeeList.UseVisualStyleBackColor = True
391         
'
392         
'cmbInstallment
393         
'
394         Me.cmbInstallment.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
395         Me.cmbInstallment.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
396         Me.cmbInstallment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
397         Me.cmbInstallment.FormattingEnabled = True
398         Me.cmbInstallment.Items.AddRange(New Object() {
"1st", "2nd"})
399         Me.cmbInstallment.Location = New System.Drawing.Point(
139, 32)
400         Me.cmbInstallment.Name =
"cmbInstallment"
401         Me.cmbInstallment.Size = New System.Drawing.Size(
85, 23)
402         Me.cmbInstallment.TabIndex =
0
403         
'
404         
'Label15
405         
'
406         Me.Label15.AutoSize = True
407         Me.Label15.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
408         Me.Label15.Location = New System.Drawing.Point(
23, 32)
409         Me.Label15.Name =
"Label15"
410         Me.Label15.Size = New System.Drawing.Size(
73, 15)
411         Me.Label15.TabIndex =
6
412         Me.Label15.Text =
"Installment :"
413         
'
414         
'groupBox1
415         
'
416         Me.groupBox1.BackColor = System.Drawing.Color.Transparent
417         Me.groupBox1.Controls.Add(Me.cmbSession)
418         Me.groupBox1.Controls.Add(Me.Label2)
419         Me.groupBox1.Controls.Add(Me.txtDesignation)
420         Me.groupBox1.Controls.Add(Me.Button2)
421         Me.groupBox1.Controls.Add(Me.Label5)
422         Me.groupBox1.Controls.Add(Me.txtLocation)
423         Me.groupBox1.Controls.Add(Me.Label8)
424         Me.groupBox1.Controls.Add(Me.txtStaffID)
425         Me.groupBox1.Controls.Add(Me.txtStaffName)
426         Me.groupBox1.Controls.Add(Me.Label3)
427         Me.groupBox1.Controls.Add(Me.Label6)
428         Me.groupBox1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
429         Me.groupBox1.ForeColor = System.Drawing.Color.Black
430         Me.groupBox1.Location = New System.Drawing.Point(
9, 75)
431         Me.groupBox1.Name =
"groupBox1"
432         Me.groupBox1.Size = New System.Drawing.Size(
492, 169)
433         Me.groupBox1.TabIndex =
0
434         Me.groupBox1.TabStop = False
435         Me.groupBox1.Text =
"Bus Holder Info"
436         
'
437         
'cmbSession
438         
'
439         Me.cmbSession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
440         Me.cmbSession.FormattingEnabled = True
441         Me.cmbSession.Location = New System.Drawing.Point(
139, 138)
442         Me.cmbSession.Name =
"cmbSession"
443         Me.cmbSession.Size = New System.Drawing.Size(
136, 23)
444         Me.cmbSession.TabIndex =
4
445         
'
446         
'Label2
447         
'
448         Me.Label2.AutoSize = True
449         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
450         Me.Label2.Location = New System.Drawing.Point(
23, 138)
451         Me.Label2.Name =
"Label2"
452         Me.Label2.Size = New System.Drawing.Size(
57, 15)
453         Me.Label2.TabIndex =
111
454         Me.Label2.Text =
"Session :"
455         
'
456         
'txtDesignation
457         
'
458         Me.txtDesignation.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
459         Me.txtDesignation.Location = New System.Drawing.Point(
139, 86)
460         Me.txtDesignation.Name =
"txtDesignation"
461         Me.txtDesignation.ReadOnly = True
462         Me.txtDesignation.Size = New System.Drawing.Size(
142, 21)
463         Me.txtDesignation.TabIndex =
2
464         
'
465         
'Button2
466         
'
467         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
468         Me.Button2.ForeColor = System.Drawing.Color.Black
469         Me.Button2.Location = New System.Drawing.Point(
287, 27)
470         Me.Button2.Name =
"Button2"
471         Me.Button2.Size = New System.Drawing.Size(
35, 21)
472         Me.Button2.TabIndex =
5
473         Me.Button2.Text =
"..."
474         Me.Button2.UseVisualStyleBackColor = True
475         
'
476         
'Label5
477         
'
478         Me.Label5.AutoSize = True
479         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
480         Me.Label5.Location = New System.Drawing.Point(
23, 86)
481         Me.Label5.Name =
"Label5"
482         Me.Label5.Size = New System.Drawing.Size(
79, 15)
483         Me.Label5.TabIndex =
110
484         Me.Label5.Text =
"Designation :"
485         
'
486         
'txtLocation
487         
'
488         Me.txtLocation.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
489         Me.txtLocation.Location = New System.Drawing.Point(
139, 113)
490         Me.txtLocation.Name =
"txtLocation"
491         Me.txtLocation.ReadOnly = True
492         Me.txtLocation.Size = New System.Drawing.Size(
246, 21)
493         Me.txtLocation.TabIndex =
3
494         
'
495         
'Label8
496         
'
497         Me.Label8.AutoSize = True
498         Me.Label8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
499         Me.Label8.Location = New System.Drawing.Point(
23, 113)
500         Me.Label8.Name =
"Label8"
501         Me.Label8.Size = New System.Drawing.Size(
60, 15)
502         Me.Label8.TabIndex =
17
503         Me.Label8.Text =
"Location :"
504         
'
505         
'txtStaffID
506         
'
507         Me.txtStaffID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
508         Me.txtStaffID.Location = New System.Drawing.Point(
139, 27)
509         Me.txtStaffID.Name =
"txtStaffID"
510         Me.txtStaffID.ReadOnly = True
511         Me.txtStaffID.Size = New System.Drawing.Size(
142, 21)
512         Me.txtStaffID.TabIndex =
0
513         
'
514         
'txtStaffName
515         
'
516         Me.txtStaffName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
517         Me.txtStaffName.Location = New System.Drawing.Point(
139, 54)
518         Me.txtStaffName.Multiline = True
519         Me.txtStaffName.Name =
"txtStaffName"
520         Me.txtStaffName.ReadOnly = True
521         Me.txtStaffName.Size = New System.Drawing.Size(
338, 24)
522         Me.txtStaffName.TabIndex =
1
523         
'
524         
'Label3
525         
'
526         Me.Label3.AutoSize = True
527         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
528         Me.Label3.Location = New System.Drawing.Point(
23, 27)
529         Me.Label3.Name =
"Label3"
530         Me.Label3.Size = New System.Drawing.Size(
52, 15)
531         Me.Label3.TabIndex =
6
532         Me.Label3.Text =
"Staff ID :"
533         
'
534         
'Label6
535         
'
536         Me.Label6.AutoSize = True
537         Me.Label6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
538         Me.Label6.Location = New System.Drawing.Point(
23, 54)
539         Me.Label6.Name =
"Label6"
540         Me.Label6.Size = New System.Drawing.Size(
74, 15)
541         Me.Label6.TabIndex =
1
542         Me.Label6.Text =
"Staff Name :"
543         
'
544         
'Panel2
545         
'
546         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
547         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
548         Me.Panel2.Controls.Add(Me.txtContactNo)
549         Me.Panel2.Controls.Add(Me.txtSt_ID)
550         Me.Panel2.Controls.Add(Me.txtBusHolderID)
551         Me.Panel2.Controls.Add(Me.txtFeePaymentID)
552         Me.Panel2.Controls.Add(Me.lblUser)
553         Me.Panel2.Controls.Add(Me.txtBFPId)
554         Me.Panel2.Controls.Add(Me.Label1)
555         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
556         Me.Panel2.Name =
"Panel2"
557         Me.Panel2.Size = New System.Drawing.Size(
618, 62)
558         Me.Panel2.TabIndex =
0
559         
'
560         
'txtContactNo
561         
'
562         Me.txtContactNo.Location = New System.Drawing.Point(
390, 21)
563         Me.txtContactNo.Name =
"txtContactNo"
564         Me.txtContactNo.Size = New System.Drawing.Size(
81, 20)
565         Me.txtContactNo.TabIndex =
331
566         Me.txtContactNo.Visible = False
567         
'
568         
'txtSt_ID
569         
'
570         Me.txtSt_ID.Location = New System.Drawing.Point(
110, 39)
571         Me.txtSt_ID.Name =
"txtSt_ID"
572         Me.txtSt_ID.Size = New System.Drawing.Size(
81, 20)
573         Me.txtSt_ID.TabIndex =
330
574         Me.txtSt_ID.Visible = False
575         
'
576         
'txtBusHolderID
577         
'
578         Me.txtBusHolderID.Location = New System.Drawing.Point(
23, 0)
579         Me.txtBusHolderID.Name =
"txtBusHolderID"
580         Me.txtBusHolderID.Size = New System.Drawing.Size(
81, 20)
581         Me.txtBusHolderID.TabIndex =
328
582         Me.txtBusHolderID.Visible = False
583         
'
584         
'txtFeePaymentID
585         
'
586         Me.txtFeePaymentID.Location = New System.Drawing.Point(
110, 20)
587         Me.txtFeePaymentID.Name =
"txtFeePaymentID"
588         Me.txtFeePaymentID.Size = New System.Drawing.Size(
81, 20)
589         Me.txtFeePaymentID.TabIndex =
45
590         Me.txtFeePaymentID.Visible = False
591         
'
592         
'lblUser
593         
'
594         Me.lblUser.AutoSize = True
595         Me.lblUser.Location = New System.Drawing.Point(
113, 4)
596         Me.lblUser.Name =
"lblUser"
597         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
598         Me.lblUser.TabIndex =
43
599         Me.lblUser.Text =
"Label8"
600         Me.lblUser.Visible = False
601         
'
602         
'txtBFPId
603         
'
604         Me.txtBFPId.Location = New System.Drawing.Point(
23, 20)
605         Me.txtBFPId.Name =
"txtBFPId"
606         Me.txtBFPId.Size = New System.Drawing.Size(
81, 20)
607         Me.txtBFPId.TabIndex =
44
608         Me.txtBFPId.Visible = False
609         
'
610         
'Label1
611         
'
612         Me.Label1.AutoSize = True
613         Me.Label1.BackColor = System.Drawing.Color.Transparent
614         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
615         Me.Label1.ForeColor = System.Drawing.Color.White
616         Me.Label1.Location = New System.Drawing.Point(
199, 20)
617         Me.Label1.Name =
"Label1"
618         Me.Label1.Size = New System.Drawing.Size(
174, 24)
619         Me.Label1.TabIndex =
0
620         Me.Label1.Text =
"Bus Fee Payment"
621         
'
622         
'Panel3
623         
'
624         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
625         Me.Panel3.Controls.Add(Me.btnPrint)
626         Me.Panel3.Controls.Add(Me.btnClose)
627         Me.Panel3.Controls.Add(Me.btnGetData)
628         Me.Panel3.Controls.Add(Me.btnDelete)
629         Me.Panel3.Controls.Add(Me.btnUpdate)
630         Me.Panel3.Controls.Add(Me.btnSave)
631         Me.Panel3.Controls.Add(Me.btnNew)
632         Me.Panel3.Location = New System.Drawing.Point(
516, 82)
633         Me.Panel3.Name =
"Panel3"
634         Me.Panel3.Size = New System.Drawing.Size(
111, 235)
635         Me.Panel3.TabIndex =
41
636         
'
637         
'btnPrint
638         
'
639         Me.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand
640         Me.btnPrint.Enabled = False
641         Me.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Popup
642         Me.btnPrint.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
643         Me.btnPrint.Location = New System.Drawing.Point(
13, 165)
644         Me.btnPrint.Name =
"btnPrint"
645         Me.btnPrint.Size = New System.Drawing.Size(
82, 28)
646         Me.btnPrint.TabIndex =
45
647         Me.btnPrint.Text =
"Print"
648         Me.btnPrint.UseVisualStyleBackColor = True
649         
'
650         
'btnClose
651         
'
652         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
653         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
654         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
655         Me.btnClose.Location = New System.Drawing.Point(
13, 197)
656         Me.btnClose.Name =
"btnClose"
657         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
658         Me.btnClose.TabIndex =
4
659         Me.btnClose.Text =
"Close"
660         Me.btnClose.UseVisualStyleBackColor = True
661         
'
662         
'btnGetData
663         
'
664         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
665         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
666         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
667         Me.btnGetData.Location = New System.Drawing.Point(
13, 133)
668         Me.btnGetData.Name =
"btnGetData"
669         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
670         Me.btnGetData.TabIndex =
5
671         Me.btnGetData.Text =
"Get Data"
672         Me.btnGetData.UseVisualStyleBackColor = True
673         
'
674         
'btnDelete
675         
'
676         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
677         Me.btnDelete.Enabled = False
678         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
679         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
680         Me.btnDelete.Location = New System.Drawing.Point(
13, 101)
681         Me.btnDelete.Name =
"btnDelete"
682         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
683         Me.btnDelete.TabIndex =
3
684         Me.btnDelete.Text =
"Delete"
685         Me.btnDelete.UseVisualStyleBackColor = True
686         
'
687         
'btnUpdate
688         
'
689         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
690         Me.btnUpdate.Enabled = False
691         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
692         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
693         Me.btnUpdate.Location = New System.Drawing.Point(
13, 69)
694         Me.btnUpdate.Name =
"btnUpdate"
695         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
696         Me.btnUpdate.TabIndex =
2
697         Me.btnUpdate.Text =
"Update"
698         Me.btnUpdate.UseVisualStyleBackColor = True
699         
'
700         
'btnSave
701         
'
702         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
703         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
704         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
705         Me.btnSave.Location = New System.Drawing.Point(
13, 38)
706         Me.btnSave.Name =
"btnSave"
707         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
708         Me.btnSave.TabIndex =
1
709         Me.btnSave.Text =
"Save + Print"
710         Me.btnSave.UseVisualStyleBackColor = True
711         
'
712         
'btnNew
713         
'
714         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
715         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
716         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
717         Me.btnNew.Location = New System.Drawing.Point(
13, 7)
718         Me.btnNew.Name =
"btnNew"
719         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
720         Me.btnNew.TabIndex =
0
721         Me.btnNew.Text =
"New"
722         Me.btnNew.UseVisualStyleBackColor = True
723         
'
724         
'Timer1
725         
'
726         
'
727         
'lblUserType
728         
'
729         Me.lblUserType.AutoSize = True
730         Me.lblUserType.Location = New System.Drawing.Point(
298, 323)
731         Me.lblUserType.Name =
"lblUserType"
732         Me.lblUserType.Size = New System.Drawing.Size(
53, 13)
733         Me.lblUserType.TabIndex =
46
734         Me.lblUserType.Text =
"UserType"
735         Me.lblUserType.Visible = False
736         
'
737         
'frmBusFeePayment_Staff
738         
'
739         Me.AcceptButton = Me.btnSave
740         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
741         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
742         Me.BackColor = System.Drawing.Color.DarkSlateGray
743         Me.ClientSize = New System.Drawing.Size(
649, 658)
744         Me.Controls.Add(Me.lblUserType)
745         Me.Controls.Add(Me.Panel1)
746         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
747         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
748         Me.MaximizeBox = False
749         Me.MinimizeBox = False
750         Me.Name =
"frmBusFeePayment_Staff"
751         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
752         Me.Panel1.ResumeLayout(False)
753         Me.GroupBox3.ResumeLayout(False)
754         Me.GroupBox3.PerformLayout()
755         Me.GroupBox2.ResumeLayout(False)
756         Me.GroupBox2.PerformLayout()
757         Me.groupBox1.ResumeLayout(False)
758         Me.groupBox1.PerformLayout()
759         Me.Panel2.ResumeLayout(False)
760         Me.Panel2.PerformLayout()
761         Me.Panel3.ResumeLayout(False)
762         Me.ResumeLayout(False)
763         Me.PerformLayout()
764
765     End Sub
766     Friend WithEvents Panel1 As System.Windows.Forms.Panel
767     Friend WithEvents Panel2 As System.Windows.Forms.Panel
768     Friend WithEvents Label1 As System.Windows.Forms.Label
769     Friend WithEvents Panel3 As System.Windows.Forms.Panel
770     Friend WithEvents btnDelete As System.Windows.Forms.Button
771     Friend WithEvents btnClose As System.Windows.Forms.Button
772     Friend WithEvents btnUpdate As System.Windows.Forms.Button
773     Friend WithEvents btnSave As System.Windows.Forms.Button
774     Friend WithEvents btnNew As System.Windows.Forms.Button
775     Friend WithEvents txtBFPId As System.Windows.Forms.TextBox
776     Friend WithEvents lblUser As System.Windows.Forms.Label
777     Friend WithEvents txtFeePaymentID As System.Windows.Forms.TextBox
778     Friend WithEvents btnGetData As System.Windows.Forms.Button
779     Public WithEvents groupBox1 As System.Windows.Forms.GroupBox
780     Public WithEvents txtDesignation As System.Windows.Forms.TextBox
781     Friend WithEvents Button2 As System.Windows.Forms.Button
782     Private WithEvents Label5 As System.Windows.Forms.Label
783     Public WithEvents txtLocation As System.Windows.Forms.TextBox
784     Private WithEvents Label8 As System.Windows.Forms.Label
785     Friend WithEvents txtStaffID As System.Windows.Forms.TextBox
786     Friend WithEvents txtStaffName As System.Windows.Forms.TextBox
787     Private WithEvents Label3 As System.Windows.Forms.Label
788     Private WithEvents Label6 As System.Windows.Forms.Label
789     Public WithEvents GroupBox2 As System.Windows.Forms.GroupBox
790     Friend WithEvents btnGetFeeList As System.Windows.Forms.Button
791     Friend WithEvents cmbInstallment As System.Windows.Forms.ComboBox
792     Private WithEvents Label15 As System.Windows.Forms.Label
793     Public WithEvents GroupBox3 As System.Windows.Forms.GroupBox
794     Public WithEvents txtBalance As System.Windows.Forms.TextBox
795     Private WithEvents Label21 As System.Windows.Forms.Label
796     Public WithEvents txtTotalPaid As System.Windows.Forms.TextBox
797     Private WithEvents Label20 As System.Windows.Forms.Label
798     Public WithEvents txtPaymentModeDetails As System.Windows.Forms.TextBox
799     Private WithEvents Label19 As System.Windows.Forms.Label
800     Friend WithEvents cmbPaymentMode As System.Windows.Forms.ComboBox
801     Private WithEvents Label18 As System.Windows.Forms.Label
802     Friend WithEvents dtpPaymentDate As System.Windows.Forms.DateTimePicker
803     Private WithEvents Label17 As System.Windows.Forms.Label
804     Public WithEvents txtFine As System.Windows.Forms.TextBox
805     Private WithEvents Label16 As System.Windows.Forms.Label
806     Public WithEvents txtPreviousDue As System.Windows.Forms.TextBox
807     Public WithEvents txtDiscount As System.Windows.Forms.TextBox
808     Private WithEvents Label14 As System.Windows.Forms.Label
809     Public WithEvents txtDiscountPer As System.Windows.Forms.TextBox
810     Public WithEvents txtGrandTotal As System.Windows.Forms.TextBox
811     Private WithEvents Label11 As System.Windows.Forms.Label
812     Private WithEvents Label12 As System.Windows.Forms.Label
813     Private WithEvents Label13 As System.Windows.Forms.Label
814     Friend WithEvents btnPrint As System.Windows.Forms.Button
815     Private WithEvents Label9 As System.Windows.Forms.Label
816     Public WithEvents txtBusFee As System.Windows.Forms.TextBox
817     Friend WithEvents txtBusHolderID As System.Windows.Forms.TextBox
818     Friend WithEvents Timer1 As System.Windows.Forms.Timer
819     Private WithEvents Label2 As System.Windows.Forms.Label
820     Friend WithEvents cmbSession As System.Windows.Forms.ComboBox
821     Friend WithEvents txtSt_ID As System.Windows.Forms.TextBox
822     Friend WithEvents lblUserType As System.Windows.Forms.Label
823     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
824
825 End Class


Gõ tìm kiếm nhanh...