namespace IControls_FireManager
{
partial class Form_Project_New
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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;
}
}