-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDEPARTMENT.Designer.vb
More file actions
312 lines (307 loc) · 13.6 KB
/
DEPARTMENT.Designer.vb
File metadata and controls
312 lines (307 loc) · 13.6 KB
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
311
312
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class DEPARTMENT
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.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.Button1 = New System.Windows.Forms.Button()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Button2 = New System.Windows.Forms.Button()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Button5 = New System.Windows.Forms.Button()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.TextBox3 = New System.Windows.Forms.TextBox()
Me.Button3 = New System.Windows.Forms.Button()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.SuspendLayout()
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(530, 304)
Me.TabControl1.TabIndex = 6
'
'TabPage1
'
Me.TabPage1.BackgroundImage = Global.LIBRARY_LATEST.My.Resources.Resources.department1
Me.TabPage1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.TabPage1.Controls.Add(Me.Button1)
Me.TabPage1.Controls.Add(Me.GroupBox1)
Me.TabPage1.Controls.Add(Me.Panel1)
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(522, 278)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "ADD DEPARTMENT"
Me.TabPage1.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.BackColor = System.Drawing.Color.White
Me.Button1.Font = New System.Drawing.Font("Microsoft YaHei", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.Location = New System.Drawing.Point(69, 182)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(118, 48)
Me.Button1.TabIndex = 10
Me.Button1.Text = "NEW"
Me.Button1.UseVisualStyleBackColor = False
'
'GroupBox1
'
Me.GroupBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(140, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
Me.GroupBox1.Controls.Add(Me.TextBox2)
Me.GroupBox1.Controls.Add(Me.TextBox1)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Font = New System.Drawing.Font("Microsoft YaHei", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox1.ForeColor = System.Drawing.SystemColors.ButtonFace
Me.GroupBox1.Location = New System.Drawing.Point(23, 30)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(476, 117)
Me.GroupBox1.TabIndex = 9
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Department Info"
'
'TextBox2
'
Me.TextBox2.BackColor = System.Drawing.Color.White
Me.TextBox2.ForeColor = System.Drawing.SystemColors.ControlText
Me.TextBox2.Location = New System.Drawing.Point(196, 69)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(239, 33)
Me.TextBox2.TabIndex = 3
'
'TextBox1
'
Me.TextBox1.BackColor = System.Drawing.Color.White
Me.TextBox1.ForeColor = System.Drawing.SystemColors.ControlText
Me.TextBox1.Location = New System.Drawing.Point(196, 32)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(239, 33)
Me.TextBox1.TabIndex = 2
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.White
Me.Label2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label2.Location = New System.Drawing.Point(16, 69)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(69, 25)
Me.Label2.TabIndex = 1
Me.Label2.Text = "NAME"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.White
Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label1.Location = New System.Drawing.Point(16, 35)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(148, 25)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Department ID"
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(140, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
Me.Panel1.Controls.Add(Me.Button2)
Me.Panel1.Location = New System.Drawing.Point(35, 164)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(444, 84)
Me.Panel1.TabIndex = 11
'
'Button2
'
Me.Button2.BackColor = System.Drawing.Color.White
Me.Button2.Font = New System.Drawing.Font("Microsoft YaHei", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button2.Location = New System.Drawing.Point(287, 18)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(118, 48)
Me.Button2.TabIndex = 5
Me.Button2.Text = "SAVE"
Me.Button2.UseVisualStyleBackColor = False
'
'TabPage2
'
Me.TabPage2.BackgroundImage = Global.LIBRARY_LATEST.My.Resources.Resources.department1
Me.TabPage2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.TabPage2.Controls.Add(Me.GroupBox2)
Me.TabPage2.Controls.Add(Me.Panel2)
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(522, 278)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "DELETE DEPARTMENT"
Me.TabPage2.UseVisualStyleBackColor = True
'
'GroupBox2
'
Me.GroupBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(140, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
Me.GroupBox2.Controls.Add(Me.TextBox3)
Me.GroupBox2.Controls.Add(Me.ComboBox1)
Me.GroupBox2.Controls.Add(Me.Label3)
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Font = New System.Drawing.Font("Microsoft YaHei", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2.ForeColor = System.Drawing.SystemColors.ButtonFace
Me.GroupBox2.Location = New System.Drawing.Point(23, 30)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(476, 117)
Me.GroupBox2.TabIndex = 9
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Department Info"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.BackColor = System.Drawing.Color.White
Me.Label3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label3.Location = New System.Drawing.Point(16, 69)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(69, 25)
Me.Label3.TabIndex = 1
Me.Label3.Text = "NAME"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.BackColor = System.Drawing.Color.White
Me.Label4.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label4.Location = New System.Drawing.Point(16, 35)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(148, 25)
Me.Label4.TabIndex = 0
Me.Label4.Text = "Department ID"
'
'Panel2
'
Me.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(140, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
Me.Panel2.Controls.Add(Me.Button3)
Me.Panel2.Controls.Add(Me.Button5)
Me.Panel2.Location = New System.Drawing.Point(35, 164)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(444, 84)
Me.Panel2.TabIndex = 11
'
'Button5
'
Me.Button5.BackColor = System.Drawing.Color.White
Me.Button5.Font = New System.Drawing.Font("Microsoft YaHei", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button5.Location = New System.Drawing.Point(266, 13)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(118, 48)
Me.Button5.TabIndex = 7
Me.Button5.Text = "DELETE"
Me.Button5.UseVisualStyleBackColor = False
'
'ComboBox1
'
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Location = New System.Drawing.Point(203, 32)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(240, 33)
Me.ComboBox1.TabIndex = 8
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(203, 71)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(240, 33)
Me.TextBox3.TabIndex = 9
'
'Button3
'
Me.Button3.BackColor = System.Drawing.Color.White
Me.Button3.Font = New System.Drawing.Font("Microsoft YaHei", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button3.Location = New System.Drawing.Point(52, 13)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(118, 48)
Me.Button3.TabIndex = 8
Me.Button3.Text = "REFRESH"
Me.Button3.UseVisualStyleBackColor = False
'
'DEPARTMENT
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.Peru
Me.BackgroundImage = Global.LIBRARY_LATEST.My.Resources.Resources._1200px_Bibliothèque_de_l_Assemblée_Nationale__Lunon_
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(530, 304)
Me.Controls.Add(Me.TabControl1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "DEPARTMENT"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = " ADD NEW DEPARTMENT"
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.Panel1.ResumeLayout(False)
Me.TabPage2.ResumeLayout(False)
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.Panel2.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents TabControl1 As TabControl
Friend WithEvents TabPage2 As TabPage
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Panel2 As Panel
Friend WithEvents Button5 As Button
Friend WithEvents TabPage1 As TabPage
Friend WithEvents Button1 As Button
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents TextBox2 As TextBox
Friend WithEvents TextBox1 As TextBox
Friend WithEvents Label2 As Label
Friend WithEvents Label1 As Label
Friend WithEvents Panel1 As Panel
Friend WithEvents Button2 As Button
Friend WithEvents ComboBox1 As ComboBox
Friend WithEvents TextBox3 As TextBox
Friend WithEvents Button3 As Button
End Class