...
This commit is contained in:
@@ -51,7 +51,9 @@ namespace FPJ0000
|
||||
this.dtED.Text = DateTime.Now.AddMonths(1).ToShortDateString();// sdate.AddMonths(1).AddDays(-1).ToShortDateString();
|
||||
this.dtSD.Text = DateTime.Now.AddMonths(-3).ToShortDateString();
|
||||
|
||||
btSave.Visible = curLevel >= 5;
|
||||
this.dv1.EditMode = DataGridViewEditMode.EditProgrammatically;
|
||||
|
||||
btSave.Visible = false;// curLevel >= 5;
|
||||
btEdit.Text = curLevel >= 5 ? "승인(&E)" : "편집(&E)";
|
||||
binit = true;
|
||||
refreshData();
|
||||
|
||||
Reference in New Issue
Block a user