TrendViewer, 차트 LegendText 변경한 셀이름으로 표시
This commit is contained in:
32
cVMS.NET_CS/Setting/Frm_Config.Designer.cs
generated
32
cVMS.NET_CS/Setting/Frm_Config.Designer.cs
generated
@@ -1229,7 +1229,7 @@ namespace vmsnet
|
||||
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.dv_device.DefaultCellStyle = dataGridViewCellStyle8;
|
||||
this.dv_device.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.dv_device.Location = new System.Drawing.Point(0, 34);
|
||||
this.dv_device.Location = new System.Drawing.Point(0, 33);
|
||||
this.dv_device.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.dv_device.MultiSelect = false;
|
||||
this.dv_device.Name = "dv_device";
|
||||
@@ -1245,7 +1245,7 @@ namespace vmsnet
|
||||
this.dv_device.RowHeadersWidth = 62;
|
||||
this.dv_device.RowTemplate.Height = 23;
|
||||
this.dv_device.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
||||
this.dv_device.Size = new System.Drawing.Size(1509, 815);
|
||||
this.dv_device.Size = new System.Drawing.Size(1509, 816);
|
||||
this.dv_device.TabIndex = 0;
|
||||
//
|
||||
// M_IDX
|
||||
@@ -1411,7 +1411,7 @@ namespace vmsnet
|
||||
this.bn_Device.Name = "bn_Device";
|
||||
this.bn_Device.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
||||
this.bn_Device.PositionItem = this.BindingNavigatorPositionItem;
|
||||
this.bn_Device.Size = new System.Drawing.Size(1509, 34);
|
||||
this.bn_Device.Size = new System.Drawing.Size(1509, 33);
|
||||
this.bn_Device.TabIndex = 1;
|
||||
this.bn_Device.Text = "BindingNavigator1";
|
||||
//
|
||||
@@ -1421,13 +1421,13 @@ 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, 29);
|
||||
this.BindingNavigatorAddNewItem.Size = new System.Drawing.Size(34, 28);
|
||||
this.BindingNavigatorAddNewItem.Text = "새로 추가";
|
||||
//
|
||||
// BindingNavigatorCountItem
|
||||
//
|
||||
this.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem";
|
||||
this.BindingNavigatorCountItem.Size = new System.Drawing.Size(39, 29);
|
||||
this.BindingNavigatorCountItem.Size = new System.Drawing.Size(39, 28);
|
||||
this.BindingNavigatorCountItem.Text = "/{0}";
|
||||
this.BindingNavigatorCountItem.ToolTipText = "전체 항목 수";
|
||||
//
|
||||
@@ -1437,7 +1437,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, 29);
|
||||
this.BindingNavigatorDeleteItem.Size = new System.Drawing.Size(34, 28);
|
||||
this.BindingNavigatorDeleteItem.Text = "삭제";
|
||||
//
|
||||
// BindingNavigatorMoveFirstItem
|
||||
@@ -1446,7 +1446,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, 29);
|
||||
this.BindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(34, 28);
|
||||
this.BindingNavigatorMoveFirstItem.Text = "처음으로 이동";
|
||||
//
|
||||
// BindingNavigatorMovePreviousItem
|
||||
@@ -1455,13 +1455,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, 29);
|
||||
this.BindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(34, 28);
|
||||
this.BindingNavigatorMovePreviousItem.Text = "이전으로 이동";
|
||||
//
|
||||
// BindingNavigatorSeparator
|
||||
//
|
||||
this.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator";
|
||||
this.BindingNavigatorSeparator.Size = new System.Drawing.Size(6, 34);
|
||||
this.BindingNavigatorSeparator.Size = new System.Drawing.Size(6, 33);
|
||||
//
|
||||
// BindingNavigatorPositionItem
|
||||
//
|
||||
@@ -1476,7 +1476,7 @@ namespace vmsnet
|
||||
// BindingNavigatorSeparator1
|
||||
//
|
||||
this.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1";
|
||||
this.BindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 34);
|
||||
this.BindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 33);
|
||||
//
|
||||
// BindingNavigatorMoveNextItem
|
||||
//
|
||||
@@ -1484,7 +1484,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, 29);
|
||||
this.BindingNavigatorMoveNextItem.Size = new System.Drawing.Size(34, 28);
|
||||
this.BindingNavigatorMoveNextItem.Text = "다음으로 이동";
|
||||
//
|
||||
// BindingNavigatorMoveLastItem
|
||||
@@ -1493,18 +1493,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, 29);
|
||||
this.BindingNavigatorMoveLastItem.Size = new System.Drawing.Size(34, 28);
|
||||
this.BindingNavigatorMoveLastItem.Text = "마지막으로 이동";
|
||||
//
|
||||
// BindingNavigatorSeparator2
|
||||
//
|
||||
this.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2";
|
||||
this.BindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 34);
|
||||
this.BindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 33);
|
||||
//
|
||||
// ToolStripSeparator8
|
||||
//
|
||||
this.ToolStripSeparator8.Name = "ToolStripSeparator8";
|
||||
this.ToolStripSeparator8.Size = new System.Drawing.Size(6, 34);
|
||||
this.ToolStripSeparator8.Size = new System.Drawing.Size(6, 33);
|
||||
//
|
||||
// toolStripButton1
|
||||
//
|
||||
@@ -1513,6 +1513,7 @@ namespace vmsnet
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(172, 29);
|
||||
this.toolStripButton1.Text = "IP SET(127.0.0.1)";
|
||||
this.toolStripButton1.Visible = false;
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1);
|
||||
//
|
||||
// toolStripButton2
|
||||
@@ -1522,6 +1523,7 @@ namespace vmsnet
|
||||
this.toolStripButton2.Name = "toolStripButton2";
|
||||
this.toolStripButton2.Size = new System.Drawing.Size(217, 29);
|
||||
this.toolStripButton2.Text = "IP SET(192.168.0.1 ~ )";
|
||||
this.toolStripButton2.Visible = false;
|
||||
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1);
|
||||
//
|
||||
// TabPage5
|
||||
@@ -2726,7 +2728,7 @@ namespace vmsnet
|
||||
//
|
||||
// toolStripButton15
|
||||
//
|
||||
this.toolStripButton15.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton15.Image")));
|
||||
this.toolStripButton15.Image = global::vmsnet.Properties.Resources.applix;
|
||||
this.toolStripButton15.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton15.Name = "toolStripButton15";
|
||||
this.toolStripButton15.Size = new System.Drawing.Size(130, 29);
|
||||
|
||||
Reference in New Issue
Block a user