SetKA 함수 수정 / AlarmViewer, TrendViewer 중복실행 방지 추가
This commit is contained in:
49
Viewer/AlarmViewer/Dialog/Frm_Alamlist.Designer.cs
generated
49
Viewer/AlarmViewer/Dialog/Frm_Alamlist.Designer.cs
generated
@@ -32,11 +32,12 @@ namespace vmsnet
|
||||
//코드 편집기를 사용하여 수정하지 마십시오.
|
||||
[System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
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");
|
||||
this.bn = new System.Windows.Forms.BindingNavigator();
|
||||
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
||||
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.BindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
||||
this.BindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
||||
@@ -104,14 +105,14 @@ namespace vmsnet
|
||||
this.ToolStripSeparator1,
|
||||
this.prb1,
|
||||
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.MoveLastItem = this.BindingNavigatorMoveLastItem;
|
||||
this.bn.MoveNextItem = this.BindingNavigatorMoveNextItem;
|
||||
this.bn.MovePreviousItem = this.BindingNavigatorMovePreviousItem;
|
||||
this.bn.Name = "bn";
|
||||
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.Text = "BindingNavigator1";
|
||||
//
|
||||
@@ -121,7 +122,7 @@ namespace vmsnet
|
||||
this.BindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorAddNewItem.Image")));
|
||||
this.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem";
|
||||
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.Visible = false;
|
||||
//
|
||||
@@ -138,7 +139,7 @@ namespace vmsnet
|
||||
// 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.ToolTipText = "전체 항목 수";
|
||||
//
|
||||
@@ -148,7 +149,7 @@ namespace vmsnet
|
||||
this.BindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorDeleteItem.Image")));
|
||||
this.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem";
|
||||
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.Visible = false;
|
||||
//
|
||||
@@ -158,7 +159,7 @@ namespace vmsnet
|
||||
this.BindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveFirstItem.Image")));
|
||||
this.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem";
|
||||
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 = "처음으로 이동";
|
||||
//
|
||||
// BindingNavigatorMovePreviousItem
|
||||
@@ -167,13 +168,13 @@ namespace vmsnet
|
||||
this.BindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMovePreviousItem.Image")));
|
||||
this.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem";
|
||||
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 = "이전으로 이동";
|
||||
//
|
||||
// BindingNavigatorSeparator
|
||||
//
|
||||
this.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator";
|
||||
this.BindingNavigatorSeparator.Size = new System.Drawing.Size(6, 38);
|
||||
this.BindingNavigatorSeparator.Size = new System.Drawing.Size(6, 36);
|
||||
//
|
||||
// BindingNavigatorPositionItem
|
||||
//
|
||||
@@ -188,7 +189,7 @@ namespace vmsnet
|
||||
// BindingNavigatorSeparator1
|
||||
//
|
||||
this.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1";
|
||||
this.BindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 38);
|
||||
this.BindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 36);
|
||||
//
|
||||
// BindingNavigatorMoveNextItem
|
||||
//
|
||||
@@ -196,7 +197,7 @@ namespace vmsnet
|
||||
this.BindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveNextItem.Image")));
|
||||
this.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem";
|
||||
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 = "다음으로 이동";
|
||||
//
|
||||
// BindingNavigatorMoveLastItem
|
||||
@@ -205,18 +206,18 @@ namespace vmsnet
|
||||
this.BindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("BindingNavigatorMoveLastItem.Image")));
|
||||
this.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem";
|
||||
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 = "마지막으로 이동";
|
||||
//
|
||||
// BindingNavigatorSeparator2
|
||||
//
|
||||
this.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2";
|
||||
this.BindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 38);
|
||||
this.BindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 36);
|
||||
//
|
||||
// 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
|
||||
//
|
||||
@@ -224,19 +225,19 @@ namespace vmsnet
|
||||
this.tb_search.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.tb_search.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
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);
|
||||
//
|
||||
// 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 = "검색";
|
||||
//
|
||||
// ToolStripSeparator1
|
||||
//
|
||||
this.ToolStripSeparator1.Name = "ToolStripSeparator1";
|
||||
this.ToolStripSeparator1.Size = new System.Drawing.Size(6, 38);
|
||||
this.ToolStripSeparator1.Size = new System.Drawing.Size(6, 36);
|
||||
//
|
||||
// prb1
|
||||
//
|
||||
@@ -246,7 +247,7 @@ namespace vmsnet
|
||||
// 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";
|
||||
//
|
||||
// panel1
|
||||
@@ -285,7 +286,7 @@ namespace vmsnet
|
||||
"Over-Off"});
|
||||
this.cmb_gubun.Location = new System.Drawing.Point(756, 5);
|
||||
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;
|
||||
//
|
||||
// label1
|
||||
@@ -307,7 +308,7 @@ namespace vmsnet
|
||||
this.tb_etime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||||
this.tb_etime.Location = new System.Drawing.Point(396, 5);
|
||||
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;
|
||||
//
|
||||
// button1
|
||||
@@ -340,7 +341,7 @@ namespace vmsnet
|
||||
this.tb_stime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||||
this.tb_stime.Location = new System.Drawing.Point(66, 5);
|
||||
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;
|
||||
//
|
||||
// label2
|
||||
@@ -371,7 +372,7 @@ namespace vmsnet
|
||||
listViewItem1});
|
||||
this.listView1.Location = new System.Drawing.Point(0, 55);
|
||||
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.UseCompatibleStateImageBehavior = false;
|
||||
this.listView1.View = System.Windows.Forms.View.Details;
|
||||
@@ -415,7 +416,7 @@ namespace vmsnet
|
||||
//
|
||||
// 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.ClientSize = new System.Drawing.Size(1193, 735);
|
||||
this.Controls.Add(this.listView1);
|
||||
|
||||
Reference in New Issue
Block a user