-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm5.Designer.vb
310 lines (305 loc) · 14.2 KB
/
Form5.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form5
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.txt_studentid = New System.Windows.Forms.TextBox()
Me.lbl_studentid = New System.Windows.Forms.Label()
Me.cmb_status = New System.Windows.Forms.ComboBox()
Me.lbl_status = New System.Windows.Forms.Label()
Me.cmb_language = New System.Windows.Forms.ComboBox()
Me.lbl_rerturn_date = New System.Windows.Forms.Label()
Me.lbl_issue_date = New System.Windows.Forms.Label()
Me.lbl_language = New System.Windows.Forms.Label()
Me.txt_author = New System.Windows.Forms.TextBox()
Me.lbl_author = New System.Windows.Forms.Label()
Me.txt_bookname = New System.Windows.Forms.TextBox()
Me.txt_bookid = New System.Windows.Forms.TextBox()
Me.lbl_bookname = New System.Windows.Forms.Label()
Me.lbl_bookid = New System.Windows.Forms.Label()
Me.mtxt_return = New System.Windows.Forms.MaskedTextBox()
Me.mtxt_issue = New System.Windows.Forms.MaskedTextBox()
Me.btn_add = New System.Windows.Forms.Button()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.pic_exit = New System.Windows.Forms.PictureBox()
Me.lbl_registration = New System.Windows.Forms.Label()
Me.btn_clear = New System.Windows.Forms.Button()
Me.Panel1.SuspendLayout()
CType(Me.pic_exit, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'txt_studentid
'
Me.txt_studentid.Font = New System.Drawing.Font("Cambria", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.txt_studentid.Location = New System.Drawing.Point(165, 97)
Me.txt_studentid.Name = "txt_studentid"
Me.txt_studentid.Size = New System.Drawing.Size(174, 29)
Me.txt_studentid.TabIndex = 91
'
'lbl_studentid
'
Me.lbl_studentid.AutoSize = True
Me.lbl_studentid.Font = New System.Drawing.Font("Cambria", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.lbl_studentid.Location = New System.Drawing.Point(34, 99)
Me.lbl_studentid.Name = "lbl_studentid"
Me.lbl_studentid.Size = New System.Drawing.Size(101, 21)
Me.lbl_studentid.TabIndex = 90
Me.lbl_studentid.Text = "Student ID :"
'
'cmb_status
'
Me.cmb_status.FormattingEnabled = True
Me.cmb_status.Items.AddRange(New Object() {"Borrowed", "Returning"})
Me.cmb_status.Location = New System.Drawing.Point(507, 97)
Me.cmb_status.Name = "cmb_status"
Me.cmb_status.Size = New System.Drawing.Size(174, 28)
Me.cmb_status.TabIndex = 89
'
'lbl_status
'
Me.lbl_status.AutoSize = True
Me.lbl_status.Font = New System.Drawing.Font("Cambria", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.lbl_status.Location = New System.Drawing.Point(390, 101)
Me.lbl_status.Name = "lbl_status"
Me.lbl_status.Size = New System.Drawing.Size(67, 21)
Me.lbl_status.TabIndex = 88
Me.lbl_status.Text = "Status :"
'
'cmb_language
'
Me.cmb_language.FormattingEnabled = True
Me.cmb_language.Items.AddRange(New Object() {"Malay", "English", "Chinese", "Tamil"})
Me.cmb_language.Location = New System.Drawing.Point(507, 187)
Me.cmb_language.Name = "cmb_language"
Me.cmb_language.Size = New System.Drawing.Size(174, 28)
Me.cmb_language.TabIndex = 87
'
'lbl_rerturn_date
'
Me.lbl_rerturn_date.AutoSize = True
Me.lbl_rerturn_date.Font = New System.Drawing.Font("Cambria", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.lbl_rerturn_date.Location = New System.Drawing.Point(390, 369)
Me.lbl_rerturn_date.Name = "lbl_rerturn_date"
Me.lbl_rerturn_date.Size = New System.Drawing.Size(112, 21)
Me.lbl_rerturn_date.TabIndex = 86
Me.lbl_rerturn_date.Text = "Return Date :"
'
'lbl_issue_date
'
Me.lbl_issue_date.AutoSize = True
Me.lbl_issue_date.Font = New System.Drawing.Font("Cambria", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.lbl_issue_date.Location = New System.Drawing.Point(390, 277)
Me.lbl_issue_date.Name = "lbl_issue_date"
Me.lbl_issue_date.Size = New System.Drawing.Size(100, 21)
Me.lbl_issue_date.TabIndex = 85
Me.lbl_issue_date.Text = "Issue Date :"
'
'lbl_language
'
Me.lbl_language.AutoSize = True
Me.lbl_language.Font = New System.Drawing.Font("Cambria", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.lbl_language.Location = New System.Drawing.Point(390, 189)
Me.lbl_language.Name = "lbl_language"
Me.lbl_language.Size = New System.Drawing.Size(98, 21)
Me.lbl_language.TabIndex = 84
Me.lbl_language.Text = "Language : "
'
'txt_author
'
Me.txt_author.Font = New System.Drawing.Font("Cambria", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.txt_author.Location = New System.Drawing.Point(165, 367)
Me.txt_author.Name = "txt_author"
Me.txt_author.Size = New System.Drawing.Size(174, 29)
Me.txt_author.TabIndex = 83
'
'lbl_author
'
Me.lbl_author.AutoSize = True
Me.lbl_author.Font = New System.Drawing.Font("Cambria", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.lbl_author.Location = New System.Drawing.Point(35, 370)
Me.lbl_author.Name = "lbl_author"
Me.lbl_author.Size = New System.Drawing.Size(73, 21)
Me.lbl_author.TabIndex = 82
Me.lbl_author.Text = "Author :"
'
'txt_bookname
'
Me.txt_bookname.Font = New System.Drawing.Font("Cambria", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.txt_bookname.Location = New System.Drawing.Point(165, 186)
Me.txt_bookname.Name = "txt_bookname"
Me.txt_bookname.Size = New System.Drawing.Size(174, 29)
Me.txt_bookname.TabIndex = 81
'
'txt_bookid
'
Me.txt_bookid.Font = New System.Drawing.Font("Cambria", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.txt_bookid.Location = New System.Drawing.Point(165, 269)
Me.txt_bookid.Name = "txt_bookid"
Me.txt_bookid.Size = New System.Drawing.Size(174, 29)
Me.txt_bookid.TabIndex = 80
'
'lbl_bookname
'
Me.lbl_bookname.AutoSize = True
Me.lbl_bookname.Font = New System.Drawing.Font("Cambria", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.lbl_bookname.Location = New System.Drawing.Point(34, 189)
Me.lbl_bookname.Name = "lbl_bookname"
Me.lbl_bookname.Size = New System.Drawing.Size(108, 21)
Me.lbl_bookname.TabIndex = 79
Me.lbl_bookname.Text = "Book Name :"
'
'lbl_bookid
'
Me.lbl_bookid.AutoSize = True
Me.lbl_bookid.Font = New System.Drawing.Font("Cambria", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.lbl_bookid.Location = New System.Drawing.Point(35, 272)
Me.lbl_bookid.Name = "lbl_bookid"
Me.lbl_bookid.Size = New System.Drawing.Size(85, 21)
Me.lbl_bookid.TabIndex = 78
Me.lbl_bookid.Text = "Book ID : "
'
'mtxt_return
'
Me.mtxt_return.Location = New System.Drawing.Point(507, 368)
Me.mtxt_return.Mask = "00/00/0000"
Me.mtxt_return.Name = "mtxt_return"
Me.mtxt_return.Size = New System.Drawing.Size(178, 27)
Me.mtxt_return.TabIndex = 93
Me.mtxt_return.ValidatingType = GetType(Date)
'
'mtxt_issue
'
Me.mtxt_issue.Location = New System.Drawing.Point(507, 277)
Me.mtxt_issue.Mask = "00/00/0000"
Me.mtxt_issue.Name = "mtxt_issue"
Me.mtxt_issue.Size = New System.Drawing.Size(178, 27)
Me.mtxt_issue.TabIndex = 92
Me.mtxt_issue.ValidatingType = GetType(Date)
'
'btn_add
'
Me.btn_add.BackColor = System.Drawing.SystemColors.ButtonShadow
Me.btn_add.Font = New System.Drawing.Font("Calisto MT", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.btn_add.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.btn_add.Location = New System.Drawing.Point(618, 455)
Me.btn_add.Name = "btn_add"
Me.btn_add.Size = New System.Drawing.Size(120, 43)
Me.btn_add.TabIndex = 94
Me.btn_add.Text = "Add"
Me.btn_add.UseVisualStyleBackColor = False
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.SteelBlue
Me.Panel1.Controls.Add(Me.pic_exit)
Me.Panel1.Controls.Add(Me.lbl_registration)
Me.Panel1.Location = New System.Drawing.Point(-4, -1)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(760, 55)
Me.Panel1.TabIndex = 95
'
'pic_exit
'
Me.pic_exit.Image = Global.Assignment_LibraryManagementSystem.My.Resources.Resources.exit_full_screen
Me.pic_exit.Location = New System.Drawing.Point(704, 0)
Me.pic_exit.Name = "pic_exit"
Me.pic_exit.Size = New System.Drawing.Size(53, 53)
Me.pic_exit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.pic_exit.TabIndex = 3
Me.pic_exit.TabStop = False
'
'lbl_registration
'
Me.lbl_registration.AutoSize = True
Me.lbl_registration.Font = New System.Drawing.Font("Tahoma", 16.2!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)
Me.lbl_registration.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.lbl_registration.Location = New System.Drawing.Point(16, 10)
Me.lbl_registration.Name = "lbl_registration"
Me.lbl_registration.Size = New System.Drawing.Size(266, 34)
Me.lbl_registration.TabIndex = 2
Me.lbl_registration.Text = "Borrowing Details"
'
'btn_clear
'
Me.btn_clear.BackColor = System.Drawing.SystemColors.ButtonShadow
Me.btn_clear.Font = New System.Drawing.Font("Calisto MT", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.btn_clear.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.btn_clear.Location = New System.Drawing.Point(492, 455)
Me.btn_clear.Name = "btn_clear"
Me.btn_clear.Size = New System.Drawing.Size(120, 43)
Me.btn_clear.TabIndex = 96
Me.btn_clear.Text = "Clear"
Me.btn_clear.UseVisualStyleBackColor = False
'
'Form5
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(752, 510)
Me.Controls.Add(Me.btn_clear)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.btn_add)
Me.Controls.Add(Me.mtxt_return)
Me.Controls.Add(Me.mtxt_issue)
Me.Controls.Add(Me.txt_studentid)
Me.Controls.Add(Me.lbl_studentid)
Me.Controls.Add(Me.cmb_status)
Me.Controls.Add(Me.lbl_status)
Me.Controls.Add(Me.cmb_language)
Me.Controls.Add(Me.lbl_rerturn_date)
Me.Controls.Add(Me.lbl_issue_date)
Me.Controls.Add(Me.lbl_language)
Me.Controls.Add(Me.txt_author)
Me.Controls.Add(Me.lbl_author)
Me.Controls.Add(Me.txt_bookname)
Me.Controls.Add(Me.txt_bookid)
Me.Controls.Add(Me.lbl_bookname)
Me.Controls.Add(Me.lbl_bookid)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "Form5"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Form5"
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
CType(Me.pic_exit, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents txt_studentid As TextBox
Friend WithEvents lbl_studentid As Label
Friend WithEvents cmb_status As ComboBox
Friend WithEvents lbl_status As Label
Friend WithEvents cmb_language As ComboBox
Friend WithEvents lbl_rerturn_date As Label
Friend WithEvents lbl_issue_date As Label
Friend WithEvents lbl_language As Label
Friend WithEvents txt_author As TextBox
Friend WithEvents lbl_author As Label
Friend WithEvents txt_bookname As TextBox
Friend WithEvents txt_bookid As TextBox
Friend WithEvents lbl_bookname As Label
Friend WithEvents lbl_bookid As Label
Friend WithEvents mtxt_return As MaskedTextBox
Friend WithEvents mtxt_issue As MaskedTextBox
Friend WithEvents btn_add As Button
Friend WithEvents Panel1 As Panel
Friend WithEvents pic_exit As PictureBox
Friend WithEvents lbl_registration As Label
Friend WithEvents btn_clear As Button
End Class