품목추가화면 위치 복구 기능 추가

This commit is contained in:
chi
2021-09-10 16:57:57 +09:00
parent 30147926de
commit 5dcacdcc88

View File

@@ -38,7 +38,11 @@ namespace FCM0000.Item
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);
}
}
private void btOK_Click(object sender, EventArgs e)