This commit is contained in:
chikyun.kim
2019-05-29 16:59:17 +09:00
parent 9d3e0a9ad5
commit 355b88f6bc
7 changed files with 415 additions and 383 deletions

View File

@@ -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);