initial commit
This commit is contained in:
		
							
								
								
									
										895
									
								
								Viewer/TrendViewer/Frm_trend.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										895
									
								
								Viewer/TrendViewer/Frm_trend.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,895 @@ | ||||
| using System.Collections.Generic; | ||||
| using System; | ||||
| using System.Drawing; | ||||
| using System.Diagnostics; | ||||
| using System.Data; | ||||
| using System.Collections; | ||||
| using System.Windows.Forms; | ||||
|  | ||||
| namespace vmsnet | ||||
| { | ||||
| 	partial class Frm_trend : System.Windows.Forms.Form | ||||
| 	{ | ||||
| 		 | ||||
| 		//Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. | ||||
| 		[System.Diagnostics.DebuggerNonUserCode()]protected override void Dispose(bool disposing) | ||||
| 		{ | ||||
| 			try | ||||
| 			{ | ||||
| 				if (disposing && components != null) | ||||
| 				{ | ||||
| 					components.Dispose(); | ||||
| 				} | ||||
| 			} | ||||
| 			finally | ||||
| 			{ | ||||
| 				base.Dispose(disposing); | ||||
| 			} | ||||
| 		} | ||||
| 		 | ||||
| 		//참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다. | ||||
| 		//수정하려면 Windows Form 디자이너를 사용하십시오. | ||||
| 		//코드 편집기를 사용하여 수정하지 마십시오. | ||||
| 		[System.Diagnostics.DebuggerStepThrough()] | ||||
| 			private void InitializeComponent() | ||||
| 			{ | ||||
|             this.components = new System.ComponentModel.Container(); | ||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_trend)); | ||||
|             this.TabControl1 = new System.Windows.Forms.TabControl(); | ||||
|             this.TabPage1 = new System.Windows.Forms.TabPage(); | ||||
|             this.dv_chlist = new System.Windows.Forms.DataGridView(); | ||||
|             this.useDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); | ||||
|             this.cnameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.c1DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.c2DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.ccDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.idxDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.tidxDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.bs_Channel = new System.Windows.Forms.BindingSource(this.components); | ||||
|             this.dS1 = new vmsnet.DS1(); | ||||
|             this.TabPage2 = new System.Windows.Forms.TabPage(); | ||||
|             this.PropertyGrid1 = new System.Windows.Forms.PropertyGrid(); | ||||
|             this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components); | ||||
|             this.bt_cursor2 = new System.Windows.Forms.Button(); | ||||
|             this.bt_cursor1 = new System.Windows.Forms.Button(); | ||||
|             this.bt_clear = new System.Windows.Forms.Button(); | ||||
|             this.cm_grpmenu = new System.Windows.Forms.ContextMenuStrip(this.components); | ||||
|             this.ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.bs_grp = new System.Windows.Forms.BindingSource(this.components); | ||||
|             this.Panel1 = new System.Windows.Forms.Panel(); | ||||
|             this.dv_grp = new System.Windows.Forms.DataGridView(); | ||||
|             this.cnameDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.valueDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.idxDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.gnameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.rnameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.label1 = new System.Windows.Forms.Label(); | ||||
|             this.textBox1 = new System.Windows.Forms.TextBox(); | ||||
|             this.panel7 = new System.Windows.Forms.Panel(); | ||||
|             this.bt_delgroup = new System.Windows.Forms.LinkLabel(); | ||||
|             this.LinkLabel5 = new System.Windows.Forms.LinkLabel(); | ||||
|             this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); | ||||
|             this.bt_run = new System.Windows.Forms.Button(); | ||||
|             this.Button2 = new System.Windows.Forms.Button(); | ||||
|             this.Button1 = new System.Windows.Forms.Button(); | ||||
|             this.bt_print = new System.Windows.Forms.Button(); | ||||
|             this.panel6 = new System.Windows.Forms.Panel(); | ||||
|             this.cmb_group = new System.Windows.Forms.ComboBox(); | ||||
|             this.Label4 = new System.Windows.Forms.Label(); | ||||
|             this.ContextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components); | ||||
|             this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.PrintDocument1 = new System.Drawing.Printing.PrintDocument(); | ||||
|             this.PrintPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog(); | ||||
|             this.ToolStrip1 = new System.Windows.Forms.ToolStrip(); | ||||
|             this.lb_datatcnt = new System.Windows.Forms.ToolStripLabel(); | ||||
|             this.lb_Area = new System.Windows.Forms.ToolStripLabel(); | ||||
|             this.lb_selgroup = new System.Windows.Forms.ToolStripLabel(); | ||||
|             this.lb_filesearchtime = new System.Windows.Forms.ToolStripLabel(); | ||||
|             this.lb_querytime = new System.Windows.Forms.ToolStripLabel(); | ||||
|             this.ToolStripButton1 = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.lb_charttime = new System.Windows.Forms.ToolStripLabel(); | ||||
|             this.lb_totaltime = new System.Windows.Forms.ToolStripLabel(); | ||||
|             this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); | ||||
|             this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); | ||||
|             this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel(); | ||||
|             this.btConfig = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.TableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); | ||||
|             this.Panel2 = new System.Windows.Forms.Panel(); | ||||
|             this.panel8 = new System.Windows.Forms.Panel(); | ||||
|             this.Panel4 = new System.Windows.Forms.Panel(); | ||||
|             this.TabControl1.SuspendLayout(); | ||||
|             this.TabPage1.SuspendLayout(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dv_chlist)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs_Channel)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dS1)).BeginInit(); | ||||
|             this.TabPage2.SuspendLayout(); | ||||
|             this.cm_grpmenu.SuspendLayout(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs_grp)).BeginInit(); | ||||
|             this.Panel1.SuspendLayout(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dv_grp)).BeginInit(); | ||||
|             this.panel7.SuspendLayout(); | ||||
|             this.tableLayoutPanel2.SuspendLayout(); | ||||
|             this.panel6.SuspendLayout(); | ||||
|             this.ContextMenuStrip2.SuspendLayout(); | ||||
|             this.ToolStrip1.SuspendLayout(); | ||||
|             this.TableLayoutPanel1.SuspendLayout(); | ||||
|             this.Panel2.SuspendLayout(); | ||||
|             this.Panel4.SuspendLayout(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // TabControl1 | ||||
|             //  | ||||
|             this.TabControl1.Controls.Add(this.TabPage1); | ||||
|             this.TabControl1.Controls.Add(this.TabPage2); | ||||
|             this.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.TabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             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.TabIndex = 5; | ||||
|             //  | ||||
|             // TabPage1 | ||||
|             //  | ||||
|             this.TabPage1.Controls.Add(this.dv_chlist); | ||||
|             this.TabPage1.Location = new System.Drawing.Point(4, 34); | ||||
|             this.TabPage1.Name = "TabPage1"; | ||||
|             this.TabPage1.Padding = new System.Windows.Forms.Padding(3); | ||||
|             this.TabPage1.Size = new System.Drawing.Size(186, 724); | ||||
|             this.TabPage1.TabIndex = 0; | ||||
|             this.TabPage1.Text = "셀"; | ||||
|             this.TabPage1.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // dv_chlist | ||||
|             //  | ||||
|             this.dv_chlist.AllowUserToAddRows = false; | ||||
|             this.dv_chlist.AllowUserToDeleteRows = false; | ||||
|             this.dv_chlist.AllowUserToResizeColumns = false; | ||||
|             this.dv_chlist.AllowUserToResizeRows = false; | ||||
|             this.dv_chlist.AutoGenerateColumns = false; | ||||
|             this.dv_chlist.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; | ||||
|             this.dv_chlist.BackgroundColor = System.Drawing.Color.White; | ||||
|             this.dv_chlist.BorderStyle = System.Windows.Forms.BorderStyle.None; | ||||
|             this.dv_chlist.ColumnHeadersHeight = 34; | ||||
|             this.dv_chlist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; | ||||
|             this.dv_chlist.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { | ||||
|             this.useDataGridViewCheckBoxColumn, | ||||
|             this.cnameDataGridViewTextBoxColumn1, | ||||
|             this.c1DataGridViewTextBoxColumn, | ||||
|             this.c2DataGridViewTextBoxColumn, | ||||
|             this.ccDataGridViewTextBoxColumn, | ||||
|             this.idxDataGridViewTextBoxColumn1, | ||||
|             this.tidxDataGridViewTextBoxColumn}); | ||||
|             this.dv_chlist.DataSource = this.bs_Channel; | ||||
|             this.dv_chlist.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.dv_chlist.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); | ||||
|             this.dv_chlist.Location = new System.Drawing.Point(3, 3); | ||||
|             this.dv_chlist.Name = "dv_chlist"; | ||||
|             this.dv_chlist.RowHeadersVisible = false; | ||||
|             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.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); | ||||
|             this.dv_chlist.MouseLeave += new System.EventHandler(this.dv_chlist_MouseLeave); | ||||
|             this.dv_chlist.MouseMove += new System.Windows.Forms.MouseEventHandler(this.dv_chlist_MouseMove); | ||||
|             //  | ||||
|             // useDataGridViewCheckBoxColumn | ||||
|             //  | ||||
|             this.useDataGridViewCheckBoxColumn.DataPropertyName = "use"; | ||||
|             this.useDataGridViewCheckBoxColumn.HeaderText = "√"; | ||||
|             this.useDataGridViewCheckBoxColumn.MinimumWidth = 10; | ||||
|             this.useDataGridViewCheckBoxColumn.Name = "useDataGridViewCheckBoxColumn"; | ||||
|             this.useDataGridViewCheckBoxColumn.ReadOnly = true; | ||||
|             this.useDataGridViewCheckBoxColumn.Width = 29; | ||||
|             //  | ||||
|             // cnameDataGridViewTextBoxColumn1 | ||||
|             //  | ||||
|             this.cnameDataGridViewTextBoxColumn1.DataPropertyName = "cname"; | ||||
|             this.cnameDataGridViewTextBoxColumn1.HeaderText = "채널"; | ||||
|             this.cnameDataGridViewTextBoxColumn1.MinimumWidth = 8; | ||||
|             this.cnameDataGridViewTextBoxColumn1.Name = "cnameDataGridViewTextBoxColumn1"; | ||||
|             this.cnameDataGridViewTextBoxColumn1.Width = 78; | ||||
|             //  | ||||
|             // c1DataGridViewTextBoxColumn | ||||
|             //  | ||||
|             this.c1DataGridViewTextBoxColumn.DataPropertyName = "c1"; | ||||
|             this.c1DataGridViewTextBoxColumn.HeaderText = "C1"; | ||||
|             this.c1DataGridViewTextBoxColumn.MinimumWidth = 8; | ||||
|             this.c1DataGridViewTextBoxColumn.Name = "c1DataGridViewTextBoxColumn"; | ||||
|             this.c1DataGridViewTextBoxColumn.Width = 74; | ||||
|             //  | ||||
|             // c2DataGridViewTextBoxColumn | ||||
|             //  | ||||
|             this.c2DataGridViewTextBoxColumn.DataPropertyName = "c2"; | ||||
|             this.c2DataGridViewTextBoxColumn.HeaderText = "C2"; | ||||
|             this.c2DataGridViewTextBoxColumn.MinimumWidth = 8; | ||||
|             this.c2DataGridViewTextBoxColumn.Name = "c2DataGridViewTextBoxColumn"; | ||||
|             this.c2DataGridViewTextBoxColumn.Width = 74; | ||||
|             //  | ||||
|             // ccDataGridViewTextBoxColumn | ||||
|             //  | ||||
|             this.ccDataGridViewTextBoxColumn.DataPropertyName = "cc"; | ||||
|             this.ccDataGridViewTextBoxColumn.HeaderText = "cc"; | ||||
|             this.ccDataGridViewTextBoxColumn.MinimumWidth = 8; | ||||
|             this.ccDataGridViewTextBoxColumn.Name = "ccDataGridViewTextBoxColumn"; | ||||
|             this.ccDataGridViewTextBoxColumn.Visible = false; | ||||
|             this.ccDataGridViewTextBoxColumn.Width = 68; | ||||
|             //  | ||||
|             // idxDataGridViewTextBoxColumn1 | ||||
|             //  | ||||
|             this.idxDataGridViewTextBoxColumn1.DataPropertyName = "idx"; | ||||
|             this.idxDataGridViewTextBoxColumn1.HeaderText = "idx"; | ||||
|             this.idxDataGridViewTextBoxColumn1.MinimumWidth = 8; | ||||
|             this.idxDataGridViewTextBoxColumn1.Name = "idxDataGridViewTextBoxColumn1"; | ||||
|             this.idxDataGridViewTextBoxColumn1.Visible = false; | ||||
|             this.idxDataGridViewTextBoxColumn1.Width = 73; | ||||
|             //  | ||||
|             // tidxDataGridViewTextBoxColumn | ||||
|             //  | ||||
|             this.tidxDataGridViewTextBoxColumn.DataPropertyName = "tidx"; | ||||
|             this.tidxDataGridViewTextBoxColumn.HeaderText = "tidx"; | ||||
|             this.tidxDataGridViewTextBoxColumn.MinimumWidth = 8; | ||||
|             this.tidxDataGridViewTextBoxColumn.Name = "tidxDataGridViewTextBoxColumn"; | ||||
|             this.tidxDataGridViewTextBoxColumn.Visible = false; | ||||
|             this.tidxDataGridViewTextBoxColumn.Width = 78; | ||||
|             //  | ||||
|             // bs_Channel | ||||
|             //  | ||||
|             this.bs_Channel.DataMember = "channel"; | ||||
|             this.bs_Channel.DataSource = this.dS1; | ||||
|             //  | ||||
|             // dS1 | ||||
|             //  | ||||
|             this.dS1.DataSetName = "DS1"; | ||||
|             this.dS1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; | ||||
|             //  | ||||
|             // TabPage2 | ||||
|             //  | ||||
|             this.TabPage2.Controls.Add(this.PropertyGrid1); | ||||
|             this.TabPage2.Location = new System.Drawing.Point(4, 34); | ||||
|             this.TabPage2.Name = "TabPage2"; | ||||
|             this.TabPage2.Padding = new System.Windows.Forms.Padding(3); | ||||
|             this.TabPage2.Size = new System.Drawing.Size(186, 724); | ||||
|             this.TabPage2.TabIndex = 1; | ||||
|             this.TabPage2.Text = "기타"; | ||||
|             this.TabPage2.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // PropertyGrid1 | ||||
|             //  | ||||
|             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.TabIndex = 0; | ||||
|             //  | ||||
|             // bt_cursor2 | ||||
|             //  | ||||
|             this.bt_cursor2.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | ||||
|             this.bt_cursor2.Location = new System.Drawing.Point(75, 4); | ||||
|             this.bt_cursor2.Name = "bt_cursor2"; | ||||
|             this.bt_cursor2.Size = new System.Drawing.Size(66, 48); | ||||
|             this.bt_cursor2.TabIndex = 12; | ||||
|             this.bt_cursor2.Tag = "1"; | ||||
|             this.bt_cursor2.Text = "C2\r\n[F11]"; | ||||
|             this.ToolTip1.SetToolTip(this.bt_cursor2, "커서를 설정합니다."); | ||||
|             this.bt_cursor2.UseVisualStyleBackColor = true; | ||||
|             this.bt_cursor2.Click += new System.EventHandler(this.bt_cursor_Click); | ||||
|             //  | ||||
|             // bt_cursor1 | ||||
|             //  | ||||
|             this.bt_cursor1.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | ||||
|             this.bt_cursor1.Location = new System.Drawing.Point(8, 4); | ||||
|             this.bt_cursor1.Name = "bt_cursor1"; | ||||
|             this.bt_cursor1.Size = new System.Drawing.Size(66, 48); | ||||
|             this.bt_cursor1.TabIndex = 11; | ||||
|             this.bt_cursor1.Tag = "0"; | ||||
|             this.bt_cursor1.Text = "C1\r\n[F10]"; | ||||
|             this.ToolTip1.SetToolTip(this.bt_cursor1, "커서를 설정합니다."); | ||||
|             this.bt_cursor1.UseVisualStyleBackColor = true; | ||||
|             this.bt_cursor1.Click += new System.EventHandler(this.bt_cursor_Click); | ||||
|             //  | ||||
|             // bt_clear | ||||
|             //  | ||||
|             this.bt_clear.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | ||||
|             this.bt_clear.Location = new System.Drawing.Point(142, 4); | ||||
|             this.bt_clear.Name = "bt_clear"; | ||||
|             this.bt_clear.Size = new System.Drawing.Size(96, 48); | ||||
|             this.bt_clear.TabIndex = 14; | ||||
|             this.bt_clear.Text = "C1, C2\r\nHide"; | ||||
|             this.ToolTip1.SetToolTip(this.bt_clear, "커서를 설정합니다."); | ||||
|             this.bt_clear.UseVisualStyleBackColor = true; | ||||
|             this.bt_clear.Click += new System.EventHandler(this.bt_Hide_Click); | ||||
|             //  | ||||
|             // cm_grpmenu | ||||
|             //  | ||||
|             this.cm_grpmenu.ImageScalingSize = new System.Drawing.Size(24, 24); | ||||
|             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); | ||||
|             //  | ||||
|             // ToolStripMenuItem3 | ||||
|             //  | ||||
|             this.ToolStripMenuItem3.Name = "ToolStripMenuItem3"; | ||||
|             this.ToolStripMenuItem3.Size = new System.Drawing.Size(247, 32); | ||||
|             this.ToolStripMenuItem3.Text = "Channel Index(TEST)"; | ||||
|             this.ToolStripMenuItem3.Click += new System.EventHandler(this.ToolStripMenuItem3_Click); | ||||
|             //  | ||||
|             // bs_grp | ||||
|             //  | ||||
|             this.bs_grp.DataMember = "group"; | ||||
|             this.bs_grp.DataSource = this.dS1; | ||||
|             //  | ||||
|             // Panel1 | ||||
|             //  | ||||
|             this.Panel1.BackColor = System.Drawing.Color.WhiteSmoke; | ||||
|             this.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; | ||||
|             this.Panel1.Controls.Add(this.dv_grp); | ||||
|             this.Panel1.Controls.Add(this.label1); | ||||
|             this.Panel1.Controls.Add(this.textBox1); | ||||
|             this.Panel1.Controls.Add(this.panel7); | ||||
|             this.Panel1.Controls.Add(this.tableLayoutPanel2); | ||||
|             this.Panel1.Controls.Add(this.panel6); | ||||
|             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.TabIndex = 7; | ||||
|             //  | ||||
|             // dv_grp | ||||
|             //  | ||||
|             this.dv_grp.AllowUserToAddRows = false; | ||||
|             this.dv_grp.AllowUserToDeleteRows = false; | ||||
|             this.dv_grp.AllowUserToResizeColumns = false; | ||||
|             this.dv_grp.AllowUserToResizeRows = false; | ||||
|             this.dv_grp.AutoGenerateColumns = false; | ||||
|             this.dv_grp.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; | ||||
|             this.dv_grp.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; | ||||
|             this.dv_grp.BorderStyle = System.Windows.Forms.BorderStyle.None; | ||||
|             this.dv_grp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; | ||||
|             this.dv_grp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { | ||||
|             this.cnameDataGridViewTextBoxColumn2, | ||||
|             this.valueDataGridViewTextBoxColumn1, | ||||
|             this.idxDataGridViewTextBoxColumn2, | ||||
|             this.gnameDataGridViewTextBoxColumn1, | ||||
|             this.rnameDataGridViewTextBoxColumn1}); | ||||
|             this.dv_grp.ContextMenuStrip = this.cm_grpmenu; | ||||
|             this.dv_grp.DataSource = this.bs_grp; | ||||
|             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; | ||||
|             dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; | ||||
|             dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; | ||||
|             dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(0, 9, 0, 9); | ||||
|             dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; | ||||
|             dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; | ||||
|             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; | ||||
|             this.dv_grp.DefaultCellStyle = dataGridViewCellStyle1; | ||||
|             this.dv_grp.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.dv_grp.Location = new System.Drawing.Point(0, 33); | ||||
|             this.dv_grp.Name = "dv_grp"; | ||||
|             this.dv_grp.ReadOnly = true; | ||||
|             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.TabIndex = 0; | ||||
|             this.dv_grp.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView2_CellDoubleClick); | ||||
|             //  | ||||
|             // cnameDataGridViewTextBoxColumn2 | ||||
|             //  | ||||
|             this.cnameDataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; | ||||
|             this.cnameDataGridViewTextBoxColumn2.DataPropertyName = "cname"; | ||||
|             this.cnameDataGridViewTextBoxColumn2.HeaderText = "Group List"; | ||||
|             this.cnameDataGridViewTextBoxColumn2.MinimumWidth = 8; | ||||
|             this.cnameDataGridViewTextBoxColumn2.Name = "cnameDataGridViewTextBoxColumn2"; | ||||
|             this.cnameDataGridViewTextBoxColumn2.ReadOnly = true; | ||||
|             //  | ||||
|             // valueDataGridViewTextBoxColumn1 | ||||
|             //  | ||||
|             this.valueDataGridViewTextBoxColumn1.DataPropertyName = "value"; | ||||
|             this.valueDataGridViewTextBoxColumn1.HeaderText = "value"; | ||||
|             this.valueDataGridViewTextBoxColumn1.MinimumWidth = 8; | ||||
|             this.valueDataGridViewTextBoxColumn1.Name = "valueDataGridViewTextBoxColumn1"; | ||||
|             this.valueDataGridViewTextBoxColumn1.ReadOnly = true; | ||||
|             this.valueDataGridViewTextBoxColumn1.Visible = false; | ||||
|             this.valueDataGridViewTextBoxColumn1.Width = 60; | ||||
|             //  | ||||
|             // idxDataGridViewTextBoxColumn2 | ||||
|             //  | ||||
|             this.idxDataGridViewTextBoxColumn2.DataPropertyName = "idx"; | ||||
|             this.idxDataGridViewTextBoxColumn2.HeaderText = "idx"; | ||||
|             this.idxDataGridViewTextBoxColumn2.MinimumWidth = 8; | ||||
|             this.idxDataGridViewTextBoxColumn2.Name = "idxDataGridViewTextBoxColumn2"; | ||||
|             this.idxDataGridViewTextBoxColumn2.ReadOnly = true; | ||||
|             this.idxDataGridViewTextBoxColumn2.Visible = false; | ||||
|             this.idxDataGridViewTextBoxColumn2.Width = 47; | ||||
|             //  | ||||
|             // gnameDataGridViewTextBoxColumn1 | ||||
|             //  | ||||
|             this.gnameDataGridViewTextBoxColumn1.DataPropertyName = "gname"; | ||||
|             this.gnameDataGridViewTextBoxColumn1.HeaderText = "gname"; | ||||
|             this.gnameDataGridViewTextBoxColumn1.MinimumWidth = 8; | ||||
|             this.gnameDataGridViewTextBoxColumn1.Name = "gnameDataGridViewTextBoxColumn1"; | ||||
|             this.gnameDataGridViewTextBoxColumn1.ReadOnly = true; | ||||
|             this.gnameDataGridViewTextBoxColumn1.Visible = false; | ||||
|             this.gnameDataGridViewTextBoxColumn1.Width = 69; | ||||
|             //  | ||||
|             // rnameDataGridViewTextBoxColumn1 | ||||
|             //  | ||||
|             this.rnameDataGridViewTextBoxColumn1.DataPropertyName = "rname"; | ||||
|             this.rnameDataGridViewTextBoxColumn1.HeaderText = "rname"; | ||||
|             this.rnameDataGridViewTextBoxColumn1.MinimumWidth = 8; | ||||
|             this.rnameDataGridViewTextBoxColumn1.Name = "rnameDataGridViewTextBoxColumn1"; | ||||
|             this.rnameDataGridViewTextBoxColumn1.ReadOnly = true; | ||||
|             this.rnameDataGridViewTextBoxColumn1.Visible = false; | ||||
|             this.rnameDataGridViewTextBoxColumn1.Width = 66; | ||||
|             //  | ||||
|             // label1 | ||||
|             //  | ||||
|             this.label1.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||
|             this.label1.Location = new System.Drawing.Point(0, 566); | ||||
|             this.label1.Name = "label1"; | ||||
|             this.label1.Size = new System.Drawing.Size(213, 30); | ||||
|             this.label1.TabIndex = 23; | ||||
|             this.label1.Text = "Channel List"; | ||||
|             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; | ||||
|             //  | ||||
|             // textBox1 | ||||
|             //  | ||||
|             this.textBox1.BackColor = System.Drawing.Color.Silver; | ||||
|             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.Multiline = true; | ||||
|             this.textBox1.Name = "textBox1"; | ||||
|             this.textBox1.ReadOnly = true; | ||||
|             this.textBox1.Size = new System.Drawing.Size(213, 46); | ||||
|             this.textBox1.TabIndex = 22; | ||||
|             this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; | ||||
|             //  | ||||
|             // panel7 | ||||
|             //  | ||||
|             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.Name = "panel7"; | ||||
|             this.panel7.Padding = new System.Windows.Forms.Padding(5, 8, 0, 0); | ||||
|             this.panel7.Size = new System.Drawing.Size(213, 31); | ||||
|             this.panel7.TabIndex = 21; | ||||
|             //  | ||||
|             // bt_delgroup | ||||
|             //  | ||||
|             this.bt_delgroup.AutoSize = true; | ||||
|             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.Name = "bt_delgroup"; | ||||
|             this.bt_delgroup.Size = new System.Drawing.Size(88, 22); | ||||
|             this.bt_delgroup.TabIndex = 11; | ||||
|             this.bt_delgroup.TabStop = true; | ||||
|             this.bt_delgroup.Text = "선택그룹삭제"; | ||||
|             this.bt_delgroup.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel4_LinkClicked); | ||||
|             //  | ||||
|             // LinkLabel5 | ||||
|             //  | ||||
|             this.LinkLabel5.AutoSize = true; | ||||
|             this.LinkLabel5.Dock = System.Windows.Forms.DockStyle.Left; | ||||
|             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.TabIndex = 10; | ||||
|             this.LinkLabel5.TabStop = true; | ||||
|             this.LinkLabel5.Text = "신규그룹생성"; | ||||
|             this.LinkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel5_LinkClicked); | ||||
|             //  | ||||
|             // tableLayoutPanel2 | ||||
|             //  | ||||
|             this.tableLayoutPanel2.ColumnCount = 2; | ||||
|             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); | ||||
|             this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); | ||||
|             this.tableLayoutPanel2.Controls.Add(this.bt_run, 0, 0); | ||||
|             this.tableLayoutPanel2.Controls.Add(this.Button2, 1, 0); | ||||
|             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.Name = "tableLayoutPanel2"; | ||||
|             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)); | ||||
|             this.tableLayoutPanel2.Size = new System.Drawing.Size(213, 87); | ||||
|             this.tableLayoutPanel2.TabIndex = 20; | ||||
|             //  | ||||
|             // bt_run | ||||
|             //  | ||||
|             this.bt_run.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.bt_run.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.bt_run.Location = new System.Drawing.Point(3, 3); | ||||
|             this.bt_run.Name = "bt_run"; | ||||
|             this.bt_run.Size = new System.Drawing.Size(100, 37); | ||||
|             this.bt_run.TabIndex = 7; | ||||
|             this.bt_run.Text = "조회"; | ||||
|             this.bt_run.UseVisualStyleBackColor = true; | ||||
|             this.bt_run.Click += new System.EventHandler(this.bt_run_Click); | ||||
|             //  | ||||
|             // Button2 | ||||
|             //  | ||||
|             this.Button2.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.Button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.Button2.Location = new System.Drawing.Point(109, 3); | ||||
|             this.Button2.Name = "Button2"; | ||||
|             this.Button2.Size = new System.Drawing.Size(101, 37); | ||||
|             this.Button2.TabIndex = 18; | ||||
|             this.Button2.Text = "조회범위설정"; | ||||
|             this.Button2.UseVisualStyleBackColor = true; | ||||
|             this.Button2.Click += new System.EventHandler(this.Button2_Click_2); | ||||
|             //  | ||||
|             // Button1 | ||||
|             //  | ||||
|             this.Button1.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.Button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.Button1.Location = new System.Drawing.Point(109, 46); | ||||
|             this.Button1.Name = "Button1"; | ||||
|             this.Button1.Size = new System.Drawing.Size(101, 38); | ||||
|             this.Button1.TabIndex = 17; | ||||
|             this.Button1.Text = "저장(PNG)"; | ||||
|             this.Button1.UseVisualStyleBackColor = true; | ||||
|             this.Button1.Click += new System.EventHandler(this.Button1_Click_1); | ||||
|             //  | ||||
|             // bt_print | ||||
|             //  | ||||
|             this.bt_print.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.bt_print.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.bt_print.Location = new System.Drawing.Point(3, 46); | ||||
|             this.bt_print.Name = "bt_print"; | ||||
|             this.bt_print.Size = new System.Drawing.Size(100, 38); | ||||
|             this.bt_print.TabIndex = 14; | ||||
|             this.bt_print.Text = "인쇄"; | ||||
|             this.bt_print.UseVisualStyleBackColor = true; | ||||
|             this.bt_print.Click += new System.EventHandler(this.Button1_Click); | ||||
|             //  | ||||
|             // panel6 | ||||
|             //  | ||||
|             this.panel6.Controls.Add(this.cmb_group); | ||||
|             this.panel6.Controls.Add(this.Label4); | ||||
|             this.panel6.Dock = System.Windows.Forms.DockStyle.Top; | ||||
|             this.panel6.Location = new System.Drawing.Point(0, 0); | ||||
|             this.panel6.Name = "panel6"; | ||||
|             this.panel6.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5); | ||||
|             this.panel6.Size = new System.Drawing.Size(213, 33); | ||||
|             this.panel6.TabIndex = 19; | ||||
|             //  | ||||
|             // cmb_group | ||||
|             //  | ||||
|             this.cmb_group.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.cmb_group.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | ||||
|             this.cmb_group.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.cmb_group.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); | ||||
|             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.TabIndex = 16; | ||||
|             this.cmb_group.SelectedIndexChanged += new System.EventHandler(this.cmb_group_SelectedIndexChanged); | ||||
|             //  | ||||
|             // Label4 | ||||
|             //  | ||||
|             this.Label4.Dock = System.Windows.Forms.DockStyle.Left; | ||||
|             this.Label4.Location = new System.Drawing.Point(0, 5); | ||||
|             this.Label4.Name = "Label4"; | ||||
|             this.Label4.Size = new System.Drawing.Size(43, 23); | ||||
|             this.Label4.TabIndex = 15; | ||||
|             this.Label4.Text = "대분류"; | ||||
|             this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; | ||||
|             //  | ||||
|             // ContextMenuStrip2 | ||||
|             //  | ||||
|             this.ContextMenuStrip2.ImageScalingSize = new System.Drawing.Size(24, 24); | ||||
|             this.ContextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.ToolStripMenuItem1, | ||||
|             this.ToolStripMenuItem2}); | ||||
|             this.ContextMenuStrip2.Name = "ContextMenuStrip1"; | ||||
|             this.ContextMenuStrip2.Size = new System.Drawing.Size(157, 68); | ||||
|             //  | ||||
|             // ToolStripMenuItem1 | ||||
|             //  | ||||
|             this.ToolStripMenuItem1.Name = "ToolStripMenuItem1"; | ||||
|             this.ToolStripMenuItem1.Size = new System.Drawing.Size(156, 32); | ||||
|             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.Text = "선택삭제"; | ||||
|             this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click); | ||||
|             //  | ||||
|             // PrintDocument1 | ||||
|             //  | ||||
|             this.PrintDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.PrintDocument1_PrintPage); | ||||
|             //  | ||||
|             // PrintPreviewDialog1 | ||||
|             //  | ||||
|             this.PrintPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0); | ||||
|             this.PrintPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0); | ||||
|             this.PrintPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300); | ||||
|             this.PrintPreviewDialog1.Document = this.PrintDocument1; | ||||
|             this.PrintPreviewDialog1.Enabled = true; | ||||
|             this.PrintPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("PrintPreviewDialog1.Icon"))); | ||||
|             this.PrintPreviewDialog1.Name = "PrintPreviewDialog1"; | ||||
|             this.PrintPreviewDialog1.UseAntiAlias = true; | ||||
|             this.PrintPreviewDialog1.Visible = false; | ||||
|             //  | ||||
|             // ToolStrip1 | ||||
|             //  | ||||
|             this.ToolStrip1.BackColor = System.Drawing.Color.White; | ||||
|             this.ToolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||
|             this.ToolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); | ||||
|             this.ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.lb_datatcnt, | ||||
|             this.lb_Area, | ||||
|             this.lb_selgroup, | ||||
|             this.lb_filesearchtime, | ||||
|             this.lb_querytime, | ||||
|             this.ToolStripButton1, | ||||
|             this.lb_charttime, | ||||
|             this.lb_totaltime, | ||||
|             this.toolStripLabel1, | ||||
|             this.toolStripLabel2, | ||||
|             this.toolStripLabel3, | ||||
|             this.btConfig}); | ||||
|             this.ToolStrip1.Location = new System.Drawing.Point(0, 768); | ||||
|             this.ToolStrip1.Name = "ToolStrip1"; | ||||
|             this.ToolStrip1.Size = new System.Drawing.Size(1184, 33); | ||||
|             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.Text = "<dataCount>"; | ||||
|             //  | ||||
|             // lb_Area | ||||
|             //  | ||||
|             this.lb_Area.Name = "lb_Area"; | ||||
|             this.lb_Area.Size = new System.Drawing.Size(72, 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.Text = "<Group>"; | ||||
|             //  | ||||
|             // lb_filesearchtime | ||||
|             //  | ||||
|             this.lb_filesearchtime.Name = "lb_filesearchtime"; | ||||
|             this.lb_filesearchtime.Size = new System.Drawing.Size(114, 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.Text = "<querytime>"; | ||||
|             //  | ||||
|             // ToolStripButton1 | ||||
|             //  | ||||
|             this.ToolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; | ||||
|             this.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | ||||
|             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.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.Text = "<refresh>"; | ||||
|             //  | ||||
|             // lb_totaltime | ||||
|             //  | ||||
|             this.lb_totaltime.Name = "lb_totaltime"; | ||||
|             this.lb_totaltime.Size = new System.Drawing.Size(74, 28); | ||||
|             this.lb_totaltime.Text = "<total>"; | ||||
|             //  | ||||
|             // toolStripLabel1 | ||||
|             //  | ||||
|             this.toolStripLabel1.Name = "toolStripLabel1"; | ||||
|             this.toolStripLabel1.Size = new System.Drawing.Size(117, 28); | ||||
|             this.toolStripLabel1.Text = "<value info>"; | ||||
|             //  | ||||
|             // toolStripLabel2 | ||||
|             //  | ||||
|             this.toolStripLabel2.Name = "toolStripLabel2"; | ||||
|             this.toolStripLabel2.Size = new System.Drawing.Size(111, 28); | ||||
|             this.toolStripLabel2.Text = "<time info>"; | ||||
|             //  | ||||
|             // toolStripLabel3 | ||||
|             //  | ||||
|             this.toolStripLabel3.Name = "toolStripLabel3"; | ||||
|             this.toolStripLabel3.Size = new System.Drawing.Size(89, 28); | ||||
|             this.toolStripLabel3.Text = "<config>"; | ||||
|             //  | ||||
|             // btConfig | ||||
|             //  | ||||
|             this.btConfig.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; | ||||
|             this.btConfig.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | ||||
|             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.Text = "config"; | ||||
|             this.btConfig.Click += new System.EventHandler(this.btConfig_Click); | ||||
|             //  | ||||
|             // TableLayoutPanel1 | ||||
|             //  | ||||
|             this.TableLayoutPanel1.ColumnCount = 3; | ||||
|             this.TableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 221F)); | ||||
|             this.TableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); | ||||
|             this.TableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F)); | ||||
|             this.TableLayoutPanel1.Controls.Add(this.Panel1, 0, 0); | ||||
|             this.TableLayoutPanel1.Controls.Add(this.TabControl1, 2, 0); | ||||
|             this.TableLayoutPanel1.Controls.Add(this.Panel2, 1, 0); | ||||
|             this.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.TableLayoutPanel1.Location = new System.Drawing.Point(0, 0); | ||||
|             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.TabIndex = 9; | ||||
|             //  | ||||
|             // Panel2 | ||||
|             //  | ||||
|             this.Panel2.Controls.Add(this.panel8); | ||||
|             this.Panel2.Controls.Add(this.Panel4); | ||||
|             this.Panel2.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             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.TabIndex = 8; | ||||
|             //  | ||||
|             // panel8 | ||||
|             //  | ||||
|             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.TabIndex = 2; | ||||
|             //  | ||||
|             // Panel4 | ||||
|             //  | ||||
|             this.Panel4.Controls.Add(this.bt_clear); | ||||
|             this.Panel4.Controls.Add(this.bt_cursor2); | ||||
|             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.Name = "Panel4"; | ||||
|             this.Panel4.Padding = new System.Windows.Forms.Padding(5); | ||||
|             this.Panel4.Size = new System.Drawing.Size(747, 57); | ||||
|             this.Panel4.TabIndex = 0; | ||||
|             //  | ||||
|             // Frm_trend | ||||
|             //  | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; | ||||
|             this.ClientSize = new System.Drawing.Size(1184, 801); | ||||
|             this.Controls.Add(this.TableLayoutPanel1); | ||||
|             this.Controls.Add(this.ToolStrip1); | ||||
|             this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); | ||||
|             this.KeyPreview = true; | ||||
|             this.Name = "Frm_trend"; | ||||
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; | ||||
|             this.Text = "트렌드뷰(과거)"; | ||||
|             this.WindowState = System.Windows.Forms.FormWindowState.Maximized; | ||||
|             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_trend_FormClosing); | ||||
|             this.Load += new System.EventHandler(this.Frm_trend_Load); | ||||
|             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_trend_KeyDown); | ||||
|             this.TabControl1.ResumeLayout(false); | ||||
|             this.TabPage1.ResumeLayout(false); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dv_chlist)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs_Channel)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dS1)).EndInit(); | ||||
|             this.TabPage2.ResumeLayout(false); | ||||
|             this.cm_grpmenu.ResumeLayout(false); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs_grp)).EndInit(); | ||||
|             this.Panel1.ResumeLayout(false); | ||||
|             this.Panel1.PerformLayout(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dv_grp)).EndInit(); | ||||
|             this.panel7.ResumeLayout(false); | ||||
|             this.panel7.PerformLayout(); | ||||
|             this.tableLayoutPanel2.ResumeLayout(false); | ||||
|             this.panel6.ResumeLayout(false); | ||||
|             this.ContextMenuStrip2.ResumeLayout(false); | ||||
|             this.ToolStrip1.ResumeLayout(false); | ||||
|             this.ToolStrip1.PerformLayout(); | ||||
|             this.TableLayoutPanel1.ResumeLayout(false); | ||||
|             this.Panel2.ResumeLayout(false); | ||||
|             this.Panel4.ResumeLayout(false); | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
| 		} | ||||
| 		internal System.Windows.Forms.TabControl TabControl1; | ||||
| 		internal System.Windows.Forms.TabPage TabPage1; | ||||
| 		internal System.Windows.Forms.TabPage TabPage2; | ||||
| 		internal System.Windows.Forms.PropertyGrid PropertyGrid1; | ||||
| 		internal System.Windows.Forms.ToolTip ToolTip1; | ||||
| 		internal System.Windows.Forms.Button bt_run; | ||||
| 		internal System.Windows.Forms.LinkLabel bt_delgroup; | ||||
| 		internal System.Windows.Forms.LinkLabel LinkLabel5; | ||||
| 		internal System.Windows.Forms.DataGridView dv_chlist; | ||||
| 		internal System.Windows.Forms.ContextMenuStrip ContextMenuStrip2; | ||||
| 		internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1; | ||||
| 		internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem2; | ||||
| 		internal System.Windows.Forms.Button bt_print; | ||||
| 		internal System.Drawing.Printing.PrintDocument PrintDocument1; | ||||
| 		internal System.Windows.Forms.PrintPreviewDialog PrintPreviewDialog1; | ||||
| 		internal System.Windows.Forms.Panel Panel1; | ||||
| 		internal System.Windows.Forms.ContextMenuStrip cm_grpmenu; | ||||
| 		internal System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem3; | ||||
| 		internal System.Windows.Forms.BindingSource bs_grp; | ||||
| 		internal System.Windows.Forms.ComboBox cmb_group; | ||||
| 		internal System.Windows.Forms.Label Label4; | ||||
| 		internal System.Windows.Forms.BindingSource bs_Channel; | ||||
| 		internal System.Windows.Forms.ToolStrip ToolStrip1; | ||||
| 		internal System.Windows.Forms.ToolStripLabel lb_datatcnt; | ||||
| 		internal System.Windows.Forms.ToolStripLabel lb_querytime; | ||||
| 		internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel1; | ||||
| 		internal System.Windows.Forms.Button Button1; | ||||
| 		internal System.Windows.Forms.Panel Panel2; | ||||
| 		internal System.Windows.Forms.Panel Panel4; | ||||
| 		internal System.Windows.Forms.ToolStripButton ToolStripButton1; | ||||
| 		internal System.Windows.Forms.ToolStripLabel lb_Area; | ||||
| 		internal System.Windows.Forms.ToolStripLabel lb_selgroup; | ||||
| 		internal System.Windows.Forms.Button bt_cursor2; | ||||
| 		internal System.Windows.Forms.Button bt_cursor1; | ||||
| 		internal System.Windows.Forms.ToolStripLabel lb_filesearchtime; | ||||
| 		internal System.Windows.Forms.ToolStripLabel lb_charttime; | ||||
| 		internal System.Windows.Forms.ToolStripLabel lb_totaltime; | ||||
| 		internal System.Windows.Forms.Button Button2; | ||||
|         private System.ComponentModel.IContainer components; | ||||
|         private ToolStripLabel toolStripLabel1; | ||||
|         private Panel panel7; | ||||
|         private TableLayoutPanel tableLayoutPanel2; | ||||
|         private Panel panel6; | ||||
|         private ToolStripLabel toolStripLabel2; | ||||
|         private DS1 dS1; | ||||
|         private ToolStripLabel toolStripLabel3; | ||||
|         private Panel panel8; | ||||
|         private DataGridView dv_grp; | ||||
|         private TextBox textBox1; | ||||
|         private Label label1; | ||||
|         private DataGridViewTextBoxColumn cnameDataGridViewTextBoxColumn2; | ||||
|         private DataGridViewTextBoxColumn valueDataGridViewTextBoxColumn1; | ||||
|         private DataGridViewTextBoxColumn idxDataGridViewTextBoxColumn2; | ||||
|         private DataGridViewTextBoxColumn gnameDataGridViewTextBoxColumn1; | ||||
|         private DataGridViewTextBoxColumn rnameDataGridViewTextBoxColumn1; | ||||
|         private ToolStripButton btConfig; | ||||
|         internal Button bt_clear; | ||||
|         private DataGridViewCheckBoxColumn useDataGridViewCheckBoxColumn; | ||||
|         private DataGridViewTextBoxColumn cnameDataGridViewTextBoxColumn1; | ||||
|         private DataGridViewTextBoxColumn c1DataGridViewTextBoxColumn; | ||||
|         private DataGridViewTextBoxColumn c2DataGridViewTextBoxColumn; | ||||
|         private DataGridViewTextBoxColumn ccDataGridViewTextBoxColumn; | ||||
|         private DataGridViewTextBoxColumn idxDataGridViewTextBoxColumn1; | ||||
|         private DataGridViewTextBoxColumn tidxDataGridViewTextBoxColumn; | ||||
|     } | ||||
| 	 | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Arin(asus)
					Arin(asus)