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

@@ -125,16 +125,16 @@ namespace vmsnet
this.lbPLC,
this.lbINDI,
this.lb_status});
this.StatusStrip1.Location = new System.Drawing.Point(0, 747);
this.StatusStrip1.Location = new System.Drawing.Point(0, 753);
this.StatusStrip1.Name = "StatusStrip1";
this.StatusStrip1.Size = new System.Drawing.Size(1561, 32);
this.StatusStrip1.Size = new System.Drawing.Size(1561, 26);
this.StatusStrip1.TabIndex = 1;
this.StatusStrip1.Text = "StatusStrip1";
//
// lb_diskfree
//
this.lb_diskfree.Name = "lb_diskfree";
this.lb_diskfree.Size = new System.Drawing.Size(122, 25);
this.lb_diskfree.Size = new System.Drawing.Size(99, 20);
this.lb_diskfree.Text = "<FreeSpace>";
//
// lb_chcount
@@ -142,21 +142,21 @@ namespace vmsnet
this.lb_chcount.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lb_chcount.ForeColor = System.Drawing.Color.Navy;
this.lb_chcount.Name = "lb_chcount";
this.lb_chcount.Size = new System.Drawing.Size(110, 25);
this.lb_chcount.Size = new System.Drawing.Size(91, 20);
this.lb_chcount.Text = "<장치정보>";
//
// lb_msec
//
this.lb_msec.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lb_msec.Name = "lb_msec";
this.lb_msec.Size = new System.Drawing.Size(86, 25);
this.lb_msec.Size = new System.Drawing.Size(71, 20);
this.lb_msec.Text = "<MSEC>";
//
// lb_Saved
//
this.lb_Saved.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lb_Saved.Name = "lb_Saved";
this.lb_Saved.Size = new System.Drawing.Size(121, 25);
this.lb_Saved.Size = new System.Drawing.Size(100, 20);
this.lb_Saved.Text = "<LASTSAVE>";
this.lb_Saved.Click += new System.EventHandler(this.lb_Saved_Click);
//
@@ -164,7 +164,7 @@ namespace vmsnet
//
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 = "●";
//
// lbMonitor
@@ -172,7 +172,7 @@ namespace vmsnet
this.lbMonitor.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lbMonitor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.lbMonitor.Name = "lbMonitor";
this.lbMonitor.Size = new System.Drawing.Size(125, 25);
this.lbMonitor.Size = new System.Drawing.Size(105, 20);
this.lbMonitor.Text = "<MONITOR>";
//
// lbPLC
@@ -180,7 +180,7 @@ namespace vmsnet
this.lbPLC.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lbPLC.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.lbPLC.Name = "lbPLC";
this.lbPLC.Size = new System.Drawing.Size(69, 25);
this.lbPLC.Size = new System.Drawing.Size(58, 20);
this.lbPLC.Text = "<PLC>";
//
// lbINDI
@@ -188,7 +188,7 @@ namespace vmsnet
this.lbINDI.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lbINDI.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.lbINDI.Name = "lbINDI";
this.lbINDI.Size = new System.Drawing.Size(137, 25);
this.lbINDI.Size = new System.Drawing.Size(116, 20);
this.lbINDI.Text = "<INDICATOR>";
//
// lb_status
@@ -196,7 +196,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(104, 25);
this.lb_status.Size = new System.Drawing.Size(87, 20);
this.lb_status.Text = "<STATUS>";
//
// ToolStrip1
@@ -251,7 +251,7 @@ namespace vmsnet
this.btMonitorOn.Image = ((System.Drawing.Image)(resources.GetObject("btMonitorOn.Image")));
this.btMonitorOn.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btMonitorOn.Name = "btMonitorOn";
this.btMonitorOn.Size = new System.Drawing.Size(168, 39);
this.btMonitorOn.Size = new System.Drawing.Size(146, 41);
this.btMonitorOn.Text = "Monitor On/Off";
this.btMonitorOn.Click += new System.EventHandler(this.toolStripButton3_Click_1);
//
@@ -260,7 +260,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);
//
@@ -270,7 +270,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.ToolStripButton3_Click);
//
@@ -280,7 +280,7 @@ namespace vmsnet
this.bt_tview.Image = ((System.Drawing.Image)(resources.GetObject("bt_tview.Image")));
this.bt_tview.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_tview.Name = "bt_tview";
this.bt_tview.Size = new System.Drawing.Size(159, 39);
this.bt_tview.Size = new System.Drawing.Size(137, 41);
this.bt_tview.Text = "과거트렌드(F1)";
this.bt_tview.Click += new System.EventHandler(this.ToolStripButton1_Click_2);
//
@@ -290,7 +290,7 @@ namespace vmsnet
this.bt_alamhistory.Image = ((System.Drawing.Image)(resources.GetObject("bt_alamhistory.Image")));
this.bt_alamhistory.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_alamhistory.Name = "bt_alamhistory";
this.bt_alamhistory.Size = new System.Drawing.Size(141, 39);
this.bt_alamhistory.Size = new System.Drawing.Size(122, 41);
this.bt_alamhistory.Text = "알람목록(F3)";
this.bt_alamhistory.Click += new System.EventHandler(this.ToolStripButton2_Click_1);
//
@@ -300,7 +300,7 @@ namespace vmsnet
this.bt_alamsetup.Image = ((System.Drawing.Image)(resources.GetObject("bt_alamsetup.Image")));
this.bt_alamsetup.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_alamsetup.Name = "bt_alamsetup";
this.bt_alamsetup.Size = new System.Drawing.Size(141, 39);
this.bt_alamsetup.Size = new System.Drawing.Size(122, 41);
this.bt_alamsetup.Text = "알람설정(F4)";
this.bt_alamsetup.Click += new System.EventHandler(this.ToolStripButton1_Click_4);
//
@@ -310,7 +310,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);
//
@@ -319,7 +319,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);
//
@@ -329,7 +329,7 @@ namespace vmsnet
this.bt_print.Image = ((System.Drawing.Image)(resources.GetObject("bt_print.Image")));
this.bt_print.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_print.Name = "bt_print";
this.bt_print.Size = new System.Drawing.Size(105, 39);
this.bt_print.Size = new System.Drawing.Size(92, 41);
this.bt_print.Text = "인쇄(F9)";
this.bt_print.Visible = false;
this.bt_print.Click += new System.EventHandler(this.bt_print_Click);
@@ -345,7 +345,7 @@ namespace vmsnet
this.bt_show2ndwindow.Image = ((System.Drawing.Image)(resources.GetObject("bt_show2ndwindow.Image")));
this.bt_show2ndwindow.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_show2ndwindow.Name = "bt_show2ndwindow";
this.bt_show2ndwindow.Size = new System.Drawing.Size(94, 39);
this.bt_show2ndwindow.Size = new System.Drawing.Size(82, 41);
this.bt_show2ndwindow.Text = "보조창";
this.bt_show2ndwindow.Visible = false;
this.bt_show2ndwindow.Click += new System.EventHandler(this.bt_show2ndwindow_Click);
@@ -357,7 +357,7 @@ namespace vmsnet
this.bt_config.Image = ((System.Drawing.Image)(resources.GetObject("bt_config.Image")));
this.bt_config.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_config.Name = "bt_config";
this.bt_config.Size = new System.Drawing.Size(76, 39);
this.bt_config.Size = new System.Drawing.Size(67, 41);
this.bt_config.Text = "설정";
this.bt_config.Click += new System.EventHandler(this.btConfig_Click);
//
@@ -367,7 +367,7 @@ namespace vmsnet
this.ToolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton1.Image")));
this.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton1.Name = "ToolStripButton1";
this.ToolStripButton1.Size = new System.Drawing.Size(76, 39);
this.ToolStripButton1.Size = new System.Drawing.Size(67, 41);
this.ToolStripButton1.Text = "정보";
this.ToolStripButton1.Click += new System.EventHandler(this.ToolStripButton1_Click_6);
//
@@ -376,7 +376,7 @@ namespace vmsnet
this.btLog.Image = ((System.Drawing.Image)(resources.GetObject("btLog.Image")));
this.btLog.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btLog.Name = "btLog";
this.btLog.Size = new System.Drawing.Size(112, 29);
this.btLog.Size = new System.Drawing.Size(97, 41);
this.btLog.Text = "운영로그";
this.btLog.Click += new System.EventHandler(this.toolStripButton3_Click_2);
//
@@ -385,7 +385,7 @@ namespace vmsnet
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(112, 29);
this.toolStripButton3.Size = new System.Drawing.Size(97, 41);
this.toolStripButton3.Text = "저장폴더";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click_3);
//
@@ -434,7 +434,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(1561, 703);
this.TableLayoutPanel1.Size = new System.Drawing.Size(1561, 709);
this.TableLayoutPanel1.TabIndex = 5;
//
// Panel1
@@ -455,7 +455,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(657, 45);
this.cmb_tanks.Size = new System.Drawing.Size(657, 38);
this.cmb_tanks.TabIndex = 5;
this.cmb_tanks.SelectedIndexChanged += new System.EventHandler(this.cmb_group_SelectedIndexChanged);
//
@@ -488,13 +488,13 @@ namespace vmsnet
this.cmbt_x_gap_21600,
this.cmbt_x_gap_43200});
this.menus_xgap.Name = "menus_xgap";
this.menus_xgap.Size = new System.Drawing.Size(198, 32);
this.menus_xgap.Size = new System.Drawing.Size(173, 24);
this.menus_xgap.Text = "X축 간격";
//
// cmbt_x_gap_5
//
this.cmbt_x_gap_5.Name = "cmbt_x_gap_5";
this.cmbt_x_gap_5.Size = new System.Drawing.Size(170, 34);
this.cmbt_x_gap_5.Size = new System.Drawing.Size(138, 26);
this.cmbt_x_gap_5.Tag = "5";
this.cmbt_x_gap_5.Text = "5초";
//
@@ -504,7 +504,7 @@ namespace vmsnet
this.cmbt_x_gap_10.CheckOnClick = true;
this.cmbt_x_gap_10.CheckState = System.Windows.Forms.CheckState.Checked;
this.cmbt_x_gap_10.Name = "cmbt_x_gap_10";
this.cmbt_x_gap_10.Size = new System.Drawing.Size(170, 34);
this.cmbt_x_gap_10.Size = new System.Drawing.Size(138, 26);
this.cmbt_x_gap_10.Tag = "10";
this.cmbt_x_gap_10.Text = "10초";
//
@@ -512,7 +512,7 @@ namespace vmsnet
//
this.cmbt_x_gap_30.CheckOnClick = true;
this.cmbt_x_gap_30.Name = "cmbt_x_gap_30";
this.cmbt_x_gap_30.Size = new System.Drawing.Size(170, 34);
this.cmbt_x_gap_30.Size = new System.Drawing.Size(138, 26);
this.cmbt_x_gap_30.Tag = "30";
this.cmbt_x_gap_30.Text = "30초";
//
@@ -520,14 +520,14 @@ namespace vmsnet
//
this.cmbt_x_gap_60.CheckOnClick = true;
this.cmbt_x_gap_60.Name = "cmbt_x_gap_60";
this.cmbt_x_gap_60.Size = new System.Drawing.Size(170, 34);
this.cmbt_x_gap_60.Size = new System.Drawing.Size(138, 26);
this.cmbt_x_gap_60.Tag = "60";
this.cmbt_x_gap_60.Text = "1분";
//
// cmbt_x_gap_600
//
this.cmbt_x_gap_600.Name = "cmbt_x_gap_600";
this.cmbt_x_gap_600.Size = new System.Drawing.Size(170, 34);
this.cmbt_x_gap_600.Size = new System.Drawing.Size(138, 26);
this.cmbt_x_gap_600.Tag = "600";
this.cmbt_x_gap_600.Text = "10분";
//
@@ -535,7 +535,7 @@ namespace vmsnet
//
this.cmbt_x_gap_1800.CheckOnClick = true;
this.cmbt_x_gap_1800.Name = "cmbt_x_gap_1800";
this.cmbt_x_gap_1800.Size = new System.Drawing.Size(170, 34);
this.cmbt_x_gap_1800.Size = new System.Drawing.Size(138, 26);
this.cmbt_x_gap_1800.Tag = "1800";
this.cmbt_x_gap_1800.Text = "30분";
//
@@ -543,7 +543,7 @@ namespace vmsnet
//
this.cmbt_x_gap_3600.CheckOnClick = true;
this.cmbt_x_gap_3600.Name = "cmbt_x_gap_3600";
this.cmbt_x_gap_3600.Size = new System.Drawing.Size(170, 34);
this.cmbt_x_gap_3600.Size = new System.Drawing.Size(138, 26);
this.cmbt_x_gap_3600.Tag = "3600";
this.cmbt_x_gap_3600.Text = "1시간";
//
@@ -551,7 +551,7 @@ namespace vmsnet
//
this.cmbt_x_gap_21600.CheckOnClick = true;
this.cmbt_x_gap_21600.Name = "cmbt_x_gap_21600";
this.cmbt_x_gap_21600.Size = new System.Drawing.Size(170, 34);
this.cmbt_x_gap_21600.Size = new System.Drawing.Size(138, 26);
this.cmbt_x_gap_21600.Tag = "21600";
this.cmbt_x_gap_21600.Text = "6시간";
//
@@ -559,7 +559,7 @@ namespace vmsnet
//
this.cmbt_x_gap_43200.CheckOnClick = true;
this.cmbt_x_gap_43200.Name = "cmbt_x_gap_43200";
this.cmbt_x_gap_43200.Size = new System.Drawing.Size(170, 34);
this.cmbt_x_gap_43200.Size = new System.Drawing.Size(138, 26);
this.cmbt_x_gap_43200.Tag = "43200";
this.cmbt_x_gap_43200.Text = "12시간";
//
@@ -571,14 +571,14 @@ namespace vmsnet
this.cmbt_x_21600,
this.cmbt_x_43200});
this.menus_xterm.Name = "menus_xterm";
this.menus_xterm.Size = new System.Drawing.Size(198, 32);
this.menus_xterm.Size = new System.Drawing.Size(173, 24);
this.menus_xterm.Text = "X축 범위";
//
// cmbt_x_1800
//
this.cmbt_x_1800.CheckOnClick = true;
this.cmbt_x_1800.Name = "cmbt_x_1800";
this.cmbt_x_1800.Size = new System.Drawing.Size(170, 34);
this.cmbt_x_1800.Size = new System.Drawing.Size(138, 26);
this.cmbt_x_1800.Tag = "1800";
this.cmbt_x_1800.Text = "30분";
//
@@ -588,7 +588,7 @@ namespace vmsnet
this.cmbt_x_3600.CheckOnClick = true;
this.cmbt_x_3600.CheckState = System.Windows.Forms.CheckState.Checked;
this.cmbt_x_3600.Name = "cmbt_x_3600";
this.cmbt_x_3600.Size = new System.Drawing.Size(170, 34);
this.cmbt_x_3600.Size = new System.Drawing.Size(138, 26);
this.cmbt_x_3600.Tag = "3600";
this.cmbt_x_3600.Text = "1시간";
//
@@ -596,7 +596,7 @@ namespace vmsnet
//
this.cmbt_x_21600.CheckOnClick = true;
this.cmbt_x_21600.Name = "cmbt_x_21600";
this.cmbt_x_21600.Size = new System.Drawing.Size(170, 34);
this.cmbt_x_21600.Size = new System.Drawing.Size(138, 26);
this.cmbt_x_21600.Tag = "21600";
this.cmbt_x_21600.Text = "6시간";
//
@@ -604,7 +604,7 @@ namespace vmsnet
//
this.cmbt_x_43200.CheckOnClick = true;
this.cmbt_x_43200.Name = "cmbt_x_43200";
this.cmbt_x_43200.Size = new System.Drawing.Size(170, 34);
this.cmbt_x_43200.Size = new System.Drawing.Size(138, 26);
this.cmbt_x_43200.Tag = "43200";
this.cmbt_x_43200.Text = "12시간";
//
@@ -618,14 +618,14 @@ namespace vmsnet
this.cmbt_y_2_0,
this.cmbt_y_5_0});
this.menus_ygap.Name = "menus_ygap";
this.menus_ygap.Size = new System.Drawing.Size(198, 32);
this.menus_ygap.Size = new System.Drawing.Size(173, 24);
this.menus_ygap.Text = "Y축 간격";
//
// cmbt_y_0_1
//
this.cmbt_y_0_1.CheckOnClick = true;
this.cmbt_y_0_1.Name = "cmbt_y_0_1";
this.cmbt_y_0_1.Size = new System.Drawing.Size(138, 34);
this.cmbt_y_0_1.Size = new System.Drawing.Size(111, 26);
this.cmbt_y_0_1.Tag = "0.1";
this.cmbt_y_0_1.Text = "0.1";
//
@@ -635,7 +635,7 @@ namespace vmsnet
this.cmbt_y_0_5.CheckOnClick = true;
this.cmbt_y_0_5.CheckState = System.Windows.Forms.CheckState.Checked;
this.cmbt_y_0_5.Name = "cmbt_y_0_5";
this.cmbt_y_0_5.Size = new System.Drawing.Size(138, 34);
this.cmbt_y_0_5.Size = new System.Drawing.Size(111, 26);
this.cmbt_y_0_5.Tag = "0.5";
this.cmbt_y_0_5.Text = "0.5";
//
@@ -643,7 +643,7 @@ namespace vmsnet
//
this.cmbt_y_1_0.CheckOnClick = true;
this.cmbt_y_1_0.Name = "cmbt_y_1_0";
this.cmbt_y_1_0.Size = new System.Drawing.Size(138, 34);
this.cmbt_y_1_0.Size = new System.Drawing.Size(111, 26);
this.cmbt_y_1_0.Tag = "1.0";
this.cmbt_y_1_0.Text = "1.0";
//
@@ -651,7 +651,7 @@ namespace vmsnet
//
this.cmbt_y_1_5.CheckOnClick = true;
this.cmbt_y_1_5.Name = "cmbt_y_1_5";
this.cmbt_y_1_5.Size = new System.Drawing.Size(138, 34);
this.cmbt_y_1_5.Size = new System.Drawing.Size(111, 26);
this.cmbt_y_1_5.Tag = "1.5";
this.cmbt_y_1_5.Text = "1.5";
//
@@ -659,7 +659,7 @@ namespace vmsnet
//
this.cmbt_y_2_0.CheckOnClick = true;
this.cmbt_y_2_0.Name = "cmbt_y_2_0";
this.cmbt_y_2_0.Size = new System.Drawing.Size(138, 34);
this.cmbt_y_2_0.Size = new System.Drawing.Size(111, 26);
this.cmbt_y_2_0.Tag = "2.0";
this.cmbt_y_2_0.Text = "2.0";
//
@@ -667,38 +667,38 @@ namespace vmsnet
//
this.cmbt_y_5_0.CheckOnClick = true;
this.cmbt_y_5_0.Name = "cmbt_y_5_0";
this.cmbt_y_5_0.Size = new System.Drawing.Size(138, 34);
this.cmbt_y_5_0.Size = new System.Drawing.Size(111, 26);
this.cmbt_y_5_0.Tag = "5.0";
this.cmbt_y_5_0.Text = "5.0";
//
// ToolStripMenuItem2
//
this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
this.ToolStripMenuItem2.Size = new System.Drawing.Size(195, 6);
this.ToolStripMenuItem2.Size = new System.Drawing.Size(170, 6);
//
// menus_winsize
//
this.menus_winsize.Name = "menus_winsize";
this.menus_winsize.Size = new System.Drawing.Size(198, 32);
this.menus_winsize.Size = new System.Drawing.Size(173, 24);
this.menus_winsize.Text = "창 크기";
//
// GraphReSetToolStripMenuItem
//
this.GraphReSetToolStripMenuItem.Name = "GraphReSetToolStripMenuItem";
this.GraphReSetToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
this.GraphReSetToolStripMenuItem.Size = new System.Drawing.Size(173, 24);
this.GraphReSetToolStripMenuItem.Text = "그래프 초기화";
this.GraphReSetToolStripMenuItem.Click += new System.EventHandler(this.GraphReSetToolStripMenuItem_Click);
//
// ToolStripMenuItem3
//
this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
this.ToolStripMenuItem3.Size = new System.Drawing.Size(195, 6);
this.ToolStripMenuItem3.Size = new System.Drawing.Size(170, 6);
//
// DataPointToolStripMenuItem
//
this.DataPointToolStripMenuItem.CheckOnClick = true;
this.DataPointToolStripMenuItem.Name = "DataPointToolStripMenuItem";
this.DataPointToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
this.DataPointToolStripMenuItem.Size = new System.Drawing.Size(173, 24);
this.DataPointToolStripMenuItem.Text = "Data Point";
this.DataPointToolStripMenuItem.Click += new System.EventHandler(this.DataPointToolStripMenuItem_Click);
//
@@ -707,14 +707,14 @@ namespace vmsnet
this.DebugMsgToolStripMenuItem.CheckOnClick = true;
this.DebugMsgToolStripMenuItem.ForeColor = System.Drawing.Color.Gray;
this.DebugMsgToolStripMenuItem.Name = "DebugMsgToolStripMenuItem";
this.DebugMsgToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
this.DebugMsgToolStripMenuItem.Size = new System.Drawing.Size(173, 24);
this.DebugMsgToolStripMenuItem.Text = "Debug Msg";
this.DebugMsgToolStripMenuItem.Click += new System.EventHandler(this.DebugMsgToolStripMenuItem_Click);
//
// ToolStripMenuItem4
//
this.ToolStripMenuItem4.Name = "ToolStripMenuItem4";
this.ToolStripMenuItem4.Size = new System.Drawing.Size(195, 6);
this.ToolStripMenuItem4.Size = new System.Drawing.Size(170, 6);
//
// cm1
//
@@ -731,7 +731,7 @@ namespace vmsnet
this.DebugMsgToolStripMenuItem,
this.ToolStripMenuItem4});
this.cm1.Name = "ContextMenuStrip1";
this.cm1.Size = new System.Drawing.Size(199, 246);
this.cm1.Size = new System.Drawing.Size(174, 190);
//
// documentElement1
//
@@ -745,7 +745,7 @@ namespace vmsnet
//
// FMain
//
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(1561, 779);
this.Controls.Add(this.TableLayoutPanel1);