-
Notifications
You must be signed in to change notification settings - Fork 0
/
AddEmployee.Designer.cs
489 lines (484 loc) · 28.7 KB
/
AddEmployee.Designer.cs
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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
namespace Workforce_
{
partial class AddEmployee
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.addEmployee_importBtn = new System.Windows.Forms.Button();
this.addEmployee_clearBtn = new System.Windows.Forms.Button();
this.addEmployee_deleteBtn = new System.Windows.Forms.Button();
this.addEmployee_updateBtn = new System.Windows.Forms.Button();
this.addEmployee_addBtn = new System.Windows.Forms.Button();
this.addEmployee_picture = new System.Windows.Forms.PictureBox();
this.addEmployee_position = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.addEmployee_phoneNum = new System.Windows.Forms.TextBox();
this.addEmployee_gender = new System.Windows.Forms.ComboBox();
this.addEmployee_fullName = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.addEmployee_id = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.sQLQuery1DataSet = new Workforce_.SQLQuery1DataSet();
this.employeesBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.employeesTableAdapter = new Workforce_.SQLQuery1DataSetTableAdapters.employeesTableAdapter();
this.addEmployee_status = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.addEmployee_picture)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sQLQuery1DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToOrderColumns = true;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ActiveCaption;
dataGridViewCellStyle4.Font = new System.Drawing.Font("Segoe UI Semibold", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black;
this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(4)))), ((int)(((byte)(65)))));
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle5.Font = new System.Drawing.Font("Segoe UI", 7.8F, System.Drawing.FontStyle.Bold);
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ButtonHighlight;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle6.Font = new System.Drawing.Font("Segoe UI Semibold", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle6;
this.dataGridView1.Location = new System.Drawing.Point(33, 77);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.RowTemplate.Height = 24;
this.dataGridView1.Size = new System.Drawing.Size(767, 208);
this.dataGridView1.TabIndex = 2;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick_1);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(4)))), ((int)(((byte)(65)))));
this.label1.Location = new System.Drawing.Point(28, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(168, 28);
this.label1.TabIndex = 0;
this.label1.Text = "Employee\'s Data";
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.addEmployee_status);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.addEmployee_importBtn);
this.panel2.Controls.Add(this.addEmployee_clearBtn);
this.panel2.Controls.Add(this.addEmployee_deleteBtn);
this.panel2.Controls.Add(this.addEmployee_updateBtn);
this.panel2.Controls.Add(this.addEmployee_addBtn);
this.panel2.Controls.Add(this.addEmployee_picture);
this.panel2.Controls.Add(this.addEmployee_position);
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.addEmployee_phoneNum);
this.panel2.Controls.Add(this.addEmployee_gender);
this.panel2.Controls.Add(this.addEmployee_fullName);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.addEmployee_id);
this.panel2.Controls.Add(this.label3);
this.panel2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.panel2.Location = new System.Drawing.Point(33, 311);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(767, 218);
this.panel2.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Segoe UI Semibold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(4)))), ((int)(((byte)(65)))));
this.label2.Location = new System.Drawing.Point(8, 182);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(57, 23);
this.label2.TabIndex = 19;
this.label2.Text = "Status";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// addEmployee_importBtn
//
this.addEmployee_importBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(4)))), ((int)(((byte)(65)))));
this.addEmployee_importBtn.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addEmployee_importBtn.ForeColor = System.Drawing.Color.White;
this.addEmployee_importBtn.Location = new System.Drawing.Point(569, 166);
this.addEmployee_importBtn.Name = "addEmployee_importBtn";
this.addEmployee_importBtn.Size = new System.Drawing.Size(173, 46);
this.addEmployee_importBtn.TabIndex = 18;
this.addEmployee_importBtn.Text = "IMPORT";
this.addEmployee_importBtn.UseVisualStyleBackColor = false;
this.addEmployee_importBtn.Click += new System.EventHandler(this.addEmployee_importBtn_Click);
//
// addEmployee_clearBtn
//
this.addEmployee_clearBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(4)))), ((int)(((byte)(65)))));
this.addEmployee_clearBtn.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addEmployee_clearBtn.ForeColor = System.Drawing.Color.White;
this.addEmployee_clearBtn.Location = new System.Drawing.Point(366, 166);
this.addEmployee_clearBtn.Name = "addEmployee_clearBtn";
this.addEmployee_clearBtn.Size = new System.Drawing.Size(173, 46);
this.addEmployee_clearBtn.TabIndex = 17;
this.addEmployee_clearBtn.Text = "CLEAR";
this.addEmployee_clearBtn.UseVisualStyleBackColor = false;
this.addEmployee_clearBtn.Click += new System.EventHandler(this.addEmployee_clearBtn_Click);
//
// addEmployee_deleteBtn
//
this.addEmployee_deleteBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(4)))), ((int)(((byte)(65)))));
this.addEmployee_deleteBtn.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addEmployee_deleteBtn.ForeColor = System.Drawing.Color.White;
this.addEmployee_deleteBtn.Location = new System.Drawing.Point(366, 113);
this.addEmployee_deleteBtn.Name = "addEmployee_deleteBtn";
this.addEmployee_deleteBtn.Size = new System.Drawing.Size(173, 46);
this.addEmployee_deleteBtn.TabIndex = 16;
this.addEmployee_deleteBtn.Text = "DELETE";
this.addEmployee_deleteBtn.UseVisualStyleBackColor = false;
this.addEmployee_deleteBtn.Click += new System.EventHandler(this.addEmployee_deleteBtn_Click);
//
// addEmployee_updateBtn
//
this.addEmployee_updateBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(4)))), ((int)(((byte)(65)))));
this.addEmployee_updateBtn.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addEmployee_updateBtn.ForeColor = System.Drawing.Color.White;
this.addEmployee_updateBtn.Location = new System.Drawing.Point(366, 60);
this.addEmployee_updateBtn.Name = "addEmployee_updateBtn";
this.addEmployee_updateBtn.Size = new System.Drawing.Size(173, 46);
this.addEmployee_updateBtn.TabIndex = 15;
this.addEmployee_updateBtn.Text = "UPDATE";
this.addEmployee_updateBtn.UseVisualStyleBackColor = false;
this.addEmployee_updateBtn.Click += new System.EventHandler(this.addEmployee_updateBtn_Click);
//
// addEmployee_addBtn
//
this.addEmployee_addBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(4)))), ((int)(((byte)(65)))));
this.addEmployee_addBtn.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addEmployee_addBtn.ForeColor = System.Drawing.Color.White;
this.addEmployee_addBtn.Location = new System.Drawing.Point(366, 3);
this.addEmployee_addBtn.Name = "addEmployee_addBtn";
this.addEmployee_addBtn.Size = new System.Drawing.Size(173, 46);
this.addEmployee_addBtn.TabIndex = 14;
this.addEmployee_addBtn.Text = "ADD";
this.addEmployee_addBtn.UseVisualStyleBackColor = false;
this.addEmployee_addBtn.Click += new System.EventHandler(this.addEmployee_addBtn_Click);
//
// addEmployee_picture
//
this.addEmployee_picture.BackColor = System.Drawing.SystemColors.Control;
this.addEmployee_picture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.addEmployee_picture.Location = new System.Drawing.Point(599, 14);
this.addEmployee_picture.Name = "addEmployee_picture";
this.addEmployee_picture.Size = new System.Drawing.Size(110, 134);
this.addEmployee_picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.addEmployee_picture.TabIndex = 13;
this.addEmployee_picture.TabStop = false;
//
// addEmployee_position
//
this.addEmployee_position.Font = new System.Drawing.Font("Segoe UI Semibold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addEmployee_position.FormattingEnabled = true;
this.addEmployee_position.Items.AddRange(new object[] {
"Back-end developer",
"Cloud/software architect",
"Cloud/software developer",
"Cloud/software applications engineer",
"Cloud system administrator",
"Cloud system engineer",
"DevOps engineer",
"Front-end developer",
"Full-stack developer",
"Java developer",
"Platform engineer",
"Release manager",
"Reliability engineer",
"Software engineer",
"Software quality assurance analyst",
"UI (user interface) designer",
"UX (user experience) designer",
"Web developer",
"Computer systems manager",
"Network architect",
"Systems analyst",
"IT coordinator",
"Network administrator",
"Network engineer",
"Service desk analyst",
"System administrator (also known as sysadmin)",
"Wireless network engineer",
"Database administrator",
"Database analyst",
"Data quality manager",
"Database report writer",
"SQL database administrator",
"Big data engineer/architect",
"Business intelligence specialist/analyst",
"Business systems analyst",
"Data analyst",
"Data analytics developer",
"Data modeling analyst",
"Data scientist",
"Data warehouse manager",
"Data warehouse programming specialist",
"Intelligence specialist",
"Back-end developer",
"Cloud/software architect",
"Cloud/software developer",
"Cloud/software applications engineer",
"Cloud system administrator",
"Cloud system engineer",
"DevOps engineer",
"Front-end developer",
"Full-stack developer",
"Java developer",
"Platform engineer",
"Release manager",
"Reliability engineer",
"Software engineer",
"Software quality assurance analyst",
"UI (user interface) designer",
"UX (user experience) designer",
"Web developer",
"Application security administrator",
"Artificial intelligence security specialist",
"Cloud security specialist",
"Cybersecurity hardware engineer",
"Cyberintelligence specialist",
"Cryptographer",
"Data privacy officer",
"Digital forensics analyst",
"IT security engineer",
"Information assurance analyst",
"Security systems administrator",
"Help desk support specialist",
"IT support specialist",
"Customer service representative",
"Technical product manager",
"Product manager",
"Project manager",
"Program manager",
"Portfolio manager",
"Back-end Developer",
"Database engineer"});
this.addEmployee_position.Location = new System.Drawing.Point(124, 147);
this.addEmployee_position.Name = "addEmployee_position";
this.addEmployee_position.Size = new System.Drawing.Size(200, 31);
this.addEmployee_position.TabIndex = 12;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Segoe UI Semibold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(4)))), ((int)(((byte)(65)))));
this.label7.Location = new System.Drawing.Point(8, 148);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(70, 23);
this.label7.TabIndex = 11;
this.label7.Text = "Position";
//
// addEmployee_phoneNum
//
this.addEmployee_phoneNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.addEmployee_phoneNum.Font = new System.Drawing.Font("Segoe UI Semibold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addEmployee_phoneNum.Location = new System.Drawing.Point(124, 112);
this.addEmployee_phoneNum.Name = "addEmployee_phoneNum";
this.addEmployee_phoneNum.Size = new System.Drawing.Size(200, 30);
this.addEmployee_phoneNum.TabIndex = 10;
//
// addEmployee_gender
//
this.addEmployee_gender.Font = new System.Drawing.Font("Segoe UI Semibold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addEmployee_gender.FormattingEnabled = true;
this.addEmployee_gender.Items.AddRange(new object[] {
"Male",
"Female"});
this.addEmployee_gender.Location = new System.Drawing.Point(124, 76);
this.addEmployee_gender.Name = "addEmployee_gender";
this.addEmployee_gender.Size = new System.Drawing.Size(200, 31);
this.addEmployee_gender.TabIndex = 9;
//
// addEmployee_fullName
//
this.addEmployee_fullName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.addEmployee_fullName.Font = new System.Drawing.Font("Segoe UI Semibold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addEmployee_fullName.Location = new System.Drawing.Point(124, 42);
this.addEmployee_fullName.Name = "addEmployee_fullName";
this.addEmployee_fullName.Size = new System.Drawing.Size(200, 30);
this.addEmployee_fullName.TabIndex = 8;
this.addEmployee_fullName.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Segoe UI Semibold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(4)))), ((int)(((byte)(65)))));
this.label6.Location = new System.Drawing.Point(8, 112);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(66, 23);
this.label6.TabIndex = 7;
this.label6.Text = "Ph. No.";
this.label6.Click += new System.EventHandler(this.label6_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Segoe UI Semibold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(4)))), ((int)(((byte)(65)))));
this.label5.Location = new System.Drawing.Point(8, 76);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(66, 23);
this.label5.TabIndex = 6;
this.label5.Text = "Gender";
this.label5.Click += new System.EventHandler(this.label5_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Segoe UI Semibold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(4)))), ((int)(((byte)(65)))));
this.label4.Location = new System.Drawing.Point(10, 43);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 23);
this.label4.TabIndex = 5;
this.label4.Text = "Name";
//
// addEmployee_id
//
this.addEmployee_id.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.addEmployee_id.Font = new System.Drawing.Font("Segoe UI Semibold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addEmployee_id.Location = new System.Drawing.Point(124, 9);
this.addEmployee_id.Name = "addEmployee_id";
this.addEmployee_id.Size = new System.Drawing.Size(200, 30);
this.addEmployee_id.TabIndex = 4;
this.addEmployee_id.TextChanged += new System.EventHandler(this.addEmployee_id_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Segoe UI Semibold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(4)))), ((int)(((byte)(65)))));
this.label3.Location = new System.Drawing.Point(8, 8);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(107, 23);
this.label3.TabIndex = 3;
this.label3.Text = "Employee ID";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// sQLQuery1DataSet
//
this.sQLQuery1DataSet.DataSetName = "SQLQuery1DataSet";
this.sQLQuery1DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// employeesBindingSource
//
this.employeesBindingSource.DataMember = "employees";
this.employeesBindingSource.DataSource = this.sQLQuery1DataSet;
//
// employeesTableAdapter
//
this.employeesTableAdapter.ClearBeforeFill = true;
//
// addEmployee_status
//
this.addEmployee_status.Font = new System.Drawing.Font("Segoe UI Semibold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addEmployee_status.FormattingEnabled = true;
this.addEmployee_status.Items.AddRange(new object[] {
"Active",
"Inactive"});
this.addEmployee_status.Location = new System.Drawing.Point(124, 181);
this.addEmployee_status.Name = "addEmployee_status";
this.addEmployee_status.Size = new System.Drawing.Size(200, 31);
this.addEmployee_status.TabIndex = 20;
this.addEmployee_status.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// AddEmployee
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.Controls.Add(this.label1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.dataGridView1);
this.Name = "AddEmployee";
this.Size = new System.Drawing.Size(830, 553);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.addEmployee_picture)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sQLQuery1DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox addEmployee_id;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox addEmployee_position;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox addEmployee_phoneNum;
private System.Windows.Forms.ComboBox addEmployee_gender;
private System.Windows.Forms.TextBox addEmployee_fullName;
private System.Windows.Forms.PictureBox addEmployee_picture;
private System.Windows.Forms.Button addEmployee_addBtn;
private System.Windows.Forms.Button addEmployee_importBtn;
private System.Windows.Forms.Button addEmployee_clearBtn;
private System.Windows.Forms.Button addEmployee_deleteBtn;
private System.Windows.Forms.Button addEmployee_updateBtn;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.BindingSource employeesBindingSource;
private SQLQuery1DataSet sQLQuery1DataSet;
private SQLQuery1DataSetTableAdapters.employeesTableAdapter employeesTableAdapter;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ComboBox addEmployee_status;
}
}