실시간트렌드뷰 Pub_RemoteCommandEvent 화면UI 오류에 대한 예외처리 추가

This commit is contained in:
shark219-hub
2024-12-13 18:42:24 +09:00
parent 9d580a0f98
commit 50d5ea91fc
11 changed files with 341 additions and 314 deletions

View File

@@ -87,7 +87,7 @@ namespace vmsnet
this.cmb_tanks.FormattingEnabled = true;
this.cmb_tanks.Location = new System.Drawing.Point(72, 3);
this.cmb_tanks.Name = "cmb_tanks";
this.cmb_tanks.Size = new System.Drawing.Size(1052, 40);
this.cmb_tanks.Size = new System.Drawing.Size(1052, 37);
this.cmb_tanks.TabIndex = 16;
this.cmb_tanks.SelectedIndexChanged += new System.EventHandler(this.cmb_group_SelectedIndexChanged);
//
@@ -124,7 +124,7 @@ namespace vmsnet
this.TableLayoutPanel1.RowCount = 2;
this.TableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F));
this.TableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.TableLayoutPanel1.Size = new System.Drawing.Size(1247, 860);
this.TableLayoutPanel1.Size = new System.Drawing.Size(1247, 862);
this.TableLayoutPanel1.TabIndex = 9;
//
// Panel2
@@ -132,7 +132,7 @@ namespace vmsnet
this.Panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.Panel2.Location = new System.Drawing.Point(3, 42);
this.Panel2.Name = "Panel2";
this.Panel2.Size = new System.Drawing.Size(1241, 815);
this.Panel2.Size = new System.Drawing.Size(1241, 817);
this.Panel2.TabIndex = 8;
//
// bsCHList
@@ -167,16 +167,16 @@ namespace vmsnet
this.cmb_time,
this.prb1,
this.btConfig});
this.ToolStrip2.Location = new System.Drawing.Point(0, 860);
this.ToolStrip2.Location = new System.Drawing.Point(0, 862);
this.ToolStrip2.Name = "ToolStrip2";
this.ToolStrip2.Size = new System.Drawing.Size(1247, 33);
this.ToolStrip2.Size = new System.Drawing.Size(1247, 31);
this.ToolStrip2.TabIndex = 10;
this.ToolStrip2.Text = "ToolStrip2";
//
// ToolStripLabel1
//
this.ToolStripLabel1.Name = "ToolStripLabel1";
this.ToolStripLabel1.Size = new System.Drawing.Size(84, 28);
this.ToolStripLabel1.Size = new System.Drawing.Size(69, 28);
this.ToolStripLabel1.Text = "전압범위";
//
// cmb_volt
@@ -194,13 +194,13 @@ namespace vmsnet
"17v",
"20v"});
this.cmb_volt.Name = "cmb_volt";
this.cmb_volt.Size = new System.Drawing.Size(75, 33);
this.cmb_volt.Size = new System.Drawing.Size(75, 31);
this.cmb_volt.SelectedIndexChanged += new System.EventHandler(this.cmb_volt_SelectedIndexChanged);
//
// ToolStripLabel2
//
this.ToolStripLabel2.Name = "ToolStripLabel2";
this.ToolStripLabel2.Size = new System.Drawing.Size(84, 28);
this.ToolStripLabel2.Size = new System.Drawing.Size(69, 28);
this.ToolStripLabel2.Text = "시간범위";
//
// cmb_time
@@ -214,7 +214,7 @@ namespace vmsnet
"30분",
"60분"});
this.cmb_time.Name = "cmb_time";
this.cmb_time.Size = new System.Drawing.Size(75, 33);
this.cmb_time.Size = new System.Drawing.Size(75, 31);
this.cmb_time.SelectedIndexChanged += new System.EventHandler(this.cmb_time_SelectedIndexChanged_1);
//
// prb1
@@ -230,7 +230,7 @@ namespace vmsnet
this.btConfig.Image = global::vmsnet.Properties.Resources.graphsetting;
this.btConfig.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btConfig.Name = "btConfig";
this.btConfig.Size = new System.Drawing.Size(34, 28);
this.btConfig.Size = new System.Drawing.Size(29, 28);
this.btConfig.Text = "config";
this.btConfig.Click += new System.EventHandler(this.btConfig_Click);
//