namespace FPER { partial class frmVersion { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmVersion)); this.panel1 = new System.Windows.Forms.Panel(); this.btnWinClose = new System.Windows.Forms.Button(); this.lblDir = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.txtThisReceiverID = new System.Windows.Forms.TextBox(); this.txtUIVersion = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtDemonVersion = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtFileVersion = new System.Windows.Forms.TextBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.label4 = new System.Windows.Forms.Label(); this.btnCommRead = new System.Windows.Forms.Button(); this.lblBoardID_16 = new System.Windows.Forms.Label(); this.txtBoardVer_16 = new System.Windows.Forms.TextBox(); this.lblBoardID_2 = new System.Windows.Forms.Label(); this.txtBoardVer_2 = new System.Windows.Forms.TextBox(); this.lblBoardID_3 = new System.Windows.Forms.Label(); this.txtBoardVer_3 = new System.Windows.Forms.TextBox(); this.lblBoardID_4 = new System.Windows.Forms.Label(); this.txtBoardVer_4 = new System.Windows.Forms.TextBox(); this.lblBoardID_5 = new System.Windows.Forms.Label(); this.txtBoardVer_5 = new System.Windows.Forms.TextBox(); this.lblBoardID_6 = new System.Windows.Forms.Label(); this.txtBoardVer_6 = new System.Windows.Forms.TextBox(); this.lblBoardID_7 = new System.Windows.Forms.Label(); this.txtBoardVer_7 = new System.Windows.Forms.TextBox(); this.lblBoardID_8 = new System.Windows.Forms.Label(); this.txtBoardVer_8 = new System.Windows.Forms.TextBox(); this.lblBoardID_9 = new System.Windows.Forms.Label(); this.txtBoardVer_9 = new System.Windows.Forms.TextBox(); this.lblBoardID_10 = new System.Windows.Forms.Label(); this.txtBoardVer_10 = new System.Windows.Forms.TextBox(); this.lblBoardID_11 = new System.Windows.Forms.Label(); this.txtBoardVer_11 = new System.Windows.Forms.TextBox(); this.lblBoardID_12 = new System.Windows.Forms.Label(); this.txtBoardVer_12 = new System.Windows.Forms.TextBox(); this.lblBoardID_13 = new System.Windows.Forms.Label(); this.txtBoardVer_13 = new System.Windows.Forms.TextBox(); this.lblBoardID_14 = new System.Windows.Forms.Label(); this.txtBoardVer_14 = new System.Windows.Forms.TextBox(); this.lblBoardID_15 = new System.Windows.Forms.Label(); this.txtBoardVer_15 = new System.Windows.Forms.TextBox(); this.lblBoardID_1 = new System.Windows.Forms.Label(); this.txtBoardVer_1 = new System.Windows.Forms.TextBox(); this.panel_Menu = new System.Windows.Forms.Panel(); this.button_Menu_CommBoard = new System.Windows.Forms.Button(); this.button_Menu_BasicSet = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.panel_Menu.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Black; this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage"))); this.panel1.Controls.Add(this.btnWinClose); this.panel1.Controls.Add(this.lblDir); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1080, 36); this.panel1.TabIndex = 12; // // btnWinClose // this.btnWinClose.BackgroundImage = global::FPER.Properties.Resources.버튼_폼닫기_63_31; this.btnWinClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnWinClose.FlatAppearance.BorderSize = 0; this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnWinClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnWinClose.Location = new System.Drawing.Point(1003, 1); this.btnWinClose.Name = "btnWinClose"; this.btnWinClose.Size = new System.Drawing.Size(63, 31); this.btnWinClose.TabIndex = 171; this.btnWinClose.TabStop = false; this.btnWinClose.UseVisualStyleBackColor = false; this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click); // // lblDir // this.lblDir.AutoSize = true; this.lblDir.BackColor = System.Drawing.Color.Transparent; this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold); this.lblDir.ForeColor = System.Drawing.Color.Black; this.lblDir.Location = new System.Drawing.Point(12, 9); this.lblDir.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDir.Name = "lblDir"; this.lblDir.Size = new System.Drawing.Size(173, 21); this.lblDir.TabIndex = 10; this.lblDir.Text = "시작 > 버전정보"; // // button1 // this.button1.BackColor = System.Drawing.Color.LightGray; this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage"))); this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Location = new System.Drawing.Point(15, 58); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(117, 37); this.button1.TabIndex = 159; this.button1.UseVisualStyleBackColor = false; // // txtThisReceiverID // this.txtThisReceiverID.BackColor = System.Drawing.Color.Black; this.txtThisReceiverID.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold); this.txtThisReceiverID.ForeColor = System.Drawing.Color.White; this.txtThisReceiverID.Location = new System.Drawing.Point(133, 58); this.txtThisReceiverID.MaxLength = 2; this.txtThisReceiverID.Name = "txtThisReceiverID"; this.txtThisReceiverID.ReadOnly = true; this.txtThisReceiverID.Size = new System.Drawing.Size(38, 38); this.txtThisReceiverID.TabIndex = 158; this.txtThisReceiverID.Text = "00"; this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // txtUIVersion // this.txtUIVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtUIVersion.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtUIVersion.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtUIVersion.Location = new System.Drawing.Point(539, 225); this.txtUIVersion.Name = "txtUIVersion"; this.txtUIVersion.ReadOnly = true; this.txtUIVersion.Size = new System.Drawing.Size(197, 32); this.txtUIVersion.TabIndex = 161; this.txtUIVersion.Text = "0.0.0.0"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label1.Location = new System.Drawing.Point(298, 225); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(195, 27); this.label1.TabIndex = 160; this.label1.Text = "FPER UI Ver :"; // // txtDemonVersion // this.txtDemonVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtDemonVersion.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtDemonVersion.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtDemonVersion.Location = new System.Drawing.Point(539, 278); this.txtDemonVersion.Name = "txtDemonVersion"; this.txtDemonVersion.ReadOnly = true; this.txtDemonVersion.Size = new System.Drawing.Size(197, 32); this.txtDemonVersion.TabIndex = 163; this.txtDemonVersion.Text = "0.0.0.0"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label2.Location = new System.Drawing.Point(298, 281); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(197, 27); this.label2.TabIndex = 162; this.label2.Text = "통신데몬 Ver :"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label3.Location = new System.Drawing.Point(298, 334); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(197, 27); this.label3.TabIndex = 164; this.label3.Text = "연동파일 Ver :"; this.label3.Visible = false; // // txtFileVersion // this.txtFileVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtFileVersion.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtFileVersion.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtFileVersion.Location = new System.Drawing.Point(539, 331); this.txtFileVersion.Name = "txtFileVersion"; this.txtFileVersion.ReadOnly = true; this.txtFileVersion.Size = new System.Drawing.Size(197, 32); this.txtFileVersion.TabIndex = 165; this.txtFileVersion.Text = "0.0.0.0"; this.txtFileVersion.Visible = false; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.tabControl1.Font = new System.Drawing.Font("굴림체", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.tabControl1.Location = new System.Drawing.Point(0, 147); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1080, 677); this.tabControl1.TabIndex = 166; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Controls.Add(this.txtFileVersion); this.tabPage1.Controls.Add(this.txtUIVersion); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.txtDemonVersion); 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(1072, 644); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "기본"; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.tabPage2.Controls.Add(this.label4); this.tabPage2.Controls.Add(this.btnCommRead); this.tabPage2.Controls.Add(this.lblBoardID_16); this.tabPage2.Controls.Add(this.txtBoardVer_16); this.tabPage2.Controls.Add(this.lblBoardID_2); this.tabPage2.Controls.Add(this.txtBoardVer_2); this.tabPage2.Controls.Add(this.lblBoardID_3); this.tabPage2.Controls.Add(this.txtBoardVer_3); this.tabPage2.Controls.Add(this.lblBoardID_4); this.tabPage2.Controls.Add(this.txtBoardVer_4); this.tabPage2.Controls.Add(this.lblBoardID_5); this.tabPage2.Controls.Add(this.txtBoardVer_5); this.tabPage2.Controls.Add(this.lblBoardID_6); this.tabPage2.Controls.Add(this.txtBoardVer_6); this.tabPage2.Controls.Add(this.lblBoardID_7); this.tabPage2.Controls.Add(this.txtBoardVer_7); this.tabPage2.Controls.Add(this.lblBoardID_8); this.tabPage2.Controls.Add(this.txtBoardVer_8); this.tabPage2.Controls.Add(this.lblBoardID_9); this.tabPage2.Controls.Add(this.txtBoardVer_9); this.tabPage2.Controls.Add(this.lblBoardID_10); this.tabPage2.Controls.Add(this.txtBoardVer_10); this.tabPage2.Controls.Add(this.lblBoardID_11); this.tabPage2.Controls.Add(this.txtBoardVer_11); this.tabPage2.Controls.Add(this.lblBoardID_12); this.tabPage2.Controls.Add(this.txtBoardVer_12); this.tabPage2.Controls.Add(this.lblBoardID_13); this.tabPage2.Controls.Add(this.txtBoardVer_13); this.tabPage2.Controls.Add(this.lblBoardID_14); this.tabPage2.Controls.Add(this.txtBoardVer_14); this.tabPage2.Controls.Add(this.lblBoardID_15); this.tabPage2.Controls.Add(this.txtBoardVer_15); this.tabPage2.Controls.Add(this.lblBoardID_1); this.tabPage2.Controls.Add(this.txtBoardVer_1); 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(1072, 644); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "통신보드"; this.tabPage2.Enter += new System.EventHandler(this.tabPage2_Enter); // // label4 // this.label4.Enabled = false; this.label4.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label4.Location = new System.Drawing.Point(731, 154); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(87, 27); this.label4.TabIndex = 195; this.label4.Text = " Ver :"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // btnCommRead // this.btnCommRead.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCommRead.BackgroundImage"))); this.btnCommRead.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnCommRead.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnCommRead.FlatAppearance.BorderSize = 0; this.btnCommRead.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnCommRead.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnCommRead.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCommRead.Font = new System.Drawing.Font("돋움", 14.25F, System.Drawing.FontStyle.Bold); this.btnCommRead.ForeColor = System.Drawing.Color.White; this.btnCommRead.Location = new System.Drawing.Point(808, 51); this.btnCommRead.Margin = new System.Windows.Forms.Padding(4); this.btnCommRead.Name = "btnCommRead"; this.btnCommRead.Size = new System.Drawing.Size(184, 52); this.btnCommRead.TabIndex = 194; this.btnCommRead.Text = "읽기명령"; this.btnCommRead.UseVisualStyleBackColor = true; this.btnCommRead.Visible = false; this.btnCommRead.Click += new System.EventHandler(this.btnCommRead_Click); // // lblBoardID_16 // this.lblBoardID_16.Enabled = false; this.lblBoardID_16.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_16.Location = new System.Drawing.Point(565, 462); this.lblBoardID_16.Name = "lblBoardID_16"; this.lblBoardID_16.Size = new System.Drawing.Size(255, 27); this.lblBoardID_16.TabIndex = 192; this.lblBoardID_16.Text = "통신보드(16) Ver :"; this.lblBoardID_16.Visible = false; // // txtBoardVer_16 // this.txtBoardVer_16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_16.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_16.Enabled = false; this.txtBoardVer_16.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_16.Location = new System.Drawing.Point(838, 462); this.txtBoardVer_16.Name = "txtBoardVer_16"; this.txtBoardVer_16.ReadOnly = true; this.txtBoardVer_16.Size = new System.Drawing.Size(153, 32); this.txtBoardVer_16.TabIndex = 193; this.txtBoardVer_16.Text = "0.0"; this.txtBoardVer_16.Visible = false; // // lblBoardID_2 // this.lblBoardID_2.Enabled = false; this.lblBoardID_2.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_2.Location = new System.Drawing.Point(124, 198); this.lblBoardID_2.Name = "lblBoardID_2"; this.lblBoardID_2.Size = new System.Drawing.Size(248, 27); this.lblBoardID_2.TabIndex = 190; this.lblBoardID_2.Text = "통신보드(2) Ver :"; // // txtBoardVer_2 // this.txtBoardVer_2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_2.Enabled = false; this.txtBoardVer_2.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_2.Location = new System.Drawing.Point(378, 198); this.txtBoardVer_2.Name = "txtBoardVer_2"; this.txtBoardVer_2.ReadOnly = true; this.txtBoardVer_2.Size = new System.Drawing.Size(164, 32); this.txtBoardVer_2.TabIndex = 191; this.txtBoardVer_2.Text = "0.0"; // // lblBoardID_3 // this.lblBoardID_3.Enabled = false; this.lblBoardID_3.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_3.Location = new System.Drawing.Point(124, 242); this.lblBoardID_3.Name = "lblBoardID_3"; this.lblBoardID_3.Size = new System.Drawing.Size(248, 27); this.lblBoardID_3.TabIndex = 188; this.lblBoardID_3.Text = "통신보드(3) Ver :"; // // txtBoardVer_3 // this.txtBoardVer_3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_3.Enabled = false; this.txtBoardVer_3.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_3.Location = new System.Drawing.Point(378, 242); this.txtBoardVer_3.Name = "txtBoardVer_3"; this.txtBoardVer_3.ReadOnly = true; this.txtBoardVer_3.Size = new System.Drawing.Size(164, 32); this.txtBoardVer_3.TabIndex = 189; this.txtBoardVer_3.Text = "0.0"; // // lblBoardID_4 // this.lblBoardID_4.Enabled = false; this.lblBoardID_4.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_4.Location = new System.Drawing.Point(124, 286); this.lblBoardID_4.Name = "lblBoardID_4"; this.lblBoardID_4.Size = new System.Drawing.Size(248, 27); this.lblBoardID_4.TabIndex = 186; this.lblBoardID_4.Text = "통신보드(4) Ver :"; // // txtBoardVer_4 // this.txtBoardVer_4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_4.Enabled = false; this.txtBoardVer_4.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_4.Location = new System.Drawing.Point(378, 286); this.txtBoardVer_4.Name = "txtBoardVer_4"; this.txtBoardVer_4.ReadOnly = true; this.txtBoardVer_4.Size = new System.Drawing.Size(164, 32); this.txtBoardVer_4.TabIndex = 187; this.txtBoardVer_4.Text = "0.0"; // // lblBoardID_5 // this.lblBoardID_5.Enabled = false; this.lblBoardID_5.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_5.Location = new System.Drawing.Point(124, 330); this.lblBoardID_5.Name = "lblBoardID_5"; this.lblBoardID_5.Size = new System.Drawing.Size(248, 27); this.lblBoardID_5.TabIndex = 184; this.lblBoardID_5.Text = "통신보드(5) Ver :"; // // txtBoardVer_5 // this.txtBoardVer_5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_5.Enabled = false; this.txtBoardVer_5.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_5.Location = new System.Drawing.Point(378, 330); this.txtBoardVer_5.Name = "txtBoardVer_5"; this.txtBoardVer_5.ReadOnly = true; this.txtBoardVer_5.Size = new System.Drawing.Size(164, 32); this.txtBoardVer_5.TabIndex = 185; this.txtBoardVer_5.Text = "0.0"; // // lblBoardID_6 // this.lblBoardID_6.Enabled = false; this.lblBoardID_6.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_6.Location = new System.Drawing.Point(124, 374); this.lblBoardID_6.Name = "lblBoardID_6"; this.lblBoardID_6.Size = new System.Drawing.Size(248, 27); this.lblBoardID_6.TabIndex = 182; this.lblBoardID_6.Text = "통신보드(6) Ver :"; // // txtBoardVer_6 // this.txtBoardVer_6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_6.Enabled = false; this.txtBoardVer_6.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_6.Location = new System.Drawing.Point(378, 374); this.txtBoardVer_6.Name = "txtBoardVer_6"; this.txtBoardVer_6.ReadOnly = true; this.txtBoardVer_6.Size = new System.Drawing.Size(164, 32); this.txtBoardVer_6.TabIndex = 183; this.txtBoardVer_6.Text = "0.0"; // // lblBoardID_7 // this.lblBoardID_7.Enabled = false; this.lblBoardID_7.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_7.Location = new System.Drawing.Point(124, 418); this.lblBoardID_7.Name = "lblBoardID_7"; this.lblBoardID_7.Size = new System.Drawing.Size(248, 27); this.lblBoardID_7.TabIndex = 180; this.lblBoardID_7.Text = "통신보드(7) Ver :"; // // txtBoardVer_7 // this.txtBoardVer_7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_7.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_7.Enabled = false; this.txtBoardVer_7.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_7.Location = new System.Drawing.Point(378, 418); this.txtBoardVer_7.Name = "txtBoardVer_7"; this.txtBoardVer_7.ReadOnly = true; this.txtBoardVer_7.Size = new System.Drawing.Size(164, 32); this.txtBoardVer_7.TabIndex = 181; this.txtBoardVer_7.Text = "0.0"; // // lblBoardID_8 // this.lblBoardID_8.Enabled = false; this.lblBoardID_8.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_8.Location = new System.Drawing.Point(124, 462); this.lblBoardID_8.Name = "lblBoardID_8"; this.lblBoardID_8.Size = new System.Drawing.Size(248, 27); this.lblBoardID_8.TabIndex = 178; this.lblBoardID_8.Text = "통신보드(8) Ver :"; // // txtBoardVer_8 // this.txtBoardVer_8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_8.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_8.Enabled = false; this.txtBoardVer_8.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_8.Location = new System.Drawing.Point(378, 462); this.txtBoardVer_8.Name = "txtBoardVer_8"; this.txtBoardVer_8.ReadOnly = true; this.txtBoardVer_8.Size = new System.Drawing.Size(164, 32); this.txtBoardVer_8.TabIndex = 179; this.txtBoardVer_8.Text = "0.0"; // // lblBoardID_9 // this.lblBoardID_9.Enabled = false; this.lblBoardID_9.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_9.Location = new System.Drawing.Point(565, 154); this.lblBoardID_9.Name = "lblBoardID_9"; this.lblBoardID_9.Size = new System.Drawing.Size(170, 27); this.lblBoardID_9.TabIndex = 176; this.lblBoardID_9.Text = "통신보드(9)"; // // txtBoardVer_9 // this.txtBoardVer_9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_9.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_9.Enabled = false; this.txtBoardVer_9.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_9.Location = new System.Drawing.Point(838, 154); this.txtBoardVer_9.Name = "txtBoardVer_9"; this.txtBoardVer_9.ReadOnly = true; this.txtBoardVer_9.Size = new System.Drawing.Size(153, 32); this.txtBoardVer_9.TabIndex = 177; this.txtBoardVer_9.Text = "0.0"; // // lblBoardID_10 // this.lblBoardID_10.Enabled = false; this.lblBoardID_10.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_10.Location = new System.Drawing.Point(565, 198); this.lblBoardID_10.Name = "lblBoardID_10"; this.lblBoardID_10.Size = new System.Drawing.Size(255, 27); this.lblBoardID_10.TabIndex = 174; this.lblBoardID_10.Text = "통신보드(10) Ver :"; // // txtBoardVer_10 // this.txtBoardVer_10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_10.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_10.Enabled = false; this.txtBoardVer_10.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_10.Location = new System.Drawing.Point(838, 198); this.txtBoardVer_10.Name = "txtBoardVer_10"; this.txtBoardVer_10.ReadOnly = true; this.txtBoardVer_10.Size = new System.Drawing.Size(153, 32); this.txtBoardVer_10.TabIndex = 175; this.txtBoardVer_10.Text = "0.0"; // // lblBoardID_11 // this.lblBoardID_11.Enabled = false; this.lblBoardID_11.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_11.Location = new System.Drawing.Point(565, 242); this.lblBoardID_11.Name = "lblBoardID_11"; this.lblBoardID_11.Size = new System.Drawing.Size(255, 27); this.lblBoardID_11.TabIndex = 172; this.lblBoardID_11.Text = "통신보드(11) Ver :"; // // txtBoardVer_11 // this.txtBoardVer_11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_11.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_11.Enabled = false; this.txtBoardVer_11.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_11.Location = new System.Drawing.Point(838, 242); this.txtBoardVer_11.Name = "txtBoardVer_11"; this.txtBoardVer_11.ReadOnly = true; this.txtBoardVer_11.Size = new System.Drawing.Size(153, 32); this.txtBoardVer_11.TabIndex = 173; this.txtBoardVer_11.Text = "0.0"; // // lblBoardID_12 // this.lblBoardID_12.Enabled = false; this.lblBoardID_12.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_12.Location = new System.Drawing.Point(565, 286); this.lblBoardID_12.Name = "lblBoardID_12"; this.lblBoardID_12.Size = new System.Drawing.Size(255, 27); this.lblBoardID_12.TabIndex = 170; this.lblBoardID_12.Text = "통신보드(12) Ver :"; // // txtBoardVer_12 // this.txtBoardVer_12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_12.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_12.Enabled = false; this.txtBoardVer_12.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_12.Location = new System.Drawing.Point(838, 286); this.txtBoardVer_12.Name = "txtBoardVer_12"; this.txtBoardVer_12.ReadOnly = true; this.txtBoardVer_12.Size = new System.Drawing.Size(153, 32); this.txtBoardVer_12.TabIndex = 171; this.txtBoardVer_12.Text = "0.0"; // // lblBoardID_13 // this.lblBoardID_13.Enabled = false; this.lblBoardID_13.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_13.Location = new System.Drawing.Point(565, 330); this.lblBoardID_13.Name = "lblBoardID_13"; this.lblBoardID_13.Size = new System.Drawing.Size(255, 27); this.lblBoardID_13.TabIndex = 168; this.lblBoardID_13.Text = "통신보드(13) Ver :"; // // txtBoardVer_13 // this.txtBoardVer_13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_13.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_13.Enabled = false; this.txtBoardVer_13.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_13.Location = new System.Drawing.Point(838, 330); this.txtBoardVer_13.Name = "txtBoardVer_13"; this.txtBoardVer_13.ReadOnly = true; this.txtBoardVer_13.Size = new System.Drawing.Size(153, 32); this.txtBoardVer_13.TabIndex = 169; this.txtBoardVer_13.Text = "0.0"; // // lblBoardID_14 // this.lblBoardID_14.Enabled = false; this.lblBoardID_14.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_14.Location = new System.Drawing.Point(565, 374); this.lblBoardID_14.Name = "lblBoardID_14"; this.lblBoardID_14.Size = new System.Drawing.Size(255, 27); this.lblBoardID_14.TabIndex = 166; this.lblBoardID_14.Text = "통신보드(14) Ver :"; // // txtBoardVer_14 // this.txtBoardVer_14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_14.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_14.Enabled = false; this.txtBoardVer_14.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_14.Location = new System.Drawing.Point(838, 374); this.txtBoardVer_14.Name = "txtBoardVer_14"; this.txtBoardVer_14.ReadOnly = true; this.txtBoardVer_14.Size = new System.Drawing.Size(153, 32); this.txtBoardVer_14.TabIndex = 167; this.txtBoardVer_14.Text = "0.0"; // // lblBoardID_15 // this.lblBoardID_15.Enabled = false; this.lblBoardID_15.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_15.Location = new System.Drawing.Point(565, 418); this.lblBoardID_15.Name = "lblBoardID_15"; this.lblBoardID_15.Size = new System.Drawing.Size(255, 27); this.lblBoardID_15.TabIndex = 164; this.lblBoardID_15.Text = "통신보드(15) Ver :"; this.lblBoardID_15.Visible = false; // // txtBoardVer_15 // this.txtBoardVer_15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_15.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_15.Enabled = false; this.txtBoardVer_15.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_15.Location = new System.Drawing.Point(838, 418); this.txtBoardVer_15.Name = "txtBoardVer_15"; this.txtBoardVer_15.ReadOnly = true; this.txtBoardVer_15.Size = new System.Drawing.Size(153, 32); this.txtBoardVer_15.TabIndex = 165; this.txtBoardVer_15.Text = "0.0"; this.txtBoardVer_15.Visible = false; // // lblBoardID_1 // this.lblBoardID_1.Enabled = false; this.lblBoardID_1.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBoardID_1.Location = new System.Drawing.Point(124, 154); this.lblBoardID_1.Name = "lblBoardID_1"; this.lblBoardID_1.Size = new System.Drawing.Size(248, 27); this.lblBoardID_1.TabIndex = 162; this.lblBoardID_1.Text = "통신보드(1) Ver :"; // // txtBoardVer_1 // this.txtBoardVer_1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.txtBoardVer_1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBoardVer_1.Enabled = false; this.txtBoardVer_1.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBoardVer_1.Location = new System.Drawing.Point(378, 154); this.txtBoardVer_1.Name = "txtBoardVer_1"; this.txtBoardVer_1.ReadOnly = true; this.txtBoardVer_1.Size = new System.Drawing.Size(164, 32); this.txtBoardVer_1.TabIndex = 163; this.txtBoardVer_1.Text = "0.0"; // // panel_Menu // this.panel_Menu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79))))); this.panel_Menu.Controls.Add(this.button_Menu_CommBoard); this.panel_Menu.Controls.Add(this.button_Menu_BasicSet); this.panel_Menu.Location = new System.Drawing.Point(0, 121); this.panel_Menu.Margin = new System.Windows.Forms.Padding(0); this.panel_Menu.Name = "panel_Menu"; this.panel_Menu.Size = new System.Drawing.Size(1080, 54); this.panel_Menu.TabIndex = 167; // // button_Menu_CommBoard // this.button_Menu_CommBoard.BackgroundImage = global::FPER.Properties.Resources.탭메뉴버튼_회색_100_30; this.button_Menu_CommBoard.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.button_Menu_CommBoard.FlatAppearance.BorderSize = 0; this.button_Menu_CommBoard.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.button_Menu_CommBoard.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.button_Menu_CommBoard.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button_Menu_CommBoard.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button_Menu_CommBoard.ForeColor = System.Drawing.Color.White; this.button_Menu_CommBoard.Location = new System.Drawing.Point(580, 11); this.button_Menu_CommBoard.Name = "button_Menu_CommBoard"; this.button_Menu_CommBoard.Size = new System.Drawing.Size(100, 31); this.button_Menu_CommBoard.TabIndex = 0; this.button_Menu_CommBoard.TabStop = false; this.button_Menu_CommBoard.Text = "통신보드"; this.button_Menu_CommBoard.UseVisualStyleBackColor = true; this.button_Menu_CommBoard.Click += new System.EventHandler(this.button_Menu_CommBoard_Click); // // button_Menu_BasicSet // this.button_Menu_BasicSet.BackgroundImage = global::FPER.Properties.Resources.탭메뉴버튼_회색_100_30; this.button_Menu_BasicSet.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.button_Menu_BasicSet.FlatAppearance.BorderSize = 0; this.button_Menu_BasicSet.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.button_Menu_BasicSet.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.button_Menu_BasicSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button_Menu_BasicSet.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button_Menu_BasicSet.ForeColor = System.Drawing.Color.White; this.button_Menu_BasicSet.Location = new System.Drawing.Point(410, 11); this.button_Menu_BasicSet.Name = "button_Menu_BasicSet"; this.button_Menu_BasicSet.Size = new System.Drawing.Size(100, 31); this.button_Menu_BasicSet.TabIndex = 0; this.button_Menu_BasicSet.TabStop = false; this.button_Menu_BasicSet.Text = "기본"; this.button_Menu_BasicSet.UseVisualStyleBackColor = true; this.button_Menu_BasicSet.Click += new System.EventHandler(this.button_Menu_BasicSet_Click); // // frmVersion // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.WhiteSmoke; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.ClientSize = new System.Drawing.Size(1080, 824); this.Controls.Add(this.panel_Menu); this.Controls.Add(this.tabControl1); this.Controls.Add(this.button1); this.Controls.Add(this.txtThisReceiverID); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmVersion"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "frmVersion"; this.Activated += new System.EventHandler(this.frmVersion_Activated); this.Load += new System.EventHandler(this.frmVersion_Load); this.Disposed += new System.EventHandler(this.frmVersion_Disposed); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.panel_Menu.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnWinClose; private System.Windows.Forms.Label lblDir; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox txtThisReceiverID; private System.Windows.Forms.TextBox txtUIVersion; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtDemonVersion; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtFileVersion; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Label lblBoardID_5; private System.Windows.Forms.TextBox txtBoardVer_5; private System.Windows.Forms.Label lblBoardID_6; private System.Windows.Forms.TextBox txtBoardVer_6; private System.Windows.Forms.Label lblBoardID_7; private System.Windows.Forms.TextBox txtBoardVer_7; private System.Windows.Forms.Label lblBoardID_8; private System.Windows.Forms.TextBox txtBoardVer_8; private System.Windows.Forms.Label lblBoardID_9; private System.Windows.Forms.TextBox txtBoardVer_9; private System.Windows.Forms.Label lblBoardID_10; private System.Windows.Forms.TextBox txtBoardVer_10; private System.Windows.Forms.Label lblBoardID_11; private System.Windows.Forms.TextBox txtBoardVer_11; private System.Windows.Forms.Label lblBoardID_12; private System.Windows.Forms.TextBox txtBoardVer_12; private System.Windows.Forms.Label lblBoardID_13; private System.Windows.Forms.TextBox txtBoardVer_13; private System.Windows.Forms.Label lblBoardID_14; private System.Windows.Forms.TextBox txtBoardVer_14; private System.Windows.Forms.Label lblBoardID_15; private System.Windows.Forms.TextBox txtBoardVer_15; private System.Windows.Forms.Label lblBoardID_1; private System.Windows.Forms.TextBox txtBoardVer_1; private System.Windows.Forms.Label lblBoardID_2; private System.Windows.Forms.TextBox txtBoardVer_2; private System.Windows.Forms.Label lblBoardID_3; private System.Windows.Forms.TextBox txtBoardVer_3; private System.Windows.Forms.Label lblBoardID_4; private System.Windows.Forms.TextBox txtBoardVer_4; private System.Windows.Forms.Label lblBoardID_16; private System.Windows.Forms.TextBox txtBoardVer_16; private System.Windows.Forms.Button btnCommRead; private System.Windows.Forms.Label label4; private System.Windows.Forms.Panel panel_Menu; private System.Windows.Forms.Button button_Menu_CommBoard; private System.Windows.Forms.Button button_Menu_BasicSet; } }