실시간트렌드뷰 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

@@ -72,9 +72,9 @@ namespace vmsnet
this.lb_status,
this.lb_lasttime,
this.lb_alarm});
this.StatusStrip1.Location = new System.Drawing.Point(0, 744);
this.StatusStrip1.Location = new System.Drawing.Point(0, 750);
this.StatusStrip1.Name = "StatusStrip1";
this.StatusStrip1.Size = new System.Drawing.Size(929, 32);
this.StatusStrip1.Size = new System.Drawing.Size(929, 26);
this.StatusStrip1.TabIndex = 1;
this.StatusStrip1.Text = "StatusStrip1";
//
@@ -83,7 +83,7 @@ namespace vmsnet
this.lb_status.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lb_status.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.lb_status.Name = "lb_status";
this.lb_status.Size = new System.Drawing.Size(155, 25);
this.lb_status.Size = new System.Drawing.Size(130, 20);
this.lb_status.Text = "<SUBWINDOW>";
//
// lb_lasttime
@@ -91,14 +91,14 @@ namespace vmsnet
this.lb_lasttime.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lb_lasttime.ForeColor = System.Drawing.Color.Gray;
this.lb_lasttime.Name = "lb_lasttime";
this.lb_lasttime.Size = new System.Drawing.Size(123, 25);
this.lb_lasttime.Size = new System.Drawing.Size(103, 20);
this.lb_lasttime.Text = "<LASTTIME>";
//
// lb_alarm
//
this.lb_alarm.ForeColor = System.Drawing.Color.Silver;
this.lb_alarm.Name = "lb_alarm";
this.lb_alarm.Size = new System.Drawing.Size(30, 25);
this.lb_alarm.Size = new System.Drawing.Size(24, 20);
this.lb_alarm.Text = "●";
//
// Timer1
@@ -151,7 +151,7 @@ namespace vmsnet
this.TableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
this.TableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.TableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.TableLayoutPanel1.Size = new System.Drawing.Size(929, 700);
this.TableLayoutPanel1.Size = new System.Drawing.Size(929, 706);
this.TableLayoutPanel1.TabIndex = 6;
//
// panel1
@@ -172,7 +172,7 @@ namespace vmsnet
this.cmb_tanks.FormattingEnabled = true;
this.cmb_tanks.Location = new System.Drawing.Point(0, 0);
this.cmb_tanks.Name = "cmb_tanks";
this.cmb_tanks.Size = new System.Drawing.Size(341, 45);
this.cmb_tanks.Size = new System.Drawing.Size(341, 38);
this.cmb_tanks.TabIndex = 5;
this.cmb_tanks.SelectedIndexChanged += new System.EventHandler(this.cmb_group_SelectedIndexChanged);
//
@@ -229,7 +229,7 @@ namespace vmsnet
this.bt_fullscreen.Image = ((System.Drawing.Image)(resources.GetObject("bt_fullscreen.Image")));
this.bt_fullscreen.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_fullscreen.Name = "bt_fullscreen";
this.bt_fullscreen.Size = new System.Drawing.Size(112, 39);
this.bt_fullscreen.Size = new System.Drawing.Size(97, 41);
this.bt_fullscreen.Text = "개별보기";
this.bt_fullscreen.Click += new System.EventHandler(this.bt_fullscreen_Click);
//
@@ -239,7 +239,7 @@ namespace vmsnet
this.bt_tviewr.Image = ((System.Drawing.Image)(resources.GetObject("bt_tviewr.Image")));
this.bt_tviewr.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_tviewr.Name = "bt_tviewr";
this.bt_tviewr.Size = new System.Drawing.Size(177, 39);
this.bt_tviewr.Size = new System.Drawing.Size(152, 41);
this.bt_tviewr.Text = "실시간트렌드(F1)";
this.bt_tviewr.Click += new System.EventHandler(this.bt_tviewr_Click);
//
@@ -249,7 +249,7 @@ namespace vmsnet
this.bt_save.Image = ((System.Drawing.Image)(resources.GetObject("bt_save.Image")));
this.bt_save.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_save.Name = "bt_save";
this.bt_save.Size = new System.Drawing.Size(105, 39);
this.bt_save.Size = new System.Drawing.Size(92, 41);
this.bt_save.Text = "저장(F5)";
this.bt_save.Click += new System.EventHandler(this.bt_save_Click);
//
@@ -263,7 +263,7 @@ namespace vmsnet
this.ToolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton2.Image")));
this.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton2.Name = "ToolStripButton2";
this.ToolStripButton2.Size = new System.Drawing.Size(141, 39);
this.ToolStripButton2.Size = new System.Drawing.Size(122, 41);
this.ToolStripButton2.Text = "소리끄기(F2)";
this.ToolStripButton2.Click += new System.EventHandler(this.ToolStripButton2_Click);
//
@@ -279,7 +279,7 @@ namespace vmsnet
//
// Frm_Sub
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(929, 776);
this.Controls.Add(this.TableLayoutPanel1);