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);
|
||||
|
||||
@@ -41,7 +41,7 @@ namespace vmsnet
|
||||
this.tb_etime.Text = DateTime.Now.AddDays(0).ToString("yyyy-MM-dd 23:59:59");
|
||||
|
||||
if (cmb_gubun.Items.Count > 0)
|
||||
this.cmb_gubun.SelectedIndex = 0;
|
||||
this.cmb_gubun.SelectedIndex = 1; // HIGH (Default)
|
||||
|
||||
toolStripLabel1.Text = PUB.CONFIG.GetDatabasePath();
|
||||
}
|
||||
|
||||
94
Viewer/TrendViewer/Frm_trend.Designer.cs
generated
94
Viewer/TrendViewer/Frm_trend.Designer.cs
generated
@@ -128,16 +128,16 @@ namespace vmsnet
|
||||
this.TabControl1.Location = new System.Drawing.Point(987, 3);
|
||||
this.TabControl1.Name = "TabControl1";
|
||||
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;
|
||||
//
|
||||
// TabPage1
|
||||
//
|
||||
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.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.Text = "셀";
|
||||
this.TabPage1.UseVisualStyleBackColor = true;
|
||||
@@ -171,7 +171,7 @@ namespace vmsnet
|
||||
this.dv_chlist.RowHeadersWidth = 62;
|
||||
this.dv_chlist.RowTemplate.Height = 23;
|
||||
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.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv_chlist_CellContentClick);
|
||||
this.dv_chlist.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.DataGridView1_CellFormatting);
|
||||
@@ -185,7 +185,7 @@ namespace vmsnet
|
||||
this.useDataGridViewCheckBoxColumn.MinimumWidth = 10;
|
||||
this.useDataGridViewCheckBoxColumn.Name = "useDataGridViewCheckBoxColumn";
|
||||
this.useDataGridViewCheckBoxColumn.ReadOnly = true;
|
||||
this.useDataGridViewCheckBoxColumn.Width = 29;
|
||||
this.useDataGridViewCheckBoxColumn.Width = 24;
|
||||
//
|
||||
// cnameDataGridViewTextBoxColumn1
|
||||
//
|
||||
@@ -193,7 +193,7 @@ namespace vmsnet
|
||||
this.cnameDataGridViewTextBoxColumn1.HeaderText = "채널";
|
||||
this.cnameDataGridViewTextBoxColumn1.MinimumWidth = 8;
|
||||
this.cnameDataGridViewTextBoxColumn1.Name = "cnameDataGridViewTextBoxColumn1";
|
||||
this.cnameDataGridViewTextBoxColumn1.Width = 78;
|
||||
this.cnameDataGridViewTextBoxColumn1.Width = 62;
|
||||
//
|
||||
// c1DataGridViewTextBoxColumn
|
||||
//
|
||||
@@ -201,7 +201,7 @@ namespace vmsnet
|
||||
this.c1DataGridViewTextBoxColumn.HeaderText = "C1";
|
||||
this.c1DataGridViewTextBoxColumn.MinimumWidth = 8;
|
||||
this.c1DataGridViewTextBoxColumn.Name = "c1DataGridViewTextBoxColumn";
|
||||
this.c1DataGridViewTextBoxColumn.Width = 74;
|
||||
this.c1DataGridViewTextBoxColumn.Width = 59;
|
||||
//
|
||||
// c2DataGridViewTextBoxColumn
|
||||
//
|
||||
@@ -209,7 +209,7 @@ namespace vmsnet
|
||||
this.c2DataGridViewTextBoxColumn.HeaderText = "C2";
|
||||
this.c2DataGridViewTextBoxColumn.MinimumWidth = 8;
|
||||
this.c2DataGridViewTextBoxColumn.Name = "c2DataGridViewTextBoxColumn";
|
||||
this.c2DataGridViewTextBoxColumn.Width = 74;
|
||||
this.c2DataGridViewTextBoxColumn.Width = 59;
|
||||
//
|
||||
// ccDataGridViewTextBoxColumn
|
||||
//
|
||||
@@ -218,7 +218,7 @@ namespace vmsnet
|
||||
this.ccDataGridViewTextBoxColumn.MinimumWidth = 8;
|
||||
this.ccDataGridViewTextBoxColumn.Name = "ccDataGridViewTextBoxColumn";
|
||||
this.ccDataGridViewTextBoxColumn.Visible = false;
|
||||
this.ccDataGridViewTextBoxColumn.Width = 68;
|
||||
this.ccDataGridViewTextBoxColumn.Width = 52;
|
||||
//
|
||||
// idxDataGridViewTextBoxColumn1
|
||||
//
|
||||
@@ -227,7 +227,7 @@ namespace vmsnet
|
||||
this.idxDataGridViewTextBoxColumn1.MinimumWidth = 8;
|
||||
this.idxDataGridViewTextBoxColumn1.Name = "idxDataGridViewTextBoxColumn1";
|
||||
this.idxDataGridViewTextBoxColumn1.Visible = false;
|
||||
this.idxDataGridViewTextBoxColumn1.Width = 73;
|
||||
this.idxDataGridViewTextBoxColumn1.Width = 56;
|
||||
//
|
||||
// tidxDataGridViewTextBoxColumn
|
||||
//
|
||||
@@ -236,7 +236,7 @@ namespace vmsnet
|
||||
this.tidxDataGridViewTextBoxColumn.MinimumWidth = 8;
|
||||
this.tidxDataGridViewTextBoxColumn.Name = "tidxDataGridViewTextBoxColumn";
|
||||
this.tidxDataGridViewTextBoxColumn.Visible = false;
|
||||
this.tidxDataGridViewTextBoxColumn.Width = 78;
|
||||
this.tidxDataGridViewTextBoxColumn.Width = 60;
|
||||
//
|
||||
// bs_Channel
|
||||
//
|
||||
@@ -251,10 +251,10 @@ namespace vmsnet
|
||||
// TabPage2
|
||||
//
|
||||
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.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.Text = "기타";
|
||||
this.TabPage2.UseVisualStyleBackColor = true;
|
||||
@@ -264,7 +264,7 @@ namespace vmsnet
|
||||
this.PropertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.PropertyGrid1.Location = new System.Drawing.Point(3, 3);
|
||||
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;
|
||||
//
|
||||
// bt_cursor2
|
||||
@@ -311,12 +311,12 @@ namespace vmsnet
|
||||
this.cm_grpmenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.ToolStripMenuItem3});
|
||||
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
|
||||
//
|
||||
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.Click += new System.EventHandler(this.ToolStripMenuItem3_Click);
|
||||
//
|
||||
@@ -338,7 +338,7 @@ namespace vmsnet
|
||||
this.Panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.Panel1.Location = new System.Drawing.Point(3, 3);
|
||||
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;
|
||||
//
|
||||
// dv_grp
|
||||
@@ -376,7 +376,7 @@ namespace vmsnet
|
||||
this.dv_grp.RowHeadersVisible = false;
|
||||
this.dv_grp.RowHeadersWidth = 62;
|
||||
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.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView2_CellDoubleClick);
|
||||
//
|
||||
@@ -432,7 +432,7 @@ namespace vmsnet
|
||||
// label1
|
||||
//
|
||||
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.Size = new System.Drawing.Size(213, 30);
|
||||
this.label1.TabIndex = 23;
|
||||
@@ -445,7 +445,7 @@ namespace vmsnet
|
||||
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.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.Name = "textBox1";
|
||||
this.textBox1.ReadOnly = true;
|
||||
@@ -458,7 +458,7 @@ namespace vmsnet
|
||||
this.panel7.Controls.Add(this.bt_delgroup);
|
||||
this.panel7.Controls.Add(this.LinkLabel5);
|
||||
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.Padding = new System.Windows.Forms.Padding(5, 8, 0, 0);
|
||||
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.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.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.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.TabStop = true;
|
||||
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.Location = new System.Drawing.Point(5, 8);
|
||||
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.TabStop = true;
|
||||
this.LinkLabel5.Text = "신규그룹생성";
|
||||
@@ -501,7 +501,7 @@ namespace vmsnet
|
||||
this.tableLayoutPanel2.Controls.Add(this.Button1, 1, 1);
|
||||
this.tableLayoutPanel2.Controls.Add(this.bt_print, 0, 1);
|
||||
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.RowCount = 2;
|
||||
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.Location = new System.Drawing.Point(43, 5);
|
||||
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.SelectedIndexChanged += new System.EventHandler(this.cmb_group_SelectedIndexChanged);
|
||||
//
|
||||
@@ -598,19 +598,19 @@ namespace vmsnet
|
||||
this.ToolStripMenuItem1,
|
||||
this.ToolStripMenuItem2});
|
||||
this.ContextMenuStrip2.Name = "ContextMenuStrip1";
|
||||
this.ContextMenuStrip2.Size = new System.Drawing.Size(157, 68);
|
||||
this.ContextMenuStrip2.Size = new System.Drawing.Size(139, 52);
|
||||
//
|
||||
// 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.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
|
||||
//
|
||||
// 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.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
|
||||
//
|
||||
@@ -648,40 +648,40 @@ namespace vmsnet
|
||||
this.toolStripLabel2,
|
||||
this.toolStripLabel3,
|
||||
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.Size = new System.Drawing.Size(1184, 33);
|
||||
this.ToolStrip1.Size = new System.Drawing.Size(1184, 31);
|
||||
this.ToolStrip1.TabIndex = 7;
|
||||
this.ToolStrip1.Text = "ToolStrip1";
|
||||
//
|
||||
// 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>";
|
||||
//
|
||||
// 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>";
|
||||
//
|
||||
// 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>";
|
||||
//
|
||||
// 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>";
|
||||
//
|
||||
// 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>";
|
||||
//
|
||||
// ToolStripButton1
|
||||
@@ -691,38 +691,38 @@ namespace vmsnet
|
||||
this.ToolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton1.Image")));
|
||||
this.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.ToolStripButton1.Name = "ToolStripButton1";
|
||||
this.ToolStripButton1.Size = new System.Drawing.Size(34, 28);
|
||||
this.ToolStripButton1.Size = new System.Drawing.Size(29, 28);
|
||||
this.ToolStripButton1.Text = "ToolStripButton1";
|
||||
this.ToolStripButton1.Click += new System.EventHandler(this.ToolStripButton1_Click_1);
|
||||
//
|
||||
// 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>";
|
||||
//
|
||||
// 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>";
|
||||
//
|
||||
// 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>";
|
||||
//
|
||||
// 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>";
|
||||
//
|
||||
// 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>";
|
||||
//
|
||||
// btConfig
|
||||
@@ -732,7 +732,7 @@ namespace vmsnet
|
||||
this.btConfig.Image = global::vmsnet.Properties.Resources.graphsetting;
|
||||
this.btConfig.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btConfig.Name = "btConfig";
|
||||
this.btConfig.Size = new System.Drawing.Size(34, 28);
|
||||
this.btConfig.Size = new System.Drawing.Size(29, 28);
|
||||
this.btConfig.Text = "config";
|
||||
this.btConfig.Click += new System.EventHandler(this.btConfig_Click);
|
||||
//
|
||||
@@ -750,7 +750,7 @@ namespace vmsnet
|
||||
this.TableLayoutPanel1.Name = "TableLayoutPanel1";
|
||||
this.TableLayoutPanel1.RowCount = 1;
|
||||
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;
|
||||
//
|
||||
// Panel2
|
||||
@@ -761,7 +761,7 @@ namespace vmsnet
|
||||
this.Panel2.Location = new System.Drawing.Point(224, 3);
|
||||
this.Panel2.Name = "Panel2";
|
||||
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;
|
||||
//
|
||||
// panel8
|
||||
@@ -769,7 +769,7 @@ namespace vmsnet
|
||||
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel8.Location = new System.Drawing.Point(5, 5);
|
||||
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;
|
||||
//
|
||||
// Panel4
|
||||
@@ -779,7 +779,7 @@ namespace vmsnet
|
||||
this.Panel4.Controls.Add(this.bt_cursor1);
|
||||
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.Location = new System.Drawing.Point(5, 700);
|
||||
this.Panel4.Location = new System.Drawing.Point(5, 702);
|
||||
this.Panel4.Name = "Panel4";
|
||||
this.Panel4.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.Panel4.Size = new System.Drawing.Size(747, 57);
|
||||
|
||||
@@ -321,7 +321,7 @@
|
||||
<data name="ToolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAJySURBVDhPpZFLTNNwHMd78O7NuwcvIhJFpjcOJiYmHjwZ
|
||||
YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAJySURBVDhPpZFLTNNwHMd78O7NuwcvIhJFpjcOJiYmHjwZ
|
||||
Eg8mGi9gosGEgwcqMSBqguGhJkgwCvIWlCFhM2TBwDZAGLKKZWyzG2PSCXS062Nd16//jSpqYuLjm37T
|
||||
R/6f7+9R6r+1NFK8EBk+o0d/8croiVDwxeF9ob7ivT/5TfFel6t0j4VTlLfDpplmFoBJrpx3njNqAjFX
|
||||
eXrVc1775vjcVTXiqYywr46es3CKYoZKkqahQos1QA43QuaeQIkMwMwIJCsF05CIt3feM1vgeT7NDtoY
|
||||
|
||||
Reference in New Issue
Block a user