업무분포 출력물 오류

This commit is contained in:
chi
2024-06-27 17:28:00 +09:00
parent 88ebe5bedf
commit 8d610f5262
3 changed files with 21 additions and 7 deletions

View File

@@ -96,6 +96,7 @@
// btSave
//
this.btSave.Dock = System.Windows.Forms.DockStyle.Right;
this.btSave.Enabled = false;
this.btSave.Location = new System.Drawing.Point(947, 5);
this.btSave.Name = "btSave";
this.btSave.Size = new System.Drawing.Size(75, 48);
@@ -176,6 +177,7 @@
// btRefresh
//
this.btRefresh.Dock = System.Windows.Forms.DockStyle.Right;
this.btRefresh.Enabled = false;
this.btRefresh.Location = new System.Drawing.Point(1022, 5);
this.btRefresh.Name = "btRefresh";
this.btRefresh.Size = new System.Drawing.Size(75, 48);
@@ -217,7 +219,6 @@
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.panel1);
this.Name = "fJobChartMenu";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "작업 분포 확인";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.fJobChartMenu_Load);