..
This commit is contained in:
@@ -50,29 +50,6 @@
|
||||
label1.TabIndex = 0;
|
||||
label1.Text = "사용자";
|
||||
//
|
||||
// tbName
|
||||
//
|
||||
this.tbName.Location = new System.Drawing.Point(79, 18);
|
||||
this.tbName.Name = "tbName";
|
||||
this.tbName.Size = new System.Drawing.Size(123, 21);
|
||||
this.tbName.TabIndex = 1;
|
||||
//
|
||||
// tbUID
|
||||
//
|
||||
this.tbUID.Location = new System.Drawing.Point(208, 18);
|
||||
this.tbUID.Name = "tbUID";
|
||||
this.tbUID.ReadOnly = true;
|
||||
this.tbUID.Size = new System.Drawing.Size(123, 21);
|
||||
this.tbUID.TabIndex = 2;
|
||||
this.tbUID.TabStop = false;
|
||||
//
|
||||
// dateTimePicker1
|
||||
//
|
||||
this.dateTimePicker1.Location = new System.Drawing.Point(79, 45);
|
||||
this.dateTimePicker1.Name = "dateTimePicker1";
|
||||
this.dateTimePicker1.Size = new System.Drawing.Size(252, 21);
|
||||
this.dateTimePicker1.TabIndex = 4;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.AutoSize = true;
|
||||
@@ -91,6 +68,30 @@
|
||||
label3.TabIndex = 5;
|
||||
label3.Text = "종료일";
|
||||
//
|
||||
// tbName
|
||||
//
|
||||
this.tbName.Location = new System.Drawing.Point(79, 18);
|
||||
this.tbName.Name = "tbName";
|
||||
this.tbName.Size = new System.Drawing.Size(123, 21);
|
||||
this.tbName.TabIndex = 1;
|
||||
//
|
||||
// tbUID
|
||||
//
|
||||
this.tbUID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.tbUID.Location = new System.Drawing.Point(208, 18);
|
||||
this.tbUID.Name = "tbUID";
|
||||
this.tbUID.Size = new System.Drawing.Size(123, 21);
|
||||
this.tbUID.TabIndex = 2;
|
||||
this.tbUID.TabStop = false;
|
||||
this.tbUID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// dateTimePicker1
|
||||
//
|
||||
this.dateTimePicker1.Location = new System.Drawing.Point(79, 45);
|
||||
this.dateTimePicker1.Name = "dateTimePicker1";
|
||||
this.dateTimePicker1.Size = new System.Drawing.Size(252, 21);
|
||||
this.dateTimePicker1.TabIndex = 4;
|
||||
//
|
||||
// dateTimePicker2
|
||||
//
|
||||
this.dateTimePicker2.Location = new System.Drawing.Point(79, 72);
|
||||
|
||||
Reference in New Issue
Block a user