File name
Commit message
Commit date
File name
Commit message
Commit date
namespace KHSCALE_TP
{
partial class MainForm
{
/// <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 디자이너에서 생성한 코드
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
/// </summary>
private void InitializeComponent()
{
this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton();
this.panelControl_Manu = new DevExpress.XtraEditors.PanelControl();
this.labelControl_User = new DevExpress.XtraEditors.LabelControl();
this.simpleButton_Login = new DevExpress.XtraEditors.SimpleButton();
this.panelControl_Sub = new DevExpress.XtraEditors.PanelControl();
this.panelControl_Main = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl_Manu)).BeginInit();
this.panelControl_Manu.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl_Sub)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl_Main)).BeginInit();
this.SuspendLayout();
//
// simpleButton_Cancel
//
this.simpleButton_Cancel.Appearance.Font = new System.Drawing.Font("굴림체", 9F);
this.simpleButton_Cancel.Appearance.Options.UseFont = true;
this.simpleButton_Cancel.Location = new System.Drawing.Point(938, 5);
this.simpleButton_Cancel.Name = "simpleButton_Cancel";
this.simpleButton_Cancel.Size = new System.Drawing.Size(81, 39);
this.simpleButton_Cancel.TabIndex = 21;
this.simpleButton_Cancel.Text = "닫기";
this.simpleButton_Cancel.Click += new System.EventHandler(this.simpleButton_Cancel_Click);
//
// panelControl_Manu
//
this.panelControl_Manu.Controls.Add(this.labelControl_User);
this.panelControl_Manu.Controls.Add(this.simpleButton_Login);
this.panelControl_Manu.Controls.Add(this.simpleButton_Cancel);
this.panelControl_Manu.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl_Manu.Location = new System.Drawing.Point(0, 0);
this.panelControl_Manu.Name = "panelControl_Manu";
this.panelControl_Manu.Size = new System.Drawing.Size(1024, 50);
this.panelControl_Manu.TabIndex = 23;
//
// labelControl_User
//
this.labelControl_User.Appearance.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl_User.Location = new System.Drawing.Point(162, 9);
this.labelControl_User.Name = "labelControl_User";
this.labelControl_User.Size = new System.Drawing.Size(0, 29);
this.labelControl_User.TabIndex = 23;
//
// simpleButton_Login
//
this.simpleButton_Login.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.simpleButton_Login.Appearance.Options.UseFont = true;
this.simpleButton_Login.Location = new System.Drawing.Point(5, 5);
this.simpleButton_Login.Name = "simpleButton_Login";
this.simpleButton_Login.Size = new System.Drawing.Size(151, 39);
this.simpleButton_Login.TabIndex = 22;
this.simpleButton_Login.Text = "LOGIN";
this.simpleButton_Login.Click += new System.EventHandler(this.simpleButton_Login_Click);
//
// panelControl_Sub
//
this.panelControl_Sub.Dock = System.Windows.Forms.DockStyle.Left;
this.panelControl_Sub.Location = new System.Drawing.Point(0, 50);
this.panelControl_Sub.Name = "panelControl_Sub";
this.panelControl_Sub.Size = new System.Drawing.Size(124, 550);
this.panelControl_Sub.TabIndex = 24;
this.panelControl_Sub.Visible = false;
//
// panelControl_Main
//
this.panelControl_Main.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl_Main.Location = new System.Drawing.Point(124, 50);
this.panelControl_Main.Name = "panelControl_Main";
this.panelControl_Main.Size = new System.Drawing.Size(900, 550);
this.panelControl_Main.TabIndex = 25;
//
// MainForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1024, 600);
this.Controls.Add(this.panelControl_Main);
this.Controls.Add(this.panelControl_Sub);
this.Controls.Add(this.panelControl_Manu);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "MainForm";
this.Text = "MainForm";
((System.ComponentModel.ISupportInitialize)(this.panelControl_Manu)).EndInit();
this.panelControl_Manu.ResumeLayout(false);
this.panelControl_Manu.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl_Sub)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl_Main)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel;
private DevExpress.XtraEditors.PanelControl panelControl_Manu;
private DevExpress.XtraEditors.PanelControl panelControl_Sub;
private DevExpress.XtraEditors.PanelControl panelControl_Main;
private DevExpress.XtraEditors.SimpleButton simpleButton_Login;
private DevExpress.XtraEditors.LabelControl labelControl_User;
}
}