휴가 승인자 정보 추적
This commit is contained in:
@@ -47,14 +47,11 @@ namespace FCM0000.Item
|
||||
SendKeys.Send("{TAB}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void fItemAdd_Load(object sender, EventArgs e)
|
||||
{
|
||||
if (this.WindowState == FormWindowState.Minimized) this.WindowState = FormWindowState.Normal;
|
||||
if (this.RestoreBounds.X + this.RestoreBounds.Width < 300 && this.RestoreBounds.X < 0)
|
||||
{
|
||||
this.Location = new Point(0, 0);
|
||||
}
|
||||
EnsureVisibleAndUsableSize();
|
||||
|
||||
|
||||
tbSid.Text = dr.IssidNull() == false ? dr.sid : string.Empty;
|
||||
tbName.Text = dr.IsnameNull() == false ? dr.name : string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user