| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 | namespace IControls_FireManager{    partial class Form_Project_New    {        /// <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.label_SystemType = new System.Windows.Forms.Label();            this.EditBox_ProjectName = new Janus.Windows.GridEX.EditControls.EditBox();            this.UiButton_Project_New = new Janus.Windows.EditControls.UIButton();            this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);            ((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.label_SystemType);            this.uiGroupBox.Controls.Add(this.EditBox_ProjectName);            this.uiGroupBox.Controls.Add(this.UiButton_Project_New);            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(334, 114);            this.uiGroupBox.TabIndex = 0;            this.uiGroupBox.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;            //             // label_SystemType            //             this.label_SystemType.AutoSize = true;            this.label_SystemType.BackColor = System.Drawing.Color.Transparent;            this.label_SystemType.Font = new System.Drawing.Font("굴림", 9F);            this.label_SystemType.Location = new System.Drawing.Point(24, 26);            this.label_SystemType.Name = "label_SystemType";            this.label_SystemType.Size = new System.Drawing.Size(69, 12);            this.label_SystemType.TabIndex = 381;            this.label_SystemType.Text = "프로젝트 명";            this.label_SystemType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            //             // EditBox_ProjectName            //             this.EditBox_ProjectName.Font = new System.Drawing.Font("굴림", 9F);            this.EditBox_ProjectName.Location = new System.Drawing.Point(99, 21);            this.EditBox_ProjectName.Name = "EditBox_ProjectName";            this.EditBox_ProjectName.Size = new System.Drawing.Size(138, 21);            this.EditBox_ProjectName.TabIndex = 0;            this.EditBox_ProjectName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;            //             // UiButton_Project_New            //             this.UiButton_Project_New.Font = new System.Drawing.Font("굴림", 9F);            this.UiButton_Project_New.HighlightActiveButton = false;            this.UiButton_Project_New.Location = new System.Drawing.Point(125, 58);            this.UiButton_Project_New.Name = "UiButton_Project_New";            this.UiButton_Project_New.Size = new System.Drawing.Size(75, 23);            this.UiButton_Project_New.TabIndex = 373;            this.UiButton_Project_New.Text = "새로만들기";            this.UiButton_Project_New.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;            this.UiButton_Project_New.VisualStyleManager = this.visualStyleManager;            this.UiButton_Project_New.Click += new System.EventHandler(this.UiButton_Project_Save_Click);            //             // Form_Project_New            //             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(334, 114);            this.Controls.Add(this.uiGroupBox);            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "Form_Project_New";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;            this.Text = "New Project";            ((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_ProjectName;        private Janus.Windows.EditControls.UIButton UiButton_Project_New;        private System.Windows.Forms.Label label_SystemType;    }}
 |