리포트 수정

그래프 범위 수정
그래프 활성화될 때 table 선택
This commit is contained in:
2017-08-13 06:14:04 +09:00
parent d48d0167ac
commit 4bee47633b
6 changed files with 85 additions and 30 deletions

View File

@@ -180,6 +180,7 @@
this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document;
this.TabText = "Trend Graph";
this.Text = "Trend Graph";
this.Enter += new System.EventHandler(this.PanelTrendGraph_Enter);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panelGraph.ResumeLayout(false);