타 부서 로그인 가능 상태 해제
This commit is contained in:
@@ -164,7 +164,6 @@ namespace FPJ0000.OtConfirm
|
||||
this.grpUser.TabIndex = 0;
|
||||
this.grpUser.TabStop = false;
|
||||
this.grpUser.Text = "신청자";
|
||||
this.grpUser.Enter += new System.EventHandler(this.grpUser_Enter);
|
||||
//
|
||||
// cmbUser
|
||||
//
|
||||
@@ -218,7 +217,6 @@ namespace FPJ0000.OtConfirm
|
||||
this.tbDays.Size = new System.Drawing.Size(130, 38);
|
||||
this.tbDays.TabIndex = 18;
|
||||
this.tbDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.tbDays.TextChanged += new System.EventHandler(this.tbDays_TextChanged);
|
||||
//
|
||||
// label10
|
||||
//
|
||||
@@ -249,7 +247,6 @@ namespace FPJ0000.OtConfirm
|
||||
this.label9.Size = new System.Drawing.Size(93, 27);
|
||||
this.label9.TabIndex = 11;
|
||||
this.label9.Text = "행선지";
|
||||
this.label9.Click += new System.EventHandler(this.label9_Click);
|
||||
//
|
||||
// tbLocation
|
||||
//
|
||||
@@ -262,7 +259,6 @@ namespace FPJ0000.OtConfirm
|
||||
this.tbLocation.Name = "tbLocation";
|
||||
this.tbLocation.Size = new System.Drawing.Size(381, 35);
|
||||
this.tbLocation.TabIndex = 12;
|
||||
this.tbLocation.SelectedIndexChanged += new System.EventHandler(this.tbLocation_SelectedIndexChanged);
|
||||
//
|
||||
// label8
|
||||
//
|
||||
@@ -284,7 +280,6 @@ namespace FPJ0000.OtConfirm
|
||||
this.tbReason.Name = "tbReason";
|
||||
this.tbReason.Size = new System.Drawing.Size(310, 35);
|
||||
this.tbReason.TabIndex = 10;
|
||||
this.tbReason.SelectedIndexChanged += new System.EventHandler(this.tbReason_SelectedIndexChanged);
|
||||
//
|
||||
// label5
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user