1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmBookIssue
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(frmBookIssue))
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.TabControl1 = New System.Windows.Forms.TabControl()
29         Me.TabPage1 = New System.Windows.Forms.TabPage()
30         Me.Panel3 = New System.Windows.Forms.Panel()
31         Me.btnGetData = New System.Windows.Forms.Button()
32         Me.btnDelete = New System.Windows.Forms.Button()
33         Me.btnClose = New System.Windows.Forms.Button()
34         Me.btnUpdate = New System.Windows.Forms.Button()
35         Me.btnSave = New System.Windows.Forms.Button()
36         Me.btnNew = New System.Windows.Forms.Button()
37         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
38         Me.Label10 = New System.Windows.Forms.Label()
39         Me.txtRemarks = New System.Windows.Forms.RichTextBox()
40         Me.Label12 = New System.Windows.Forms.Label()
41         Me.dtpDueDate = New System.Windows.Forms.DateTimePicker()
42         Me.dtpIssueDate = New System.Windows.Forms.DateTimePicker()
43         Me.Label11 = New System.Windows.Forms.Label()
44         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
45         Me.Button2 = New System.Windows.Forms.Button()
46         Me.txtJointAuthor = New System.Windows.Forms.TextBox()
47         Me.txtAuthor = New System.Windows.Forms.TextBox()
48         Me.txtBookTitle = New System.Windows.Forms.TextBox()
49         Me.txtAccessionNo = New System.Windows.Forms.TextBox()
50         Me.Label7 = New System.Windows.Forms.Label()
51         Me.Label8 = New System.Windows.Forms.Label()
52         Me.Label9 = New System.Windows.Forms.Label()
53         Me.Label23 = New System.Windows.Forms.Label()
54         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
55         Me.Button1 = New System.Windows.Forms.Button()
56         Me.txtStudentName = New System.Windows.Forms.TextBox()
57         Me.txtClass = New System.Windows.Forms.TextBox()
58         Me.Label17 = New System.Windows.Forms.Label()
59         Me.Label5 = New System.Windows.Forms.Label()
60         Me.Label6 = New System.Windows.Forms.Label()
61         Me.txtAdmissionNo = New System.Windows.Forms.TextBox()
62         Me.TabPage2 = New System.Windows.Forms.TabPage()
63         Me.GroupBox7 = New System.Windows.Forms.GroupBox()
64         Me.btnIssue_Reservation = New System.Windows.Forms.Button()
65         Me.Panel4 = New System.Windows.Forms.Panel()
66         Me.btnGetData1 = New System.Windows.Forms.Button()
67         Me.btnDelete1 = New System.Windows.Forms.Button()
68         Me.btnClose1 = New System.Windows.Forms.Button()
69         Me.btnUpdate1 = New System.Windows.Forms.Button()
70         Me.btnSave1 = New System.Windows.Forms.Button()
71         Me.btnNew1 = New System.Windows.Forms.Button()
72         Me.GroupBox6 = New System.Windows.Forms.GroupBox()
73         Me.Label15 = New System.Windows.Forms.Label()
74         Me.txtRemarks1 = New System.Windows.Forms.RichTextBox()
75         Me.Label18 = New System.Windows.Forms.Label()
76         Me.dtpDueDate1 = New System.Windows.Forms.DateTimePicker()
77         Me.dtpIssueDate1 = New System.Windows.Forms.DateTimePicker()
78         Me.Label19 = New System.Windows.Forms.Label()
79         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
80         Me.Button3 = New System.Windows.Forms.Button()
81         Me.txtStaffID = New System.Windows.Forms.TextBox()
82         Me.Label3 = New System.Windows.Forms.Label()
83         Me.txtStaffName = New System.Windows.Forms.TextBox()
84         Me.Label16 = New System.Windows.Forms.Label()
85         Me.GroupBox5 = New System.Windows.Forms.GroupBox()
86         Me.Button5 = New System.Windows.Forms.Button()
87         Me.Button4 = New System.Windows.Forms.Button()
88         Me.txtJointAuthors1 = New System.Windows.Forms.TextBox()
89         Me.txtAuthor1 = New System.Windows.Forms.TextBox()
90         Me.txtBookTitle1 = New System.Windows.Forms.TextBox()
91         Me.txtAccessionNo1 = New System.Windows.Forms.TextBox()
92         Me.Label2 = New System.Windows.Forms.Label()
93         Me.Label4 = New System.Windows.Forms.Label()
94         Me.Label13 = New System.Windows.Forms.Label()
95         Me.Label14 = New System.Windows.Forms.Label()
96         Me.Panel2 = New System.Windows.Forms.Panel()
97         Me.txtReservationID = New System.Windows.Forms.TextBox()
98         Me.Label1 = New System.Windows.Forms.Label()
99         Me.lblUser = New System.Windows.Forms.Label()
100         Me.txtMaxBooksAllowedStaff = New System.Windows.Forms.TextBox()
101         Me.txtID = New System.Windows.Forms.TextBox()
102         Me.txtID1 = New System.Windows.Forms.TextBox()
103         Me.txtBookType = New System.Windows.Forms.TextBox()
104         Me.txtMaxDay_Student = New System.Windows.Forms.TextBox()
105         Me.txtMaxDay_Staff = New System.Windows.Forms.TextBox()
106         Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
107         Me.Panel1.SuspendLayout()
108         Me.TabControl1.SuspendLayout()
109         Me.TabPage1.SuspendLayout()
110         Me.Panel3.SuspendLayout()
111         Me.GroupBox3.SuspendLayout()
112         Me.GroupBox2.SuspendLayout()
113         Me.GroupBox1.SuspendLayout()
114         Me.TabPage2.SuspendLayout()
115         Me.GroupBox7.SuspendLayout()
116         Me.Panel4.SuspendLayout()
117         Me.GroupBox6.SuspendLayout()
118         Me.GroupBox4.SuspendLayout()
119         Me.GroupBox5.SuspendLayout()
120         Me.Panel2.SuspendLayout()
121         Me.SuspendLayout()
122         
'
123         
'Panel1
124         
'
125         Me.Panel1.BackColor = System.Drawing.Color.White
126         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
127         Me.Panel1.Controls.Add(Me.TabControl1)
128         Me.Panel1.Controls.Add(Me.Panel2)
129         Me.Panel1.Location = New System.Drawing.Point(
8, 7)
130         Me.Panel1.Name =
"Panel1"
131         Me.Panel1.Size = New System.Drawing.Size(
574, 584)
132         Me.Panel1.TabIndex =
2
133         
'
134         
'TabControl1
135         
'
136         Me.TabControl1.Controls.Add(Me.TabPage1)
137         Me.TabControl1.Controls.Add(Me.TabPage2)
138         Me.TabControl1.Location = New System.Drawing.Point(
12, 75)
139         Me.TabControl1.Name =
"TabControl1"
140         Me.TabControl1.SelectedIndex =
0
141         Me.TabControl1.Size = New System.Drawing.Size(
550, 502)
142         Me.TabControl1.TabIndex =
1
143         
'
144         
'TabPage1
145         
'
146         Me.TabPage1.Controls.Add(Me.Panel3)
147         Me.TabPage1.Controls.Add(Me.GroupBox3)
148         Me.TabPage1.Controls.Add(Me.GroupBox2)
149         Me.TabPage1.Controls.Add(Me.GroupBox1)
150         Me.TabPage1.Location = New System.Drawing.Point(
4, 22)
151         Me.TabPage1.Name =
"TabPage1"
152         Me.TabPage1.Padding = New System.Windows.Forms.Padding(
3)
153         Me.TabPage1.Size = New System.Drawing.Size(
542, 476)
154         Me.TabPage1.TabIndex =
0
155         Me.TabPage1.Text =
"Student"
156         Me.TabPage1.UseVisualStyleBackColor = True
157         
'
158         
'Panel3
159         
'
160         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
161         Me.Panel3.Controls.Add(Me.btnGetData)
162         Me.Panel3.Controls.Add(Me.btnDelete)
163         Me.Panel3.Controls.Add(Me.btnClose)
164         Me.Panel3.Controls.Add(Me.btnUpdate)
165         Me.Panel3.Controls.Add(Me.btnSave)
166         Me.Panel3.Controls.Add(Me.btnNew)
167         Me.Panel3.Location = New System.Drawing.Point(
416, 15)
168         Me.Panel3.Name =
"Panel3"
169         Me.Panel3.Size = New System.Drawing.Size(
111, 208)
170         Me.Panel3.TabIndex =
3
171         
'
172         
'btnGetData
173         
'
174         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
175         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
176         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
177         Me.btnGetData.Location = New System.Drawing.Point(
13, 134)
178         Me.btnGetData.Name =
"btnGetData"
179         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
180         Me.btnGetData.TabIndex =
5
181         Me.btnGetData.Text =
"Get Data"
182         Me.btnGetData.UseVisualStyleBackColor = True
183         
'
184         
'btnDelete
185         
'
186         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
187         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
188         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
189         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
190         Me.btnDelete.Name =
"btnDelete"
191         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
192         Me.btnDelete.TabIndex =
3
193         Me.btnDelete.Text =
"Delete"
194         Me.btnDelete.UseVisualStyleBackColor = True
195         
'
196         
'btnClose
197         
'
198         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
199         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
200         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
201         Me.btnClose.Location = New System.Drawing.Point(
13, 165)
202         Me.btnClose.Name =
"btnClose"
203         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
204         Me.btnClose.TabIndex =
4
205         Me.btnClose.Text =
"Close"
206         Me.btnClose.UseVisualStyleBackColor = True
207         
'
208         
'btnUpdate
209         
'
210         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
211         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
212         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
213         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
214         Me.btnUpdate.Name =
"btnUpdate"
215         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
216         Me.btnUpdate.TabIndex =
2
217         Me.btnUpdate.Text =
"Update"
218         Me.btnUpdate.UseVisualStyleBackColor = True
219         
'
220         
'btnSave
221         
'
222         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
223         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
224         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
225         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
226         Me.btnSave.Name =
"btnSave"
227         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
228         Me.btnSave.TabIndex =
1
229         Me.btnSave.Text =
"Issue"
230         Me.btnSave.UseVisualStyleBackColor = True
231         
'
232         
'btnNew
233         
'
234         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
235         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
236         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
237         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
238         Me.btnNew.Name =
"btnNew"
239         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
240         Me.btnNew.TabIndex =
0
241         Me.btnNew.Text =
"New"
242         Me.btnNew.UseVisualStyleBackColor = True
243         
'
244         
'GroupBox3
245         
'
246         Me.GroupBox3.BackColor = System.Drawing.Color.Transparent
247         Me.GroupBox3.Controls.Add(Me.Label10)
248         Me.GroupBox3.Controls.Add(Me.txtRemarks)
249         Me.GroupBox3.Controls.Add(Me.Label12)
250         Me.GroupBox3.Controls.Add(Me.dtpDueDate)
251         Me.GroupBox3.Controls.Add(Me.dtpIssueDate)
252         Me.GroupBox3.Controls.Add(Me.Label11)
253         Me.GroupBox3.ForeColor = System.Drawing.Color.Black
254         Me.GroupBox3.Location = New System.Drawing.Point(
10, 271)
255         Me.GroupBox3.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
256         Me.GroupBox3.Name =
"GroupBox3"
257         Me.GroupBox3.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
258         Me.GroupBox3.Size = New System.Drawing.Size(
399, 191)
259         Me.GroupBox3.TabIndex =
2
260         Me.GroupBox3.TabStop = False
261         Me.GroupBox3.Text =
"Issue Info"
262         
'
263         
'Label10
264         
'
265         Me.Label10.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
266             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
267         Me.Label10.AutoSize = True
268         Me.Label10.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
269         Me.Label10.ForeColor = System.Drawing.Color.Black
270         Me.Label10.Location = New System.Drawing.Point(
29, 82)
271         Me.Label10.Name =
"Label10"
272         Me.Label10.Size = New System.Drawing.Size(
55, 13)
273         Me.Label10.TabIndex =
322
274         Me.Label10.Text =
"Remarks :"
275         
'
276         
'txtRemarks
277         
'
278         Me.txtRemarks.Location = New System.Drawing.Point(
133, 82)
279         Me.txtRemarks.Name =
"txtRemarks"
280         Me.txtRemarks.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical
281         Me.txtRemarks.Size = New System.Drawing.Size(
253, 102)
282         Me.txtRemarks.TabIndex =
2
283         Me.txtRemarks.Text =
""
284         
'
285         
'Label12
286         
'
287         Me.Label12.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
288             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
289         Me.Label12.AutoSize = True
290         Me.Label12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
291         Me.Label12.ForeColor = System.Drawing.Color.Black
292         Me.Label12.Location = New System.Drawing.Point(
30, 55)
293         Me.Label12.Name =
"Label12"
294         Me.Label12.Size = New System.Drawing.Size(
59, 13)
295         Me.Label12.TabIndex =
322
296         Me.Label12.Text =
"Due Date :"
297         
'
298         
'dtpDueDate
299         
'
300         Me.dtpDueDate.CustomFormat =
"dd/MM/yyyy"
301         Me.dtpDueDate.Enabled = False
302         Me.dtpDueDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
303         Me.dtpDueDate.Location = New System.Drawing.Point(
132, 55)
304         Me.dtpDueDate.Name =
"dtpDueDate"
305         Me.dtpDueDate.Size = New System.Drawing.Size(
136, 20)
306         Me.dtpDueDate.TabIndex =
1
307         
'
308         
'dtpIssueDate
309         
'
310         Me.dtpIssueDate.CustomFormat =
"dd/MM/yyyy"
311         Me.dtpIssueDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
312         Me.dtpIssueDate.Location = New System.Drawing.Point(
132, 29)
313         Me.dtpIssueDate.Name =
"dtpIssueDate"
314         Me.dtpIssueDate.Size = New System.Drawing.Size(
136, 20)
315         Me.dtpIssueDate.TabIndex =
0
316         
'
317         
'Label11
318         
'
319         Me.Label11.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
320             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
321         Me.Label11.AutoSize = True
322         Me.Label11.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
323         Me.Label11.ForeColor = System.Drawing.Color.Black
324         Me.Label11.Location = New System.Drawing.Point(
30, 29)
325         Me.Label11.Name =
"Label11"
326         Me.Label11.Size = New System.Drawing.Size(
64, 13)
327         Me.Label11.TabIndex =
319
328         Me.Label11.Text =
"Issue Date :"
329         
'
330         
'GroupBox2
331         
'
332         Me.GroupBox2.BackColor = System.Drawing.Color.Transparent
333         Me.GroupBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
334         Me.GroupBox2.Controls.Add(Me.Button2)
335         Me.GroupBox2.Controls.Add(Me.txtJointAuthor)
336         Me.GroupBox2.Controls.Add(Me.txtAuthor)
337         Me.GroupBox2.Controls.Add(Me.txtBookTitle)
338         Me.GroupBox2.Controls.Add(Me.txtAccessionNo)
339         Me.GroupBox2.Controls.Add(Me.Label7)
340         Me.GroupBox2.Controls.Add(Me.Label8)
341         Me.GroupBox2.Controls.Add(Me.Label9)
342         Me.GroupBox2.Controls.Add(Me.Label23)
343         Me.GroupBox2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
344         Me.GroupBox2.Location = New System.Drawing.Point(
10, 8)
345         Me.GroupBox2.Name =
"GroupBox2"
346         Me.GroupBox2.Size = New System.Drawing.Size(
399, 127)
347         Me.GroupBox2.TabIndex =
0
348         Me.GroupBox2.TabStop = False
349         Me.GroupBox2.Text =
"Book Info"
350         
'
351         
'Button2
352         
'
353         Me.Button2.ForeColor = System.Drawing.Color.Black
354         Me.Button2.Location = New System.Drawing.Point(
234, 23)
355         Me.Button2.Name =
"Button2"
356         Me.Button2.Size = New System.Drawing.Size(
35, 21)
357         Me.Button2.TabIndex =
4
358         Me.Button2.Text =
"..."
359         Me.Button2.UseVisualStyleBackColor = True
360         
'
361         
'txtJointAuthor
362         
'
363         Me.txtJointAuthor.Location = New System.Drawing.Point(
133, 97)
364         Me.txtJointAuthor.Name =
"txtJointAuthor"
365         Me.txtJointAuthor.ReadOnly = True
366         Me.txtJointAuthor.Size = New System.Drawing.Size(
253, 21)
367         Me.txtJointAuthor.TabIndex =
3
368         
'
369         
'txtAuthor
370         
'
371         Me.txtAuthor.Location = New System.Drawing.Point(
133, 73)
372         Me.txtAuthor.Name =
"txtAuthor"
373         Me.txtAuthor.ReadOnly = True
374         Me.txtAuthor.Size = New System.Drawing.Size(
253, 21)
375         Me.txtAuthor.TabIndex =
2
376         
'
377         
'txtBookTitle
378         
'
379         Me.txtBookTitle.Location = New System.Drawing.Point(
133, 47)
380         Me.txtBookTitle.Name =
"txtBookTitle"
381         Me.txtBookTitle.ReadOnly = True
382         Me.txtBookTitle.Size = New System.Drawing.Size(
253, 21)
383         Me.txtBookTitle.TabIndex =
1
384         
'
385         
'txtAccessionNo
386         
'
387         Me.txtAccessionNo.Location = New System.Drawing.Point(
133, 23)
388         Me.txtAccessionNo.Name =
"txtAccessionNo"
389         Me.txtAccessionNo.ReadOnly = True
390         Me.txtAccessionNo.Size = New System.Drawing.Size(
95, 21)
391         Me.txtAccessionNo.TabIndex =
0
392         
'
393         
'Label7
394         
'
395         Me.Label7.AutoSize = True
396         Me.Label7.BackColor = System.Drawing.Color.Transparent
397         Me.Label7.Location = New System.Drawing.Point(
30, 97)
398         Me.Label7.Name =
"Label7"
399         Me.Label7.Size = New System.Drawing.Size(
83, 15)
400         Me.Label7.TabIndex =
4
401         Me.Label7.Text =
"Joint Authors :"
402         
'
403         
'Label8
404         
'
405         Me.Label8.AutoSize = True
406         Me.Label8.BackColor = System.Drawing.Color.Transparent
407         Me.Label8.Location = New System.Drawing.Point(
30, 73)
408         Me.Label8.Name =
"Label8"
409         Me.Label8.Size = New System.Drawing.Size(
62, 15)
410         Me.Label8.TabIndex =
3
411         Me.Label8.Text =
"Author(s) :"
412         
'
413         
'Label9
414         
'
415         Me.Label9.AutoSize = True
416         Me.Label9.BackColor = System.Drawing.Color.Transparent
417         Me.Label9.Location = New System.Drawing.Point(
30, 47)
418         Me.Label9.Name =
"Label9"
419         Me.Label9.Size = New System.Drawing.Size(
67, 15)
420         Me.Label9.TabIndex =
1
421         Me.Label9.Text =
"Book Title :"
422         
'
423         
'Label23
424         
'
425         Me.Label23.AutoSize = True
426         Me.Label23.BackColor = System.Drawing.Color.Transparent
427         Me.Label23.Location = New System.Drawing.Point(
30, 23)
428         Me.Label23.Name =
"Label23"
429         Me.Label23.Size = New System.Drawing.Size(
90, 15)
430         Me.Label23.TabIndex =
0
431         Me.Label23.Text =
"Accession No. :"
432         
'
433         
'GroupBox1
434         
'
435         Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
436         Me.GroupBox1.Controls.Add(Me.Button1)
437         Me.GroupBox1.Controls.Add(Me.txtStudentName)
438         Me.GroupBox1.Controls.Add(Me.txtClass)
439         Me.GroupBox1.Controls.Add(Me.Label17)
440         Me.GroupBox1.Controls.Add(Me.Label5)
441         Me.GroupBox1.Controls.Add(Me.Label6)
442         Me.GroupBox1.Controls.Add(Me.txtAdmissionNo)
443         Me.GroupBox1.ForeColor = System.Drawing.Color.Black
444         Me.GroupBox1.Location = New System.Drawing.Point(
10, 142)
445         Me.GroupBox1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
446         Me.GroupBox1.Name =
"GroupBox1"
447         Me.GroupBox1.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
448         Me.GroupBox1.Size = New System.Drawing.Size(
399, 121)
449         Me.GroupBox1.TabIndex =
1
450         Me.GroupBox1.TabStop = False
451         Me.GroupBox1.Text =
"Student Info"
452         
'
453         
'Button1
454         
'
455         Me.Button1.ForeColor = System.Drawing.Color.Black
456         Me.Button1.Location = New System.Drawing.Point(
234, 29)
457         Me.Button1.Name =
"Button1"
458         Me.Button1.Size = New System.Drawing.Size(
35, 21)
459         Me.Button1.TabIndex =
3
460         Me.Button1.Text =
"..."
461         Me.Button1.UseVisualStyleBackColor = True
462         
'
463         
'txtStudentName
464         
'
465         Me.txtStudentName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
466         Me.txtStudentName.Location = New System.Drawing.Point(
132, 56)
467         Me.txtStudentName.Name =
"txtStudentName"
468         Me.txtStudentName.ReadOnly = True
469         Me.txtStudentName.Size = New System.Drawing.Size(
254, 21)
470         Me.txtStudentName.TabIndex =
1
471         
'
472         
'txtClass
473         
'
474         Me.txtClass.Location = New System.Drawing.Point(
132, 83)
475         Me.txtClass.Name =
"txtClass"
476         Me.txtClass.ReadOnly = True
477         Me.txtClass.Size = New System.Drawing.Size(
136, 20)
478         Me.txtClass.TabIndex =
2
479         
'
480         
'Label17
481         
'
482         Me.Label17.AutoSize = True
483         Me.Label17.Location = New System.Drawing.Point(
29, 83)
484         Me.Label17.Name =
"Label17"
485         Me.Label17.Size = New System.Drawing.Size(
38, 13)
486         Me.Label17.TabIndex =
17
487         Me.Label17.Text =
"Class :"
488         
'
489         
'Label5
490         
'
491         Me.Label5.AutoSize = True
492         Me.Label5.Location = New System.Drawing.Point(
29, 56)
493         Me.Label5.Name =
"Label5"
494         Me.Label5.Size = New System.Drawing.Size(
81, 13)
495         Me.Label5.TabIndex =
3
496         Me.Label5.Text =
"Student Name :"
497         
'
498         
'Label6
499         
'
500         Me.Label6.AutoSize = True
501         Me.Label6.Location = New System.Drawing.Point(
29, 29)
502         Me.Label6.Name =
"Label6"
503         Me.Label6.Size = New System.Drawing.Size(
80, 13)
504         Me.Label6.TabIndex =
2
505         Me.Label6.Text =
"Admission No. :"
506         
'
507         
'txtAdmissionNo
508         
'
509         Me.txtAdmissionNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
510         Me.txtAdmissionNo.Location = New System.Drawing.Point(
132, 29)
511         Me.txtAdmissionNo.Name =
"txtAdmissionNo"
512         Me.txtAdmissionNo.ReadOnly = True
513         Me.txtAdmissionNo.Size = New System.Drawing.Size(
96, 21)
514         Me.txtAdmissionNo.TabIndex =
0
515         
'
516         
'TabPage2
517         
'
518         Me.TabPage2.Controls.Add(Me.GroupBox7)
519         Me.TabPage2.Controls.Add(Me.Panel4)
520         Me.TabPage2.Controls.Add(Me.GroupBox6)
521         Me.TabPage2.Controls.Add(Me.GroupBox4)
522         Me.TabPage2.Controls.Add(Me.GroupBox5)
523         Me.TabPage2.Location = New System.Drawing.Point(
4, 22)
524         Me.TabPage2.Name =
"TabPage2"
525         Me.TabPage2.Padding = New System.Windows.Forms.Padding(
3)
526         Me.TabPage2.Size = New System.Drawing.Size(
542, 476)
527         Me.TabPage2.TabIndex =
1
528         Me.TabPage2.Text =
"Staff"
529         Me.TabPage2.UseVisualStyleBackColor = True
530         
'
531         
'GroupBox7
532         
'
533         Me.GroupBox7.Controls.Add(Me.btnIssue_Reservation)
534         Me.GroupBox7.Location = New System.Drawing.Point(
418, 236)
535         Me.GroupBox7.Name =
"GroupBox7"
536         Me.GroupBox7.Size = New System.Drawing.Size(
110, 68)
537         Me.GroupBox7.TabIndex =
12
538         Me.GroupBox7.TabStop = False
539         Me.GroupBox7.Text =
"Book Reservation"
540         
'
541         
'btnIssue_Reservation
542         
'
543         Me.btnIssue_Reservation.Cursor = System.Windows.Forms.Cursors.Hand
544         Me.btnIssue_Reservation.Enabled = False
545         Me.btnIssue_Reservation.FlatStyle = System.Windows.Forms.FlatStyle.Popup
546         Me.btnIssue_Reservation.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
547         Me.btnIssue_Reservation.Location = New System.Drawing.Point(
14, 29)
548         Me.btnIssue_Reservation.Name =
"btnIssue_Reservation"
549         Me.btnIssue_Reservation.Size = New System.Drawing.Size(
82, 28)
550         Me.btnIssue_Reservation.TabIndex =
0
551         Me.btnIssue_Reservation.Text =
"Issue"
552         Me.btnIssue_Reservation.UseVisualStyleBackColor = True
553         
'
554         
'Panel4
555         
'
556         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
557         Me.Panel4.Controls.Add(Me.btnGetData1)
558         Me.Panel4.Controls.Add(Me.btnDelete1)
559         Me.Panel4.Controls.Add(Me.btnClose1)
560         Me.Panel4.Controls.Add(Me.btnUpdate1)
561         Me.Panel4.Controls.Add(Me.btnSave1)
562         Me.Panel4.Controls.Add(Me.btnNew1)
563         Me.Panel4.Location = New System.Drawing.Point(
417, 14)
564         Me.Panel4.Name =
"Panel4"
565         Me.Panel4.Size = New System.Drawing.Size(
111, 208)
566         Me.Panel4.TabIndex =
10
567         
'
568         
'btnGetData1
569         
'
570         Me.btnGetData1.Cursor = System.Windows.Forms.Cursors.Hand
571         Me.btnGetData1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
572         Me.btnGetData1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
573         Me.btnGetData1.Location = New System.Drawing.Point(
13, 134)
574         Me.btnGetData1.Name =
"btnGetData1"
575         Me.btnGetData1.Size = New System.Drawing.Size(
82, 28)
576         Me.btnGetData1.TabIndex =
5
577         Me.btnGetData1.Text =
"Get Data"
578         Me.btnGetData1.UseVisualStyleBackColor = True
579         
'
580         
'btnDelete1
581         
'
582         Me.btnDelete1.Cursor = System.Windows.Forms.Cursors.Hand
583         Me.btnDelete1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
584         Me.btnDelete1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
585         Me.btnDelete1.Location = New System.Drawing.Point(
13, 103)
586         Me.btnDelete1.Name =
"btnDelete1"
587         Me.btnDelete1.Size = New System.Drawing.Size(
82, 28)
588         Me.btnDelete1.TabIndex =
3
589         Me.btnDelete1.Text =
"Delete"
590         Me.btnDelete1.UseVisualStyleBackColor = True
591         
'
592         
'btnClose1
593         
'
594         Me.btnClose1.Cursor = System.Windows.Forms.Cursors.Hand
595         Me.btnClose1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
596         Me.btnClose1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
597         Me.btnClose1.Location = New System.Drawing.Point(
13, 165)
598         Me.btnClose1.Name =
"btnClose1"
599         Me.btnClose1.Size = New System.Drawing.Size(
82, 28)
600         Me.btnClose1.TabIndex =
4
601         Me.btnClose1.Text =
"Close"
602         Me.btnClose1.UseVisualStyleBackColor = True
603         
'
604         
'btnUpdate1
605         
'
606         Me.btnUpdate1.Cursor = System.Windows.Forms.Cursors.Hand
607         Me.btnUpdate1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
608         Me.btnUpdate1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
609         Me.btnUpdate1.Location = New System.Drawing.Point(
13, 72)
610         Me.btnUpdate1.Name =
"btnUpdate1"
611         Me.btnUpdate1.Size = New System.Drawing.Size(
82, 28)
612         Me.btnUpdate1.TabIndex =
2
613         Me.btnUpdate1.Text =
"Update"
614         Me.btnUpdate1.UseVisualStyleBackColor = True
615         
'
616         
'btnSave1
617         
'
618         Me.btnSave1.Cursor = System.Windows.Forms.Cursors.Hand
619         Me.btnSave1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
620         Me.btnSave1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
621         Me.btnSave1.Location = New System.Drawing.Point(
13, 41)
622         Me.btnSave1.Name =
"btnSave1"
623         Me.btnSave1.Size = New System.Drawing.Size(
82, 28)
624         Me.btnSave1.TabIndex =
1
625         Me.btnSave1.Text =
"Issue"
626         Me.btnSave1.UseVisualStyleBackColor = True
627         
'
628         
'btnNew1
629         
'
630         Me.btnNew1.Cursor = System.Windows.Forms.Cursors.Hand
631         Me.btnNew1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
632         Me.btnNew1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
633         Me.btnNew1.Location = New System.Drawing.Point(
13, 10)
634         Me.btnNew1.Name =
"btnNew1"
635         Me.btnNew1.Size = New System.Drawing.Size(
82, 28)
636         Me.btnNew1.TabIndex =
0
637         Me.btnNew1.Text =
"New"
638         Me.btnNew1.UseVisualStyleBackColor = True
639         
'
640         
'GroupBox6
641         
'
642         Me.GroupBox6.BackColor = System.Drawing.Color.Transparent
643         Me.GroupBox6.Controls.Add(Me.Label15)
644         Me.GroupBox6.Controls.Add(Me.txtRemarks1)
645         Me.GroupBox6.Controls.Add(Me.Label18)
646         Me.GroupBox6.Controls.Add(Me.dtpDueDate1)
647         Me.GroupBox6.Controls.Add(Me.dtpIssueDate1)
648         Me.GroupBox6.Controls.Add(Me.Label19)
649         Me.GroupBox6.ForeColor = System.Drawing.Color.Black
650         Me.GroupBox6.Location = New System.Drawing.Point(
6, 236)
651         Me.GroupBox6.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
652         Me.GroupBox6.Name =
"GroupBox6"
653         Me.GroupBox6.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
654         Me.GroupBox6.Size = New System.Drawing.Size(
399, 191)
655         Me.GroupBox6.TabIndex =
9
656         Me.GroupBox6.TabStop = False
657         Me.GroupBox6.Text =
"Issue Info"
658         
'
659         
'Label15
660         
'
661         Me.Label15.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
662             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
663         Me.Label15.AutoSize = True
664         Me.Label15.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
665         Me.Label15.ForeColor = System.Drawing.Color.Black
666         Me.Label15.Location = New System.Drawing.Point(
29, 82)
667         Me.Label15.Name =
"Label15"
668         Me.Label15.Size = New System.Drawing.Size(
55, 13)
669         Me.Label15.TabIndex =
322
670         Me.Label15.Text =
"Remarks :"
671         
'
672         
'txtRemarks1
673         
'
674         Me.txtRemarks1.Location = New System.Drawing.Point(
133, 82)
675         Me.txtRemarks1.Name =
"txtRemarks1"
676         Me.txtRemarks1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical
677         Me.txtRemarks1.Size = New System.Drawing.Size(
253, 102)
678         Me.txtRemarks1.TabIndex =
2
679         Me.txtRemarks1.Text =
""
680         
'
681         
'Label18
682         
'
683         Me.Label18.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
684             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
685         Me.Label18.AutoSize = True
686         Me.Label18.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
687         Me.Label18.ForeColor = System.Drawing.Color.Black
688         Me.Label18.Location = New System.Drawing.Point(
30, 55)
689         Me.Label18.Name =
"Label18"
690         Me.Label18.Size = New System.Drawing.Size(
59, 13)
691         Me.Label18.TabIndex =
322
692         Me.Label18.Text =
"Due Date :"
693         
'
694         
'dtpDueDate1
695         
'
696         Me.dtpDueDate1.CustomFormat =
"dd/MM/yyyy"
697         Me.dtpDueDate1.Enabled = False
698         Me.dtpDueDate1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
699         Me.dtpDueDate1.Location = New System.Drawing.Point(
132, 55)
700         Me.dtpDueDate1.Name =
"dtpDueDate1"
701         Me.dtpDueDate1.Size = New System.Drawing.Size(
136, 20)
702         Me.dtpDueDate1.TabIndex =
1
703         
'
704         
'dtpIssueDate1
705         
'
706         Me.dtpIssueDate1.CustomFormat =
"dd/MM/yyyy"
707         Me.dtpIssueDate1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
708         Me.dtpIssueDate1.Location = New System.Drawing.Point(
132, 29)
709         Me.dtpIssueDate1.Name =
"dtpIssueDate1"
710         Me.dtpIssueDate1.Size = New System.Drawing.Size(
136, 20)
711         Me.dtpIssueDate1.TabIndex =
0
712         
'
713         
'Label19
714         
'
715         Me.Label19.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
716             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
717         Me.Label19.AutoSize = True
718         Me.Label19.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
719         Me.Label19.ForeColor = System.Drawing.Color.Black
720         Me.Label19.Location = New System.Drawing.Point(
30, 29)
721         Me.Label19.Name =
"Label19"
722         Me.Label19.Size = New System.Drawing.Size(
64, 13)
723         Me.Label19.TabIndex =
319
724         Me.Label19.Text =
"Issue Date :"
725         
'
726         
'GroupBox4
727         
'
728         Me.GroupBox4.BackColor = System.Drawing.Color.Transparent
729         Me.GroupBox4.Controls.Add(Me.Button3)
730         Me.GroupBox4.Controls.Add(Me.txtStaffID)
731         Me.GroupBox4.Controls.Add(Me.Label3)
732         Me.GroupBox4.Controls.Add(Me.txtStaffName)
733         Me.GroupBox4.Controls.Add(Me.Label16)
734         Me.GroupBox4.ForeColor = System.Drawing.Color.Black
735         Me.GroupBox4.Location = New System.Drawing.Point(
6, 138)
736         Me.GroupBox4.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
737         Me.GroupBox4.Name =
"GroupBox4"
738         Me.GroupBox4.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
739         Me.GroupBox4.Size = New System.Drawing.Size(
405, 90)
740         Me.GroupBox4.TabIndex =
8
741         Me.GroupBox4.TabStop = False
742         Me.GroupBox4.Text =
"Staff Info"
743         
'
744         
'Button3
745         
'
746         Me.Button3.ForeColor = System.Drawing.Color.Black
747         Me.Button3.Location = New System.Drawing.Point(
234, 29)
748         Me.Button3.Name =
"Button3"
749         Me.Button3.Size = New System.Drawing.Size(
35, 21)
750         Me.Button3.TabIndex =
320
751         Me.Button3.Text =
"..."
752         Me.Button3.UseVisualStyleBackColor = True
753         
'
754         
'txtStaffID
755         
'
756         Me.txtStaffID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
757         Me.txtStaffID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
758         Me.txtStaffID.Location = New System.Drawing.Point(
133, 29)
759         Me.txtStaffID.Name =
"txtStaffID"
760         Me.txtStaffID.ReadOnly = True
761         Me.txtStaffID.Size = New System.Drawing.Size(
95, 20)
762         Me.txtStaffID.TabIndex =
0
763         
'
764         
'Label3
765         
'
766         Me.Label3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
767             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
768         Me.Label3.AutoSize = True
769         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
770         Me.Label3.ForeColor = System.Drawing.Color.Black
771         Me.Label3.Location = New System.Drawing.Point(
30, 29)
772         Me.Label3.Name =
"Label3"
773         Me.Label3.Size = New System.Drawing.Size(
49, 13)
774         Me.Label3.TabIndex =
319
775         Me.Label3.Text =
"Staff ID :"
776         
'
777         
'txtStaffName
778         
'
779         Me.txtStaffName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
780         Me.txtStaffName.Location = New System.Drawing.Point(
133, 54)
781         Me.txtStaffName.Name =
"txtStaffName"
782         Me.txtStaffName.ReadOnly = True
783         Me.txtStaffName.Size = New System.Drawing.Size(
253, 20)
784         Me.txtStaffName.TabIndex =
1
785         
'
786         
'Label16
787         
'
788         Me.Label16.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
789             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
790         Me.Label16.AutoSize = True
791         Me.Label16.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
792         Me.Label16.ForeColor = System.Drawing.Color.Black
793         Me.Label16.Location = New System.Drawing.Point(
30, 57)
794         Me.Label16.Name =
"Label16"
795         Me.Label16.Size = New System.Drawing.Size(
66, 13)
796         Me.Label16.TabIndex =
299
797         Me.Label16.Text =
"Staff Name :"
798         
'
799         
'GroupBox5
800         
'
801         Me.GroupBox5.BackColor = System.Drawing.Color.Transparent
802         Me.GroupBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
803         Me.GroupBox5.Controls.Add(Me.Button5)
804         Me.GroupBox5.Controls.Add(Me.Button4)
805         Me.GroupBox5.Controls.Add(Me.txtJointAuthors1)
806         Me.GroupBox5.Controls.Add(Me.txtAuthor1)
807         Me.GroupBox5.Controls.Add(Me.txtBookTitle1)
808         Me.GroupBox5.Controls.Add(Me.txtAccessionNo1)
809         Me.GroupBox5.Controls.Add(Me.Label2)
810         Me.GroupBox5.Controls.Add(Me.Label4)
811         Me.GroupBox5.Controls.Add(Me.Label13)
812         Me.GroupBox5.Controls.Add(Me.Label14)
813         Me.GroupBox5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
814         Me.GroupBox5.Location = New System.Drawing.Point(
6, 6)
815         Me.GroupBox5.Name =
"GroupBox5"
816         Me.GroupBox5.Size = New System.Drawing.Size(
405, 127)
817         Me.GroupBox5.TabIndex =
7
818         Me.GroupBox5.TabStop = False
819         Me.GroupBox5.Text =
"Book Info"
820         
'
821         
'Button5
822         
'
823         Me.Button5.ForeColor = System.Drawing.Color.Black
824         Me.Button5.Location = New System.Drawing.Point(
275, 23)
825         Me.Button5.Name =
"Button5"
826         Me.Button5.Size = New System.Drawing.Size(
35, 21)
827         Me.Button5.TabIndex =
79
828         Me.Button5.Text =
"..."
829         Me.Button5.UseVisualStyleBackColor = True
830         
'
831         
'Button4
832         
'
833         Me.Button4.ForeColor = System.Drawing.Color.Black
834         Me.Button4.Location = New System.Drawing.Point(
234, 23)
835         Me.Button4.Name =
"Button4"
836         Me.Button4.Size = New System.Drawing.Size(
35, 21)
837         Me.Button4.TabIndex =
78
838         Me.Button4.Text =
"..."
839         Me.Button4.UseVisualStyleBackColor = True
840         
'
841         
'txtJointAuthors1
842         
'
843         Me.txtJointAuthors1.Location = New System.Drawing.Point(
133, 97)
844         Me.txtJointAuthors1.Name =
"txtJointAuthors1"
845         Me.txtJointAuthors1.ReadOnly = True
846         Me.txtJointAuthors1.Size = New System.Drawing.Size(
253, 21)
847         Me.txtJointAuthors1.TabIndex =
4
848         
'
849         
'txtAuthor1
850         
'
851         Me.txtAuthor1.Location = New System.Drawing.Point(
133, 73)
852         Me.txtAuthor1.Name =
"txtAuthor1"
853         Me.txtAuthor1.ReadOnly = True
854         Me.txtAuthor1.Size = New System.Drawing.Size(
253, 21)
855         Me.txtAuthor1.TabIndex =
3
856         
'
857         
'txtBookTitle1
858         
'
859         Me.txtBookTitle1.Location = New System.Drawing.Point(
133, 47)
860         Me.txtBookTitle1.Name =
"txtBookTitle1"
861         Me.txtBookTitle1.ReadOnly = True
862         Me.txtBookTitle1.Size = New System.Drawing.Size(
253, 21)
863         Me.txtBookTitle1.TabIndex =
1
864         
'
865         
'txtAccessionNo1
866         
'
867         Me.txtAccessionNo1.Location = New System.Drawing.Point(
133, 23)
868         Me.txtAccessionNo1.Name =
"txtAccessionNo1"
869         Me.txtAccessionNo1.ReadOnly = True
870         Me.txtAccessionNo1.Size = New System.Drawing.Size(
95, 21)
871         Me.txtAccessionNo1.TabIndex =
0
872         
'
873         
'Label2
874         
'
875         Me.Label2.AutoSize = True
876         Me.Label2.BackColor = System.Drawing.Color.Transparent
877         Me.Label2.Location = New System.Drawing.Point(
30, 97)
878         Me.Label2.Name =
"Label2"
879         Me.Label2.Size = New System.Drawing.Size(
83, 15)
880         Me.Label2.TabIndex =
4
881         Me.Label2.Text =
"Joint Authors :"
882         
'
883         
'Label4
884         
'
885         Me.Label4.AutoSize = True
886         Me.Label4.BackColor = System.Drawing.Color.Transparent
887         Me.Label4.Location = New System.Drawing.Point(
30, 73)
888         Me.Label4.Name =
"Label4"
889         Me.Label4.Size = New System.Drawing.Size(
62, 15)
890         Me.Label4.TabIndex =
3
891         Me.Label4.Text =
"Author(s) :"
892         
'
893         
'Label13
894         
'
895         Me.Label13.AutoSize = True
896         Me.Label13.BackColor = System.Drawing.Color.Transparent
897         Me.Label13.Location = New System.Drawing.Point(
30, 47)
898         Me.Label13.Name =
"Label13"
899         Me.Label13.Size = New System.Drawing.Size(
67, 15)
900         Me.Label13.TabIndex =
1
901         Me.Label13.Text =
"Book Title :"
902         
'
903         
'Label14
904         
'
905         Me.Label14.AutoSize = True
906         Me.Label14.BackColor = System.Drawing.Color.Transparent
907         Me.Label14.Location = New System.Drawing.Point(
30, 23)
908         Me.Label14.Name =
"Label14"
909         Me.Label14.Size = New System.Drawing.Size(
90, 15)
910         Me.Label14.TabIndex =
0
911         Me.Label14.Text =
"Accession No. :"
912         
'
913         
'Panel2
914         
'
915         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
916         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
917         Me.Panel2.Controls.Add(Me.txtReservationID)
918         Me.Panel2.Controls.Add(Me.Label1)
919         Me.Panel2.Controls.Add(Me.lblUser)
920         Me.Panel2.Controls.Add(Me.txtMaxBooksAllowedStaff)
921         Me.Panel2.Controls.Add(Me.txtID)
922         Me.Panel2.Controls.Add(Me.txtID1)
923         Me.Panel2.Controls.Add(Me.txtBookType)
924         Me.Panel2.Controls.Add(Me.txtMaxDay_Student)
925         Me.Panel2.Controls.Add(Me.txtMaxDay_Staff)
926         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
927         Me.Panel2.Name =
"Panel2"
928         Me.Panel2.Size = New System.Drawing.Size(
553, 62)
929         Me.Panel2.TabIndex =
0
930         
'
931         
'txtReservationID
932         
'
933         Me.txtReservationID.Location = New System.Drawing.Point(
220, 39)
934         Me.txtReservationID.Name =
"txtReservationID"
935         Me.txtReservationID.Size = New System.Drawing.Size(
95, 20)
936         Me.txtReservationID.TabIndex =
53
937         Me.txtReservationID.Visible = False
938         
'
939         
'Label1
940         
'
941         Me.Label1.AutoSize = True
942         Me.Label1.BackColor = System.Drawing.Color.Transparent
943         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
944         Me.Label1.ForeColor = System.Drawing.Color.White
945         Me.Label1.Location = New System.Drawing.Point(
203, 17)
946         Me.Label1.Name =
"Label1"
947         Me.Label1.Size = New System.Drawing.Size(
112, 24)
948         Me.Label1.TabIndex =
0
949         Me.Label1.Text =
"Book Issue"
950         
'
951         
'lblUser
952         
'
953         Me.lblUser.AutoSize = True
954         Me.lblUser.Location = New System.Drawing.Point(
47, 15)
955         Me.lblUser.Name =
"lblUser"
956         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
957         Me.lblUser.TabIndex =
43
958         Me.lblUser.Text =
"Label8"
959         Me.lblUser.Visible = False
960         
'
961         
'txtMaxBooksAllowedStaff
962         
'
963         Me.txtMaxBooksAllowedStaff.BackColor = System.Drawing.Color.White
964         Me.txtMaxBooksAllowedStaff.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
965         Me.txtMaxBooksAllowedStaff.Location = New System.Drawing.Point(
98, 34)
966         Me.txtMaxBooksAllowedStaff.Name =
"txtMaxBooksAllowedStaff"
967         Me.txtMaxBooksAllowedStaff.Size = New System.Drawing.Size(
99, 21)
968         Me.txtMaxBooksAllowedStaff.TabIndex =
49
969         Me.txtMaxBooksAllowedStaff.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
970         Me.txtMaxBooksAllowedStaff.Visible = False
971         
'
972         
'txtID
973         
'
974         Me.txtID.Location = New System.Drawing.Point(
321, 15)
975         Me.txtID.Name =
"txtID"
976         Me.txtID.Size = New System.Drawing.Size(
81, 20)
977         Me.txtID.TabIndex =
44
978         Me.txtID.Visible = False
979         
'
980         
'txtID1
981         
'
982         Me.txtID1.Location = New System.Drawing.Point(
408, 15)
983         Me.txtID1.Name =
"txtID1"
984         Me.txtID1.Size = New System.Drawing.Size(
81, 20)
985         Me.txtID1.TabIndex =
45
986         Me.txtID1.Visible = False
987         
'
988         
'txtBookType
989         
'
990         Me.txtBookType.Location = New System.Drawing.Point(
102, 8)
991         Me.txtBookType.Name =
"txtBookType"
992         Me.txtBookType.Size = New System.Drawing.Size(
81, 20)
993         Me.txtBookType.TabIndex =
48
994         Me.txtBookType.Visible = False
995         
'
996         
'txtMaxDay_Student
997         
'
998         Me.txtMaxDay_Student.Location = New System.Drawing.Point(
321, 42)
999         Me.txtMaxDay_Student.Name =
"txtMaxDay_Student"
1000         Me.txtMaxDay_Student.Size = New System.Drawing.Size(
81, 20)
1001         Me.txtMaxDay_Student.TabIndex =
46
1002         Me.txtMaxDay_Student.Visible = False
1003         
'
1004         
'txtMaxDay_Staff
1005         
'
1006         Me.txtMaxDay_Staff.Location = New System.Drawing.Point(
408, 42)
1007         Me.txtMaxDay_Staff.Name =
"txtMaxDay_Staff"
1008         Me.txtMaxDay_Staff.Size = New System.Drawing.Size(
81, 20)
1009         Me.txtMaxDay_Staff.TabIndex =
47
1010         Me.txtMaxDay_Staff.Visible = False
1011         
'
1012         
'frmBookIssue
1013         
'
1014         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
1015         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
1016         Me.BackColor = System.Drawing.Color.DarkSlateGray
1017         Me.ClientSize = New System.Drawing.Size(
588, 596)
1018         Me.Controls.Add(Me.Panel1)
1019         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
1020         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
1021         Me.MaximizeBox = False
1022         Me.MinimizeBox = False
1023         Me.Name =
"frmBookIssue"
1024         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
1025         Me.Panel1.ResumeLayout(False)
1026         Me.TabControl1.ResumeLayout(False)
1027         Me.TabPage1.ResumeLayout(False)
1028         Me.Panel3.ResumeLayout(False)
1029         Me.GroupBox3.ResumeLayout(False)
1030         Me.GroupBox3.PerformLayout()
1031         Me.GroupBox2.ResumeLayout(False)
1032         Me.GroupBox2.PerformLayout()
1033         Me.GroupBox1.ResumeLayout(False)
1034         Me.GroupBox1.PerformLayout()
1035         Me.TabPage2.ResumeLayout(False)
1036         Me.GroupBox7.ResumeLayout(False)
1037         Me.Panel4.ResumeLayout(False)
1038         Me.GroupBox6.ResumeLayout(False)
1039         Me.GroupBox6.PerformLayout()
1040         Me.GroupBox4.ResumeLayout(False)
1041         Me.GroupBox4.PerformLayout()
1042         Me.GroupBox5.ResumeLayout(False)
1043         Me.GroupBox5.PerformLayout()
1044         Me.Panel2.ResumeLayout(False)
1045         Me.Panel2.PerformLayout()
1046         Me.ResumeLayout(False)
1047
1048     End Sub
1049     Friend WithEvents Panel1 As System.Windows.Forms.Panel
1050     Friend WithEvents Panel2 As System.Windows.Forms.Panel
1051     Friend WithEvents Label1 As System.Windows.Forms.Label
1052     Friend WithEvents txtID As System.Windows.Forms.TextBox
1053     Friend WithEvents lblUser As System.Windows.Forms.Label
1054     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
1055     Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
1056     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
1057     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
1058     Friend WithEvents txtStudentName As System.Windows.Forms.TextBox
1059     Friend WithEvents txtClass As System.Windows.Forms.TextBox
1060     Friend WithEvents Label17 As System.Windows.Forms.Label
1061     Friend WithEvents Label5 As System.Windows.Forms.Label
1062     Friend WithEvents Label6 As System.Windows.Forms.Label
1063     Friend WithEvents txtAdmissionNo As System.Windows.Forms.TextBox
1064     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
1065     Friend WithEvents Button2 As System.Windows.Forms.Button
1066     Friend WithEvents txtJointAuthor As System.Windows.Forms.TextBox
1067     Friend WithEvents txtAuthor As System.Windows.Forms.TextBox
1068     Friend WithEvents txtBookTitle As System.Windows.Forms.TextBox
1069     Friend WithEvents txtAccessionNo As System.Windows.Forms.TextBox
1070     Friend WithEvents Label7 As System.Windows.Forms.Label
1071     Friend WithEvents Label8 As System.Windows.Forms.Label
1072     Friend WithEvents Label9 As System.Windows.Forms.Label
1073     Friend WithEvents Label23 As System.Windows.Forms.Label
1074     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
1075     Private WithEvents Label10 As System.Windows.Forms.Label
1076     Friend WithEvents txtRemarks As System.Windows.Forms.RichTextBox
1077     Friend WithEvents dtpIssueDate As System.Windows.Forms.DateTimePicker
1078     Private WithEvents Label11 As System.Windows.Forms.Label
1079     Friend WithEvents Button1 As System.Windows.Forms.Button
1080     Private WithEvents Label12 As System.Windows.Forms.Label
1081     Friend WithEvents dtpDueDate As System.Windows.Forms.DateTimePicker
1082     Friend WithEvents Panel3 As System.Windows.Forms.Panel
1083     Friend WithEvents btnGetData As System.Windows.Forms.Button
1084     Friend WithEvents btnDelete As System.Windows.Forms.Button
1085     Friend WithEvents btnClose As System.Windows.Forms.Button
1086     Friend WithEvents btnSave As System.Windows.Forms.Button
1087     Friend WithEvents btnNew As System.Windows.Forms.Button
1088     Friend WithEvents txtMaxDay_Staff As System.Windows.Forms.TextBox
1089     Friend WithEvents txtMaxDay_Student As System.Windows.Forms.TextBox
1090     Friend WithEvents txtID1 As System.Windows.Forms.TextBox
1091     Friend WithEvents txtBookType As System.Windows.Forms.TextBox
1092     Friend WithEvents txtMaxBooksAllowedStaff As System.Windows.Forms.TextBox
1093     Friend WithEvents btnUpdate As System.Windows.Forms.Button
1094     Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
1095     Private WithEvents Label15 As System.Windows.Forms.Label
1096     Friend WithEvents txtRemarks1 As System.Windows.Forms.RichTextBox
1097     Private WithEvents Label18 As System.Windows.Forms.Label
1098     Friend WithEvents dtpDueDate1 As System.Windows.Forms.DateTimePicker
1099     Friend WithEvents dtpIssueDate1 As System.Windows.Forms.DateTimePicker
1100     Private WithEvents Label19 As System.Windows.Forms.Label
1101     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
1102     Friend WithEvents Button3 As System.Windows.Forms.Button
1103     Public WithEvents txtStaffID As System.Windows.Forms.TextBox
1104     Private WithEvents Label3 As System.Windows.Forms.Label
1105     Public WithEvents txtStaffName As System.Windows.Forms.TextBox
1106     Private WithEvents Label16 As System.Windows.Forms.Label
1107     Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
1108     Friend WithEvents Button4 As System.Windows.Forms.Button
1109     Friend WithEvents txtJointAuthors1 As System.Windows.Forms.TextBox
1110     Friend WithEvents txtAuthor1 As System.Windows.Forms.TextBox
1111     Friend WithEvents txtBookTitle1 As System.Windows.Forms.TextBox
1112     Friend WithEvents txtAccessionNo1 As System.Windows.Forms.TextBox
1113     Friend WithEvents Label2 As System.Windows.Forms.Label
1114     Friend WithEvents Label4 As System.Windows.Forms.Label
1115     Friend WithEvents Label13 As System.Windows.Forms.Label
1116     Friend WithEvents Label14 As System.Windows.Forms.Label
1117     Friend WithEvents Panel4 As System.Windows.Forms.Panel
1118     Friend WithEvents btnGetData1 As System.Windows.Forms.Button
1119     Friend WithEvents btnDelete1 As System.Windows.Forms.Button
1120     Friend WithEvents btnClose1 As System.Windows.Forms.Button
1121     Friend WithEvents btnUpdate1 As System.Windows.Forms.Button
1122     Friend WithEvents btnSave1 As System.Windows.Forms.Button
1123     Friend WithEvents btnNew1 As System.Windows.Forms.Button
1124     Friend WithEvents GroupBox7 As System.Windows.Forms.GroupBox
1125     Public WithEvents btnIssue_Reservation As System.Windows.Forms.Button
1126     Friend WithEvents Button5 As System.Windows.Forms.Button
1127     Friend WithEvents txtReservationID As System.Windows.Forms.TextBox
1128     Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
1129
1130 End Class


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