namespace FPER { partial class frmModeConfig { /// /// 필수 디자이너 변수입니다. /// 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(frmModeConfig)); this.lblDir = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.btnWinClose = new System.Windows.Forms.Button(); this.btnRepeaterSave = new System.Windows.Forms.Button(); this.txtMasterPasswordRe = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.txtMasterPassword = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtMasterUserId = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.cboFireAccumulationTime = new System.Windows.Forms.ComboBox(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.chkFireProcessMode = new System.Windows.Forms.CheckBox(); this.chkFireAccumulationMode = new System.Windows.Forms.CheckBox(); this.button1 = new System.Windows.Forms.Button(); this.txtThisReceiverID = new System.Windows.Forms.TextBox(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); this.txtBuildingName = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.txtBackgroundImagePath = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.btnBackgroundImageSearch = new System.Windows.Forms.Button(); this.txtSystemSecond = new System.Windows.Forms.TextBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.btnTimeApply = new System.Windows.Forms.Button(); this.FindImageFileDialog = new System.Windows.Forms.OpenFileDialog(); this.label3 = new System.Windows.Forms.Label(); this.checkBox_JumpField = new System.Windows.Forms.CheckBox(); this.checkBox_TestRunFlag = new System.Windows.Forms.CheckBox(); this.label_TestRunFlag = new System.Windows.Forms.Label(); this.panel_Main = new System.Windows.Forms.Panel(); this.groupBox_TBDayTime = new System.Windows.Forms.GroupBox(); this.label19 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.textBox_End_Minute = new System.Windows.Forms.TextBox(); this.textBox_End_Hour = new System.Windows.Forms.TextBox(); this.textBox_Start_Minute = new System.Windows.Forms.TextBox(); this.textBox_Start_Hour = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label_Inform = new System.Windows.Forms.Label(); this.label_ExplorerDisable = new System.Windows.Forms.Label(); this.label_ExplorerEnable = new System.Windows.Forms.Label(); this.label_ReceiverModel = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); this.panel_Main.SuspendLayout(); this.groupBox_TBDayTime.SuspendLayout(); this.SuspendLayout(); // // 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 = "시작 > 운전설정"; // // 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 = 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.Name = "btnWinClose"; this.btnWinClose.Size = new System.Drawing.Size(63, 31); this.btnWinClose.TabIndex = 170; this.btnWinClose.UseVisualStyleBackColor = false; this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click); // // btnRepeaterSave // this.btnRepeaterSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRepeaterSave.BackgroundImage"))); this.btnRepeaterSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnRepeaterSave.FlatAppearance.BorderSize = 0; this.btnRepeaterSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRepeaterSave.Font = new System.Drawing.Font("돋움", 14.25F, System.Drawing.FontStyle.Bold); this.btnRepeaterSave.ForeColor = System.Drawing.Color.White; this.btnRepeaterSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnRepeaterSave.Location = new System.Drawing.Point(883, 57); this.btnRepeaterSave.Name = "btnRepeaterSave"; this.btnRepeaterSave.Size = new System.Drawing.Size(183, 40); this.btnRepeaterSave.TabIndex = 60; this.btnRepeaterSave.Text = " 적용하기 "; this.btnRepeaterSave.UseVisualStyleBackColor = true; this.btnRepeaterSave.Click += new System.EventHandler(this.btnRepeaterSave_Click); // // txtMasterPasswordRe // this.txtMasterPasswordRe.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtMasterPasswordRe.Location = new System.Drawing.Point(378, 454); this.txtMasterPasswordRe.Name = "txtMasterPasswordRe"; this.txtMasterPasswordRe.PasswordChar = '*'; this.txtMasterPasswordRe.Size = new System.Drawing.Size(298, 35); this.txtMasterPasswordRe.TabIndex = 59; //this.txtMasterPasswordRe.Text = "0000"; // // label9 // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label9.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label9.Location = new System.Drawing.Point(121, 339); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(202, 21); this.label9.TabIndex = 58; this.label9.Text = "관리자 암호 재입력"; // // txtMasterPassword // this.txtMasterPassword.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtMasterPassword.Location = new System.Drawing.Point(378, 398); this.txtMasterPassword.Name = "txtMasterPassword"; this.txtMasterPassword.PasswordChar = '*'; this.txtMasterPassword.Size = new System.Drawing.Size(298, 35); this.txtMasterPassword.TabIndex = 57; //this.txtMasterPassword.Text = "0000"; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label8.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label8.Location = new System.Drawing.Point(195, 283); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(128, 21); this.label8.TabIndex = 56; this.label8.Text = "관리자 암호"; // // txtMasterUserId // this.txtMasterUserId.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtMasterUserId.Location = new System.Drawing.Point(378, 343); this.txtMasterUserId.Name = "txtMasterUserId"; this.txtMasterUserId.Size = new System.Drawing.Size(298, 32); this.txtMasterUserId.TabIndex = 55; this.txtMasterUserId.Text = "icontrol"; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label7.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label7.Location = new System.Drawing.Point(229, 225); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(94, 21); this.label7.TabIndex = 54; this.label7.Text = "관리자ID"; // // cboFireAccumulationTime // this.cboFireAccumulationTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboFireAccumulationTime.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.cboFireAccumulationTime.FormattingEnabled = true; this.cboFireAccumulationTime.Items.AddRange(new object[] { "0", "10", "20", "30", "40", "60", "100"}); this.cboFireAccumulationTime.Location = new System.Drawing.Point(682, 184); this.cboFireAccumulationTime.Name = "cboFireAccumulationTime"; this.cboFireAccumulationTime.Size = new System.Drawing.Size(112, 35); this.cboFireAccumulationTime.TabIndex = 51; // // dateTimePicker1 // this.dateTimePicker1.CalendarFont = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.dateTimePicker1.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.dateTimePicker1.Location = new System.Drawing.Point(378, 290); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(298, 32); this.dateTimePicker1.TabIndex = 50; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label5.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label5.Location = new System.Drawing.Point(229, 174); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(98, 21); this.label5.TabIndex = 49; this.label5.Text = "시간설정"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label4.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label4.Location = new System.Drawing.Point(229, 120); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(98, 21); this.label4.TabIndex = 48; this.label4.Text = "화재모드"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label2.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label2.Location = new System.Drawing.Point(185, 63); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(142, 21); this.label2.TabIndex = 46; this.label2.Text = "화재축적모드"; // // chkFireProcessMode // this.chkFireProcessMode.Appearance = System.Windows.Forms.Appearance.Button; this.chkFireProcessMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.chkFireProcessMode.BackgroundImage = global::FPER.Properties.Resources.일반버튼_대_회색_215_58; this.chkFireProcessMode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.chkFireProcessMode.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.chkFireProcessMode.FlatAppearance.BorderSize = 0; this.chkFireProcessMode.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.chkFireProcessMode.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.chkFireProcessMode.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.chkFireProcessMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkFireProcessMode.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.chkFireProcessMode.ForeColor = System.Drawing.Color.White; this.chkFireProcessMode.Location = new System.Drawing.Point(378, 237); this.chkFireProcessMode.Name = "chkFireProcessMode"; this.chkFireProcessMode.Size = new System.Drawing.Size(298, 37); this.chkFireProcessMode.TabIndex = 45; this.chkFireProcessMode.Text = "화재지속"; this.chkFireProcessMode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkFireProcessMode.UseVisualStyleBackColor = false; this.chkFireProcessMode.CheckedChanged += new System.EventHandler(this.chkFireProcessMode_CheckedChanged); // // chkFireAccumulationMode // this.chkFireAccumulationMode.Appearance = System.Windows.Forms.Appearance.Button; this.chkFireAccumulationMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.chkFireAccumulationMode.BackgroundImage = global::FPER.Properties.Resources.일반버튼_대_회색_215_58; this.chkFireAccumulationMode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.chkFireAccumulationMode.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.chkFireAccumulationMode.FlatAppearance.BorderSize = 0; this.chkFireAccumulationMode.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.chkFireAccumulationMode.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.chkFireAccumulationMode.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.chkFireAccumulationMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkFireAccumulationMode.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.chkFireAccumulationMode.ForeColor = System.Drawing.Color.White; this.chkFireAccumulationMode.Location = new System.Drawing.Point(378, 183); this.chkFireAccumulationMode.Name = "chkFireAccumulationMode"; this.chkFireAccumulationMode.Size = new System.Drawing.Size(298, 37); this.chkFireAccumulationMode.TabIndex = 43; this.chkFireAccumulationMode.Text = "화재축적사용"; this.chkFireAccumulationMode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.chkFireAccumulationMode.UseVisualStyleBackColor = false; this.chkFireAccumulationMode.CheckedChanged += new System.EventHandler(this.chkFireAccumulationMode_CheckedChanged); // // button1 // this.button1.BackColor = System.Drawing.Color.LightGray; this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage"))); 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 = 156; 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(39, 38); this.txtThisReceiverID.TabIndex = 155; this.txtThisReceiverID.Text = "01"; this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // numericUpDown1 // this.numericUpDown1.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.numericUpDown1.Location = new System.Drawing.Point(681, 290); this.numericUpDown1.Maximum = new decimal(new int[] { 23, 0, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(53, 32); this.numericUpDown1.TabIndex = 157; this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.numericUpDown1.Value = new decimal(new int[] { 23, 0, 0, 0}); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label1.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label1.Location = new System.Drawing.Point(729, 294); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(21, 27); this.label1.TabIndex = 158; this.label1.Text = ":"; // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label10.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label10.Location = new System.Drawing.Point(793, 294); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(21, 27); this.label10.TabIndex = 160; this.label10.Text = ":"; // // numericUpDown2 // this.numericUpDown2.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.numericUpDown2.Location = new System.Drawing.Point(743, 290); this.numericUpDown2.Maximum = new decimal(new int[] { 59, 0, 0, 0}); this.numericUpDown2.Name = "numericUpDown2"; this.numericUpDown2.Size = new System.Drawing.Size(55, 32); this.numericUpDown2.TabIndex = 159; this.numericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.numericUpDown2.Value = new decimal(new int[] { 59, 0, 0, 0}); // // txtBuildingName // this.txtBuildingName.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBuildingName.Location = new System.Drawing.Point(378, 510); this.txtBuildingName.Name = "txtBuildingName"; this.txtBuildingName.Size = new System.Drawing.Size(298, 32); this.txtBuildingName.TabIndex = 164; this.txtBuildingName.Text = "아이콘트롤스 빌딩"; // // label12 // this.label12.AutoSize = true; this.label12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label12.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label12.Location = new System.Drawing.Point(203, 389); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(120, 21); this.label12.TabIndex = 163; this.label12.Text = "건물표시명"; // // txtBackgroundImagePath // this.txtBackgroundImagePath.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtBackgroundImagePath.Location = new System.Drawing.Point(378, 593); this.txtBackgroundImagePath.Name = "txtBackgroundImagePath"; this.txtBackgroundImagePath.ReadOnly = true; this.txtBackgroundImagePath.Size = new System.Drawing.Size(298, 22); this.txtBackgroundImagePath.TabIndex = 166; this.txtBackgroundImagePath.Text = "없음"; this.txtBackgroundImagePath.Visible = false; // // label13 // this.label13.AutoSize = true; this.label13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label13.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold); this.label13.Location = new System.Drawing.Point(134, 588); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(208, 27); this.label13.TabIndex = 165; this.label13.Text = "바탕화면이미지"; this.label13.Visible = false; // // btnBackgroundImageSearch // this.btnBackgroundImageSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnBackgroundImageSearch.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnBackgroundImageSearch.Location = new System.Drawing.Point(681, 593); this.btnBackgroundImageSearch.Name = "btnBackgroundImageSearch"; this.btnBackgroundImageSearch.Size = new System.Drawing.Size(62, 23); this.btnBackgroundImageSearch.TabIndex = 167; this.btnBackgroundImageSearch.Text = "..."; this.btnBackgroundImageSearch.UseVisualStyleBackColor = true; this.btnBackgroundImageSearch.Visible = false; this.btnBackgroundImageSearch.Click += new System.EventHandler(this.btnBackgroundImageSearch_Click); // // txtSystemSecond // this.txtSystemSecond.BackColor = System.Drawing.Color.White; this.txtSystemSecond.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtSystemSecond.Location = new System.Drawing.Point(808, 290); this.txtSystemSecond.Name = "txtSystemSecond"; this.txtSystemSecond.ReadOnly = true; this.txtSystemSecond.Size = new System.Drawing.Size(41, 32); this.txtSystemSecond.TabIndex = 168; this.txtSystemSecond.Text = "0"; this.txtSystemSecond.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // timer1 // this.timer1.Interval = 500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // btnTimeApply // this.btnTimeApply.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.btnTimeApply.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnTimeApply.BackgroundImage"))); this.btnTimeApply.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnTimeApply.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnTimeApply.FlatAppearance.BorderSize = 0; this.btnTimeApply.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnTimeApply.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btnTimeApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnTimeApply.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold); this.btnTimeApply.ForeColor = System.Drawing.Color.White; this.btnTimeApply.Location = new System.Drawing.Point(855, 289); this.btnTimeApply.Name = "btnTimeApply"; this.btnTimeApply.Size = new System.Drawing.Size(62, 35); this.btnTimeApply.TabIndex = 169; this.btnTimeApply.TabStop = false; this.btnTimeApply.Text = "적용"; this.btnTimeApply.UseVisualStyleBackColor = false; this.btnTimeApply.Click += new System.EventHandler(this.btnTimeApply_Click); // // FindImageFileDialog // this.FindImageFileDialog.Filter = "GIF 이미지(*.gif)|*.gif|JPEG 이미지|*.jpg|BMP 이미지|*.bmp|모든파일|*.*"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label3.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold); this.label3.Location = new System.Drawing.Point(116, 625); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(237, 27); this.label3.TabIndex = 170; this.label3.Text = "(844 * 600 픽셀)"; this.label3.Visible = false; // // checkBox_JumpField // this.checkBox_JumpField.AutoSize = true; this.checkBox_JumpField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.checkBox_JumpField.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.checkBox_JumpField.Location = new System.Drawing.Point(378, 577); this.checkBox_JumpField.Name = "checkBox_JumpField"; this.checkBox_JumpField.Size = new System.Drawing.Size(199, 25); this.checkBox_JumpField.TabIndex = 171; this.checkBox_JumpField.Text = "화재시 화면 전환"; this.checkBox_JumpField.UseVisualStyleBackColor = false; // // checkBox_TestRunFlag // this.checkBox_TestRunFlag.AutoSize = true; this.checkBox_TestRunFlag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.checkBox_TestRunFlag.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.checkBox_TestRunFlag.Location = new System.Drawing.Point(378, 629); this.checkBox_TestRunFlag.Name = "checkBox_TestRunFlag"; this.checkBox_TestRunFlag.Size = new System.Drawing.Size(139, 25); this.checkBox_TestRunFlag.TabIndex = 171; this.checkBox_TestRunFlag.Text = "시운전모드"; this.checkBox_TestRunFlag.UseVisualStyleBackColor = false; this.checkBox_TestRunFlag.CheckedChanged += new System.EventHandler(this.checkBox_TestRunFlag_CheckedChanged); // // label_TestRunFlag // this.label_TestRunFlag.AutoSize = true; this.label_TestRunFlag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label_TestRunFlag.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label_TestRunFlag.ForeColor = System.Drawing.Color.Red; this.label_TestRunFlag.Location = new System.Drawing.Point(393, 551); this.label_TestRunFlag.Name = "label_TestRunFlag"; this.label_TestRunFlag.Size = new System.Drawing.Size(626, 19); this.label_TestRunFlag.TabIndex = 163; this.label_TestRunFlag.Text = "(시운전 모드에서는 화재 감지 및 설비 동작 이력을 남기지 않습니다)"; this.label_TestRunFlag.Visible = false; // // panel_Main // this.panel_Main.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.panel_Main.Controls.Add(this.label21); this.panel_Main.Controls.Add(this.groupBox_TBDayTime); this.panel_Main.Controls.Add(this.label_Inform); this.panel_Main.Controls.Add(this.label_ExplorerDisable); this.panel_Main.Controls.Add(this.label_ExplorerEnable); this.panel_Main.Controls.Add(this.label_ReceiverModel); this.panel_Main.Controls.Add(this.label20); this.panel_Main.Controls.Add(this.label2); this.panel_Main.Controls.Add(this.label4); this.panel_Main.Controls.Add(this.label3); this.panel_Main.Controls.Add(this.label5); this.panel_Main.Controls.Add(this.label7); this.panel_Main.Controls.Add(this.label_TestRunFlag); this.panel_Main.Controls.Add(this.label8); this.panel_Main.Controls.Add(this.btnBackgroundImageSearch); this.panel_Main.Controls.Add(this.txtBackgroundImagePath); this.panel_Main.Controls.Add(this.label9); this.panel_Main.Controls.Add(this.label13); this.panel_Main.Controls.Add(this.label12); this.panel_Main.Location = new System.Drawing.Point(0, 121); this.panel_Main.Name = "panel_Main"; this.panel_Main.Size = new System.Drawing.Size(1080, 701); this.panel_Main.TabIndex = 172; // // groupBox_TBDayTime // this.groupBox_TBDayTime.Controls.Add(this.label19); this.groupBox_TBDayTime.Controls.Add(this.label17); this.groupBox_TBDayTime.Controls.Add(this.label18); this.groupBox_TBDayTime.Controls.Add(this.label16); this.groupBox_TBDayTime.Controls.Add(this.textBox_End_Minute); this.groupBox_TBDayTime.Controls.Add(this.textBox_End_Hour); this.groupBox_TBDayTime.Controls.Add(this.textBox_Start_Minute); this.groupBox_TBDayTime.Controls.Add(this.textBox_Start_Hour); this.groupBox_TBDayTime.Controls.Add(this.label14); this.groupBox_TBDayTime.Controls.Add(this.label15); this.groupBox_TBDayTime.Controls.Add(this.label11); this.groupBox_TBDayTime.Controls.Add(this.label6); this.groupBox_TBDayTime.Location = new System.Drawing.Point(690, 333); this.groupBox_TBDayTime.Name = "groupBox_TBDayTime"; this.groupBox_TBDayTime.Size = new System.Drawing.Size(329, 157); this.groupBox_TBDayTime.TabIndex = 172; this.groupBox_TBDayTime.TabStop = false; this.groupBox_TBDayTime.Text = "아날로그 감지기 시간 정보 (낮시간대)"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(158, 118); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(24, 16); this.label19.TabIndex = 2; this.label19.Text = "시"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(279, 118); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(24, 16); this.label17.TabIndex = 2; this.label17.Text = "분"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(158, 71); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(24, 16); this.label18.TabIndex = 2; this.label18.Text = "시"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(279, 71); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(24, 16); this.label16.TabIndex = 2; this.label16.Text = "분"; // // textBox_End_Minute // this.textBox_End_Minute.Location = new System.Drawing.Point(199, 115); this.textBox_End_Minute.Name = "textBox_End_Minute"; this.textBox_End_Minute.Size = new System.Drawing.Size(76, 26); this.textBox_End_Minute.TabIndex = 1; // // textBox_End_Hour // this.textBox_End_Hour.Location = new System.Drawing.Point(80, 115); this.textBox_End_Hour.Name = "textBox_End_Hour"; this.textBox_End_Hour.Size = new System.Drawing.Size(75, 26); this.textBox_End_Hour.TabIndex = 1; // // textBox_Start_Minute // this.textBox_Start_Minute.Location = new System.Drawing.Point(199, 66); this.textBox_Start_Minute.Name = "textBox_Start_Minute"; this.textBox_Start_Minute.Size = new System.Drawing.Size(76, 26); this.textBox_Start_Minute.TabIndex = 1; // // textBox_Start_Hour // this.textBox_Start_Hour.Location = new System.Drawing.Point(80, 66); this.textBox_Start_Hour.Name = "textBox_Start_Hour"; this.textBox_Start_Hour.Size = new System.Drawing.Size(75, 26); this.textBox_Start_Hour.TabIndex = 1; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(25, 117); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(40, 16); this.label14.TabIndex = 0; this.label14.Text = "종료"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(231, 76); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(24, 16); this.label15.TabIndex = 0; this.label15.Text = "분"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(26, 71); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(40, 16); this.label11.TabIndex = 0; this.label11.Text = "시작"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(17, 31); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(300, 16); this.label6.TabIndex = 0; this.label6.Text = "※ 감지기가 설치된 경우에만 적용됩니다"; // // label_Inform // this.label_Inform.AutoSize = true; this.label_Inform.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label_Inform.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label_Inform.ForeColor = System.Drawing.Color.Red; this.label_Inform.Location = new System.Drawing.Point(932, 176); this.label_Inform.Name = "label_Inform"; this.label_Inform.Size = new System.Drawing.Size(63, 19); this.label_Inform.TabIndex = 171; this.label_Inform.Text = "(완료)"; this.label_Inform.Visible = false; // // label_ExplorerDisable // this.label_ExplorerDisable.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label_ExplorerDisable.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label_ExplorerDisable.Location = new System.Drawing.Point(0, 602); this.label_ExplorerDisable.Name = "label_ExplorerDisable"; this.label_ExplorerDisable.Size = new System.Drawing.Size(132, 99); this.label_ExplorerDisable.TabIndex = 46; this.label_ExplorerDisable.Click += new System.EventHandler(this.label_ExplorerDisable_Click); // // label_ExplorerEnable // this.label_ExplorerEnable.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label_ExplorerEnable.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label_ExplorerEnable.Location = new System.Drawing.Point(0, 0); this.label_ExplorerEnable.Name = "label_ExplorerEnable"; this.label_ExplorerEnable.Size = new System.Drawing.Size(132, 99); this.label_ExplorerEnable.TabIndex = 46; this.label_ExplorerEnable.Click += new System.EventHandler(this.label_ExplorerEnable_Click); // // label_ReceiverModel // this.label_ReceiverModel.AutoSize = true; this.label_ReceiverModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label_ReceiverModel.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label_ReceiverModel.Location = new System.Drawing.Point(374, 17); this.label_ReceiverModel.Name = "label_ReceiverModel"; this.label_ReceiverModel.Size = new System.Drawing.Size(87, 21); this.label_ReceiverModel.TabIndex = 46; this.label_ReceiverModel.Text = "IFC3300"; // // label20 // this.label20.AutoSize = true; this.label20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228))))); this.label20.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label20.Location = new System.Drawing.Point(198, 17); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(128, 21); this.label20.TabIndex = 46; this.label20.Text = "수신기 모델"; // // label21 // this.label21.Location = new System.Drawing.Point(696, 287); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(209, 25); this.label21.TabIndex = 3; this.label21.Text = "숫자, 문자의 조합(4~16자)"; // // frmModeConfig // 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.checkBox_TestRunFlag); this.Controls.Add(this.checkBox_JumpField); this.Controls.Add(this.btnTimeApply); this.Controls.Add(this.txtSystemSecond); this.Controls.Add(this.txtBuildingName); this.Controls.Add(this.numericUpDown2); this.Controls.Add(this.numericUpDown1); this.Controls.Add(this.button1); this.Controls.Add(this.txtThisReceiverID); this.Controls.Add(this.btnRepeaterSave); this.Controls.Add(this.txtMasterPasswordRe); this.Controls.Add(this.txtMasterPassword); this.Controls.Add(this.txtMasterUserId); this.Controls.Add(this.cboFireAccumulationTime); this.Controls.Add(this.dateTimePicker1); this.Controls.Add(this.chkFireProcessMode); this.Controls.Add(this.chkFireAccumulationMode); this.Controls.Add(this.panel1); this.Controls.Add(this.label10); this.Controls.Add(this.label1); this.Controls.Add(this.panel_Main); this.Font = new System.Drawing.Font("굴림", 12F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "frmModeConfig"; this.ShowIcon = false; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "운전설정"; this.Activated += new System.EventHandler(this.frmModeConfig_Activated); this.Load += new System.EventHandler(this.frmModeConfig_Load); this.Disposed += new System.EventHandler(this.frmModeConfig_Disposed); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); this.panel_Main.ResumeLayout(false); this.panel_Main.PerformLayout(); this.groupBox_TBDayTime.ResumeLayout(false); this.groupBox_TBDayTime.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblDir; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnRepeaterSave; private System.Windows.Forms.TextBox txtMasterPasswordRe; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txtMasterPassword; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtMasterUserId; private System.Windows.Forms.Label label7; private System.Windows.Forms.ComboBox cboFireAccumulationTime; private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox chkFireProcessMode; private System.Windows.Forms.CheckBox chkFireAccumulationMode; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox txtThisReceiverID; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label10; private System.Windows.Forms.NumericUpDown numericUpDown2; private System.Windows.Forms.TextBox txtBuildingName; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox txtBackgroundImagePath; private System.Windows.Forms.Label label13; private System.Windows.Forms.Button btnBackgroundImageSearch; private System.Windows.Forms.TextBox txtSystemSecond; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Button btnTimeApply; private System.Windows.Forms.OpenFileDialog FindImageFileDialog; private System.Windows.Forms.Button btnWinClose; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox checkBox_JumpField; private System.Windows.Forms.CheckBox checkBox_TestRunFlag; private System.Windows.Forms.Label label_TestRunFlag; private System.Windows.Forms.Panel panel_Main; private System.Windows.Forms.Label label_Inform; private System.Windows.Forms.GroupBox groupBox_TBDayTime; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label16; private System.Windows.Forms.TextBox textBox_End_Minute; private System.Windows.Forms.TextBox textBox_End_Hour; private System.Windows.Forms.TextBox textBox_Start_Minute; private System.Windows.Forms.TextBox textBox_Start_Hour; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label_ReceiverModel; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label_ExplorerDisable; private System.Windows.Forms.Label label_ExplorerEnable; private System.Windows.Forms.Label label21; } }