namespace IControls_FireManager
{
partial class Form_MapDesigner_Rename
{
///
/// 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_PageName = new Janus.Windows.GridEX.EditControls.EditBox();
this.UiButton_Page_Rename = 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_PageName);
this.uiGroupBox.Controls.Add(this.UiButton_Page_Rename);
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(316, 105);
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(57, 12);
this.label_SystemType.TabIndex = 381;
this.label_SystemType.Text = "페이지 명";
this.label_SystemType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// EditBox_PageName
//
this.EditBox_PageName.Font = new System.Drawing.Font("굴림", 9F);
this.EditBox_PageName.Location = new System.Drawing.Point(99, 21);
this.EditBox_PageName.Name = "EditBox_PageName";
this.EditBox_PageName.Size = new System.Drawing.Size(138, 21);
this.EditBox_PageName.TabIndex = 0;
this.EditBox_PageName.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
//
// UiButton_Page_Rename
//
this.UiButton_Page_Rename.Font = new System.Drawing.Font("굴림", 9F);
this.UiButton_Page_Rename.HighlightActiveButton = false;
this.UiButton_Page_Rename.Location = new System.Drawing.Point(116, 58);
this.UiButton_Page_Rename.Name = "UiButton_Page_Rename";
this.UiButton_Page_Rename.Size = new System.Drawing.Size(75, 23);
this.UiButton_Page_Rename.TabIndex = 373;
this.UiButton_Page_Rename.Text = "저장";
this.UiButton_Page_Rename.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
this.UiButton_Page_Rename.VisualStyleManager = this.visualStyleManager;
this.UiButton_Page_Rename.Click += new System.EventHandler(this.UiButton_Page_Rename_Click);
//
// Form_MapDesigner_Rename
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(316, 105);
this.Controls.Add(this.uiGroupBox);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_MapDesigner_Rename";
this.Text = "Page ReName ";
((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_PageName;
private Janus.Windows.EditControls.UIButton UiButton_Page_Rename;
private System.Windows.Forms.Label label_SystemType;
}
}