ot 시간 범위 입렭 가능 하게

This commit is contained in:
chi
2021-07-23 23:10:03 +09:00
parent a0dfdf7cbe
commit 978e1e489e
11 changed files with 1076 additions and 309 deletions

View File

@@ -37,6 +37,11 @@ namespace FCM0000
this.Show();
Application.DoEvents();
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);
toolStripButton1.Visible = FCOMMON.info.Login.no == "dev";
// this.TopMost=true;
// this.Activate();