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

@@ -32,11 +32,12 @@ namespace vmsnet
//코드 편집기를 사용하여 수정하지 마십시오. //코드 편집기를 사용하여 수정하지 마십시오.
[System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent() [System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent()
{ {
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Alamlist)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Alamlist));
System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("1900-01-01 00:00:00"); System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("1900-01-01 00:00:00");
this.bn = new System.Windows.Forms.BindingNavigator(); this.bn = new System.Windows.Forms.BindingNavigator(this.components);
this.BindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.BindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bs = new System.Windows.Forms.BindingSource(); this.bs = new System.Windows.Forms.BindingSource(this.components);
this.documentElement1 = new vmsnet.DocumentElement(); this.documentElement1 = new vmsnet.DocumentElement();
this.BindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.BindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.BindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.BindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
@@ -104,14 +105,14 @@ namespace vmsnet
this.ToolStripSeparator1, this.ToolStripSeparator1,
this.prb1, this.prb1,
this.toolStripLabel1}); this.toolStripLabel1});
this.bn.Location = new System.Drawing.Point(0, 697); this.bn.Location = new System.Drawing.Point(0, 699);
this.bn.MoveFirstItem = this.BindingNavigatorMoveFirstItem; this.bn.MoveFirstItem = this.BindingNavigatorMoveFirstItem;
this.bn.MoveLastItem = this.BindingNavigatorMoveLastItem; this.bn.MoveLastItem = this.BindingNavigatorMoveLastItem;
this.bn.MoveNextItem = this.BindingNavigatorMoveNextItem; this.bn.MoveNextItem = this.BindingNavigatorMoveNextItem;
this.bn.MovePreviousItem = this.BindingNavigatorMovePreviousItem; this.bn.MovePreviousItem = this.BindingNavigatorMovePreviousItem;
this.bn.Name = "bn"; this.bn.Name = "bn";
this.bn.PositionItem = this.BindingNavigatorPositionItem; this.bn.PositionItem = this.BindingNavigatorPositionItem;
this.bn.Size = new System.Drawing.Size(1193, 38); this.bn.Size = new System.Drawing.Size(1193, 36);
this.bn.TabIndex = 5; this.bn.TabIndex = 5;
this.bn.Text = "BindingNavigator1"; this.bn.Text = "BindingNavigator1";
// //
@@ -121,7 +122,7 @@ namespace vmsnet
this.BindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorAddNewItem.Image"))); this.BindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorAddNewItem.Image")));
this.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"; this.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem";
this.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.BindingNavigatorAddNewItem.Size = new System.Drawing.Size(34, 33); this.BindingNavigatorAddNewItem.Size = new System.Drawing.Size(29, 33);
this.BindingNavigatorAddNewItem.Text = "새로 추가"; this.BindingNavigatorAddNewItem.Text = "새로 추가";
this.BindingNavigatorAddNewItem.Visible = false; this.BindingNavigatorAddNewItem.Visible = false;
// //
@@ -138,7 +139,7 @@ namespace vmsnet
// BindingNavigatorCountItem // BindingNavigatorCountItem
// //
this.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"; this.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem";
this.BindingNavigatorCountItem.Size = new System.Drawing.Size(39, 33); this.BindingNavigatorCountItem.Size = new System.Drawing.Size(33, 33);
this.BindingNavigatorCountItem.Text = "/{0}"; this.BindingNavigatorCountItem.Text = "/{0}";
this.BindingNavigatorCountItem.ToolTipText = "전체 항목 수"; this.BindingNavigatorCountItem.ToolTipText = "전체 항목 수";
// //
@@ -148,7 +149,7 @@ namespace vmsnet
this.BindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorDeleteItem.Image"))); this.BindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorDeleteItem.Image")));
this.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"; this.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem";
this.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
this.BindingNavigatorDeleteItem.Size = new System.Drawing.Size(34, 33); this.BindingNavigatorDeleteItem.Size = new System.Drawing.Size(29, 33);
this.BindingNavigatorDeleteItem.Text = "삭제"; this.BindingNavigatorDeleteItem.Text = "삭제";
this.BindingNavigatorDeleteItem.Visible = false; this.BindingNavigatorDeleteItem.Visible = false;
// //
@@ -158,7 +159,7 @@ namespace vmsnet
this.BindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveFirstItem.Image"))); this.BindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveFirstItem.Image")));
this.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"; this.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem";
this.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true; this.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.BindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(34, 33); this.BindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(29, 33);
this.BindingNavigatorMoveFirstItem.Text = "처음으로 이동"; this.BindingNavigatorMoveFirstItem.Text = "처음으로 이동";
// //
// BindingNavigatorMovePreviousItem // BindingNavigatorMovePreviousItem
@@ -167,13 +168,13 @@ namespace vmsnet
this.BindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMovePreviousItem.Image"))); this.BindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMovePreviousItem.Image")));
this.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"; this.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem";
this.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true; this.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.BindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(34, 33); this.BindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(29, 33);
this.BindingNavigatorMovePreviousItem.Text = "이전으로 이동"; this.BindingNavigatorMovePreviousItem.Text = "이전으로 이동";
// //
// BindingNavigatorSeparator // BindingNavigatorSeparator
// //
this.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"; this.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator";
this.BindingNavigatorSeparator.Size = new System.Drawing.Size(6, 38); this.BindingNavigatorSeparator.Size = new System.Drawing.Size(6, 36);
// //
// BindingNavigatorPositionItem // BindingNavigatorPositionItem
// //
@@ -188,7 +189,7 @@ namespace vmsnet
// BindingNavigatorSeparator1 // BindingNavigatorSeparator1
// //
this.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"; this.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1";
this.BindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 38); this.BindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 36);
// //
// BindingNavigatorMoveNextItem // BindingNavigatorMoveNextItem
// //
@@ -196,7 +197,7 @@ namespace vmsnet
this.BindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveNextItem.Image"))); this.BindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveNextItem.Image")));
this.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"; this.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem";
this.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true; this.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.BindingNavigatorMoveNextItem.Size = new System.Drawing.Size(34, 33); this.BindingNavigatorMoveNextItem.Size = new System.Drawing.Size(29, 33);
this.BindingNavigatorMoveNextItem.Text = "다음으로 이동"; this.BindingNavigatorMoveNextItem.Text = "다음으로 이동";
// //
// BindingNavigatorMoveLastItem // BindingNavigatorMoveLastItem
@@ -205,18 +206,18 @@ namespace vmsnet
this.BindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveLastItem.Image"))); this.BindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveLastItem.Image")));
this.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"; this.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem";
this.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true; this.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.BindingNavigatorMoveLastItem.Size = new System.Drawing.Size(34, 33); this.BindingNavigatorMoveLastItem.Size = new System.Drawing.Size(29, 33);
this.BindingNavigatorMoveLastItem.Text = "마지막으로 이동"; this.BindingNavigatorMoveLastItem.Text = "마지막으로 이동";
// //
// BindingNavigatorSeparator2 // BindingNavigatorSeparator2
// //
this.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"; this.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2";
this.BindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 38); this.BindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 36);
// //
// ToolStripSeparator2 // ToolStripSeparator2
// //
this.ToolStripSeparator2.Name = "ToolStripSeparator2"; this.ToolStripSeparator2.Name = "ToolStripSeparator2";
this.ToolStripSeparator2.Size = new System.Drawing.Size(6, 38); this.ToolStripSeparator2.Size = new System.Drawing.Size(6, 36);
// //
// tb_search // tb_search
// //
@@ -224,19 +225,19 @@ namespace vmsnet
this.tb_search.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tb_search.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_search.Font = new System.Drawing.Font("맑은 고딕", 9F); this.tb_search.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.tb_search.Name = "tb_search"; this.tb_search.Name = "tb_search";
this.tb_search.Size = new System.Drawing.Size(100, 38); this.tb_search.Size = new System.Drawing.Size(100, 36);
this.tb_search.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ToolStripTextBox1_KeyUp); this.tb_search.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ToolStripTextBox1_KeyUp);
// //
// ToolStripLabel5 // ToolStripLabel5
// //
this.ToolStripLabel5.Name = "ToolStripLabel5"; this.ToolStripLabel5.Name = "ToolStripLabel5";
this.ToolStripLabel5.Size = new System.Drawing.Size(48, 33); this.ToolStripLabel5.Size = new System.Drawing.Size(39, 33);
this.ToolStripLabel5.Text = "검색"; this.ToolStripLabel5.Text = "검색";
// //
// ToolStripSeparator1 // ToolStripSeparator1
// //
this.ToolStripSeparator1.Name = "ToolStripSeparator1"; this.ToolStripSeparator1.Name = "ToolStripSeparator1";
this.ToolStripSeparator1.Size = new System.Drawing.Size(6, 38); this.ToolStripSeparator1.Size = new System.Drawing.Size(6, 36);
// //
// prb1 // prb1
// //
@@ -246,7 +247,7 @@ namespace vmsnet
// toolStripLabel1 // toolStripLabel1
// //
this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(48, 33); this.toolStripLabel1.Size = new System.Drawing.Size(40, 33);
this.toolStripLabel1.Text = "path"; this.toolStripLabel1.Text = "path";
// //
// panel1 // panel1
@@ -285,7 +286,7 @@ namespace vmsnet
"Over-Off"}); "Over-Off"});
this.cmb_gubun.Location = new System.Drawing.Point(756, 5); this.cmb_gubun.Location = new System.Drawing.Point(756, 5);
this.cmb_gubun.Name = "cmb_gubun"; this.cmb_gubun.Name = "cmb_gubun";
this.cmb_gubun.Size = new System.Drawing.Size(104, 63); this.cmb_gubun.Size = new System.Drawing.Size(104, 54);
this.cmb_gubun.TabIndex = 1; this.cmb_gubun.TabIndex = 1;
// //
// label1 // label1
@@ -307,7 +308,7 @@ namespace vmsnet
this.tb_etime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.tb_etime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.tb_etime.Location = new System.Drawing.Point(396, 5); this.tb_etime.Location = new System.Drawing.Point(396, 5);
this.tb_etime.Name = "tb_etime"; this.tb_etime.Name = "tb_etime";
this.tb_etime.Size = new System.Drawing.Size(299, 61); this.tb_etime.Size = new System.Drawing.Size(299, 52);
this.tb_etime.TabIndex = 5; this.tb_etime.TabIndex = 5;
// //
// button1 // button1
@@ -340,7 +341,7 @@ namespace vmsnet
this.tb_stime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.tb_stime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.tb_stime.Location = new System.Drawing.Point(66, 5); this.tb_stime.Location = new System.Drawing.Point(66, 5);
this.tb_stime.Name = "tb_stime"; this.tb_stime.Name = "tb_stime";
this.tb_stime.Size = new System.Drawing.Size(299, 61); this.tb_stime.Size = new System.Drawing.Size(299, 52);
this.tb_stime.TabIndex = 3; this.tb_stime.TabIndex = 3;
// //
// label2 // label2
@@ -371,7 +372,7 @@ namespace vmsnet
listViewItem1}); listViewItem1});
this.listView1.Location = new System.Drawing.Point(0, 55); this.listView1.Location = new System.Drawing.Point(0, 55);
this.listView1.Name = "listView1"; this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(1193, 642); this.listView1.Size = new System.Drawing.Size(1193, 644);
this.listView1.TabIndex = 7; this.listView1.TabIndex = 7;
this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details; this.listView1.View = System.Windows.Forms.View.Details;
@@ -415,7 +416,7 @@ namespace vmsnet
// //
// Frm_Alamlist // Frm_Alamlist
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1193, 735); this.ClientSize = new System.Drawing.Size(1193, 735);
this.Controls.Add(this.listView1); this.Controls.Add(this.listView1);

View File

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

View File

@@ -128,16 +128,16 @@ namespace vmsnet
this.TabControl1.Location = new System.Drawing.Point(987, 3); this.TabControl1.Location = new System.Drawing.Point(987, 3);
this.TabControl1.Name = "TabControl1"; this.TabControl1.Name = "TabControl1";
this.TabControl1.SelectedIndex = 0; this.TabControl1.SelectedIndex = 0;
this.TabControl1.Size = new System.Drawing.Size(194, 762); this.TabControl1.Size = new System.Drawing.Size(194, 764);
this.TabControl1.TabIndex = 5; this.TabControl1.TabIndex = 5;
// //
// TabPage1 // TabPage1
// //
this.TabPage1.Controls.Add(this.dv_chlist); this.TabPage1.Controls.Add(this.dv_chlist);
this.TabPage1.Location = new System.Drawing.Point(4, 34); this.TabPage1.Location = new System.Drawing.Point(4, 29);
this.TabPage1.Name = "TabPage1"; this.TabPage1.Name = "TabPage1";
this.TabPage1.Padding = new System.Windows.Forms.Padding(3); this.TabPage1.Padding = new System.Windows.Forms.Padding(3);
this.TabPage1.Size = new System.Drawing.Size(186, 724); this.TabPage1.Size = new System.Drawing.Size(186, 731);
this.TabPage1.TabIndex = 0; this.TabPage1.TabIndex = 0;
this.TabPage1.Text = "셀"; this.TabPage1.Text = "셀";
this.TabPage1.UseVisualStyleBackColor = true; this.TabPage1.UseVisualStyleBackColor = true;
@@ -171,7 +171,7 @@ namespace vmsnet
this.dv_chlist.RowHeadersWidth = 62; this.dv_chlist.RowHeadersWidth = 62;
this.dv_chlist.RowTemplate.Height = 23; this.dv_chlist.RowTemplate.Height = 23;
this.dv_chlist.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dv_chlist.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dv_chlist.Size = new System.Drawing.Size(180, 718); this.dv_chlist.Size = new System.Drawing.Size(180, 725);
this.dv_chlist.TabIndex = 6; this.dv_chlist.TabIndex = 6;
this.dv_chlist.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv_chlist_CellContentClick); this.dv_chlist.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv_chlist_CellContentClick);
this.dv_chlist.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.DataGridView1_CellFormatting); this.dv_chlist.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.DataGridView1_CellFormatting);
@@ -185,7 +185,7 @@ namespace vmsnet
this.useDataGridViewCheckBoxColumn.MinimumWidth = 10; this.useDataGridViewCheckBoxColumn.MinimumWidth = 10;
this.useDataGridViewCheckBoxColumn.Name = "useDataGridViewCheckBoxColumn"; this.useDataGridViewCheckBoxColumn.Name = "useDataGridViewCheckBoxColumn";
this.useDataGridViewCheckBoxColumn.ReadOnly = true; this.useDataGridViewCheckBoxColumn.ReadOnly = true;
this.useDataGridViewCheckBoxColumn.Width = 29; this.useDataGridViewCheckBoxColumn.Width = 24;
// //
// cnameDataGridViewTextBoxColumn1 // cnameDataGridViewTextBoxColumn1
// //
@@ -193,7 +193,7 @@ namespace vmsnet
this.cnameDataGridViewTextBoxColumn1.HeaderText = "채널"; this.cnameDataGridViewTextBoxColumn1.HeaderText = "채널";
this.cnameDataGridViewTextBoxColumn1.MinimumWidth = 8; this.cnameDataGridViewTextBoxColumn1.MinimumWidth = 8;
this.cnameDataGridViewTextBoxColumn1.Name = "cnameDataGridViewTextBoxColumn1"; this.cnameDataGridViewTextBoxColumn1.Name = "cnameDataGridViewTextBoxColumn1";
this.cnameDataGridViewTextBoxColumn1.Width = 78; this.cnameDataGridViewTextBoxColumn1.Width = 62;
// //
// c1DataGridViewTextBoxColumn // c1DataGridViewTextBoxColumn
// //
@@ -201,7 +201,7 @@ namespace vmsnet
this.c1DataGridViewTextBoxColumn.HeaderText = "C1"; this.c1DataGridViewTextBoxColumn.HeaderText = "C1";
this.c1DataGridViewTextBoxColumn.MinimumWidth = 8; this.c1DataGridViewTextBoxColumn.MinimumWidth = 8;
this.c1DataGridViewTextBoxColumn.Name = "c1DataGridViewTextBoxColumn"; this.c1DataGridViewTextBoxColumn.Name = "c1DataGridViewTextBoxColumn";
this.c1DataGridViewTextBoxColumn.Width = 74; this.c1DataGridViewTextBoxColumn.Width = 59;
// //
// c2DataGridViewTextBoxColumn // c2DataGridViewTextBoxColumn
// //
@@ -209,7 +209,7 @@ namespace vmsnet
this.c2DataGridViewTextBoxColumn.HeaderText = "C2"; this.c2DataGridViewTextBoxColumn.HeaderText = "C2";
this.c2DataGridViewTextBoxColumn.MinimumWidth = 8; this.c2DataGridViewTextBoxColumn.MinimumWidth = 8;
this.c2DataGridViewTextBoxColumn.Name = "c2DataGridViewTextBoxColumn"; this.c2DataGridViewTextBoxColumn.Name = "c2DataGridViewTextBoxColumn";
this.c2DataGridViewTextBoxColumn.Width = 74; this.c2DataGridViewTextBoxColumn.Width = 59;
// //
// ccDataGridViewTextBoxColumn // ccDataGridViewTextBoxColumn
// //
@@ -218,7 +218,7 @@ namespace vmsnet
this.ccDataGridViewTextBoxColumn.MinimumWidth = 8; this.ccDataGridViewTextBoxColumn.MinimumWidth = 8;
this.ccDataGridViewTextBoxColumn.Name = "ccDataGridViewTextBoxColumn"; this.ccDataGridViewTextBoxColumn.Name = "ccDataGridViewTextBoxColumn";
this.ccDataGridViewTextBoxColumn.Visible = false; this.ccDataGridViewTextBoxColumn.Visible = false;
this.ccDataGridViewTextBoxColumn.Width = 68; this.ccDataGridViewTextBoxColumn.Width = 52;
// //
// idxDataGridViewTextBoxColumn1 // idxDataGridViewTextBoxColumn1
// //
@@ -227,7 +227,7 @@ namespace vmsnet
this.idxDataGridViewTextBoxColumn1.MinimumWidth = 8; this.idxDataGridViewTextBoxColumn1.MinimumWidth = 8;
this.idxDataGridViewTextBoxColumn1.Name = "idxDataGridViewTextBoxColumn1"; this.idxDataGridViewTextBoxColumn1.Name = "idxDataGridViewTextBoxColumn1";
this.idxDataGridViewTextBoxColumn1.Visible = false; this.idxDataGridViewTextBoxColumn1.Visible = false;
this.idxDataGridViewTextBoxColumn1.Width = 73; this.idxDataGridViewTextBoxColumn1.Width = 56;
// //
// tidxDataGridViewTextBoxColumn // tidxDataGridViewTextBoxColumn
// //
@@ -236,7 +236,7 @@ namespace vmsnet
this.tidxDataGridViewTextBoxColumn.MinimumWidth = 8; this.tidxDataGridViewTextBoxColumn.MinimumWidth = 8;
this.tidxDataGridViewTextBoxColumn.Name = "tidxDataGridViewTextBoxColumn"; this.tidxDataGridViewTextBoxColumn.Name = "tidxDataGridViewTextBoxColumn";
this.tidxDataGridViewTextBoxColumn.Visible = false; this.tidxDataGridViewTextBoxColumn.Visible = false;
this.tidxDataGridViewTextBoxColumn.Width = 78; this.tidxDataGridViewTextBoxColumn.Width = 60;
// //
// bs_Channel // bs_Channel
// //
@@ -251,10 +251,10 @@ namespace vmsnet
// TabPage2 // TabPage2
// //
this.TabPage2.Controls.Add(this.PropertyGrid1); this.TabPage2.Controls.Add(this.PropertyGrid1);
this.TabPage2.Location = new System.Drawing.Point(4, 34); this.TabPage2.Location = new System.Drawing.Point(4, 29);
this.TabPage2.Name = "TabPage2"; this.TabPage2.Name = "TabPage2";
this.TabPage2.Padding = new System.Windows.Forms.Padding(3); this.TabPage2.Padding = new System.Windows.Forms.Padding(3);
this.TabPage2.Size = new System.Drawing.Size(186, 724); this.TabPage2.Size = new System.Drawing.Size(186, 729);
this.TabPage2.TabIndex = 1; this.TabPage2.TabIndex = 1;
this.TabPage2.Text = "기타"; this.TabPage2.Text = "기타";
this.TabPage2.UseVisualStyleBackColor = true; this.TabPage2.UseVisualStyleBackColor = true;
@@ -264,7 +264,7 @@ namespace vmsnet
this.PropertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.PropertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.PropertyGrid1.Location = new System.Drawing.Point(3, 3); this.PropertyGrid1.Location = new System.Drawing.Point(3, 3);
this.PropertyGrid1.Name = "PropertyGrid1"; this.PropertyGrid1.Name = "PropertyGrid1";
this.PropertyGrid1.Size = new System.Drawing.Size(180, 718); this.PropertyGrid1.Size = new System.Drawing.Size(180, 723);
this.PropertyGrid1.TabIndex = 0; this.PropertyGrid1.TabIndex = 0;
// //
// bt_cursor2 // bt_cursor2
@@ -311,12 +311,12 @@ namespace vmsnet
this.cm_grpmenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cm_grpmenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem3}); this.ToolStripMenuItem3});
this.cm_grpmenu.Name = "ContextMenuStrip1"; this.cm_grpmenu.Name = "ContextMenuStrip1";
this.cm_grpmenu.Size = new System.Drawing.Size(248, 36); this.cm_grpmenu.Size = new System.Drawing.Size(220, 28);
// //
// ToolStripMenuItem3 // ToolStripMenuItem3
// //
this.ToolStripMenuItem3.Name = "ToolStripMenuItem3"; this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
this.ToolStripMenuItem3.Size = new System.Drawing.Size(247, 32); this.ToolStripMenuItem3.Size = new System.Drawing.Size(219, 24);
this.ToolStripMenuItem3.Text = "Channel Index(TEST)"; this.ToolStripMenuItem3.Text = "Channel Index(TEST)";
this.ToolStripMenuItem3.Click += new System.EventHandler(this.ToolStripMenuItem3_Click); this.ToolStripMenuItem3.Click += new System.EventHandler(this.ToolStripMenuItem3_Click);
// //
@@ -338,7 +338,7 @@ namespace vmsnet
this.Panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.Panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.Panel1.Location = new System.Drawing.Point(3, 3); this.Panel1.Location = new System.Drawing.Point(3, 3);
this.Panel1.Name = "Panel1"; this.Panel1.Name = "Panel1";
this.Panel1.Size = new System.Drawing.Size(215, 762); this.Panel1.Size = new System.Drawing.Size(215, 764);
this.Panel1.TabIndex = 7; this.Panel1.TabIndex = 7;
// //
// dv_grp // dv_grp
@@ -376,7 +376,7 @@ namespace vmsnet
this.dv_grp.RowHeadersVisible = false; this.dv_grp.RowHeadersVisible = false;
this.dv_grp.RowHeadersWidth = 62; this.dv_grp.RowHeadersWidth = 62;
this.dv_grp.RowTemplate.Height = 23; this.dv_grp.RowTemplate.Height = 23;
this.dv_grp.Size = new System.Drawing.Size(213, 533); this.dv_grp.Size = new System.Drawing.Size(213, 535);
this.dv_grp.TabIndex = 0; this.dv_grp.TabIndex = 0;
this.dv_grp.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView2_CellDoubleClick); this.dv_grp.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView2_CellDoubleClick);
// //
@@ -432,7 +432,7 @@ namespace vmsnet
// label1 // label1
// //
this.label1.Dock = System.Windows.Forms.DockStyle.Bottom; this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label1.Location = new System.Drawing.Point(0, 566); this.label1.Location = new System.Drawing.Point(0, 568);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(213, 30); this.label1.Size = new System.Drawing.Size(213, 30);
this.label1.TabIndex = 23; this.label1.TabIndex = 23;
@@ -445,7 +445,7 @@ namespace vmsnet
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs_grp, "value", true)); this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs_grp, "value", true));
this.textBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.textBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.textBox1.Location = new System.Drawing.Point(0, 596); this.textBox1.Location = new System.Drawing.Point(0, 598);
this.textBox1.Multiline = true; this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1"; this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true; this.textBox1.ReadOnly = true;
@@ -458,7 +458,7 @@ namespace vmsnet
this.panel7.Controls.Add(this.bt_delgroup); this.panel7.Controls.Add(this.bt_delgroup);
this.panel7.Controls.Add(this.LinkLabel5); this.panel7.Controls.Add(this.LinkLabel5);
this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel7.Location = new System.Drawing.Point(0, 642); this.panel7.Location = new System.Drawing.Point(0, 644);
this.panel7.Name = "panel7"; this.panel7.Name = "panel7";
this.panel7.Padding = new System.Windows.Forms.Padding(5, 8, 0, 0); this.panel7.Padding = new System.Windows.Forms.Padding(5, 8, 0, 0);
this.panel7.Size = new System.Drawing.Size(213, 31); this.panel7.Size = new System.Drawing.Size(213, 31);
@@ -470,9 +470,9 @@ namespace vmsnet
this.bt_delgroup.Dock = System.Windows.Forms.DockStyle.Left; this.bt_delgroup.Dock = System.Windows.Forms.DockStyle.Left;
this.bt_delgroup.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.bt_delgroup.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.bt_delgroup.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.bt_delgroup.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.bt_delgroup.Location = new System.Drawing.Point(93, 8); this.bt_delgroup.Location = new System.Drawing.Point(91, 8);
this.bt_delgroup.Name = "bt_delgroup"; this.bt_delgroup.Name = "bt_delgroup";
this.bt_delgroup.Size = new System.Drawing.Size(88, 22); this.bt_delgroup.Size = new System.Drawing.Size(86, 18);
this.bt_delgroup.TabIndex = 11; this.bt_delgroup.TabIndex = 11;
this.bt_delgroup.TabStop = true; this.bt_delgroup.TabStop = true;
this.bt_delgroup.Text = "선택그룹삭제"; this.bt_delgroup.Text = "선택그룹삭제";
@@ -485,7 +485,7 @@ namespace vmsnet
this.LinkLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.LinkLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.LinkLabel5.Location = new System.Drawing.Point(5, 8); this.LinkLabel5.Location = new System.Drawing.Point(5, 8);
this.LinkLabel5.Name = "LinkLabel5"; this.LinkLabel5.Name = "LinkLabel5";
this.LinkLabel5.Size = new System.Drawing.Size(88, 22); this.LinkLabel5.Size = new System.Drawing.Size(86, 18);
this.LinkLabel5.TabIndex = 10; this.LinkLabel5.TabIndex = 10;
this.LinkLabel5.TabStop = true; this.LinkLabel5.TabStop = true;
this.LinkLabel5.Text = "신규그룹생성"; this.LinkLabel5.Text = "신규그룹생성";
@@ -501,7 +501,7 @@ namespace vmsnet
this.tableLayoutPanel2.Controls.Add(this.Button1, 1, 1); this.tableLayoutPanel2.Controls.Add(this.Button1, 1, 1);
this.tableLayoutPanel2.Controls.Add(this.bt_print, 0, 1); this.tableLayoutPanel2.Controls.Add(this.bt_print, 0, 1);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 673); this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 675);
this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2; this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
@@ -577,7 +577,7 @@ namespace vmsnet
this.cmb_group.FormattingEnabled = true; this.cmb_group.FormattingEnabled = true;
this.cmb_group.Location = new System.Drawing.Point(43, 5); this.cmb_group.Location = new System.Drawing.Point(43, 5);
this.cmb_group.Name = "cmb_group"; this.cmb_group.Name = "cmb_group";
this.cmb_group.Size = new System.Drawing.Size(170, 30); this.cmb_group.Size = new System.Drawing.Size(170, 26);
this.cmb_group.TabIndex = 16; this.cmb_group.TabIndex = 16;
this.cmb_group.SelectedIndexChanged += new System.EventHandler(this.cmb_group_SelectedIndexChanged); this.cmb_group.SelectedIndexChanged += new System.EventHandler(this.cmb_group_SelectedIndexChanged);
// //
@@ -598,19 +598,19 @@ namespace vmsnet
this.ToolStripMenuItem1, this.ToolStripMenuItem1,
this.ToolStripMenuItem2}); this.ToolStripMenuItem2});
this.ContextMenuStrip2.Name = "ContextMenuStrip1"; this.ContextMenuStrip2.Name = "ContextMenuStrip1";
this.ContextMenuStrip2.Size = new System.Drawing.Size(157, 68); this.ContextMenuStrip2.Size = new System.Drawing.Size(139, 52);
// //
// ToolStripMenuItem1 // ToolStripMenuItem1
// //
this.ToolStripMenuItem1.Name = "ToolStripMenuItem1"; this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
this.ToolStripMenuItem1.Size = new System.Drawing.Size(156, 32); this.ToolStripMenuItem1.Size = new System.Drawing.Size(138, 24);
this.ToolStripMenuItem1.Text = "신규생성"; this.ToolStripMenuItem1.Text = "신규생성";
this.ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click); this.ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
// //
// ToolStripMenuItem2 // ToolStripMenuItem2
// //
this.ToolStripMenuItem2.Name = "ToolStripMenuItem2"; this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
this.ToolStripMenuItem2.Size = new System.Drawing.Size(156, 32); this.ToolStripMenuItem2.Size = new System.Drawing.Size(138, 24);
this.ToolStripMenuItem2.Text = "선택삭제"; this.ToolStripMenuItem2.Text = "선택삭제";
this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click); this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
// //
@@ -648,40 +648,40 @@ namespace vmsnet
this.toolStripLabel2, this.toolStripLabel2,
this.toolStripLabel3, this.toolStripLabel3,
this.btConfig}); this.btConfig});
this.ToolStrip1.Location = new System.Drawing.Point(0, 768); this.ToolStrip1.Location = new System.Drawing.Point(0, 770);
this.ToolStrip1.Name = "ToolStrip1"; this.ToolStrip1.Name = "ToolStrip1";
this.ToolStrip1.Size = new System.Drawing.Size(1184, 33); this.ToolStrip1.Size = new System.Drawing.Size(1184, 31);
this.ToolStrip1.TabIndex = 7; this.ToolStrip1.TabIndex = 7;
this.ToolStrip1.Text = "ToolStrip1"; this.ToolStrip1.Text = "ToolStrip1";
// //
// lb_datatcnt // lb_datatcnt
// //
this.lb_datatcnt.Name = "lb_datatcnt"; this.lb_datatcnt.Name = "lb_datatcnt";
this.lb_datatcnt.Size = new System.Drawing.Size(121, 28); this.lb_datatcnt.Size = new System.Drawing.Size(103, 28);
this.lb_datatcnt.Text = "<dataCount>"; this.lb_datatcnt.Text = "<dataCount>";
// //
// lb_Area // lb_Area
// //
this.lb_Area.Name = "lb_Area"; this.lb_Area.Name = "lb_Area";
this.lb_Area.Size = new System.Drawing.Size(72, 28); this.lb_Area.Size = new System.Drawing.Size(60, 28);
this.lb_Area.Text = "<area>"; this.lb_Area.Text = "<area>";
// //
// lb_selgroup // lb_selgroup
// //
this.lb_selgroup.Name = "lb_selgroup"; this.lb_selgroup.Name = "lb_selgroup";
this.lb_selgroup.Size = new System.Drawing.Size(89, 28); this.lb_selgroup.Size = new System.Drawing.Size(74, 28);
this.lb_selgroup.Text = "<Group>"; this.lb_selgroup.Text = "<Group>";
// //
// lb_filesearchtime // lb_filesearchtime
// //
this.lb_filesearchtime.Name = "lb_filesearchtime"; this.lb_filesearchtime.Name = "lb_filesearchtime";
this.lb_filesearchtime.Size = new System.Drawing.Size(114, 28); this.lb_filesearchtime.Size = new System.Drawing.Size(95, 28);
this.lb_filesearchtime.Text = "<filesearch>"; this.lb_filesearchtime.Text = "<filesearch>";
// //
// lb_querytime // lb_querytime
// //
this.lb_querytime.Name = "lb_querytime"; this.lb_querytime.Name = "lb_querytime";
this.lb_querytime.Size = new System.Drawing.Size(120, 28); this.lb_querytime.Size = new System.Drawing.Size(99, 28);
this.lb_querytime.Text = "<querytime>"; this.lb_querytime.Text = "<querytime>";
// //
// ToolStripButton1 // ToolStripButton1
@@ -691,38 +691,38 @@ namespace vmsnet
this.ToolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton1.Image"))); this.ToolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton1.Image")));
this.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton1.Name = "ToolStripButton1"; this.ToolStripButton1.Name = "ToolStripButton1";
this.ToolStripButton1.Size = new System.Drawing.Size(34, 28); this.ToolStripButton1.Size = new System.Drawing.Size(29, 28);
this.ToolStripButton1.Text = "ToolStripButton1"; this.ToolStripButton1.Text = "ToolStripButton1";
this.ToolStripButton1.Click += new System.EventHandler(this.ToolStripButton1_Click_1); this.ToolStripButton1.Click += new System.EventHandler(this.ToolStripButton1_Click_1);
// //
// lb_charttime // lb_charttime
// //
this.lb_charttime.Name = "lb_charttime"; this.lb_charttime.Name = "lb_charttime";
this.lb_charttime.Size = new System.Drawing.Size(94, 28); this.lb_charttime.Size = new System.Drawing.Size(77, 28);
this.lb_charttime.Text = "<refresh>"; this.lb_charttime.Text = "<refresh>";
// //
// lb_totaltime // lb_totaltime
// //
this.lb_totaltime.Name = "lb_totaltime"; this.lb_totaltime.Name = "lb_totaltime";
this.lb_totaltime.Size = new System.Drawing.Size(74, 28); this.lb_totaltime.Size = new System.Drawing.Size(62, 28);
this.lb_totaltime.Text = "<total>"; this.lb_totaltime.Text = "<total>";
// //
// toolStripLabel1 // toolStripLabel1
// //
this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(117, 28); this.toolStripLabel1.Size = new System.Drawing.Size(99, 28);
this.toolStripLabel1.Text = "<value info>"; this.toolStripLabel1.Text = "<value info>";
// //
// toolStripLabel2 // toolStripLabel2
// //
this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(111, 28); this.toolStripLabel2.Size = new System.Drawing.Size(93, 28);
this.toolStripLabel2.Text = "<time info>"; this.toolStripLabel2.Text = "<time info>";
// //
// toolStripLabel3 // toolStripLabel3
// //
this.toolStripLabel3.Name = "toolStripLabel3"; this.toolStripLabel3.Name = "toolStripLabel3";
this.toolStripLabel3.Size = new System.Drawing.Size(89, 28); this.toolStripLabel3.Size = new System.Drawing.Size(74, 28);
this.toolStripLabel3.Text = "<config>"; this.toolStripLabel3.Text = "<config>";
// //
// btConfig // btConfig
@@ -732,7 +732,7 @@ namespace vmsnet
this.btConfig.Image = global::vmsnet.Properties.Resources.graphsetting; this.btConfig.Image = global::vmsnet.Properties.Resources.graphsetting;
this.btConfig.ImageTransparentColor = System.Drawing.Color.Magenta; this.btConfig.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btConfig.Name = "btConfig"; 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.Text = "config";
this.btConfig.Click += new System.EventHandler(this.btConfig_Click); this.btConfig.Click += new System.EventHandler(this.btConfig_Click);
// //
@@ -750,7 +750,7 @@ namespace vmsnet
this.TableLayoutPanel1.Name = "TableLayoutPanel1"; this.TableLayoutPanel1.Name = "TableLayoutPanel1";
this.TableLayoutPanel1.RowCount = 1; this.TableLayoutPanel1.RowCount = 1;
this.TableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.TableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.TableLayoutPanel1.Size = new System.Drawing.Size(1184, 768); this.TableLayoutPanel1.Size = new System.Drawing.Size(1184, 770);
this.TableLayoutPanel1.TabIndex = 9; this.TableLayoutPanel1.TabIndex = 9;
// //
// Panel2 // Panel2
@@ -761,7 +761,7 @@ namespace vmsnet
this.Panel2.Location = new System.Drawing.Point(224, 3); this.Panel2.Location = new System.Drawing.Point(224, 3);
this.Panel2.Name = "Panel2"; this.Panel2.Name = "Panel2";
this.Panel2.Padding = new System.Windows.Forms.Padding(5); this.Panel2.Padding = new System.Windows.Forms.Padding(5);
this.Panel2.Size = new System.Drawing.Size(757, 762); this.Panel2.Size = new System.Drawing.Size(757, 764);
this.Panel2.TabIndex = 8; this.Panel2.TabIndex = 8;
// //
// panel8 // panel8
@@ -769,7 +769,7 @@ namespace vmsnet
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill; this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel8.Location = new System.Drawing.Point(5, 5); this.panel8.Location = new System.Drawing.Point(5, 5);
this.panel8.Name = "panel8"; this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(747, 695); this.panel8.Size = new System.Drawing.Size(747, 697);
this.panel8.TabIndex = 2; this.panel8.TabIndex = 2;
// //
// Panel4 // Panel4
@@ -779,7 +779,7 @@ namespace vmsnet
this.Panel4.Controls.Add(this.bt_cursor1); this.Panel4.Controls.Add(this.bt_cursor1);
this.Panel4.Dock = System.Windows.Forms.DockStyle.Bottom; this.Panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.Panel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.Panel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.Panel4.Location = new System.Drawing.Point(5, 700); this.Panel4.Location = new System.Drawing.Point(5, 702);
this.Panel4.Name = "Panel4"; this.Panel4.Name = "Panel4";
this.Panel4.Padding = new System.Windows.Forms.Padding(5); this.Panel4.Padding = new System.Windows.Forms.Padding(5);
this.Panel4.Size = new System.Drawing.Size(747, 57); this.Panel4.Size = new System.Drawing.Size(747, 57);

View File

@@ -321,7 +321,7 @@
<data name="ToolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="ToolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAJySURBVDhPpZFLTNNwHMd78O7NuwcvIhJFpjcOJiYmHjwZ YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAJySURBVDhPpZFLTNNwHMd78O7NuwcvIhJFpjcOJiYmHjwZ
Eg8mGi9gosGEgwcqMSBqguGhJkgwCvIWlCFhM2TBwDZAGLKKZWyzG2PSCXS062Nd16//jSpqYuLjm37T Eg8mGi9gosGEgwcqMSBqguGhJkgwCvIWlCFhM2TBwDZAGLKKZWyzG2PSCXS062Nd16//jSpqYuLjm37T
R/6f7+9R6r+1NFK8EBk+o0d/8croiVDwxeF9ob7ivT/5TfFel6t0j4VTlLfDpplmFoBJrpx3njNqAjFX R/6f7+9R6r+1NFK8EBk+o0d/8croiVDwxeF9ob7ivT/5TfFel6t0j4VTlLfDpplmFoBJrpx3njNqAjFX
eXrVc1775vjcVTXiqYywr46es3CKYoZKkqahQos1QA43QuaeQIkMwMwIJCsF05CIt3feM1vgeT7NDtoY eXrVc1775vjcVTXiqYywr46es3CKYoZKkqahQos1QA43QuaeQIkMwMwIJCsF05CIt3feM1vgeT7NDtoY

View File

@@ -1,4 +1,5 @@
using System; using AR;
using System;
using System.Windows.Media.Media3D.Converters; using System.Windows.Media.Media3D.Converters;
using vmsnet.Configures; using vmsnet.Configures;
@@ -33,8 +34,22 @@ namespace vmsnet
/// <returns></returns> /// <returns></returns>
public bool SetKA(int value) public bool SetKA(int value)
{ {
var buffer = splitI32(value); // Config 에서 가져온 코드
return WriteValue(buffer); var valuebuffer = new ushort[20];
valuebuffer[0] = Convert.ToUInt16(value);
for (int i = 1; i < valuebuffer.Length; i++) valuebuffer[i] = 0;
return WriteValue(valuebuffer);
// 이전 코드
//var buffer = splitI32(value);
//return WriteValue(buffer);
}
UInt16[] splitI32(Int32 value)
{
var hValue = (UInt16)(value >> 16); // 상위 16 Bit
var lValue = (UInt16)(value & 0xFFFF); // 하위 16 Bit
return new ushort[] { hValue, lValue };
} }
public bool WriteValue(UInt16[] values) public bool WriteValue(UInt16[] values)
@@ -61,12 +76,6 @@ namespace vmsnet
} }
} }
UInt16[] splitI32(Int32 value)
{
var hValue = (UInt16)(value >> 16);
var lValue = (UInt16)(value & 0xFFFF);
return new ushort[] { hValue, lValue };
}
} }
} }

View File

@@ -125,16 +125,16 @@ namespace vmsnet
this.lbPLC, this.lbPLC,
this.lbINDI, this.lbINDI,
this.lb_status}); 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.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.TabIndex = 1;
this.StatusStrip1.Text = "StatusStrip1"; this.StatusStrip1.Text = "StatusStrip1";
// //
// lb_diskfree // lb_diskfree
// //
this.lb_diskfree.Name = "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>"; this.lb_diskfree.Text = "<FreeSpace>";
// //
// lb_chcount // 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.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.ForeColor = System.Drawing.Color.Navy;
this.lb_chcount.Name = "lb_chcount"; 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 = "<장치정보>"; this.lb_chcount.Text = "<장치정보>";
// //
// lb_msec // lb_msec
// //
this.lb_msec.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); 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.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>"; this.lb_msec.Text = "<MSEC>";
// //
// lb_Saved // lb_Saved
// //
this.lb_Saved.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); 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.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.Text = "<LASTSAVE>";
this.lb_Saved.Click += new System.EventHandler(this.lb_Saved_Click); 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.ForeColor = System.Drawing.Color.Silver;
this.lb_alarm.Name = "lb_alarm"; 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 = "●"; this.lb_alarm.Text = "●";
// //
// lbMonitor // 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.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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.lbMonitor.Name = "lbMonitor"; 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>"; this.lbMonitor.Text = "<MONITOR>";
// //
// lbPLC // 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.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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.lbPLC.Name = "lbPLC"; 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>"; this.lbPLC.Text = "<PLC>";
// //
// lbINDI // 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.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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.lbINDI.Name = "lbINDI"; 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>"; this.lbINDI.Text = "<INDICATOR>";
// //
// lb_status // 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.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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.lb_status.Name = "lb_status"; 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>"; this.lb_status.Text = "<STATUS>";
// //
// ToolStrip1 // ToolStrip1
@@ -251,7 +251,7 @@ namespace vmsnet
this.btMonitorOn.Image = ((System.Drawing.Image)(resources.GetObject("btMonitorOn.Image"))); this.btMonitorOn.Image = ((System.Drawing.Image)(resources.GetObject("btMonitorOn.Image")));
this.btMonitorOn.ImageTransparentColor = System.Drawing.Color.Magenta; this.btMonitorOn.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btMonitorOn.Name = "btMonitorOn"; 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.Text = "Monitor On/Off";
this.btMonitorOn.Click += new System.EventHandler(this.toolStripButton3_Click_1); 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.Image = ((System.Drawing.Image)(resources.GetObject("bt_fullscreen.Image")));
this.bt_fullscreen.ImageTransparentColor = System.Drawing.Color.Magenta; this.bt_fullscreen.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_fullscreen.Name = "bt_fullscreen"; 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.Text = "개별보기";
this.bt_fullscreen.Click += new System.EventHandler(this.bt_fullscreen_Click); 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.Image = ((System.Drawing.Image)(resources.GetObject("bt_tviewr.Image")));
this.bt_tviewr.ImageTransparentColor = System.Drawing.Color.Magenta; this.bt_tviewr.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_tviewr.Name = "bt_tviewr"; 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.Text = "실시간트렌드(F1)";
this.bt_tviewr.Click += new System.EventHandler(this.ToolStripButton3_Click); 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.Image = ((System.Drawing.Image)(resources.GetObject("bt_tview.Image")));
this.bt_tview.ImageTransparentColor = System.Drawing.Color.Magenta; this.bt_tview.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_tview.Name = "bt_tview"; 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.Text = "과거트렌드(F1)";
this.bt_tview.Click += new System.EventHandler(this.ToolStripButton1_Click_2); 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.Image = ((System.Drawing.Image)(resources.GetObject("bt_alamhistory.Image")));
this.bt_alamhistory.ImageTransparentColor = System.Drawing.Color.Magenta; this.bt_alamhistory.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_alamhistory.Name = "bt_alamhistory"; 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.Text = "알람목록(F3)";
this.bt_alamhistory.Click += new System.EventHandler(this.ToolStripButton2_Click_1); 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.Image = ((System.Drawing.Image)(resources.GetObject("bt_alamsetup.Image")));
this.bt_alamsetup.ImageTransparentColor = System.Drawing.Color.Magenta; this.bt_alamsetup.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_alamsetup.Name = "bt_alamsetup"; 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.Text = "알람설정(F4)";
this.bt_alamsetup.Click += new System.EventHandler(this.ToolStripButton1_Click_4); 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.Image = ((System.Drawing.Image)(resources.GetObject("bt_save.Image")));
this.bt_save.ImageTransparentColor = System.Drawing.Color.Magenta; this.bt_save.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_save.Name = "bt_save"; 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.Text = "저장(F5)";
this.bt_save.Click += new System.EventHandler(this.bt_save_Click); 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.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton2.Image")));
this.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton2.Name = "ToolStripButton2"; 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.Text = "소리끄기(F2)";
this.ToolStripButton2.Click += new System.EventHandler(this.ToolStripButton2_Click); 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.Image = ((System.Drawing.Image)(resources.GetObject("bt_print.Image")));
this.bt_print.ImageTransparentColor = System.Drawing.Color.Magenta; this.bt_print.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_print.Name = "bt_print"; 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.Text = "인쇄(F9)";
this.bt_print.Visible = false; this.bt_print.Visible = false;
this.bt_print.Click += new System.EventHandler(this.bt_print_Click); 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.Image = ((System.Drawing.Image)(resources.GetObject("bt_show2ndwindow.Image")));
this.bt_show2ndwindow.ImageTransparentColor = System.Drawing.Color.Magenta; this.bt_show2ndwindow.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_show2ndwindow.Name = "bt_show2ndwindow"; 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.Text = "보조창";
this.bt_show2ndwindow.Visible = false; this.bt_show2ndwindow.Visible = false;
this.bt_show2ndwindow.Click += new System.EventHandler(this.bt_show2ndwindow_Click); 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.Image = ((System.Drawing.Image)(resources.GetObject("bt_config.Image")));
this.bt_config.ImageTransparentColor = System.Drawing.Color.Magenta; this.bt_config.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_config.Name = "bt_config"; 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.Text = "설정";
this.bt_config.Click += new System.EventHandler(this.btConfig_Click); 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.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton1.Image")));
this.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton1.Name = "ToolStripButton1"; 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.Text = "정보";
this.ToolStripButton1.Click += new System.EventHandler(this.ToolStripButton1_Click_6); 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.Image = ((System.Drawing.Image)(resources.GetObject("btLog.Image")));
this.btLog.ImageTransparentColor = System.Drawing.Color.Magenta; this.btLog.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btLog.Name = "btLog"; 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.Text = "운영로그";
this.btLog.Click += new System.EventHandler(this.toolStripButton3_Click_2); 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.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3"; 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.Text = "저장폴더";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click_3); 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.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.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; this.TableLayoutPanel1.TabIndex = 5;
// //
// Panel1 // Panel1
@@ -455,7 +455,7 @@ namespace vmsnet
this.cmb_tanks.FormattingEnabled = true; this.cmb_tanks.FormattingEnabled = true;
this.cmb_tanks.Location = new System.Drawing.Point(0, 0); this.cmb_tanks.Location = new System.Drawing.Point(0, 0);
this.cmb_tanks.Name = "cmb_tanks"; 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.TabIndex = 5;
this.cmb_tanks.SelectedIndexChanged += new System.EventHandler(this.cmb_group_SelectedIndexChanged); 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_21600,
this.cmbt_x_gap_43200}); this.cmbt_x_gap_43200});
this.menus_xgap.Name = "menus_xgap"; 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축 간격"; this.menus_xgap.Text = "X축 간격";
// //
// cmbt_x_gap_5 // cmbt_x_gap_5
// //
this.cmbt_x_gap_5.Name = "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.Tag = "5";
this.cmbt_x_gap_5.Text = "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.CheckOnClick = true;
this.cmbt_x_gap_10.CheckState = System.Windows.Forms.CheckState.Checked; 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.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.Tag = "10";
this.cmbt_x_gap_10.Text = "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.CheckOnClick = true;
this.cmbt_x_gap_30.Name = "cmbt_x_gap_30"; 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.Tag = "30";
this.cmbt_x_gap_30.Text = "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.CheckOnClick = true;
this.cmbt_x_gap_60.Name = "cmbt_x_gap_60"; 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.Tag = "60";
this.cmbt_x_gap_60.Text = "1분"; this.cmbt_x_gap_60.Text = "1분";
// //
// cmbt_x_gap_600 // cmbt_x_gap_600
// //
this.cmbt_x_gap_600.Name = "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.Tag = "600";
this.cmbt_x_gap_600.Text = "10분"; 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.CheckOnClick = true;
this.cmbt_x_gap_1800.Name = "cmbt_x_gap_1800"; 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.Tag = "1800";
this.cmbt_x_gap_1800.Text = "30분"; 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.CheckOnClick = true;
this.cmbt_x_gap_3600.Name = "cmbt_x_gap_3600"; 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.Tag = "3600";
this.cmbt_x_gap_3600.Text = "1시간"; 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.CheckOnClick = true;
this.cmbt_x_gap_21600.Name = "cmbt_x_gap_21600"; 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.Tag = "21600";
this.cmbt_x_gap_21600.Text = "6시간"; 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.CheckOnClick = true;
this.cmbt_x_gap_43200.Name = "cmbt_x_gap_43200"; 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.Tag = "43200";
this.cmbt_x_gap_43200.Text = "12시간"; this.cmbt_x_gap_43200.Text = "12시간";
// //
@@ -571,14 +571,14 @@ namespace vmsnet
this.cmbt_x_21600, this.cmbt_x_21600,
this.cmbt_x_43200}); this.cmbt_x_43200});
this.menus_xterm.Name = "menus_xterm"; 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축 범위"; this.menus_xterm.Text = "X축 범위";
// //
// cmbt_x_1800 // cmbt_x_1800
// //
this.cmbt_x_1800.CheckOnClick = true; this.cmbt_x_1800.CheckOnClick = true;
this.cmbt_x_1800.Name = "cmbt_x_1800"; 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.Tag = "1800";
this.cmbt_x_1800.Text = "30분"; this.cmbt_x_1800.Text = "30분";
// //
@@ -588,7 +588,7 @@ namespace vmsnet
this.cmbt_x_3600.CheckOnClick = true; this.cmbt_x_3600.CheckOnClick = true;
this.cmbt_x_3600.CheckState = System.Windows.Forms.CheckState.Checked; this.cmbt_x_3600.CheckState = System.Windows.Forms.CheckState.Checked;
this.cmbt_x_3600.Name = "cmbt_x_3600"; 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.Tag = "3600";
this.cmbt_x_3600.Text = "1시간"; this.cmbt_x_3600.Text = "1시간";
// //
@@ -596,7 +596,7 @@ namespace vmsnet
// //
this.cmbt_x_21600.CheckOnClick = true; this.cmbt_x_21600.CheckOnClick = true;
this.cmbt_x_21600.Name = "cmbt_x_21600"; 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.Tag = "21600";
this.cmbt_x_21600.Text = "6시간"; this.cmbt_x_21600.Text = "6시간";
// //
@@ -604,7 +604,7 @@ namespace vmsnet
// //
this.cmbt_x_43200.CheckOnClick = true; this.cmbt_x_43200.CheckOnClick = true;
this.cmbt_x_43200.Name = "cmbt_x_43200"; 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.Tag = "43200";
this.cmbt_x_43200.Text = "12시간"; this.cmbt_x_43200.Text = "12시간";
// //
@@ -618,14 +618,14 @@ namespace vmsnet
this.cmbt_y_2_0, this.cmbt_y_2_0,
this.cmbt_y_5_0}); this.cmbt_y_5_0});
this.menus_ygap.Name = "menus_ygap"; 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축 간격"; this.menus_ygap.Text = "Y축 간격";
// //
// cmbt_y_0_1 // cmbt_y_0_1
// //
this.cmbt_y_0_1.CheckOnClick = true; this.cmbt_y_0_1.CheckOnClick = true;
this.cmbt_y_0_1.Name = "cmbt_y_0_1"; 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.Tag = "0.1";
this.cmbt_y_0_1.Text = "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.CheckOnClick = true;
this.cmbt_y_0_5.CheckState = System.Windows.Forms.CheckState.Checked; 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.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.Tag = "0.5";
this.cmbt_y_0_5.Text = "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.CheckOnClick = true;
this.cmbt_y_1_0.Name = "cmbt_y_1_0"; 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.Tag = "1.0";
this.cmbt_y_1_0.Text = "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.CheckOnClick = true;
this.cmbt_y_1_5.Name = "cmbt_y_1_5"; 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.Tag = "1.5";
this.cmbt_y_1_5.Text = "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.CheckOnClick = true;
this.cmbt_y_2_0.Name = "cmbt_y_2_0"; 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.Tag = "2.0";
this.cmbt_y_2_0.Text = "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.CheckOnClick = true;
this.cmbt_y_5_0.Name = "cmbt_y_5_0"; 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.Tag = "5.0";
this.cmbt_y_5_0.Text = "5.0"; this.cmbt_y_5_0.Text = "5.0";
// //
// ToolStripMenuItem2 // ToolStripMenuItem2
// //
this.ToolStripMenuItem2.Name = "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 // menus_winsize
// //
this.menus_winsize.Name = "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 = "창 크기"; this.menus_winsize.Text = "창 크기";
// //
// GraphReSetToolStripMenuItem // GraphReSetToolStripMenuItem
// //
this.GraphReSetToolStripMenuItem.Name = "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.Text = "그래프 초기화";
this.GraphReSetToolStripMenuItem.Click += new System.EventHandler(this.GraphReSetToolStripMenuItem_Click); this.GraphReSetToolStripMenuItem.Click += new System.EventHandler(this.GraphReSetToolStripMenuItem_Click);
// //
// ToolStripMenuItem3 // ToolStripMenuItem3
// //
this.ToolStripMenuItem3.Name = "ToolStripMenuItem3"; this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
this.ToolStripMenuItem3.Size = new System.Drawing.Size(195, 6); this.ToolStripMenuItem3.Size = new System.Drawing.Size(170, 6);
// //
// DataPointToolStripMenuItem // DataPointToolStripMenuItem
// //
this.DataPointToolStripMenuItem.CheckOnClick = true; this.DataPointToolStripMenuItem.CheckOnClick = true;
this.DataPointToolStripMenuItem.Name = "DataPointToolStripMenuItem"; 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.Text = "Data Point";
this.DataPointToolStripMenuItem.Click += new System.EventHandler(this.DataPointToolStripMenuItem_Click); this.DataPointToolStripMenuItem.Click += new System.EventHandler(this.DataPointToolStripMenuItem_Click);
// //
@@ -707,14 +707,14 @@ namespace vmsnet
this.DebugMsgToolStripMenuItem.CheckOnClick = true; this.DebugMsgToolStripMenuItem.CheckOnClick = true;
this.DebugMsgToolStripMenuItem.ForeColor = System.Drawing.Color.Gray; this.DebugMsgToolStripMenuItem.ForeColor = System.Drawing.Color.Gray;
this.DebugMsgToolStripMenuItem.Name = "DebugMsgToolStripMenuItem"; 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.Text = "Debug Msg";
this.DebugMsgToolStripMenuItem.Click += new System.EventHandler(this.DebugMsgToolStripMenuItem_Click); this.DebugMsgToolStripMenuItem.Click += new System.EventHandler(this.DebugMsgToolStripMenuItem_Click);
// //
// ToolStripMenuItem4 // ToolStripMenuItem4
// //
this.ToolStripMenuItem4.Name = "ToolStripMenuItem4"; this.ToolStripMenuItem4.Name = "ToolStripMenuItem4";
this.ToolStripMenuItem4.Size = new System.Drawing.Size(195, 6); this.ToolStripMenuItem4.Size = new System.Drawing.Size(170, 6);
// //
// cm1 // cm1
// //
@@ -731,7 +731,7 @@ namespace vmsnet
this.DebugMsgToolStripMenuItem, this.DebugMsgToolStripMenuItem,
this.ToolStripMenuItem4}); this.ToolStripMenuItem4});
this.cm1.Name = "ContextMenuStrip1"; this.cm1.Name = "ContextMenuStrip1";
this.cm1.Size = new System.Drawing.Size(199, 246); this.cm1.Size = new System.Drawing.Size(174, 190);
// //
// documentElement1 // documentElement1
// //
@@ -745,7 +745,7 @@ namespace vmsnet
// //
// FMain // 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.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1561, 779); this.ClientSize = new System.Drawing.Size(1561, 779);
this.Controls.Add(this.TableLayoutPanel1); this.Controls.Add(this.TableLayoutPanel1);

View File

@@ -12,6 +12,7 @@ using System.Linq;
using System.Security.Cryptography; using System.Security.Cryptography;
using System.Windows.Markup; using System.Windows.Markup;
using vmsnet; using vmsnet;
using System.IO;
namespace vmsnet namespace vmsnet
@@ -1513,6 +1514,17 @@ namespace vmsnet
UTIL.MsgE("트렌드뷰어 프로그램이 존재하지 않습니다.\n개발사에 문의 하세요"); UTIL.MsgE("트렌드뷰어 프로그램이 존재하지 않습니다.\n개발사에 문의 하세요");
return; return;
} }
// 중복 실행 방지 코드
var processName = Path.GetFileNameWithoutExtension(filename.Name);
var runningProcesses = Process.GetProcessesByName(processName);
if (runningProcesses.Length > 0)
{
UTIL.MsgE("트렌드뷰어 프로그램이 이미 실행 중입니다.");
return;
}
UTIL.RunProcess(filename.FullName, filename.Directory.Parent.FullName); UTIL.RunProcess(filename.FullName, filename.Directory.Parent.FullName);
} }
@@ -1525,8 +1537,18 @@ namespace vmsnet
UTIL.MsgE("알람뷰어 프로그램이 존재하지 않습니다.\n개발사에 문의 하세요"); UTIL.MsgE("알람뷰어 프로그램이 존재하지 않습니다.\n개발사에 문의 하세요");
return; return;
} }
UTIL.RunProcess(filename.FullName, filename.Directory.Parent.FullName);
// 중복 실행 방지 코드
var processName = Path.GetFileNameWithoutExtension(filename.Name);
var runningProcesses = Process.GetProcessesByName(processName);
if (runningProcesses.Length > 0)
{
UTIL.MsgE("알람뷰어 프로그램이 이미 실행 중입니다.");
return;
}
UTIL.RunProcess(filename.FullName, filename.Directory.Parent.FullName);
//PUB.ShowForm(falarm, typeof(Frm_Alamlist)); //PUB.ShowForm(falarm, typeof(Frm_Alamlist));
} }

View File

@@ -127,7 +127,7 @@
<data name="btMonitorOn.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="btMonitorOn.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAHaSURBVFhH7ZbLSwJhEMA99ed1i15EEeW9g4QRCGVlBS5E YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAHaSURBVFhH7ZbLSwJhEMA99ed1i15EEeW9g4QRCGVlBS5E
HaKiyC5JQQQWaGodehiVoYWvQ1mkEeUjEorEqdlWadsPd9lxwXAHfqw73zD7Y/TzW4MeDRFGMwf1iKD3 HaKiyC5JQQQWaGodehiVoYWvQ1mkEeUjEorEqdlWadsPd9lxwXAHfqw73zD7Y/TzW4MeDRFGMwf1iKD3
Ixh7hbqicQSj+RIzT6UmgtE8wJgzxF9Z6xRqIugMpKB5yAXbl0/MdQpkwUi2BL3T+2BdD8HA/AmzhgJZ Ixh7hbqicQSj+RIzT6UmgtE8wJgzxF9Z6xRqIugMpKB5yAXbl0/MdQpkwUi2BL3T+2BdD8HA/AmzhgJZ
cNl/C6bFU4jkStBt84E7mmXWqYUkGH4pQuf4HngTOf5+yXcDw6sXkjoKJMHZnThY1oKV+3CmCB1WDxwm cNl/C6bFU4jkStBt84E7mmXWqYUkGH4pQuf4HngTOf5+yXcDw6sXkjoKJMHZnThY1oKV+3CmCB1WDxwm
@@ -141,7 +141,7 @@
<data name="bt_fullscreen.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="bt_fullscreen.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAANqSURBVFhHxVdLT5NREG1iXBP/gXFpIgtWLvxJLjVxZbGl YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAANqSURBVFhHxVdLT5NREG1iXBP/gXFpIgtWLvxJLjVxZbGl
gLUFBEFITNhYikVQgVYLFFT6AAqlILTQYlwopS+Ul+tx5r4hVVK15SYnM3PmzJ3zfV8XYPGH5+EiYXnm gLUFBEFITNhYikVQgVYLFFT6AAqlILTQYlwopS+Ul+tx5r4hVVK15SYnM3PmzJ3zfV8XYPGH5+EiYXnm
HYKLOrSbGVj7vAO33Yt1Be3UBnay4J4oQe/sCfSFELM/eZQ58ap3wnUMQmdqGEe1OcdzmutFvmOyDEnc HYKLOrSbGVj7vAO33Yt1Be3UBnay4J4oQe/sCfSFELM/eZQ58ap3wnUMQmdqGEe1OcdzmutFvmOyDEnc
qQwkdzLgGi/BkxkUzByrKHNem5H3GEIEznM98ahhnJznnIR7Ag1kDQOr2Qw8elOEnqlj6JkmHGEuQDXj qQwkdzLgGi/BkxkUzByrKHNem5H3GEIEznM98ahhnJznnIR7Ag1kDQOr2Qw8elOEnqlj6JkmHGEuQDXj
@@ -162,7 +162,7 @@
<data name="bt_tviewr.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="bt_tviewr.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAZoSURBVFhHxVZrTJV1HHYD1yfOezRTyzxe0jTLbLQ214fa YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAZoSURBVFhHxVZrTJV1HHYD1yfOezRTyzxe0jTLbLQ214fa
Wh9aW2tzbdXWXNltTRFBM0URRERJReBwDnhBBOR+P5qlIqjcwrsmIuIVFA04F6Ay54en5/d/33OOiBZu Wh9aW2tzbdXWXNltTRFBM0URRERJReBwDnhBBOR+P5qlIqjcwrsmIuIVFA04F6Ay54en5/d/33OOiBZu
uH7bs+d3fZ+Hc867MUwi5ejIVHuT5Q/7ucl/2Jseja2nx3Wrg6EOW6MFd+7+iZa7SY9E29+Zasd+1ALj uH7bs+d3fZ+Hc867MUwi5ejIVHuT5Q/7ucl/2Jseja2nx3Wrg6EOW6MFd+7+iZa7SY9E29+Zasd+1ALj
bOjC9qsFDZ7vsPuW+V8hO7JrnA1dpDRYUO/56qGi96Pe8w2sDeOH3kBynQV17s/hoIhAxBwdeq7YQL17 bOjC9qsFDZ7vsPuW+V8hO7JrnA1dpDRYUO/56qGi96Pe8w2sDeOH3kBynQV17s/hoIhAxBwdeq7YQL17
@@ -196,7 +196,7 @@
<data name="bt_tview.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="bt_tview.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAZoSURBVFhHxVZrTJV1HHYD1yfOezRTyzxe0jTLbLQ214fa YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAZoSURBVFhHxVZrTJV1HHYD1yfOezRTyzxe0jTLbLQ214fa
Wh9aW2tzbdXWXNltTRFBM0URRERJReBwDnhBBOR+P5qlIqjcwrsmIuIVFA04F6Ay54en5/d/33OOiBZu Wh9aW2tzbdXWXNltTRFBM0URRERJReBwDnhBBOR+P5qlIqjcwrsmIuIVFA04F6Ay54en5/d/33OOiBZu
uH7bs+d3fZ+Hc867MUwi5ejIVHuT5Q/7ucl/2Jseja2nx3Wrg6EOW6MFd+7+iZa7SY9E29+Zasd+1ALj uH7bs+d3fZ+Hc867MUwi5ejIVHuT5Q/7ucl/2Jseja2nx3Wrg6EOW6MFd+7+iZa7SY9E29+Zasd+1ALj
bOjC9qsFDZ7vsPuW+V8hO7JrnA1dpDRYUO/56qGi96Pe8w2sDeOH3kBynQV17s/hoIhAxBwdeq7YQL17 bOjC9qsFDZ7vsPuW+V8hO7JrnA1dpDRYUO/56qGi96Pe8w2sDeOH3kBynQV17s/hoIhAxBwdeq7YQL17
@@ -230,7 +230,7 @@
<data name="bt_alamhistory.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="bt_alamhistory.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAATvSURBVFhHzZZtUFRVGMf5AgjKi+jyJnxsmj400zSlGJoo YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAATvSURBVFhHzZZtUFRVGMf5AgjKi+jyJnxsmj400zSlGJoo
sUQwky/BIu+ZqLwsggspI4YKjWVjZmQxSGVljeOUM8Y7u+CCFlZohVMzYQRIVjbTOE3tsqbO0/85nLvd sUQwky/BIu+ZqLwsggspI4YKjWVjZmQxSGVljeOUM8Y7u+CCFlZohVMzYQRIVjbTOE3tsqbO0/85nLvd
3fa2Sw0znZnfcJd77//3POece3f9ZjvyTdXHCkzV5Ak+Jy+bu5FXWUVdX1/2CJ+Tl83dyC430vrNxR7Z 3fa2Sw0znZnfcJd77//3POece3f9ZjvyTdXHCkzV5Ak+Jy+bu5FXWUVdX1/2CJ+Tl83dyC430vrNxR7Z
aKz47wU0pYcNvZIeSkxTBkgPI2O+njK3lTgpNJk8klmiXFNKFbinMDFGZszkcLbUaI8jj4XSVwcSXFiL aKz47wU0pYcNvZIeSkxTBkgPI2O+njK3lTgpNJk8klmiXFNKFbinMDFGZszkcLbUaI8jj4XSVwcSXFiL
@@ -257,7 +257,7 @@
<data name="bt_alamsetup.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="bt_alamsetup.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAQmSURBVFhH5ZVtTFtlFMerRhlre28tLV3f2LCwzS0Ytglh YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAQmSURBVFhH5ZVtTFtlFMerRhlre28tLV3f2LCwzS0Ytglh
MUzXLFuyQD8w2RcXjYlfFl+iflAZ4I1O4ssmxEAyWaeMkU33AjKGDoZQZDhxxjnd3AfiQljLS0vbtdD7 MUzXLFuyQD8w2RcXjYlfFl+iflAZ4I1O4ssmxEAyWaeMkU33AjKGDoZQZDhxxjnd3AfiQljLS0vbtdD7
2tHjvc8emMitMi1NjP/klz495zz/87T33nMV/2mFGi3bQkfMpfhrcjVSb1waarBO3TxKsuFGUxoOJ0/B 2tHjvc8emMitMi1NjP/klz495zz/87T33nMV/2mFGi3bQkfMpfhrcjVSb1waarBO3TxKsuFGUxoOJ0/B
JmM17doBTF8phI6aT+BwcuRvMlu8dXo+JkwBTAswcswoBA5b1+L04itw2NjN/vgKCD8UQfSXZ4H76VW4 JmM17doBTF8phI6aT+BwcuRvMlu8dXo+JkwBTAswcswoBA5b1+L04itw2NjN/vgKCD8UQfSXZ4H76VW4
@@ -281,7 +281,7 @@
<data name="bt_save.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="bt_save.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAARcSURBVFhH7ZVJU2NVFMepcu9HcNGSOSEDgRBCRgIxgNA0 YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAARcSURBVFhH7ZVJU2NVFMepcu9HcNGSOSEDgRBCRgIxgNA0
YUiA7nbt8BncuVE/gOzc6Lq7yi9gpx1K7TA0YFpdWW0SZodVqDqe/333vPfSL9V2UY1uvFW/OsO993/+ YUiA7nbt8BncuVE/gOzc6Lq7yi9gpx1K7TA0YFpdWW0SZodVqDqe/333vPfSL9V2UY1uvFW/OsO993/+
vCSPgf+XrNrmW1uFyWnKM4jVjbs0XZpV+RcPHlyJX//4k+LxhKmJWKms1kqlNwN6rLVw4MOPPqa333lP vCSPgf+XrNrmW1uFyWnKM4jVjbs0XZpV+RcPHlyJX//4k+LxhKmJWKms1kqlNwN6rLVw4MOPPqa333lP
IQaQ/9XtXplKZcXUhL6Y0GOtlS9MUXX9rhpc0xEGaht36OeLC/rl4lxHO+c9eSgcMZE706UZ1rujNGus IQaQ/9XtXplKZcXUhL6Y0GOtlS9MUXX9rhpc0xEGaht36OeLC/rl4lxHO+c9eSgcMZE706UZ1rujNGus
@@ -306,7 +306,7 @@
<data name="ToolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="ToolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAABglSURBVHhe7ZsHeJPX1ccVbEveljyw2Q3NKkmTNIMAARSM YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAABglSURBVHhe7ZsHeJPX1ccVbEveljyw2Q3NKkmTNIMAARSM
2ZQVGzxIDMZgPMCEEMhEhEAC6ZedQkKafnm+p2nTtGkK2GAbiMB4MDzwwEPylry3zfTQ+c65732lV7YM 2ZQVGzxIDMZgPMCEEMhEhEAC6ZedQkKafnm+p2nTtGkK2GAbiMB4MDzwwEPylry3zfTQ+c65732lV7YM
zmr7Pc93n+cfKbL03vP7n3PPva9sZP8/fuZRGOPjWhKnWqCLVb2hi1Gd0se4G3UbXa7g85v4Wg8TPi+J zmr7Pc93n+cfKbL03vP7n3PPva9sZP8/fuZRGOPjWhKnWqCLVb2hi1Gd0se4G3UbXa7g85v4Wg8TPi+J
db2qj1I16Tcqz5VGq97Dz6zCz/rxy/zfGrpNnmMRYldJjGs1wVWG+/TW7bgTmjQPQNu+J6Hj/bnQ8fEi db2qj1I16Tcqz5VGq97Dz6zCz/rxy/zfGrpNnmMRYldJjGs1wVWG+/TW7bgTmjQPQNu+J6Hj/bnQ8fEi
@@ -415,7 +415,7 @@
<data name="bt_print.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="bt_print.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAASWSURBVFhH7ZZdTFNnGMe53c2yxEXnjGFxqJjsYoIXy252 YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAASWSURBVFhH7ZZdTFNnGMe53c2yxEXnjGFxqJjsYoIXy252
MS/ItttdLdxMLnCfMRs6Fw1sYX4QMt2iaLThq2BRaAtdmbWV8nkESm35KDCgsjoHFsaXFlCK9r/nec85 MS/ItttdLdxMLnCfMRs6Fw1sYX4QMt2iaLThq2BRaAtdmbWV8nkESm35KDCgsjoHFsaXFlCK9r/nec85
HNpByFoufZJfnvd53vc8//85aZM36UVsFJXts4iXa4QyJv6obJ+B9Ncy2gjpfhht9ymLOky13JMz9VTE HNpByFoufZJfnvd53vc8//85aZM36UVsFJXts4iXa4QyJv6obJ+B9Ncy2gjpfhht9ymLOky13JMz9VTE
2WUYOjbDAA1pJZGWQBitgWWR1XWryBrynnyG6+tdjxI3YOicQ/OfYTTRwCbOguWVLPaielpd7d4MA/QW 2WUYOjbDAA1pJZGWQBitgWWR1XWryBrynnyG6+tdjxI3YOicQ/OfYTTRwCbOguWVLPaielpd7d4MA/QW
@@ -441,7 +441,7 @@
<data name="bt_show2ndwindow.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="bt_show2ndwindow.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAKlSURBVFhH7VZNiFJRFDaiVZug2QZRYBC0mEUQw0BEtIgg YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAKlSURBVFhH7VZNiFJRFDaiVZug2QZRYBC0mEUQw0BEtIgg
gzEcB8VNONVAEEwkBVrWDDkw0Tg1LQYxFQRxltYm0tqNU9lE4B+FpeEPbcxRkhBPfq/7fDWMz3tnURs/ gzEcB8VNONVAEEwkBVrWDDkw0Tg1LQYxFQRxltYm0tqNU9lE4B+FpeEPbcxRkhBPfq/7fDWMz3tnURs/
+OA9ON853znnce/TDDCAIHZYrdZdJpNpt8Vi2WM2m/cajcYhNSIGsdBAixy/U20DSIBkExMTB8bHx4cN +OA9ON853znnce/TDDCAIHZYrdZdJpNpt8Vi2WM2m/cajcYhNSIGsdBAixy/U20DSIBkExMTB8bHx4cN
BsNIp8ioGhGDWGigZSa2B3SBRKeca5GTc59JhNBAixwsnTjQAbo5cS9HntWf9Dzd4iJioYEWOVi6nui5 BsNIp8ioGhGDWGigZSa2B3SBRKeca5GTc59JhNBAixwsnTjQAbo5cS9HntWf9Dzd4iJioYEWOVi6nui5
@@ -459,7 +459,7 @@
<data name="bt_config.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="bt_config.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAYTSURBVFhH7ZZZTJVHFMdttZouaVPbJra1JqZNH5o0TWOa YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAYTSURBVFhH7ZZZTJVHFMdttZouaVPbJra1JqZNH5o0TWOa
tElb2gcTG00qKYogxQcTnmowRoVgwpVwjXLhGvXiVQS3y+6VTbGy74IsihsqiihuKAqY9KEPTTM9v3GG tElb2gcTG00qKYogxQcTnmowRoVgwpVwjXLhGvXiVQS3y+6VTbGy74IsihsqiihuKAqY9KEPTTM9v3GG
XgQUm/atJ/lnvm/mnP9Z5sw335T/5Z9Kfn7+Sr/f32HQKO/hZum/F3H2S3V1tbpz547GrVu3VGVlpZL5 XgQUm/atJ/lnvm/mnP9Z5sw335T/5Z9Kfn7+Sr/f32HQKO/hZum/F3H2S3V1tbpz547GrVu3VGVlpZL5
n43KvydC+mleXp5X4JbnjwRzc3Jyum7evKkePXqkBgcH9djb26tyc3ObZf19wSei7wE8G6rnFyGkzOrC n43KvydC+mleXp5X4JbnjwRzc3Jyum7evKkePXqkBgcH9djb26tyc3ObZf19wSei7wE8G6rnFyGkzOrC
@@ -491,7 +491,7 @@
<data name="ToolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="ToolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAcESURBVFhHpZZpTFzXFcdHVRM1ahL1Q9omalM1UlW1Uiu1 YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAcESURBVFhHpZZpTFzXFcdHVRM1ahL1Q9omalM1UlW1Uiu1
itIvkZJ+iKLmQ1pVslqpiWJXSlXZTSxLJsYwwANsYgIDBi94MMuwDVuAYTVeYmObxIBZbPYBzDbMwLw3 itIvkZJ+iKLmQ1pVslqpiWJXSlXZTSxLJsYwwANsYgIDBi94MMuwDVuAYTVeYmObxIBZbPYBzDbMwLw3
+wzMhvHp/zwPUwPPA1GP9BMz9517zv+cc+8bVHu1nDrTc5pm25+zGyWdxmAdyGqUZjQGiWQapTle0zSJ +wzMhvHp/zwPUwPPA1GP9BMz9517zv+cc+8bVHu1nDrTc5pm25+zGyWdxmAdyGqUZjQGiWQapTle0zSJ
+qxm61/P1YvPR7b9/5ZVL76saRSLBYPkz2uzke62hwzDAepbDNGkGI4yuBSiim98lN9uJ/bVNEkVma3O +qxm61/P1YvPR7b9/5ZVL76saRSLBYPkz2uzke62hwzDAepbDNGkGI4yuBSiim98lN9uJ/bVNEkVma3O
@@ -527,7 +527,7 @@
<data name="btLog.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="btLog.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAJeSURBVFhH7ZZda9NQGMf7IfwU3voB6tXSbW3sUMGCDple YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAJeSURBVFhH7ZZda9NQGMf7IfwU3voB6tXSbW3sUMGCDple
eeGFL9cDGdvSpp2CWt/mKm6geCMOK15Vqm3SpF2tWpUtZVRX0QmbLoquXff3nO7UjmkdW9YmYH7wQDiH eeGFL9cDGdvSpp2CWt/mKm6geCMOK15Vqm3SpF2tWpUtZVRX0QmbLoquXff3nO7UjmkdW9YmYH7wQDiH
nPx4nuecE4fNfwM3LMFKwbQa0MEr6aolwhY0Grag0WgqaBVsQaPYgkaxBY2yZcEzE3n2tEZveKq2iJGg nPx4nuecE4fNfwM3LMFKwbQa0MEr6aolwhY0Grag0WgqaBVsQaPYgkaxBY2yZcEzE3n2tEZveKq2iJGg
azSDzjOtBnTQKtiCRum7mrV2D1KYVgP6kpVgWg2sIJgrfsXx6znsCyngA8ojt5jexfTMF4zE38EbVBFO azSDzjOtBnTQKtiCRum7mrV2D1KYVgP6kpVgWg2sIJgrfsXx6znsCyngA8ojt5jexfTMF4zE38EbVBFO
@@ -543,7 +543,7 @@
<data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAADDSURBVFhHYxgFo2AwgGlVLv+JxjUuvVBt9AMgi29vSCWI YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADDSURBVFhHYxgFo2AwgGlVLv+JxjUuvVBt9AMgi29vSCWI
r65J/j+t3vPLjCqXPqhW+gBiHQjCA+JIUhwIwudXJP6vr9P6A492GmGo80hz4JF5Uf/nNnj83zM79v/H r65J/j+t3vPLjCqXPqhW+gBiHQjCA+JIUhwIwudXJP6vr9P6A492GmGo80hz4JF5Uf/nNnj83zM79v/H
083/v55rpQnGcCCxeEmb7/8He8qxGkpNDLIL6jyIA7EpGkg86kBK8agDKcWjDqQUjzqQUjzqQErxqAMp 083/v55rpQnGcCCxeEmb7/8He8qxGkpNDLIL6jyIA7EpGkg86kBK8agDKcWjDqQUjzqQUjzqQErxqAMp
xaMOpBSPOpBSPOpASvGoAynFow6kFI86kFKM4cDBiKHOGwWjYAABAwMAl/T9hXWK+3wAAAAASUVORK5C xaMOpBSPOpBSPOpASvGoAynFow6kFI86kFKM4cDBiKHOGwWjYAABAwMAl/T9hXWK+3wAAAAASUVORK5C

View File

@@ -944,7 +944,7 @@ namespace vmsnet.HMI
if (Item.) if (Item.)
{ {
Color cc; Color cc;
if (Item.ismin) cc = Color.DarkBlue; if (Item.ismin) cc = Color.Blue; //Color.DarkBlue;
else if (Item.ismax) cc = Color.Red; else if (Item.ismax) cc = Color.Red;
else cc = BrColor; else cc = BrColor;
@@ -1448,7 +1448,10 @@ namespace vmsnet.HMI
//끝부분에 KA 를 표시한다. //끝부분에 KA 를 표시한다.
String Kaunit = grp._ampunit;// +grp._ampidx.ToString() + "/" + grp._ampdecpos.ToString(); String Kaunit = grp._ampunit;// +grp._ampidx.ToString() + "/" + grp._ampdecpos.ToString();
String MaxKA = grp._amp.ToString("#0.00");
/* 작성자: 이재웅, 작성일: 2024-12-04, 작성내용: {전류량[KA] × 100} 변경 */
String MaxKA = (grp._amp * 10f).ToString("#0.00");
//Console.WriteLine($"{grp.이름} : {MaxKA} {grp._ampunit}"); //Console.WriteLine($"{grp.이름} : {MaxKA} {grp._ampunit}");
//if (grp.이름 == "EL2500E") MaxKA = "0.01"; //if (grp.이름 == "EL2500E") MaxKA = "0.01";

View File

@@ -63,7 +63,7 @@ namespace vmsnet
//인디케이터 디스플레이 //인디케이터 디스플레이
if (PUB.indicator.IsOpen) if (PUB.indicator.IsOpen)
{ {
var _ampdecpos = 3; var _ampdecpos = 2;
PUB.KA1_SUM = 0f; PUB.KA1_SUM = 0f;
foreach (var item in PUB.KA1_IndexList) foreach (var item in PUB.KA1_IndexList)
{ {

View File

@@ -77,6 +77,7 @@ namespace vmsnet
this.chk_sound = new System.Windows.Forms.CheckBox(); this.chk_sound = new System.Windows.Forms.CheckBox();
this.GroupBox1 = new System.Windows.Forms.GroupBox(); this.GroupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox();
this.txtValue = new System.Windows.Forms.TextBox();
this.button5 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button();
@@ -414,7 +415,7 @@ namespace vmsnet
this.TabPage1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.TabPage1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.TabPage1.Location = new System.Drawing.Point(4, 25); this.TabPage1.Location = new System.Drawing.Point(4, 25);
this.TabPage1.Name = "TabPage1"; this.TabPage1.Name = "TabPage1";
this.TabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); this.TabPage1.Padding = new System.Windows.Forms.Padding(3);
this.TabPage1.Size = new System.Drawing.Size(1206, 740); this.TabPage1.Size = new System.Drawing.Size(1206, 740);
this.TabPage1.TabIndex = 0; this.TabPage1.TabIndex = 0;
this.TabPage1.Text = "일반설정"; this.TabPage1.Text = "일반설정";
@@ -488,6 +489,7 @@ namespace vmsnet
// groupBox4 // groupBox4
// //
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox4.Controls.Add(this.txtValue);
this.groupBox4.Controls.Add(this.button5); this.groupBox4.Controls.Add(this.button5);
this.groupBox4.Controls.Add(this.button4); this.groupBox4.Controls.Add(this.button4);
this.groupBox4.Controls.Add(this.button3); this.groupBox4.Controls.Add(this.button3);
@@ -496,20 +498,31 @@ namespace vmsnet
this.groupBox4.Controls.Add(this.label22); this.groupBox4.Controls.Add(this.label22);
this.groupBox4.Controls.Add(this.label23); this.groupBox4.Controls.Add(this.label23);
this.groupBox4.Location = new System.Drawing.Point(578, 27); this.groupBox4.Location = new System.Drawing.Point(578, 27);
this.groupBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
this.groupBox4.Name = "groupBox4"; this.groupBox4.Name = "groupBox4";
this.groupBox4.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
this.groupBox4.Size = new System.Drawing.Size(278, 182); this.groupBox4.Size = new System.Drawing.Size(278, 182);
this.groupBox4.TabIndex = 45; this.groupBox4.TabIndex = 45;
this.groupBox4.TabStop = false; this.groupBox4.TabStop = false;
this.groupBox4.Text = "KA Indicator"; this.groupBox4.Text = "KA Indicator";
// //
// txtValue
//
this.txtValue.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtValue.Location = new System.Drawing.Point(138, 129);
this.txtValue.Name = "txtValue";
this.txtValue.Size = new System.Drawing.Size(62, 34);
this.txtValue.TabIndex = 47;
this.txtValue.Text = "10";
this.txtValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// button5 // button5
// //
this.button5.Location = new System.Drawing.Point(89, 122); this.button5.Font = new System.Drawing.Font("맑은 고딕", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.button5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.button5.Location = new System.Drawing.Point(74, 122);
this.button5.Margin = new System.Windows.Forms.Padding(2);
this.button5.Name = "button5"; this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(69, 45); this.button5.Size = new System.Drawing.Size(57, 45);
this.button5.TabIndex = 46; this.button5.TabIndex = 46;
this.button5.Text = "끊기"; this.button5.Text = "끊기";
this.button5.UseVisualStyleBackColor = true; this.button5.UseVisualStyleBackColor = true;
@@ -517,10 +530,11 @@ namespace vmsnet
// //
// button4 // button4
// //
this.button4.Font = new System.Drawing.Font("맑은 고딕", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.button4.Location = new System.Drawing.Point(16, 122); this.button4.Location = new System.Drawing.Point(16, 122);
this.button4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.button4.Margin = new System.Windows.Forms.Padding(2);
this.button4.Name = "button4"; this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(69, 45); this.button4.Size = new System.Drawing.Size(57, 45);
this.button4.TabIndex = 45; this.button4.TabIndex = 45;
this.button4.Text = "연결"; this.button4.Text = "연결";
this.button4.UseVisualStyleBackColor = true; this.button4.UseVisualStyleBackColor = true;
@@ -529,27 +543,27 @@ namespace vmsnet
// button3 // button3
// //
this.button3.Font = new System.Drawing.Font("맑은 고딕", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button3.Font = new System.Drawing.Font("맑은 고딕", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.button3.Location = new System.Drawing.Point(166, 122); this.button3.Location = new System.Drawing.Point(203, 122);
this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.button3.Margin = new System.Windows.Forms.Padding(2);
this.button3.Name = "button3"; this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(96, 45); this.button3.Size = new System.Drawing.Size(63, 45);
this.button3.TabIndex = 45; this.button3.TabIndex = 45;
this.button3.Text = "100 전송"; this.button3.Text = "전송";
this.button3.UseVisualStyleBackColor = true; this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click); this.button3.Click += new System.EventHandler(this.button3_Click);
// //
// cmbIndiport // cmbIndiport
// //
this.cmbIndiport.FormattingEnabled = true; this.cmbIndiport.FormattingEnabled = true;
this.cmbIndiport.Location = new System.Drawing.Point(143, 35); this.cmbIndiport.Location = new System.Drawing.Point(145, 35);
this.cmbIndiport.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cmbIndiport.Margin = new System.Windows.Forms.Padding(2);
this.cmbIndiport.Name = "cmbIndiport"; this.cmbIndiport.Name = "cmbIndiport";
this.cmbIndiport.Size = new System.Drawing.Size(118, 36); this.cmbIndiport.Size = new System.Drawing.Size(118, 36);
this.cmbIndiport.TabIndex = 44; this.cmbIndiport.TabIndex = 44;
// //
// nudSlaveNo // nudSlaveNo
// //
this.nudSlaveNo.Location = new System.Drawing.Point(143, 78); this.nudSlaveNo.Location = new System.Drawing.Point(145, 78);
this.nudSlaveNo.Maximum = new decimal(new int[] { this.nudSlaveNo.Maximum = new decimal(new int[] {
255, 255,
0, 0,
@@ -953,9 +967,9 @@ namespace vmsnet
this.GroupBox2.Controls.Add(this.Label17); this.GroupBox2.Controls.Add(this.Label17);
this.GroupBox2.Controls.Add(this.Label16); this.GroupBox2.Controls.Add(this.Label16);
this.GroupBox2.Location = new System.Drawing.Point(861, 25); this.GroupBox2.Location = new System.Drawing.Point(861, 25);
this.GroupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.GroupBox2.Margin = new System.Windows.Forms.Padding(2);
this.GroupBox2.Name = "GroupBox2"; this.GroupBox2.Name = "GroupBox2";
this.GroupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.GroupBox2.Padding = new System.Windows.Forms.Padding(2);
this.GroupBox2.Size = new System.Drawing.Size(330, 182); this.GroupBox2.Size = new System.Drawing.Size(330, 182);
this.GroupBox2.TabIndex = 41; this.GroupBox2.TabIndex = 41;
this.GroupBox2.TabStop = false; this.GroupBox2.TabStop = false;
@@ -965,7 +979,7 @@ namespace vmsnet
// //
this.cmb_plcport.FormattingEnabled = true; this.cmb_plcport.FormattingEnabled = true;
this.cmb_plcport.Location = new System.Drawing.Point(121, 35); this.cmb_plcport.Location = new System.Drawing.Point(121, 35);
this.cmb_plcport.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cmb_plcport.Margin = new System.Windows.Forms.Padding(2);
this.cmb_plcport.Name = "cmb_plcport"; this.cmb_plcport.Name = "cmb_plcport";
this.cmb_plcport.Size = new System.Drawing.Size(197, 36); this.cmb_plcport.Size = new System.Drawing.Size(197, 36);
this.cmb_plcport.TabIndex = 44; this.cmb_plcport.TabIndex = 44;
@@ -983,7 +997,7 @@ namespace vmsnet
// Button2 // Button2
// //
this.Button2.Location = new System.Drawing.Point(216, 118); this.Button2.Location = new System.Drawing.Point(216, 118);
this.Button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Button2.Margin = new System.Windows.Forms.Padding(2);
this.Button2.Name = "Button2"; this.Button2.Name = "Button2";
this.Button2.Size = new System.Drawing.Size(102, 45); this.Button2.Size = new System.Drawing.Size(102, 45);
this.Button2.TabIndex = 43; this.Button2.TabIndex = 43;
@@ -994,7 +1008,7 @@ namespace vmsnet
// Button1 // Button1
// //
this.Button1.Location = new System.Drawing.Point(121, 118); this.Button1.Location = new System.Drawing.Point(121, 118);
this.Button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Button1.Margin = new System.Windows.Forms.Padding(2);
this.Button1.Name = "Button1"; this.Button1.Name = "Button1";
this.Button1.Size = new System.Drawing.Size(90, 45); this.Button1.Size = new System.Drawing.Size(90, 45);
this.Button1.TabIndex = 42; this.Button1.TabIndex = 42;
@@ -1146,7 +1160,7 @@ namespace vmsnet
this.TabPage2.Controls.Add(this.bn_Device); this.TabPage2.Controls.Add(this.bn_Device);
this.TabPage2.Location = new System.Drawing.Point(4, 25); this.TabPage2.Location = new System.Drawing.Point(4, 25);
this.TabPage2.Name = "TabPage2"; this.TabPage2.Name = "TabPage2";
this.TabPage2.Size = new System.Drawing.Size(1206, 743); this.TabPage2.Size = new System.Drawing.Size(1206, 740);
this.TabPage2.TabIndex = 1; this.TabPage2.TabIndex = 1;
this.TabPage2.Text = "장치설정"; this.TabPage2.Text = "장치설정";
this.TabPage2.UseVisualStyleBackColor = true; this.TabPage2.UseVisualStyleBackColor = true;
@@ -1205,7 +1219,7 @@ namespace vmsnet
this.dv_device.RowHeadersWidth = 62; this.dv_device.RowHeadersWidth = 62;
this.dv_device.RowTemplate.Height = 23; this.dv_device.RowTemplate.Height = 23;
this.dv_device.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dv_device.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dv_device.Size = new System.Drawing.Size(1206, 674); this.dv_device.Size = new System.Drawing.Size(1206, 671);
this.dv_device.TabIndex = 0; this.dv_device.TabIndex = 0;
// //
// M_IDX // M_IDX
@@ -1332,7 +1346,7 @@ namespace vmsnet
// //
this.label11.Dock = System.Windows.Forms.DockStyle.Bottom; this.label11.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label11.ForeColor = System.Drawing.Color.Blue; this.label11.ForeColor = System.Drawing.Color.Blue;
this.label11.Location = new System.Drawing.Point(0, 705); this.label11.Location = new System.Drawing.Point(0, 702);
this.label11.Name = "label11"; this.label11.Name = "label11";
this.label11.Padding = new System.Windows.Forms.Padding(11, 0, 0, 0); this.label11.Padding = new System.Windows.Forms.Padding(11, 0, 0, 0);
this.label11.Size = new System.Drawing.Size(1206, 38); this.label11.Size = new System.Drawing.Size(1206, 38);
@@ -1492,7 +1506,7 @@ namespace vmsnet
this.TabPage5.Controls.Add(this.BN_WIN); this.TabPage5.Controls.Add(this.BN_WIN);
this.TabPage5.Location = new System.Drawing.Point(4, 25); this.TabPage5.Location = new System.Drawing.Point(4, 25);
this.TabPage5.Name = "TabPage5"; this.TabPage5.Name = "TabPage5";
this.TabPage5.Size = new System.Drawing.Size(1206, 743); this.TabPage5.Size = new System.Drawing.Size(1206, 740);
this.TabPage5.TabIndex = 4; this.TabPage5.TabIndex = 4;
this.TabPage5.Text = "윈도우설정"; this.TabPage5.Text = "윈도우설정";
this.TabPage5.UseVisualStyleBackColor = true; this.TabPage5.UseVisualStyleBackColor = true;
@@ -1542,7 +1556,7 @@ namespace vmsnet
this.dv_win.RowHeadersVisible = false; this.dv_win.RowHeadersVisible = false;
this.dv_win.RowHeadersWidth = 62; this.dv_win.RowHeadersWidth = 62;
this.dv_win.RowTemplate.Height = 23; this.dv_win.RowTemplate.Height = 23;
this.dv_win.Size = new System.Drawing.Size(1206, 674); this.dv_win.Size = new System.Drawing.Size(1206, 671);
this.dv_win.TabIndex = 3; this.dv_win.TabIndex = 3;
this.dv_win.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DV_WIN_CellContentClick); this.dv_win.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DV_WIN_CellContentClick);
this.dv_win.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DV_WIN_DataError); this.dv_win.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DV_WIN_DataError);
@@ -1593,7 +1607,7 @@ namespace vmsnet
// //
this.label13.Dock = System.Windows.Forms.DockStyle.Bottom; this.label13.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label13.ForeColor = System.Drawing.Color.Blue; this.label13.ForeColor = System.Drawing.Color.Blue;
this.label13.Location = new System.Drawing.Point(0, 705); this.label13.Location = new System.Drawing.Point(0, 702);
this.label13.Name = "label13"; this.label13.Name = "label13";
this.label13.Padding = new System.Windows.Forms.Padding(11, 0, 0, 0); this.label13.Padding = new System.Windows.Forms.Padding(11, 0, 0, 0);
this.label13.Size = new System.Drawing.Size(1206, 38); this.label13.Size = new System.Drawing.Size(1206, 38);
@@ -1725,7 +1739,7 @@ namespace vmsnet
this.TabPage4.Controls.Add(this.bn_group); this.TabPage4.Controls.Add(this.bn_group);
this.TabPage4.Location = new System.Drawing.Point(4, 25); this.TabPage4.Location = new System.Drawing.Point(4, 25);
this.TabPage4.Name = "TabPage4"; this.TabPage4.Name = "TabPage4";
this.TabPage4.Size = new System.Drawing.Size(1206, 743); this.TabPage4.Size = new System.Drawing.Size(1206, 740);
this.TabPage4.TabIndex = 3; this.TabPage4.TabIndex = 3;
this.TabPage4.Text = "그룹설정"; this.TabPage4.Text = "그룹설정";
this.TabPage4.UseVisualStyleBackColor = true; this.TabPage4.UseVisualStyleBackColor = true;
@@ -1792,7 +1806,7 @@ namespace vmsnet
this.dv_grp.RowHeadersVisible = false; this.dv_grp.RowHeadersVisible = false;
this.dv_grp.RowHeadersWidth = 62; this.dv_grp.RowHeadersWidth = 62;
this.dv_grp.RowTemplate.Height = 23; this.dv_grp.RowTemplate.Height = 23;
this.dv_grp.Size = new System.Drawing.Size(1206, 664); this.dv_grp.Size = new System.Drawing.Size(1206, 661);
this.dv_grp.TabIndex = 2; this.dv_grp.TabIndex = 2;
this.dv_grp.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dv_grp_DataError); this.dv_grp.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dv_grp_DataError);
// //
@@ -2112,7 +2126,7 @@ namespace vmsnet
this.label2.Dock = System.Windows.Forms.DockStyle.Bottom; this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label2.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label2.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label2.ForeColor = System.Drawing.Color.Red; this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(0, 695); this.label2.Location = new System.Drawing.Point(0, 692);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(1206, 48); this.label2.Size = new System.Drawing.Size(1206, 48);
this.label2.TabIndex = 4; this.label2.TabIndex = 4;
@@ -2242,7 +2256,7 @@ namespace vmsnet
this.TabPage3.Controls.Add(this.bn_channel); this.TabPage3.Controls.Add(this.bn_channel);
this.TabPage3.Location = new System.Drawing.Point(4, 25); this.TabPage3.Location = new System.Drawing.Point(4, 25);
this.TabPage3.Name = "TabPage3"; this.TabPage3.Name = "TabPage3";
this.TabPage3.Size = new System.Drawing.Size(1206, 743); this.TabPage3.Size = new System.Drawing.Size(1206, 740);
this.TabPage3.TabIndex = 2; this.TabPage3.TabIndex = 2;
this.TabPage3.Text = "셀설정"; this.TabPage3.Text = "셀설정";
this.TabPage3.UseVisualStyleBackColor = true; this.TabPage3.UseVisualStyleBackColor = true;
@@ -2308,7 +2322,7 @@ namespace vmsnet
this.dv_channel.RowHeadersVisible = false; this.dv_channel.RowHeadersVisible = false;
this.dv_channel.RowHeadersWidth = 62; this.dv_channel.RowHeadersWidth = 62;
this.dv_channel.RowTemplate.Height = 23; this.dv_channel.RowTemplate.Height = 23;
this.dv_channel.Size = new System.Drawing.Size(1206, 712); this.dv_channel.Size = new System.Drawing.Size(1206, 709);
this.dv_channel.TabIndex = 1; this.dv_channel.TabIndex = 1;
this.dv_channel.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv_channel_CellClick); this.dv_channel.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv_channel_CellClick);
this.dv_channel.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dv_channel_CellFormatting); this.dv_channel.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dv_channel_CellFormatting);
@@ -2994,6 +3008,7 @@ namespace vmsnet
private DataGridViewTextBoxColumn NBLLDataGridViewTextBoxColumn; private DataGridViewTextBoxColumn NBLLDataGridViewTextBoxColumn;
private DataGridViewTextBoxColumn NBLDataGridViewTextBoxColumn; private DataGridViewTextBoxColumn NBLDataGridViewTextBoxColumn;
private ToolStripButton toolStripButton15; private ToolStripButton toolStripButton15;
private TextBox txtValue;
} }
} }

View File

@@ -1024,7 +1024,7 @@ namespace vmsnet
private void button3_Click(object sender, EventArgs e) private void button3_Click(object sender, EventArgs e)
{ {
var valuebuffer = new ushort[20]; var valuebuffer = new ushort[20];
valuebuffer[0] = 100; valuebuffer[0] = Convert.ToUInt16(txtValue.Text);
for (int i = 1; i < valuebuffer.Length; i++) valuebuffer[i] = 0; for (int i = 1; i < valuebuffer.Length; i++) valuebuffer[i] = 0;
PUB.indicator.SlaveID = (byte)nudSlaveNo.Value; PUB.indicator.SlaveID = (byte)nudSlaveNo.Value;
if (PUB.indicator.WriteValue(valuebuffer) == false) if (PUB.indicator.WriteValue(valuebuffer) == false)