| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 | namespace IControls_FireManager{    partial class Form_System_Config    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        private void InitializeComponent()        {            this.components = new System.ComponentModel.Container();            this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);            this.uiGroupBox = new Janus.Windows.EditControls.UIGroupBox();            this.radioButton_4 = new System.Windows.Forms.RadioButton();            this.radioButton_6 = new System.Windows.Forms.RadioButton();            this.UiButton_Apply = new Janus.Windows.EditControls.UIButton();            this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);            this.editBox_ProjectPath = new Janus.Windows.GridEX.EditControls.EditBox();            this.label1 = new System.Windows.Forms.Label();            this.label2 = new System.Windows.Forms.Label();            this.label_IP_ID = new System.Windows.Forms.Label();            this.uiButton_ProjectPath = new Janus.Windows.EditControls.UIButton();            ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).BeginInit();            this.uiGroupBox.SuspendLayout();            this.SuspendLayout();            //             // officeFormAdorner            //             this.officeFormAdorner.Form = this;            this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty;            //             // uiGroupBox            //             this.uiGroupBox.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;            this.uiGroupBox.BorderColor = System.Drawing.Color.Transparent;            this.uiGroupBox.Controls.Add(this.radioButton_4);            this.uiGroupBox.Controls.Add(this.radioButton_6);            this.uiGroupBox.Controls.Add(this.UiButton_Apply);            this.uiGroupBox.Controls.Add(this.editBox_ProjectPath);            this.uiGroupBox.Controls.Add(this.label1);            this.uiGroupBox.Controls.Add(this.label2);            this.uiGroupBox.Controls.Add(this.label_IP_ID);            this.uiGroupBox.Controls.Add(this.uiButton_ProjectPath);            this.uiGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;            this.uiGroupBox.Location = new System.Drawing.Point(0, 0);            this.uiGroupBox.Name = "uiGroupBox";            this.uiGroupBox.Size = new System.Drawing.Size(651, 173);            this.uiGroupBox.TabIndex = 0;            this.uiGroupBox.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;            //             // radioButton_4            //             this.radioButton_4.AutoSize = true;            this.radioButton_4.BackColor = System.Drawing.Color.Transparent;            this.radioButton_4.Location = new System.Drawing.Point(430, 96);            this.radioButton_4.Name = "radioButton_4";            this.radioButton_4.Size = new System.Drawing.Size(53, 16);            this.radioButton_4.TabIndex = 388;            this.radioButton_4.TabStop = true;            this.radioButton_4.Text = "4자리";            this.radioButton_4.UseVisualStyleBackColor = false;            //             // radioButton_6            //             this.radioButton_6.AutoSize = true;            this.radioButton_6.BackColor = System.Drawing.Color.Transparent;            this.radioButton_6.Location = new System.Drawing.Point(154, 96);            this.radioButton_6.Name = "radioButton_6";            this.radioButton_6.Size = new System.Drawing.Size(243, 16);            this.radioButton_6.TabIndex = 388;            this.radioButton_6.TabStop = true;            this.radioButton_6.Text = "6자리 (네트워크수신기 현장에서는 필수)";            this.radioButton_6.UseVisualStyleBackColor = false;            //             // UiButton_Apply            //             this.UiButton_Apply.Font = new System.Drawing.Font("굴림", 9F);            this.UiButton_Apply.HighlightActiveButton = false;            this.UiButton_Apply.Location = new System.Drawing.Point(273, 138);            this.UiButton_Apply.Name = "UiButton_Apply";            this.UiButton_Apply.Size = new System.Drawing.Size(75, 23);            this.UiButton_Apply.TabIndex = 387;            this.UiButton_Apply.Text = "확인";            this.UiButton_Apply.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;            this.UiButton_Apply.VisualStyleManager = this.visualStyleManager;            this.UiButton_Apply.Click += new System.EventHandler(this.UiButton_Apply_Click);            //             // editBox_ProjectPath            //             this.editBox_ProjectPath.BackColor = System.Drawing.SystemColors.MenuBar;            this.editBox_ProjectPath.Font = new System.Drawing.Font("굴림", 9F);            this.editBox_ProjectPath.Location = new System.Drawing.Point(119, 19);            this.editBox_ProjectPath.Name = "editBox_ProjectPath";            this.editBox_ProjectPath.ReadOnly = true;            this.editBox_ProjectPath.Size = new System.Drawing.Size(489, 21);            this.editBox_ProjectPath.TabIndex = 385;            this.editBox_ProjectPath.Text = "Background_Main.png";            this.editBox_ProjectPath.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;            //             // label1            //             this.label1.AutoSize = true;            this.label1.BackColor = System.Drawing.Color.Transparent;            this.label1.Font = new System.Drawing.Font("굴림", 9F);            this.label1.Location = new System.Drawing.Point(117, 55);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(331, 12);            this.label1.TabIndex = 386;            this.label1.Text = "(프로젝트 폴더가 모여 있는 상위 폴더를 지정하시면 됩니다)";            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            //             // label2            //             this.label2.AutoSize = true;            this.label2.BackColor = System.Drawing.Color.Transparent;            this.label2.Font = new System.Drawing.Font("굴림", 9F);            this.label2.Location = new System.Drawing.Point(12, 98);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(121, 12);            this.label2.TabIndex = 386;            this.label2.Text = "▶ 그룹 및 맵 아이디:";            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            //             // label_IP_ID            //             this.label_IP_ID.AutoSize = true;            this.label_IP_ID.BackColor = System.Drawing.Color.Transparent;            this.label_IP_ID.Font = new System.Drawing.Font("굴림", 9F);            this.label_IP_ID.Location = new System.Drawing.Point(12, 23);            this.label_IP_ID.Name = "label_IP_ID";            this.label_IP_ID.Size = new System.Drawing.Size(101, 12);            this.label_IP_ID.TabIndex = 386;            this.label_IP_ID.Text = "▶ 프로젝트 경로:";            this.label_IP_ID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            //             // uiButton_ProjectPath            //             this.uiButton_ProjectPath.Font = new System.Drawing.Font("굴림", 9F);            this.uiButton_ProjectPath.HighlightActiveButton = false;            this.uiButton_ProjectPath.Location = new System.Drawing.Point(614, 20);            this.uiButton_ProjectPath.Name = "uiButton_ProjectPath";            this.uiButton_ProjectPath.Size = new System.Drawing.Size(25, 21);            this.uiButton_ProjectPath.TabIndex = 384;            this.uiButton_ProjectPath.Text = "...";            this.uiButton_ProjectPath.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;            this.uiButton_ProjectPath.VisualStyleManager = this.visualStyleManager;            this.uiButton_ProjectPath.Click += new System.EventHandler(this.uiButton_ProjectPath_Click);            //             // Form_System_Config            //             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(651, 173);            this.Controls.Add(this.uiGroupBox);            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "Form_System_Config";            this.Text = "시스템 환경 옵션";            ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).EndInit();            this.uiGroupBox.ResumeLayout(false);            this.uiGroupBox.PerformLayout();            this.ResumeLayout(false);        }        #endregion        private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;        private Janus.Windows.EditControls.UIGroupBox uiGroupBox;        private Janus.Windows.Common.VisualStyleManager visualStyleManager;        private Janus.Windows.GridEX.EditControls.EditBox editBox_ProjectPath;        private System.Windows.Forms.Label label_IP_ID;        private Janus.Windows.EditControls.UIButton uiButton_ProjectPath;        private Janus.Windows.EditControls.UIButton UiButton_Apply;        private System.Windows.Forms.Label label1;        private System.Windows.Forms.RadioButton radioButton_4;        private System.Windows.Forms.RadioButton radioButton_6;        private System.Windows.Forms.Label label2;    }}
 |