namespace FPER { partial class frmDriveTest { /// /// 필수 디자이너 변수입니다. /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDriveTest)); this.lblDir = new System.Windows.Forms.Label(); this.panel_Top = new System.Windows.Forms.Panel(); this.btnWinClose = new System.Windows.Forms.Button(); this.txtThisReceiverID = new System.Windows.Forms.TextBox(); this.button_ReceiverSearch = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.StatusTimer = new System.Windows.Forms.Timer(this.components); this.panel_Bottom = new System.Windows.Forms.Panel(); this.txt24Voltage = new System.Windows.Forms.TextBox(); this.panel_Result = new System.Windows.Forms.Panel(); this.lblBatteryTestMessage2 = new System.Windows.Forms.Label(); this.lblBatteryTestMessage = new System.Windows.Forms.Label(); this.lblBatteryTestResult = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtTestSecond = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.btnBatteryTest = new System.Windows.Forms.Button(); this.txtBatteryVoltage = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txt3Voltage = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txt5Voltage = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.timer_Protect = new System.Windows.Forms.Timer(this.components); this.panel_Top.SuspendLayout(); this.panel_Bottom.SuspendLayout(); this.panel_Result.SuspendLayout(); this.SuspendLayout(); // // lblDir // this.lblDir.AutoSize = true; this.lblDir.BackColor = System.Drawing.Color.Transparent; this.lblDir.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblDir.ForeColor = System.Drawing.Color.Black; this.lblDir.Location = new System.Drawing.Point(12, 9); this.lblDir.Margin = new System.Windows.Forms.Padding(0); this.lblDir.Name = "lblDir"; this.lblDir.Size = new System.Drawing.Size(173, 21); this.lblDir.TabIndex = 10; this.lblDir.Text = "시작 > 동작시험"; // // panel_Top // this.panel_Top.BackColor = System.Drawing.Color.Transparent; this.panel_Top.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel_Top.BackgroundImage"))); this.panel_Top.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.panel_Top.Controls.Add(this.btnWinClose); this.panel_Top.Controls.Add(this.lblDir); this.panel_Top.Dock = System.Windows.Forms.DockStyle.Top; this.panel_Top.Location = new System.Drawing.Point(0, 0); this.panel_Top.Margin = new System.Windows.Forms.Padding(0); this.panel_Top.Name = "panel_Top"; this.panel_Top.Size = new System.Drawing.Size(1080, 36); this.panel_Top.TabIndex = 11; // // 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.Margin = new System.Windows.Forms.Padding(0); 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); // // 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.Margin = new System.Windows.Forms.Padding(0); this.txtThisReceiverID.MaxLength = 2; this.txtThisReceiverID.Name = "txtThisReceiverID"; this.txtThisReceiverID.ReadOnly = true; this.txtThisReceiverID.Size = new System.Drawing.Size(38, 38); this.txtThisReceiverID.TabIndex = 21; this.txtThisReceiverID.TabStop = false; this.txtThisReceiverID.Text = "00"; this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // button_ReceiverSearch // this.button_ReceiverSearch.BackColor = System.Drawing.Color.Transparent; this.button_ReceiverSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button_ReceiverSearch.BackgroundImage"))); this.button_ReceiverSearch.FlatAppearance.BorderSize = 0; this.button_ReceiverSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button_ReceiverSearch.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold); this.button_ReceiverSearch.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.button_ReceiverSearch.Location = new System.Drawing.Point(15, 58); this.button_ReceiverSearch.Margin = new System.Windows.Forms.Padding(0); this.button_ReceiverSearch.Name = "button_ReceiverSearch"; this.button_ReceiverSearch.Size = new System.Drawing.Size(117, 37); this.button_ReceiverSearch.TabIndex = 157; this.button_ReceiverSearch.TabStop = false; this.button_ReceiverSearch.UseVisualStyleBackColor = false; // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // StatusTimer // this.StatusTimer.Interval = 1000; this.StatusTimer.Tick += new System.EventHandler(this.StatusTimer_Tick); // // panel_Bottom // this.panel_Bottom.BackColor = System.Drawing.Color.White; this.panel_Bottom.Controls.Add(this.txt24Voltage); this.panel_Bottom.Controls.Add(this.panel_Result); this.panel_Bottom.Controls.Add(this.label1); this.panel_Bottom.Controls.Add(this.txtTestSecond); this.panel_Bottom.Controls.Add(this.label5); this.panel_Bottom.Controls.Add(this.btnBatteryTest); this.panel_Bottom.Controls.Add(this.txtBatteryVoltage); this.panel_Bottom.Controls.Add(this.label4); this.panel_Bottom.Controls.Add(this.txt3Voltage); this.panel_Bottom.Controls.Add(this.label3); this.panel_Bottom.Controls.Add(this.txt5Voltage); this.panel_Bottom.Controls.Add(this.label2); this.panel_Bottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel_Bottom.Location = new System.Drawing.Point(0, 121); this.panel_Bottom.Name = "panel_Bottom"; this.panel_Bottom.Size = new System.Drawing.Size(1080, 703); this.panel_Bottom.TabIndex = 158; // // txt24Voltage // this.txt24Voltage.BackColor = System.Drawing.Color.White; this.txt24Voltage.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txt24Voltage.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txt24Voltage.ForeColor = System.Drawing.Color.Maroon; this.txt24Voltage.Location = new System.Drawing.Point(564, 78); this.txt24Voltage.Name = "txt24Voltage"; this.txt24Voltage.ReadOnly = true; this.txt24Voltage.Size = new System.Drawing.Size(116, 32); this.txt24Voltage.TabIndex = 1; this.txt24Voltage.TabStop = false; this.txt24Voltage.Text = "24.0V"; this.txt24Voltage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // panel_Result // this.panel_Result.Controls.Add(this.lblBatteryTestMessage2); this.panel_Result.Controls.Add(this.lblBatteryTestMessage); this.panel_Result.Controls.Add(this.lblBatteryTestResult); this.panel_Result.Location = new System.Drawing.Point(89, 367); this.panel_Result.Name = "panel_Result"; this.panel_Result.Size = new System.Drawing.Size(900, 248); this.panel_Result.TabIndex = 24; // // lblBatteryTestMessage2 // this.lblBatteryTestMessage2.BackColor = System.Drawing.Color.Transparent; this.lblBatteryTestMessage2.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBatteryTestMessage2.ForeColor = System.Drawing.Color.Black; this.lblBatteryTestMessage2.Location = new System.Drawing.Point(58, 184); this.lblBatteryTestMessage2.Name = "lblBatteryTestMessage2"; this.lblBatteryTestMessage2.Size = new System.Drawing.Size(783, 37); this.lblBatteryTestMessage2.TabIndex = 16; this.lblBatteryTestMessage2.Text = "20.4V (기준전압의 85%) 이하시 배터리를 점검하십시오."; this.lblBatteryTestMessage2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblBatteryTestMessage2.Visible = false; // // lblBatteryTestMessage // this.lblBatteryTestMessage.BackColor = System.Drawing.Color.Transparent; this.lblBatteryTestMessage.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBatteryTestMessage.ForeColor = System.Drawing.Color.Red; this.lblBatteryTestMessage.Location = new System.Drawing.Point(146, 138); this.lblBatteryTestMessage.Name = "lblBatteryTestMessage"; this.lblBatteryTestMessage.Size = new System.Drawing.Size(586, 27); this.lblBatteryTestMessage.TabIndex = 15; this.lblBatteryTestMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblBatteryTestMessage.Visible = false; // // lblBatteryTestResult // this.lblBatteryTestResult.BackColor = System.Drawing.Color.Transparent; this.lblBatteryTestResult.Font = new System.Drawing.Font("맑은 고딕", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBatteryTestResult.ForeColor = System.Drawing.Color.Red; this.lblBatteryTestResult.Location = new System.Drawing.Point(151, 37); this.lblBatteryTestResult.Name = "lblBatteryTestResult"; this.lblBatteryTestResult.Size = new System.Drawing.Size(568, 51); this.lblBatteryTestResult.TabIndex = 14; this.lblBatteryTestResult.Text = "BATTERY"; this.lblBatteryTestResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblBatteryTestResult.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label1.Location = new System.Drawing.Point(433, 78); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(125, 32); this.label1.TabIndex = 0; this.label1.Text = "24V 전압 :"; // // txtTestSecond // this.txtTestSecond.BackColor = System.Drawing.Color.White; this.txtTestSecond.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtTestSecond.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtTestSecond.ForeColor = System.Drawing.Color.Blue; this.txtTestSecond.Location = new System.Drawing.Point(560, 149); this.txtTestSecond.Name = "txtTestSecond"; this.txtTestSecond.ReadOnly = true; this.txtTestSecond.Size = new System.Drawing.Size(116, 32); this.txtTestSecond.TabIndex = 9; this.txtTestSecond.TabStop = false; this.txtTestSecond.Text = "20초"; this.txtTestSecond.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label5.Location = new System.Drawing.Point(329, 149); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(229, 32); this.label5.TabIndex = 8; this.label5.Text = "BATTERY 시험시간 :"; // // btnBatteryTest // this.btnBatteryTest.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBatteryTest.BackgroundImage"))); this.btnBatteryTest.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnBatteryTest.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnBatteryTest.FlatAppearance.BorderSize = 0; this.btnBatteryTest.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnBatteryTest.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnBatteryTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnBatteryTest.Font = new System.Drawing.Font("맑은 고딕", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnBatteryTest.ForeColor = System.Drawing.Color.White; this.btnBatteryTest.Location = new System.Drawing.Point(371, 258); this.btnBatteryTest.Margin = new System.Windows.Forms.Padding(0); this.btnBatteryTest.Name = "btnBatteryTest"; this.btnBatteryTest.Size = new System.Drawing.Size(300, 78); this.btnBatteryTest.TabIndex = 22; this.btnBatteryTest.TabStop = false; this.btnBatteryTest.Text = " 시험시작"; this.btnBatteryTest.UseVisualStyleBackColor = true; this.btnBatteryTest.Click += new System.EventHandler(this.btnBatteryTest_Click); // // txtBatteryVoltage // this.txtBatteryVoltage.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.txtBatteryVoltage.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtBatteryVoltage.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBatteryVoltage.Location = new System.Drawing.Point(857, 178); this.txtBatteryVoltage.Name = "txtBatteryVoltage"; this.txtBatteryVoltage.Size = new System.Drawing.Size(116, 25); this.txtBatteryVoltage.TabIndex = 21; this.txtBatteryVoltage.Text = "1.69V"; this.txtBatteryVoltage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtBatteryVoltage.Visible = false; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label4.Location = new System.Drawing.Point(696, 178); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(157, 21); this.label4.TabIndex = 20; this.label4.Text = "BATTERY 전압 :"; this.label4.Visible = false; // // txt3Voltage // this.txt3Voltage.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.txt3Voltage.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txt3Voltage.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txt3Voltage.ForeColor = System.Drawing.Color.Fuchsia; this.txt3Voltage.Location = new System.Drawing.Point(857, 136); this.txt3Voltage.Name = "txt3Voltage"; this.txt3Voltage.Size = new System.Drawing.Size(116, 25); this.txt3Voltage.TabIndex = 19; this.txt3Voltage.Text = "3.3V"; this.txt3Voltage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txt3Voltage.Visible = false; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label3.Location = new System.Drawing.Point(738, 136); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(115, 21); this.label3.TabIndex = 18; this.label3.Text = "3.3V 전원 :"; this.label3.Visible = false; // // txt5Voltage // this.txt5Voltage.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.txt5Voltage.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txt5Voltage.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txt5Voltage.ForeColor = System.Drawing.Color.Indigo; this.txt5Voltage.Location = new System.Drawing.Point(857, 94); this.txt5Voltage.Name = "txt5Voltage"; this.txt5Voltage.Size = new System.Drawing.Size(116, 25); this.txt5Voltage.TabIndex = 17; this.txt5Voltage.Text = "5.0V"; this.txt5Voltage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txt5Voltage.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label2.Location = new System.Drawing.Point(756, 94); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(97, 21); this.label2.TabIndex = 16; this.label2.Text = "5V 전압 :"; this.label2.Visible = false; // // timer_Protect // this.timer_Protect.Interval = 2000; this.timer_Protect.Tick += new System.EventHandler(this.timer_Protect_Tick); // // frmDriveTest // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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_Bottom); this.Controls.Add(this.button_ReceiverSearch); this.Controls.Add(this.txtThisReceiverID); this.Controls.Add(this.panel_Top); this.Font = new System.Drawing.Font("굴림", 12F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "frmDriveTest"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "동작시험"; this.Activated += new System.EventHandler(this.frmDriveTest_Activated); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmDriverTestClose); this.Load += new System.EventHandler(this.frmDriveTest_Load); this.Disposed += new System.EventHandler(this.frmDriveTest_Disposed); this.panel_Top.ResumeLayout(false); this.panel_Top.PerformLayout(); this.panel_Bottom.ResumeLayout(false); this.panel_Bottom.PerformLayout(); this.panel_Result.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblDir; private System.Windows.Forms.Panel panel_Top; private System.Windows.Forms.TextBox txtThisReceiverID; private System.Windows.Forms.Button btnWinClose; private System.Windows.Forms.Button button_ReceiverSearch; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Timer StatusTimer; private System.Windows.Forms.Panel panel_Bottom; private System.Windows.Forms.Panel panel_Result; private System.Windows.Forms.Label lblBatteryTestMessage2; private System.Windows.Forms.Label lblBatteryTestMessage; private System.Windows.Forms.Label lblBatteryTestResult; private System.Windows.Forms.TextBox txt24Voltage; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtTestSecond; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btnBatteryTest; private System.Windows.Forms.TextBox txtBatteryVoltage; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txt3Voltage; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txt5Voltage; private System.Windows.Forms.Label label2; private System.Windows.Forms.Timer timer_Protect; } }