| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 | namespace IControls_FireManager{    partial class Main    {        /// <summary>        /// 필수 디자이너 변수입니다.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// 사용 중인 모든 리소스를 정리합니다.        /// </summary>        /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form 디자이너에서 생성한 코드        /// <summary>        /// 디자이너 지원에 필요한 메서드입니다.        /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.        /// </summary>        private void InitializeComponent()        {            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));            this.button_Start = new System.Windows.Forms.Button();            this.label_Title1 = new System.Windows.Forms.Label();            this.checkBox_EventLogDel = new System.Windows.Forms.CheckBox();            this.label1 = new System.Windows.Forms.Label();            this.label_Status = new System.Windows.Forms.Label();            this.radioButton_EventLogDel_All = new System.Windows.Forms.RadioButton();            this.radioButton_EventLogDel_Day = new System.Windows.Forms.RadioButton();            this.label_fromto = new System.Windows.Forms.Label();            this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();            this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();            this.checkBox_FileUpdate = new System.Windows.Forms.CheckBox();            this.checkBox_restart = new System.Windows.Forms.CheckBox();            this.textBox_Comment = new System.Windows.Forms.TextBox();            this.label2 = new System.Windows.Forms.Label();            this.SuspendLayout();            //             // button_Start            //             this.button_Start.Location = new System.Drawing.Point(106, 432);            this.button_Start.Name = "button_Start";            this.button_Start.Size = new System.Drawing.Size(75, 23);            this.button_Start.TabIndex = 3;            this.button_Start.Text = "시작";            this.button_Start.UseVisualStyleBackColor = true;            this.button_Start.Click += new System.EventHandler(this.button_Start_Click);            //             // label_Title1            //             this.label_Title1.AutoSize = true;            this.label_Title1.Location = new System.Drawing.Point(12, 9);            this.label_Title1.Name = "label_Title1";            this.label_Title1.Size = new System.Drawing.Size(249, 12);            this.label_Title1.TabIndex = 1;            this.label_Title1.Text = "시작버튼을 누르면 소방 시스템을 종료합니다";            //             // checkBox_EventLogDel            //             this.checkBox_EventLogDel.AutoSize = true;            this.checkBox_EventLogDel.Location = new System.Drawing.Point(49, 115);            this.checkBox_EventLogDel.Name = "checkBox_EventLogDel";            this.checkBox_EventLogDel.Size = new System.Drawing.Size(116, 16);            this.checkBox_EventLogDel.TabIndex = 2;            this.checkBox_EventLogDel.Text = "이벤트 로그 삭제";            this.checkBox_EventLogDel.UseVisualStyleBackColor = true;            this.checkBox_EventLogDel.CheckedChanged += new System.EventHandler(this.checkBox_EventLogDel_CheckedChanged);            //             // label1            //             this.label1.AutoSize = true;            this.label1.Location = new System.Drawing.Point(12, 34);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(257, 12);            this.label1.TabIndex = 3;            this.label1.Text = ", 아래 옵션을 선택하고 시작버튼을 눌러주세요";            //             // label_Status            //             this.label_Status.AutoSize = true;            this.label_Status.Location = new System.Drawing.Point(71, 390);            this.label_Status.Name = "label_Status";            this.label_Status.Size = new System.Drawing.Size(155, 12);            this.label_Status.TabIndex = 4;            this.label_Status.Text = "진행상황 : 0 초 남았습니다.";            //             // radioButton_EventLogDel_All            //             this.radioButton_EventLogDel_All.AutoSize = true;            this.radioButton_EventLogDel_All.Enabled = false;            this.radioButton_EventLogDel_All.Location = new System.Drawing.Point(86, 137);            this.radioButton_EventLogDel_All.Name = "radioButton_EventLogDel_All";            this.radioButton_EventLogDel_All.Size = new System.Drawing.Size(47, 16);            this.radioButton_EventLogDel_All.TabIndex = 6;            this.radioButton_EventLogDel_All.TabStop = true;            this.radioButton_EventLogDel_All.Text = "전체";            this.radioButton_EventLogDel_All.UseVisualStyleBackColor = true;            //             // radioButton_EventLogDel_Day            //             this.radioButton_EventLogDel_Day.AutoSize = true;            this.radioButton_EventLogDel_Day.Enabled = false;            this.radioButton_EventLogDel_Day.Location = new System.Drawing.Point(86, 159);            this.radioButton_EventLogDel_Day.Name = "radioButton_EventLogDel_Day";            this.radioButton_EventLogDel_Day.Size = new System.Drawing.Size(71, 16);            this.radioButton_EventLogDel_Day.TabIndex = 7;            this.radioButton_EventLogDel_Day.Text = "기간지정";            this.radioButton_EventLogDel_Day.UseVisualStyleBackColor = true;            this.radioButton_EventLogDel_Day.CheckedChanged += new System.EventHandler(this.radioButton_EventLogDel_Day_CheckedChanged);            //             // label_fromto            //             this.label_fromto.AutoSize = true;            this.label_fromto.Location = new System.Drawing.Point(106, 204);            this.label_fromto.Name = "label_fromto";            this.label_fromto.Size = new System.Drawing.Size(14, 12);            this.label_fromto.TabIndex = 9;            this.label_fromto.Text = "~";            //             // dateTimePicker1            //             this.dateTimePicker1.CustomFormat = "yyyy-MM-dd ";            this.dateTimePicker1.Enabled = false;            this.dateTimePicker1.Font = new System.Drawing.Font("굴림", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));            this.dateTimePicker1.Location = new System.Drawing.Point(106, 176);            this.dateTimePicker1.Name = "dateTimePicker1";            this.dateTimePicker1.Size = new System.Drawing.Size(145, 20);            this.dateTimePicker1.TabIndex = 11;            //             // dateTimePicker2            //             this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";            this.dateTimePicker2.Enabled = false;            this.dateTimePicker2.Font = new System.Drawing.Font("굴림", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));            this.dateTimePicker2.Location = new System.Drawing.Point(126, 198);            this.dateTimePicker2.Name = "dateTimePicker2";            this.dateTimePicker2.Size = new System.Drawing.Size(145, 20);            this.dateTimePicker2.TabIndex = 12;            //             // checkBox_FileUpdate            //             this.checkBox_FileUpdate.AutoSize = true;            this.checkBox_FileUpdate.Checked = true;            this.checkBox_FileUpdate.CheckState = System.Windows.Forms.CheckState.Checked;            this.checkBox_FileUpdate.Location = new System.Drawing.Point(49, 90);            this.checkBox_FileUpdate.Name = "checkBox_FileUpdate";            this.checkBox_FileUpdate.Size = new System.Drawing.Size(100, 16);            this.checkBox_FileUpdate.TabIndex = 1;            this.checkBox_FileUpdate.Text = "파일 업데이트";            this.checkBox_FileUpdate.UseVisualStyleBackColor = true;            this.checkBox_FileUpdate.CheckedChanged += new System.EventHandler(this.checkBox_EventLogDel_CheckedChanged);            //             // checkBox_restart            //             this.checkBox_restart.AutoSize = true;            this.checkBox_restart.Checked = true;            this.checkBox_restart.CheckState = System.Windows.Forms.CheckState.Checked;            this.checkBox_restart.Location = new System.Drawing.Point(49, 67);            this.checkBox_restart.Name = "checkBox_restart";            this.checkBox_restart.Size = new System.Drawing.Size(140, 16);            this.checkBox_restart.TabIndex = 13;            this.checkBox_restart.Text = "종료후 시스템 재가동";            this.checkBox_restart.UseVisualStyleBackColor = true;            //             // textBox_Comment            //             this.textBox_Comment.Location = new System.Drawing.Point(38, 263);            this.textBox_Comment.Multiline = true;            this.textBox_Comment.Name = "textBox_Comment";            this.textBox_Comment.Size = new System.Drawing.Size(233, 107);            this.textBox_Comment.TabIndex = 14;            //             // label2            //             this.label2.AutoSize = true;            this.label2.Location = new System.Drawing.Point(94, 236);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(105, 12);            this.label2.TabIndex = 3;            this.label2.Text = "사유를 입력하세요";            //             // Main            //             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(291, 467);            this.Controls.Add(this.textBox_Comment);            this.Controls.Add(this.checkBox_restart);            this.Controls.Add(this.dateTimePicker2);            this.Controls.Add(this.dateTimePicker1);            this.Controls.Add(this.label_fromto);            this.Controls.Add(this.radioButton_EventLogDel_Day);            this.Controls.Add(this.radioButton_EventLogDel_All);            this.Controls.Add(this.label_Status);            this.Controls.Add(this.label2);            this.Controls.Add(this.label1);            this.Controls.Add(this.checkBox_FileUpdate);            this.Controls.Add(this.checkBox_EventLogDel);            this.Controls.Add(this.label_Title1);            this.Controls.Add(this.button_Start);            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "Main";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;            this.Text = "IControls FireOperator 2.0 ";            this.TopMost = true;            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Main_FormClosed);            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private System.Windows.Forms.Button button_Start;        private System.Windows.Forms.Label label_Title1;        private System.Windows.Forms.CheckBox checkBox_EventLogDel;        private System.Windows.Forms.Label label1;        private System.Windows.Forms.Label label_Status;        private System.Windows.Forms.RadioButton radioButton_EventLogDel_All;        private System.Windows.Forms.RadioButton radioButton_EventLogDel_Day;        private System.Windows.Forms.Label label_fromto;        private System.Windows.Forms.DateTimePicker dateTimePicker1;        private System.Windows.Forms.DateTimePicker dateTimePicker2;        private System.Windows.Forms.CheckBox checkBox_FileUpdate;        private System.Windows.Forms.CheckBox checkBox_restart;        private System.Windows.Forms.TextBox textBox_Comment;        private System.Windows.Forms.Label label2;    }}
 |