diff --git a/TEST/DigitalIndicator/Form1.Designer.cs b/TEST/DigitalIndicator/Form1.Designer.cs index 6423d3b..8c0dc24 100644 --- a/TEST/DigitalIndicator/Form1.Designer.cs +++ b/TEST/DigitalIndicator/Form1.Designer.cs @@ -50,7 +50,7 @@ this.tbbaud.Location = new System.Drawing.Point(471, 17); this.tbbaud.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.tbbaud.Name = "tbbaud"; - this.tbbaud.Size = new System.Drawing.Size(215, 49); + this.tbbaud.Size = new System.Drawing.Size(215, 42); this.tbbaud.TabIndex = 0; this.tbbaud.Text = "9600"; this.tbbaud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; @@ -61,7 +61,7 @@ this.label1.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label1.Location = new System.Drawing.Point(24, 22); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(80, 45); + this.label1.Size = new System.Drawing.Size(68, 37); this.label1.TabIndex = 1; this.label1.Text = "port"; // @@ -71,7 +71,7 @@ this.label2.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label2.Location = new System.Drawing.Point(348, 22); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(94, 45); + this.label2.Size = new System.Drawing.Size(79, 37); this.label2.TabIndex = 1; this.label2.Text = "baud"; // @@ -97,7 +97,7 @@ this.textBox1.Location = new System.Drawing.Point(120, 142); this.textBox1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(215, 49); + this.textBox1.Size = new System.Drawing.Size(215, 42); this.textBox1.TabIndex = 3; this.textBox1.Text = "65636"; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; @@ -119,7 +119,7 @@ this.label3.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label3.Location = new System.Drawing.Point(12, 102); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(141, 45); + this.label3.Size = new System.Drawing.Size(118, 37); this.label3.TabIndex = 6; this.label3.Text = "slave no"; // @@ -129,7 +129,7 @@ this.label4.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label4.Location = new System.Drawing.Point(12, 147); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(97, 45); + this.label4.Size = new System.Drawing.Size(81, 37); this.label4.TabIndex = 7; this.label4.Text = "value"; // @@ -142,7 +142,7 @@ 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; - this.numericUpDown1.Size = new System.Drawing.Size(215, 49); + this.numericUpDown1.Size = new System.Drawing.Size(215, 42); this.numericUpDown1.TabIndex = 8; this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.numericUpDown1.Value = new decimal(new int[] { @@ -167,12 +167,12 @@ this.cmbIndiport.FormattingEnabled = true; this.cmbIndiport.Location = new System.Drawing.Point(120, 19); this.cmbIndiport.Name = "cmbIndiport"; - this.cmbIndiport.Size = new System.Drawing.Size(147, 53); + this.cmbIndiport.Size = new System.Drawing.Size(147, 44); this.cmbIndiport.TabIndex = 46; // // Form1 // - this.AutoScaleDimensions = new System.Drawing.SizeF(18F, 45F); + this.AutoScaleDimensions = new System.Drawing.SizeF(15F, 36F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1100, 558); this.Controls.Add(this.cmbIndiport); diff --git a/Viewer/TrendViewer/Frm_trend.Designer.cs b/Viewer/TrendViewer/Frm_trend.Designer.cs index 784de99..f7c841a 100644 --- a/Viewer/TrendViewer/Frm_trend.Designer.cs +++ b/Viewer/TrendViewer/Frm_trend.Designer.cs @@ -127,16 +127,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; @@ -170,7 +170,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); @@ -184,7 +184,7 @@ namespace vmsnet this.useDataGridViewCheckBoxColumn.MinimumWidth = 10; this.useDataGridViewCheckBoxColumn.Name = "useDataGridViewCheckBoxColumn"; this.useDataGridViewCheckBoxColumn.ReadOnly = true; - this.useDataGridViewCheckBoxColumn.Width = 29; + this.useDataGridViewCheckBoxColumn.Width = 24; // // cnameDataGridViewTextBoxColumn1 // @@ -192,7 +192,7 @@ namespace vmsnet this.cnameDataGridViewTextBoxColumn1.HeaderText = "채널"; this.cnameDataGridViewTextBoxColumn1.MinimumWidth = 8; this.cnameDataGridViewTextBoxColumn1.Name = "cnameDataGridViewTextBoxColumn1"; - this.cnameDataGridViewTextBoxColumn1.Width = 78; + this.cnameDataGridViewTextBoxColumn1.Width = 62; // // c1DataGridViewTextBoxColumn // @@ -200,7 +200,7 @@ namespace vmsnet this.c1DataGridViewTextBoxColumn.HeaderText = "C1"; this.c1DataGridViewTextBoxColumn.MinimumWidth = 8; this.c1DataGridViewTextBoxColumn.Name = "c1DataGridViewTextBoxColumn"; - this.c1DataGridViewTextBoxColumn.Width = 74; + this.c1DataGridViewTextBoxColumn.Width = 59; // // c2DataGridViewTextBoxColumn // @@ -208,7 +208,7 @@ namespace vmsnet this.c2DataGridViewTextBoxColumn.HeaderText = "C2"; this.c2DataGridViewTextBoxColumn.MinimumWidth = 8; this.c2DataGridViewTextBoxColumn.Name = "c2DataGridViewTextBoxColumn"; - this.c2DataGridViewTextBoxColumn.Width = 74; + this.c2DataGridViewTextBoxColumn.Width = 59; // // ccDataGridViewTextBoxColumn // @@ -250,10 +250,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; @@ -263,7 +263,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 @@ -310,12 +310,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); // @@ -337,7 +337,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 @@ -375,7 +375,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); // @@ -431,7 +431,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; @@ -444,7 +444,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; @@ -457,7 +457,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); @@ -469,9 +469,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 = "선택그룹삭제"; @@ -484,7 +484,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 = "신규그룹생성"; @@ -500,7 +500,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)); @@ -576,7 +576,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); // @@ -597,19 +597,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); // @@ -647,40 +647,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 = ""; // // 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 = ""; // // 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 = ""; // // 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 = ""; // // 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 = ""; // // ToolStripButton1 @@ -690,38 +690,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 = ""; // // 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 = ""; // // 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 = ""; // // 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 = "