| | |
| | | tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 0); |
| | | tableLayoutPanel1.Controls.Add(tableLayoutPanel4, 0, 1); |
| | | tableLayoutPanel1.Dock = DockStyle.Fill; |
| | | tableLayoutPanel1.Location = new Point(3, 22); |
| | | tableLayoutPanel1.Location = new Point(3, 26); |
| | | tableLayoutPanel1.Name = "tableLayoutPanel1"; |
| | | tableLayoutPanel1.RowCount = 2; |
| | | tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); |
| | | tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F)); |
| | | tableLayoutPanel1.Size = new Size(860, 555); |
| | | tableLayoutPanel1.Size = new Size(860, 551); |
| | | tableLayoutPanel1.TabIndex = 1; |
| | | // |
| | | // tableLayoutPanel2 |
| | |
| | | tableLayoutPanel2.Name = "tableLayoutPanel2"; |
| | | tableLayoutPanel2.RowCount = 1; |
| | | tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); |
| | | tableLayoutPanel2.Size = new Size(854, 504); |
| | | tableLayoutPanel2.Size = new Size(854, 500); |
| | | tableLayoutPanel2.TabIndex = 0; |
| | | // |
| | | // tableLayoutPanel3 |
| | |
| | | textBoxEmployeeID.Location = new Point(107, 187); |
| | | textBoxEmployeeID.Margin = new Padding(7); |
| | | textBoxEmployeeID.Name = "textBoxEmployeeID"; |
| | | textBoxEmployeeID.Size = new Size(219, 26); |
| | | textBoxEmployeeID.Size = new Size(219, 30); |
| | | textBoxEmployeeID.TabIndex = 9; |
| | | // |
| | | // labelEmployeeID |
| | |
| | | textBoxName.Location = new Point(107, 142); |
| | | textBoxName.Margin = new Padding(7); |
| | | textBoxName.Name = "textBoxName"; |
| | | textBoxName.Size = new Size(219, 26); |
| | | textBoxName.Size = new Size(219, 30); |
| | | textBoxName.TabIndex = 7; |
| | | // |
| | | // labelName |
| | |
| | | textBoxPassword.Location = new Point(107, 52); |
| | | textBoxPassword.Margin = new Padding(7); |
| | | textBoxPassword.Name = "textBoxPassword"; |
| | | textBoxPassword.Size = new Size(219, 26); |
| | | textBoxPassword.Size = new Size(219, 30); |
| | | textBoxPassword.TabIndex = 3; |
| | | // |
| | | // labelPassword |
| | |
| | | textBoxUsername.Location = new Point(107, 7); |
| | | textBoxUsername.Margin = new Padding(7); |
| | | textBoxUsername.Name = "textBoxUsername"; |
| | | textBoxUsername.Size = new Size(219, 26); |
| | | textBoxUsername.Size = new Size(219, 30); |
| | | textBoxUsername.TabIndex = 1; |
| | | // |
| | | // comboBoxPermission |
| | |
| | | comboBoxPermission.Location = new Point(107, 97); |
| | | comboBoxPermission.Margin = new Padding(7); |
| | | comboBoxPermission.Name = "comboBoxPermission"; |
| | | comboBoxPermission.Size = new Size(219, 24); |
| | | comboBoxPermission.Size = new Size(219, 28); |
| | | comboBoxPermission.TabIndex = 5; |
| | | // |
| | | // dataGridViewUM |
| | |
| | | dataGridViewUM.Location = new Point(343, 3); |
| | | dataGridViewUM.Name = "dataGridViewUM"; |
| | | dataGridViewUM.RowHeadersWidth = 51; |
| | | dataGridViewUM.Size = new Size(508, 498); |
| | | dataGridViewUM.Size = new Size(508, 494); |
| | | dataGridViewUM.TabIndex = 1; |
| | | // |
| | | // tableLayoutPanel4 |
| | |
| | | tableLayoutPanel4.Controls.Add(btnFind, 0, 0); |
| | | tableLayoutPanel4.Controls.Add(btnDel, 3, 0); |
| | | tableLayoutPanel4.Controls.Add(btnAdd, 2, 0); |
| | | tableLayoutPanel4.Location = new Point(457, 513); |
| | | tableLayoutPanel4.Location = new Point(457, 509); |
| | | tableLayoutPanel4.Name = "tableLayoutPanel4"; |
| | | tableLayoutPanel4.RowCount = 1; |
| | | tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); |