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_Cell : 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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Cell)); this.TabControl1 = new System.Windows.Forms.TabControl(); this.TabPage1 = new System.Windows.Forms.TabPage(); this.DV_VALUE = new System.Windows.Forms.DataGridView(); this.DataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BS_DATA = new System.Windows.Forms.BindingSource(this.components); this.ToolStrip2 = new System.Windows.Forms.ToolStrip(); this.ToolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.cmb_volt = new System.Windows.Forms.ToolStripComboBox(); this.ToolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); this.cmb_time = new System.Windows.Forms.ToolStripComboBox(); this.prb1 = new System.Windows.Forms.ToolStripProgressBar(); this.TabPage3 = new System.Windows.Forms.TabPage(); this.DataGridView1 = new System.Windows.Forms.DataGridView(); this.ATIME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RTYPESTR = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.VOLT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MAXVOLT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LOWVOLT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BN_ALAM = new System.Windows.Forms.BindingNavigator(this.components); this.BS_ALAM = new System.Windows.Forms.BindingSource(this.components); this.BindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.BindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); this.BindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); this.BindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); this.BindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); this.BindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.BindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); this.BindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); this.BindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.ToolStrip1 = new System.Windows.Forms.ToolStrip(); this.ToolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.ToolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.ToolStripLabel4 = new System.Windows.Forms.ToolStripLabel(); this.tb_time = new System.Windows.Forms.ToolStripLabel(); this.ToolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tb_val = new System.Windows.Forms.ToolStripLabel(); this.ToolStripLabel3 = new System.Windows.Forms.ToolStripLabel(); this.PropertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.TabControl1.SuspendLayout(); this.TabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DV_VALUE)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BS_DATA)).BeginInit(); this.ToolStrip2.SuspendLayout(); this.TabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BN_ALAM)).BeginInit(); this.BN_ALAM.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.BS_ALAM)).BeginInit(); this.ToolStrip1.SuspendLayout(); this.SuspendLayout(); // // TabControl1 // this.TabControl1.Controls.Add(this.TabPage1); this.TabControl1.Controls.Add(this.TabPage3); this.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.TabControl1.Location = new System.Drawing.Point(354, 58); this.TabControl1.Multiline = true; this.TabControl1.Name = "TabControl1"; this.TabControl1.SelectedIndex = 0; this.TabControl1.Size = new System.Drawing.Size(910, 603); this.TabControl1.TabIndex = 0; this.TabControl1.SelectedIndexChanged += new System.EventHandler(this.TabControl1_SelectedIndexChanged); // // TabPage1 // this.TabPage1.Controls.Add(this.DV_VALUE); this.TabPage1.Controls.Add(this.ToolStrip2); this.TabPage1.Location = new System.Drawing.Point(4, 31); this.TabPage1.Name = "TabPage1"; this.TabPage1.Padding = new System.Windows.Forms.Padding(3); this.TabPage1.Size = new System.Drawing.Size(902, 568); this.TabPage1.TabIndex = 0; this.TabPage1.Text = "실시간트렌드"; this.TabPage1.UseVisualStyleBackColor = true; this.TabPage1.Click += new System.EventHandler(this.TabPage1_Click); // // DV_VALUE // this.DV_VALUE.AllowUserToAddRows = false; this.DV_VALUE.AllowUserToResizeRows = false; this.DV_VALUE.AutoGenerateColumns = false; this.DV_VALUE.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.DV_VALUE.BackgroundColor = System.Drawing.Color.White; this.DV_VALUE.BorderStyle = System.Windows.Forms.BorderStyle.None; this.DV_VALUE.ColumnHeadersHeight = 28; this.DV_VALUE.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.DV_VALUE.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DataGridViewTextBoxColumn1, this.DataGridViewTextBoxColumn3}); this.DV_VALUE.DataSource = this.BS_DATA; this.DV_VALUE.Dock = System.Windows.Forms.DockStyle.Right; this.DV_VALUE.Location = new System.Drawing.Point(689, 3); this.DV_VALUE.Name = "DV_VALUE"; this.DV_VALUE.ReadOnly = true; this.DV_VALUE.RowHeadersVisible = false; this.DV_VALUE.RowHeadersWidth = 62; this.DV_VALUE.RowTemplate.Height = 23; this.DV_VALUE.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DV_VALUE.Size = new System.Drawing.Size(210, 529); this.DV_VALUE.TabIndex = 9; this.DV_VALUE.Visible = false; // // DataGridViewTextBoxColumn1 // this.DataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.DataGridViewTextBoxColumn1.DataPropertyName = "TIME"; this.DataGridViewTextBoxColumn1.HeaderText = "시간"; this.DataGridViewTextBoxColumn1.MinimumWidth = 8; this.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"; this.DataGridViewTextBoxColumn1.ReadOnly = true; // // DataGridViewTextBoxColumn3 // this.DataGridViewTextBoxColumn3.DataPropertyName = "VOLT"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.DataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle7; this.DataGridViewTextBoxColumn3.HeaderText = "값(v)"; this.DataGridViewTextBoxColumn3.MinimumWidth = 8; this.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"; this.DataGridViewTextBoxColumn3.ReadOnly = true; this.DataGridViewTextBoxColumn3.Width = 80; // // BS_DATA // this.BS_DATA.Sort = "TIME DESC"; // // ToolStrip2 // this.ToolStrip2.Dock = System.Windows.Forms.DockStyle.Bottom; this.ToolStrip2.ImageScalingSize = new System.Drawing.Size(24, 24); this.ToolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ToolStripLabel1, this.cmb_volt, this.ToolStripLabel2, this.cmb_time, this.prb1}); this.ToolStrip2.Location = new System.Drawing.Point(3, 532); this.ToolStrip2.Name = "ToolStrip2"; this.ToolStrip2.Size = new System.Drawing.Size(896, 33); this.ToolStrip2.TabIndex = 8; this.ToolStrip2.Text = "ToolStrip2"; // // ToolStripLabel1 // this.ToolStripLabel1.Name = "ToolStripLabel1"; this.ToolStripLabel1.Size = new System.Drawing.Size(84, 28); this.ToolStripLabel1.Text = "전압범위"; // // cmb_volt // this.cmb_volt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_volt.Font = new System.Drawing.Font("맑은 고딕", 9F); this.cmb_volt.Items.AddRange(new object[] { "Auto", "3v", "5v", "7v", "9v", "11v", "13v", "15v", "17v", "20v"}); this.cmb_volt.Name = "cmb_volt"; this.cmb_volt.Size = new System.Drawing.Size(75, 33); this.cmb_volt.SelectedIndexChanged += new System.EventHandler(this.ToolStripComboBox1_SelectedIndexChanged); // // ToolStripLabel2 // this.ToolStripLabel2.Name = "ToolStripLabel2"; this.ToolStripLabel2.Size = new System.Drawing.Size(84, 28); this.ToolStripLabel2.Text = "시간범위"; // // cmb_time // this.cmb_time.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_time.Font = new System.Drawing.Font("맑은 고딕", 9F); this.cmb_time.Items.AddRange(new object[] { "1분", "3분", "5분", "10분", "30분", "60분"}); this.cmb_time.Name = "cmb_time"; this.cmb_time.Size = new System.Drawing.Size(75, 33); this.cmb_time.SelectedIndexChanged += new System.EventHandler(this.cmb_time_SelectedIndexChanged); // // prb1 // this.prb1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.prb1.Name = "prb1"; this.prb1.Size = new System.Drawing.Size(100, 28); // // TabPage3 // this.TabPage3.Controls.Add(this.DataGridView1); this.TabPage3.Controls.Add(this.BN_ALAM); this.TabPage3.Location = new System.Drawing.Point(4, 31); this.TabPage3.Name = "TabPage3"; this.TabPage3.Size = new System.Drawing.Size(902, 568); this.TabPage3.TabIndex = 2; this.TabPage3.Text = "알람목록"; this.TabPage3.UseVisualStyleBackColor = true; // // DataGridView1 // this.DataGridView1.AllowUserToAddRows = false; this.DataGridView1.AllowUserToResizeRows = false; this.DataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.DataGridView1.BackgroundColor = System.Drawing.Color.White; this.DataGridView1.ColumnHeadersHeight = 28; this.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.DataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ATIME, this.RTYPESTR, this.VOLT, this.MAXVOLT, this.LOWVOLT}); dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle12.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3); dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.DataGridView1.DefaultCellStyle = dataGridViewCellStyle12; this.DataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.DataGridView1.Location = new System.Drawing.Point(0, 0); this.DataGridView1.Name = "DataGridView1"; this.DataGridView1.ReadOnly = true; this.DataGridView1.RowHeadersVisible = false; this.DataGridView1.RowHeadersWidth = 62; this.DataGridView1.RowTemplate.Height = 23; this.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DataGridView1.Size = new System.Drawing.Size(902, 535); this.DataGridView1.TabIndex = 0; this.DataGridView1.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.DataGridView1_CellFormatting); // // ATIME // this.ATIME.DataPropertyName = "TIME"; this.ATIME.HeaderText = "시간"; this.ATIME.MinimumWidth = 8; this.ATIME.Name = "ATIME"; this.ATIME.ReadOnly = true; this.ATIME.Width = 56; // // RTYPESTR // this.RTYPESTR.DataPropertyName = "RTYPESTR"; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.RTYPESTR.DefaultCellStyle = dataGridViewCellStyle8; this.RTYPESTR.HeaderText = "발생형태"; this.RTYPESTR.MinimumWidth = 8; this.RTYPESTR.Name = "RTYPESTR"; this.RTYPESTR.ReadOnly = true; this.RTYPESTR.Width = 80; // // VOLT // this.VOLT.DataPropertyName = "VOLT"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.VOLT.DefaultCellStyle = dataGridViewCellStyle9; this.VOLT.HeaderText = "측정값(v)"; this.VOLT.MinimumWidth = 8; this.VOLT.Name = "VOLT"; this.VOLT.ReadOnly = true; this.VOLT.Width = 81; // // MAXVOLT // this.MAXVOLT.DataPropertyName = "MAXVOLT"; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.MAXVOLT.DefaultCellStyle = dataGridViewCellStyle10; this.MAXVOLT.HeaderText = "HIGH"; this.MAXVOLT.MinimumWidth = 8; this.MAXVOLT.Name = "MAXVOLT"; this.MAXVOLT.ReadOnly = true; this.MAXVOLT.Width = 62; // // LOWVOLT // this.LOWVOLT.DataPropertyName = "MINVOLT"; dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.LOWVOLT.DefaultCellStyle = dataGridViewCellStyle11; this.LOWVOLT.HeaderText = "LOW"; this.LOWVOLT.MinimumWidth = 8; this.LOWVOLT.Name = "LOWVOLT"; this.LOWVOLT.ReadOnly = true; this.LOWVOLT.Width = 59; // // BN_ALAM // this.BN_ALAM.AddNewItem = null; this.BN_ALAM.BindingSource = this.BS_ALAM; this.BN_ALAM.CountItem = this.BindingNavigatorCountItem; this.BN_ALAM.DeleteItem = null; this.BN_ALAM.Dock = System.Windows.Forms.DockStyle.Bottom; this.BN_ALAM.ImageScalingSize = new System.Drawing.Size(24, 24); this.BN_ALAM.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.BindingNavigatorMoveFirstItem, this.BindingNavigatorMovePreviousItem, this.BindingNavigatorSeparator, this.BindingNavigatorPositionItem, this.BindingNavigatorCountItem, this.BindingNavigatorSeparator1, this.BindingNavigatorMoveNextItem, this.BindingNavigatorMoveLastItem, this.BindingNavigatorSeparator2}); this.BN_ALAM.Location = new System.Drawing.Point(0, 535); this.BN_ALAM.MoveFirstItem = this.BindingNavigatorMoveFirstItem; this.BN_ALAM.MoveLastItem = this.BindingNavigatorMoveLastItem; this.BN_ALAM.MoveNextItem = this.BindingNavigatorMoveNextItem; this.BN_ALAM.MovePreviousItem = this.BindingNavigatorMovePreviousItem; this.BN_ALAM.Name = "BN_ALAM"; this.BN_ALAM.PositionItem = this.BindingNavigatorPositionItem; this.BN_ALAM.Size = new System.Drawing.Size(902, 33); this.BN_ALAM.TabIndex = 1; this.BN_ALAM.Text = "BindingNavigator1"; // // BindingNavigatorCountItem // this.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"; this.BindingNavigatorCountItem.Size = new System.Drawing.Size(39, 28); this.BindingNavigatorCountItem.Text = "/{0}"; this.BindingNavigatorCountItem.ToolTipText = "전체 항목 수"; // // BindingNavigatorMoveFirstItem // this.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 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, 28); this.BindingNavigatorMoveFirstItem.Text = "처음으로 이동"; // // BindingNavigatorMovePreviousItem // this.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 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, 28); this.BindingNavigatorMovePreviousItem.Text = "이전으로 이동"; // // BindingNavigatorSeparator // this.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"; this.BindingNavigatorSeparator.Size = new System.Drawing.Size(6, 33); // // BindingNavigatorPositionItem // this.BindingNavigatorPositionItem.AccessibleName = "위치"; this.BindingNavigatorPositionItem.AutoSize = false; this.BindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F); this.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"; this.BindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.BindingNavigatorPositionItem.Text = "0"; this.BindingNavigatorPositionItem.ToolTipText = "현재 위치"; // // BindingNavigatorSeparator1 // this.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"; this.BindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 33); // // BindingNavigatorMoveNextItem // this.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 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, 28); this.BindingNavigatorMoveNextItem.Text = "다음으로 이동"; // // BindingNavigatorMoveLastItem // this.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 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, 28); this.BindingNavigatorMoveLastItem.Text = "마지막으로 이동"; // // BindingNavigatorSeparator2 // this.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"; this.BindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 33); // // ToolStrip1 // this.ToolStrip1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.ToolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ToolStripButton1, this.ToolStripButton2, this.ToolStripSeparator1, this.ToolStripLabel4, this.tb_time, this.ToolStripSeparator2, this.tb_val, this.ToolStripLabel3}); this.ToolStrip1.Location = new System.Drawing.Point(354, 0); this.ToolStrip1.Name = "ToolStrip1"; this.ToolStrip1.Size = new System.Drawing.Size(910, 58); this.ToolStrip1.TabIndex = 6; this.ToolStrip1.Text = "ToolStrip1"; // // ToolStripButton1 // this.ToolStripButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ToolStripButton1.Image = global::vmsnet.Properties.Resources.Red_Ball; this.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolStripButton1.Name = "ToolStripButton1"; this.ToolStripButton1.Size = new System.Drawing.Size(120, 53); this.ToolStripButton1.Text = "LOW"; // // ToolStripButton2 // this.ToolStripButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ToolStripButton2.Image = global::vmsnet.Properties.Resources.Red_Ball; this.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolStripButton2.Name = "ToolStripButton2"; this.ToolStripButton2.Size = new System.Drawing.Size(128, 53); this.ToolStripButton2.Text = "HIGH"; // // ToolStripSeparator1 // this.ToolStripSeparator1.Name = "ToolStripSeparator1"; this.ToolStripSeparator1.Size = new System.Drawing.Size(6, 58); // // ToolStripLabel4 // this.ToolStripLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ToolStripLabel4.Name = "ToolStripLabel4"; this.ToolStripLabel4.Size = new System.Drawing.Size(89, 53); this.ToolStripLabel4.Text = "측정시간"; // // tb_time // this.tb_time.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tb_time.Name = "tb_time"; this.tb_time.Size = new System.Drawing.Size(118, 53); this.tb_time.Text = "