-
Notifications
You must be signed in to change notification settings - Fork 1
/
Employee.Designer.cs
161 lines (155 loc) · 8.04 KB
/
Employee.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
namespace TesLKS
{
partial class Employee
{
/// <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 Windows Form 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();
this.dgvEmployee = new System.Windows.Forms.DataGridView();
this.IdEmployee = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.phoneNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.passDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.employeeBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.lKS_COMPUTER_SHOPDataSet = new TesLKS.LKS_COMPUTER_SHOPDataSet();
this.label2 = new System.Windows.Forms.Label();
this.employeeTableAdapter = new TesLKS.LKS_COMPUTER_SHOPDataSetTableAdapters.EmployeeTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.dgvEmployee)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lKS_COMPUTER_SHOPDataSet)).BeginInit();
this.SuspendLayout();
//
// dgvEmployee
//
this.dgvEmployee.AutoGenerateColumns = false;
this.dgvEmployee.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvEmployee.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.IdEmployee,
this.nameDataGridViewTextBoxColumn,
this.phoneNumberDataGridViewTextBoxColumn,
this.emailDataGridViewTextBoxColumn,
this.passDataGridViewTextBoxColumn});
this.dgvEmployee.DataSource = this.employeeBindingSource;
this.dgvEmployee.Location = new System.Drawing.Point(12, 59);
this.dgvEmployee.Name = "dgvEmployee";
this.dgvEmployee.RowHeadersWidth = 51;
this.dgvEmployee.RowTemplate.Height = 24;
this.dgvEmployee.Size = new System.Drawing.Size(705, 423);
this.dgvEmployee.TabIndex = 27;
this.dgvEmployee.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvEmployee_CellContentClick);
//
// IdEmployee
//
this.IdEmployee.DataPropertyName = "IdEmployee";
this.IdEmployee.HeaderText = "IdEmployee";
this.IdEmployee.MinimumWidth = 6;
this.IdEmployee.Name = "IdEmployee";
this.IdEmployee.Width = 125;
//
// nameDataGridViewTextBoxColumn
//
this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
this.nameDataGridViewTextBoxColumn.HeaderText = "Name";
this.nameDataGridViewTextBoxColumn.MinimumWidth = 6;
this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
this.nameDataGridViewTextBoxColumn.Width = 125;
//
// phoneNumberDataGridViewTextBoxColumn
//
this.phoneNumberDataGridViewTextBoxColumn.DataPropertyName = "PhoneNumber";
this.phoneNumberDataGridViewTextBoxColumn.HeaderText = "PhoneNumber";
this.phoneNumberDataGridViewTextBoxColumn.MinimumWidth = 6;
this.phoneNumberDataGridViewTextBoxColumn.Name = "phoneNumberDataGridViewTextBoxColumn";
this.phoneNumberDataGridViewTextBoxColumn.Width = 125;
//
// emailDataGridViewTextBoxColumn
//
this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email";
this.emailDataGridViewTextBoxColumn.HeaderText = "Email";
this.emailDataGridViewTextBoxColumn.MinimumWidth = 6;
this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn";
this.emailDataGridViewTextBoxColumn.Width = 125;
//
// passDataGridViewTextBoxColumn
//
this.passDataGridViewTextBoxColumn.DataPropertyName = "Pass";
this.passDataGridViewTextBoxColumn.HeaderText = "Pass";
this.passDataGridViewTextBoxColumn.MinimumWidth = 6;
this.passDataGridViewTextBoxColumn.Name = "passDataGridViewTextBoxColumn";
this.passDataGridViewTextBoxColumn.Width = 125;
//
// employeeBindingSource
//
this.employeeBindingSource.DataMember = "Employee";
this.employeeBindingSource.DataSource = this.lKS_COMPUTER_SHOPDataSet;
//
// lKS_COMPUTER_SHOPDataSet
//
this.lKS_COMPUTER_SHOPDataSet.DataSetName = "LKS_COMPUTER_SHOPDataSet";
this.lKS_COMPUTER_SHOPDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label2.Location = new System.Drawing.Point(303, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(99, 25);
this.label2.TabIndex = 26;
this.label2.Text = "Employee";
//
// employeeTableAdapter
//
this.employeeTableAdapter.ClearBeforeFill = true;
//
// Employee
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(738, 494);
this.Controls.Add(this.dgvEmployee);
this.Controls.Add(this.label2);
this.Name = "Employee";
this.Text = "Employee";
this.Load += new System.EventHandler(this.Employee_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvEmployee)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lKS_COMPUTER_SHOPDataSet)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dgvEmployee;
private System.Windows.Forms.Label label2;
private LKS_COMPUTER_SHOPDataSet lKS_COMPUTER_SHOPDataSet;
private System.Windows.Forms.BindingSource employeeBindingSource;
private LKS_COMPUTER_SHOPDataSetTableAdapters.EmployeeTableAdapter employeeTableAdapter;
private System.Windows.Forms.DataGridViewTextBoxColumn IdEmployee;
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn phoneNumberDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn emailDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn passDataGridViewTextBoxColumn;
}
}