1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmBookEntryRecord
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         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmBookEntryRecord))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.GroupBox11 = New System.Windows.Forms.GroupBox()
33         Me.Button1 = New System.Windows.Forms.Button()
34         Me.Label2 = New System.Windows.Forms.Label()
35         Me.Label3 = New System.Windows.Forms.Label()
36         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
37         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
38         Me.GroupBox10 = New System.Windows.Forms.GroupBox()
39         Me.cmbStatus = New System.Windows.Forms.ComboBox()
40         Me.GroupBox9 = New System.Windows.Forms.GroupBox()
41         Me.cmbCondition = New System.Windows.Forms.ComboBox()
42         Me.GroupBox8 = New System.Windows.Forms.GroupBox()
43         Me.txtAccessionNo = New System.Windows.Forms.TextBox()
44         Me.GroupBox7 = New System.Windows.Forms.GroupBox()
45         Me.txtSubCategory = New System.Windows.Forms.TextBox()
46         Me.GroupBox6 = New System.Windows.Forms.GroupBox()
47         Me.txtCategory = New System.Windows.Forms.TextBox()
48         Me.GroupBox5 = New System.Windows.Forms.GroupBox()
49         Me.txtClass = New System.Windows.Forms.TextBox()
50         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
51         Me.txtPublisher = New System.Windows.Forms.TextBox()
52         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
53         Me.txtLanguage = New System.Windows.Forms.TextBox()
54         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
55         Me.txtAuthor = New System.Windows.Forms.TextBox()
56         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
57         Me.txtBookTitle = New System.Windows.Forms.TextBox()
58         Me.dgw = New System.Windows.Forms.DataGridView()
59         Me.Panel5 = New System.Windows.Forms.Panel()
60         Me.btnExportExcel = New System.Windows.Forms.Button()
61         Me.btnClose = New System.Windows.Forms.Button()
62         Me.btnReset = New System.Windows.Forms.Button()
63         Me.Panel2 = New System.Windows.Forms.Panel()
64         Me.Label1 = New System.Windows.Forms.Label()
65         Me.lblSet = New System.Windows.Forms.Label()
66         Me.Panel1.SuspendLayout()
67         Me.GroupBox11.SuspendLayout()
68         Me.GroupBox10.SuspendLayout()
69         Me.GroupBox9.SuspendLayout()
70         Me.GroupBox8.SuspendLayout()
71         Me.GroupBox7.SuspendLayout()
72         Me.GroupBox6.SuspendLayout()
73         Me.GroupBox5.SuspendLayout()
74         Me.GroupBox4.SuspendLayout()
75         Me.GroupBox3.SuspendLayout()
76         Me.GroupBox2.SuspendLayout()
77         Me.GroupBox1.SuspendLayout()
78         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
79         Me.Panel5.SuspendLayout()
80         Me.Panel2.SuspendLayout()
81         Me.SuspendLayout()
82         
'
83         
'Panel1
84         
'
85         Me.Panel1.BackColor = System.Drawing.Color.White
86         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
87         Me.Panel1.Controls.Add(Me.GroupBox11)
88         Me.Panel1.Controls.Add(Me.GroupBox10)
89         Me.Panel1.Controls.Add(Me.GroupBox9)
90         Me.Panel1.Controls.Add(Me.GroupBox8)
91         Me.Panel1.Controls.Add(Me.GroupBox7)
92         Me.Panel1.Controls.Add(Me.GroupBox6)
93         Me.Panel1.Controls.Add(Me.GroupBox5)
94         Me.Panel1.Controls.Add(Me.GroupBox4)
95         Me.Panel1.Controls.Add(Me.GroupBox3)
96         Me.Panel1.Controls.Add(Me.GroupBox2)
97         Me.Panel1.Controls.Add(Me.GroupBox1)
98         Me.Panel1.Controls.Add(Me.dgw)
99         Me.Panel1.Controls.Add(Me.Panel5)
100         Me.Panel1.Controls.Add(Me.Panel2)
101         Me.Panel1.Location = New System.Drawing.Point(
8, 7)
102         Me.Panel1.Name =
"Panel1"
103         Me.Panel1.Size = New System.Drawing.Size(
1150, 660)
104         Me.Panel1.TabIndex =
2
105         
'
106         
'GroupBox11
107         
'
108         Me.GroupBox11.Controls.Add(Me.Button1)
109         Me.GroupBox11.Controls.Add(Me.Label2)
110         Me.GroupBox11.Controls.Add(Me.Label3)
111         Me.GroupBox11.Controls.Add(Me.dtpDateFrom)
112         Me.GroupBox11.Controls.Add(Me.dtpDateTo)
113         Me.GroupBox11.Location = New System.Drawing.Point(
411, 216)
114         Me.GroupBox11.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
115         Me.GroupBox11.Name =
"GroupBox11"
116         Me.GroupBox11.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
117         Me.GroupBox11.Size = New System.Drawing.Size(
396, 64)
118         Me.GroupBox11.TabIndex =
55
119         Me.GroupBox11.TabStop = False
120         Me.GroupBox11.Text =
"By Bill Date"
121         
'
122         
'Button1
123         
'
124         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
125         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
126         Me.Button1.Location = New System.Drawing.Point(
302, 34)
127         Me.Button1.Name =
"Button1"
128         Me.Button1.Size = New System.Drawing.Size(
79, 23)
129         Me.Button1.TabIndex =
47
130         Me.Button1.Text =
"&Get Data"
131         Me.Button1.UseVisualStyleBackColor = True
132         
'
133         
'Label2
134         
'
135         Me.Label2.AutoSize = True
136         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
137         Me.Label2.Location = New System.Drawing.Point(
180, 19)
138         Me.Label2.Name =
"Label2"
139         Me.Label2.Size = New System.Drawing.Size(
20, 13)
140         Me.Label2.TabIndex =
33
141         Me.Label2.Text =
"To"
142         
'
143         
'Label3
144         
'
145         Me.Label3.AutoSize = True
146         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
147         Me.Label3.Location = New System.Drawing.Point(
24, 19)
148         Me.Label3.Name =
"Label3"
149         Me.Label3.Size = New System.Drawing.Size(
30, 13)
150         Me.Label3.TabIndex =
6
151         Me.Label3.Text =
"From"
152         
'
153         
'dtpDateFrom
154         
'
155         Me.dtpDateFrom.CustomFormat =
"dd/MM/yyyy"
156         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
157         Me.dtpDateFrom.Location = New System.Drawing.Point(
27, 36)
158         Me.dtpDateFrom.Name =
"dtpDateFrom"
159         Me.dtpDateFrom.Size = New System.Drawing.Size(
131, 20)
160         Me.dtpDateFrom.TabIndex =
0
161         
'
162         
'dtpDateTo
163         
'
164         Me.dtpDateTo.CustomFormat =
"dd/MM/yyyy"
165         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
166         Me.dtpDateTo.Location = New System.Drawing.Point(
173, 36)
167         Me.dtpDateTo.Name =
"dtpDateTo"
168         Me.dtpDateTo.Size = New System.Drawing.Size(
123, 20)
169         Me.dtpDateTo.TabIndex =
1
170         
'
171         
'GroupBox10
172         
'
173         Me.GroupBox10.Controls.Add(Me.cmbStatus)
174         Me.GroupBox10.Location = New System.Drawing.Point(
210, 216)
175         Me.GroupBox10.Name =
"GroupBox10"
176         Me.GroupBox10.Size = New System.Drawing.Size(
195, 64)
177         Me.GroupBox10.TabIndex =
54
178         Me.GroupBox10.TabStop = False
179         Me.GroupBox10.Text =
"Search By Status"
180         
'
181         
'cmbStatus
182         
'
183         Me.cmbStatus.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
184         Me.cmbStatus.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
185         Me.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
186         Me.cmbStatus.FormattingEnabled = True
187         Me.cmbStatus.Items.AddRange(New Object() {
"Available", "Issued", "Reserved"})
188         Me.cmbStatus.Location = New System.Drawing.Point(
22, 28)
189         Me.cmbStatus.Name =
"cmbStatus"
190         Me.cmbStatus.Size = New System.Drawing.Size(
162, 21)
191         Me.cmbStatus.TabIndex =
21
192         
'
193         
'GroupBox9
194         
'
195         Me.GroupBox9.Controls.Add(Me.cmbCondition)
196         Me.GroupBox9.Location = New System.Drawing.Point(
9, 216)
197         Me.GroupBox9.Name =
"GroupBox9"
198         Me.GroupBox9.Size = New System.Drawing.Size(
195, 64)
199         Me.GroupBox9.TabIndex =
53
200         Me.GroupBox9.TabStop = False
201         Me.GroupBox9.Text =
"Search By Condition"
202         
'
203         
'cmbCondition
204         
'
205         Me.cmbCondition.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
206         Me.cmbCondition.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
207         Me.cmbCondition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
208         Me.cmbCondition.FormattingEnabled = True
209         Me.cmbCondition.Items.AddRange(New Object() {
"Fresh", "Damaged"})
210         Me.cmbCondition.Location = New System.Drawing.Point(
22, 28)
211         Me.cmbCondition.Name =
"cmbCondition"
212         Me.cmbCondition.Size = New System.Drawing.Size(
162, 21)
213         Me.cmbCondition.TabIndex =
21
214         
'
215         
'GroupBox8
216         
'
217         Me.GroupBox8.Controls.Add(Me.txtAccessionNo)
218         Me.GroupBox8.Location = New System.Drawing.Point(
612, 146)
219         Me.GroupBox8.Name =
"GroupBox8"
220         Me.GroupBox8.Size = New System.Drawing.Size(
195, 64)
221         Me.GroupBox8.TabIndex =
52
222         Me.GroupBox8.TabStop = False
223         Me.GroupBox8.Text =
"Search By Accession No."
224         
'
225         
'txtAccessionNo
226         
'
227         Me.txtAccessionNo.Location = New System.Drawing.Point(
22, 29)
228         Me.txtAccessionNo.Name =
"txtAccessionNo"
229         Me.txtAccessionNo.Size = New System.Drawing.Size(
162, 20)
230         Me.txtAccessionNo.TabIndex =
0
231         
'
232         
'GroupBox7
233         
'
234         Me.GroupBox7.Controls.Add(Me.txtSubCategory)
235         Me.GroupBox7.Location = New System.Drawing.Point(
411, 146)
236         Me.GroupBox7.Name =
"GroupBox7"
237         Me.GroupBox7.Size = New System.Drawing.Size(
195, 64)
238         Me.GroupBox7.TabIndex =
51
239         Me.GroupBox7.TabStop = False
240         Me.GroupBox7.Text =
"Search By Sub Category"
241         
'
242         
'txtSubCategory
243         
'
244         Me.txtSubCategory.Location = New System.Drawing.Point(
22, 29)
245         Me.txtSubCategory.Name =
"txtSubCategory"
246         Me.txtSubCategory.Size = New System.Drawing.Size(
162, 20)
247         Me.txtSubCategory.TabIndex =
0
248         
'
249         
'GroupBox6
250         
'
251         Me.GroupBox6.Controls.Add(Me.txtCategory)
252         Me.GroupBox6.Location = New System.Drawing.Point(
210, 146)
253         Me.GroupBox6.Name =
"GroupBox6"
254         Me.GroupBox6.Size = New System.Drawing.Size(
195, 64)
255         Me.GroupBox6.TabIndex =
50
256         Me.GroupBox6.TabStop = False
257         Me.GroupBox6.Text =
"Search By Category"
258         
'
259         
'txtCategory
260         
'
261         Me.txtCategory.Location = New System.Drawing.Point(
22, 29)
262         Me.txtCategory.Name =
"txtCategory"
263         Me.txtCategory.Size = New System.Drawing.Size(
162, 20)
264         Me.txtCategory.TabIndex =
0
265         
'
266         
'GroupBox5
267         
'
268         Me.GroupBox5.Controls.Add(Me.txtClass)
269         Me.GroupBox5.Location = New System.Drawing.Point(
9, 146)
270         Me.GroupBox5.Name =
"GroupBox5"
271         Me.GroupBox5.Size = New System.Drawing.Size(
195, 64)
272         Me.GroupBox5.TabIndex =
49
273         Me.GroupBox5.TabStop = False
274         Me.GroupBox5.Text =
"Search By Class"
275         
'
276         
'txtClass
277         
'
278         Me.txtClass.Location = New System.Drawing.Point(
22, 29)
279         Me.txtClass.Name =
"txtClass"
280         Me.txtClass.Size = New System.Drawing.Size(
162, 20)
281         Me.txtClass.TabIndex =
0
282         
'
283         
'GroupBox4
284         
'
285         Me.GroupBox4.Controls.Add(Me.txtPublisher)
286         Me.GroupBox4.Location = New System.Drawing.Point(
612, 76)
287         Me.GroupBox4.Name =
"GroupBox4"
288         Me.GroupBox4.Size = New System.Drawing.Size(
195, 64)
289         Me.GroupBox4.TabIndex =
48
290         Me.GroupBox4.TabStop = False
291         Me.GroupBox4.Text =
"Search By Publisher"
292         
'
293         
'txtPublisher
294         
'
295         Me.txtPublisher.Location = New System.Drawing.Point(
22, 29)
296         Me.txtPublisher.Name =
"txtPublisher"
297         Me.txtPublisher.Size = New System.Drawing.Size(
162, 20)
298         Me.txtPublisher.TabIndex =
0
299         
'
300         
'GroupBox3
301         
'
302         Me.GroupBox3.Controls.Add(Me.txtLanguage)
303         Me.GroupBox3.Location = New System.Drawing.Point(
411, 76)
304         Me.GroupBox3.Name =
"GroupBox3"
305         Me.GroupBox3.Size = New System.Drawing.Size(
195, 64)
306         Me.GroupBox3.TabIndex =
47
307         Me.GroupBox3.TabStop = False
308         Me.GroupBox3.Text =
"Search By Language"
309         
'
310         
'txtLanguage
311         
'
312         Me.txtLanguage.Location = New System.Drawing.Point(
22, 29)
313         Me.txtLanguage.Name =
"txtLanguage"
314         Me.txtLanguage.Size = New System.Drawing.Size(
162, 20)
315         Me.txtLanguage.TabIndex =
0
316         
'
317         
'GroupBox2
318         
'
319         Me.GroupBox2.Controls.Add(Me.txtAuthor)
320         Me.GroupBox2.Location = New System.Drawing.Point(
210, 76)
321         Me.GroupBox2.Name =
"GroupBox2"
322         Me.GroupBox2.Size = New System.Drawing.Size(
195, 64)
323         Me.GroupBox2.TabIndex =
46
324         Me.GroupBox2.TabStop = False
325         Me.GroupBox2.Text =
"Search By Author"
326         
'
327         
'txtAuthor
328         
'
329         Me.txtAuthor.Location = New System.Drawing.Point(
22, 29)
330         Me.txtAuthor.Name =
"txtAuthor"
331         Me.txtAuthor.Size = New System.Drawing.Size(
162, 20)
332         Me.txtAuthor.TabIndex =
0
333         
'
334         
'GroupBox1
335         
'
336         Me.GroupBox1.Controls.Add(Me.txtBookTitle)
337         Me.GroupBox1.Location = New System.Drawing.Point(
9, 76)
338         Me.GroupBox1.Name =
"GroupBox1"
339         Me.GroupBox1.Size = New System.Drawing.Size(
195, 64)
340         Me.GroupBox1.TabIndex =
45
341         Me.GroupBox1.TabStop = False
342         Me.GroupBox1.Text =
"Search By Book Title"
343         
'
344         
'txtBookTitle
345         
'
346         Me.txtBookTitle.Location = New System.Drawing.Point(
22, 29)
347         Me.txtBookTitle.Name =
"txtBookTitle"
348         Me.txtBookTitle.Size = New System.Drawing.Size(
162, 20)
349         Me.txtBookTitle.TabIndex =
0
350         
'
351         
'dgw
352         
'
353         Me.dgw.AllowUserToAddRows = False
354         Me.dgw.AllowUserToDeleteRows = False
355         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
356         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
357         Me.dgw.BackgroundColor = System.Drawing.Color.White
358         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
359         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
360         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
361         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
362         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
363         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
364         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
365         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
366         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
367         Me.dgw.ColumnHeadersHeight =
30
368         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
369         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
370         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
371         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
372         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
373         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
374         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
375         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
376         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
377         Me.dgw.EnableHeadersVisualStyles = False
378         Me.dgw.GridColor = System.Drawing.Color.White
379         Me.dgw.Location = New System.Drawing.Point(
9, 294)
380         Me.dgw.MultiSelect = False
381         Me.dgw.Name =
"dgw"
382         Me.dgw.ReadOnly = True
383         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
384         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
385         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
386         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
387         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
388         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
389         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
390         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
391         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
392         Me.dgw.RowHeadersWidth =
25
393         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
394         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
395         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
396         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
397         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
398         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
399         Me.dgw.RowTemplate.Height =
18
400         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
401         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
402         Me.dgw.Size = New System.Drawing.Size(
1128, 354)
403         Me.dgw.TabIndex =
43
404         
'
405         
'Panel5
406         
'
407         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
408         Me.Panel5.Controls.Add(Me.btnExportExcel)
409         Me.Panel5.Controls.Add(Me.btnClose)
410         Me.Panel5.Controls.Add(Me.btnReset)
411         Me.Panel5.Location = New System.Drawing.Point(
819, 81)
412         Me.Panel5.Name =
"Panel5"
413         Me.Panel5.Size = New System.Drawing.Size(
284, 70)
414         Me.Panel5.TabIndex =
42
415         
'
416         
'btnExportExcel
417         
'
418         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
419         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
420         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
421         Me.btnExportExcel.Location = New System.Drawing.Point(
101, 23)
422         Me.btnExportExcel.Name =
"btnExportExcel"
423         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
424         Me.btnExportExcel.TabIndex =
5
425         Me.btnExportExcel.Text =
"Export Excel"
426         Me.btnExportExcel.UseVisualStyleBackColor = True
427         
'
428         
'btnClose
429         
'
430         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
431         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
432         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
433         Me.btnClose.Location = New System.Drawing.Point(
189, 23)
434         Me.btnClose.Name =
"btnClose"
435         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
436         Me.btnClose.TabIndex =
4
437         Me.btnClose.Text =
"Close"
438         Me.btnClose.UseVisualStyleBackColor = True
439         
'
440         
'btnReset
441         
'
442         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
443         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
444         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
445         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
446         Me.btnReset.Name =
"btnReset"
447         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
448         Me.btnReset.TabIndex =
0
449         Me.btnReset.Text =
"Reset"
450         Me.btnReset.UseVisualStyleBackColor = True
451         
'
452         
'Panel2
453         
'
454         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
455         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
456         Me.Panel2.Controls.Add(Me.Label1)
457         Me.Panel2.Controls.Add(Me.lblSet)
458         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
459         Me.Panel2.Name =
"Panel2"
460         Me.Panel2.Size = New System.Drawing.Size(
1128, 62)
461         Me.Panel2.TabIndex =
0
462         
'
463         
'Label1
464         
'
465         Me.Label1.AutoSize = True
466         Me.Label1.BackColor = System.Drawing.Color.Transparent
467         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
468         Me.Label1.ForeColor = System.Drawing.Color.White
469         Me.Label1.Location = New System.Drawing.Point(
483, 17)
470         Me.Label1.Name =
"Label1"
471         Me.Label1.Size = New System.Drawing.Size(
131, 24)
472         Me.Label1.TabIndex =
0
473         Me.Label1.Text =
"List Of Books"
474         
'
475         
'lblSet
476         
'
477         Me.lblSet.AutoSize = True
478         Me.lblSet.Location = New System.Drawing.Point(
290, 17)
479         Me.lblSet.Name =
"lblSet"
480         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
481         Me.lblSet.TabIndex =
44
482         Me.lblSet.Text =
"Set"
483         Me.lblSet.Visible = False
484         
'
485         
'frmBookEntryRecord
486         
'
487         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
488         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
489         Me.BackColor = System.Drawing.Color.DarkSlateGray
490         Me.ClientSize = New System.Drawing.Size(
1165, 675)
491         Me.Controls.Add(Me.Panel1)
492         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
493         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
494         Me.MaximizeBox = False
495         Me.MinimizeBox = False
496         Me.Name =
"frmBookEntryRecord"
497         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
498         Me.Panel1.ResumeLayout(False)
499         Me.GroupBox11.ResumeLayout(False)
500         Me.GroupBox11.PerformLayout()
501         Me.GroupBox10.ResumeLayout(False)
502         Me.GroupBox9.ResumeLayout(False)
503         Me.GroupBox8.ResumeLayout(False)
504         Me.GroupBox8.PerformLayout()
505         Me.GroupBox7.ResumeLayout(False)
506         Me.GroupBox7.PerformLayout()
507         Me.GroupBox6.ResumeLayout(False)
508         Me.GroupBox6.PerformLayout()
509         Me.GroupBox5.ResumeLayout(False)
510         Me.GroupBox5.PerformLayout()
511         Me.GroupBox4.ResumeLayout(False)
512         Me.GroupBox4.PerformLayout()
513         Me.GroupBox3.ResumeLayout(False)
514         Me.GroupBox3.PerformLayout()
515         Me.GroupBox2.ResumeLayout(False)
516         Me.GroupBox2.PerformLayout()
517         Me.GroupBox1.ResumeLayout(False)
518         Me.GroupBox1.PerformLayout()
519         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
520         Me.Panel5.ResumeLayout(False)
521         Me.Panel2.ResumeLayout(False)
522         Me.Panel2.PerformLayout()
523         Me.ResumeLayout(False)
524
525     End Sub
526     Friend WithEvents Panel1 As System.Windows.Forms.Panel
527     Friend WithEvents Panel2 As System.Windows.Forms.Panel
528     Friend WithEvents Label1 As System.Windows.Forms.Label
529     Friend WithEvents Panel5 As System.Windows.Forms.Panel
530     Friend WithEvents btnClose As System.Windows.Forms.Button
531     Friend WithEvents btnReset As System.Windows.Forms.Button
532     Friend WithEvents dgw As System.Windows.Forms.DataGridView
533     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
534     Friend WithEvents lblSet As System.Windows.Forms.Label
535     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
536     Friend WithEvents txtPublisher As System.Windows.Forms.TextBox
537     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
538     Friend WithEvents txtLanguage As System.Windows.Forms.TextBox
539     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
540     Friend WithEvents txtAuthor As System.Windows.Forms.TextBox
541     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
542     Friend WithEvents txtBookTitle As System.Windows.Forms.TextBox
543     Friend WithEvents GroupBox8 As System.Windows.Forms.GroupBox
544     Friend WithEvents txtAccessionNo As System.Windows.Forms.TextBox
545     Friend WithEvents GroupBox7 As System.Windows.Forms.GroupBox
546     Friend WithEvents txtSubCategory As System.Windows.Forms.TextBox
547     Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
548     Friend WithEvents txtCategory As System.Windows.Forms.TextBox
549     Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
550     Friend WithEvents txtClass As System.Windows.Forms.TextBox
551     Friend WithEvents GroupBox10 As System.Windows.Forms.GroupBox
552     Friend WithEvents GroupBox9 As System.Windows.Forms.GroupBox
553     Friend WithEvents cmbStatus As System.Windows.Forms.ComboBox
554     Friend WithEvents cmbCondition As System.Windows.Forms.ComboBox
555     Friend WithEvents GroupBox11 As System.Windows.Forms.GroupBox
556     Private WithEvents Button1 As System.Windows.Forms.Button
557     Friend WithEvents Label2 As System.Windows.Forms.Label
558     Friend WithEvents Label3 As System.Windows.Forms.Label
559     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
560     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
561
562 End Class


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