SetKA 함수 수정 / AlarmViewer, TrendViewer 중복실행 방지 추가

This commit is contained in:
shark219
2024-12-04 20:03:13 +09:00
parent 4f49b072dc
commit 4bb7dda9aa
12 changed files with 240 additions and 190 deletions

View File

@@ -41,7 +41,7 @@ namespace vmsnet
this.tb_etime.Text = DateTime.Now.AddDays(0).ToString("yyyy-MM-dd 23:59:59");
if (cmb_gubun.Items.Count > 0)
this.cmb_gubun.SelectedIndex = 0;
this.cmb_gubun.SelectedIndex = 1; // HIGH (Default)
toolStripLabel1.Text = PUB.CONFIG.GetDatabasePath();
}