File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
namespace HANMI_STD
{
partial class InsertCateForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InsertCateForm));
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_SaveClose = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_Save = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.textEdit_CATE_CD = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.textEdit_CATE_CD_NM = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.textEdit_PRNNO = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_CATE_CD.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_CATE_CD_NM.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_PRNNO.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl4
//
this.panelControl4.Controls.Add(this.simpleButton_Cancel);
this.panelControl4.Controls.Add(this.simpleButton_SaveClose);
this.panelControl4.Controls.Add(this.simpleButton_Save);
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl4.Location = new System.Drawing.Point(0, 141);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(353, 44);
this.panelControl4.TabIndex = 3;
//
// simpleButton_Cancel
//
this.simpleButton_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton_Cancel.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Cancel.Image")));
this.simpleButton_Cancel.Location = new System.Drawing.Point(259, 9);
this.simpleButton_Cancel.Name = "simpleButton_Cancel";
this.simpleButton_Cancel.Size = new System.Drawing.Size(75, 26);
this.simpleButton_Cancel.TabIndex = 6;
this.simpleButton_Cancel.Text = "닫기";
//
// simpleButton_SaveClose
//
this.simpleButton_SaveClose.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_SaveClose.Image")));
this.simpleButton_SaveClose.Location = new System.Drawing.Point(99, 9);
this.simpleButton_SaveClose.Name = "simpleButton_SaveClose";
this.simpleButton_SaveClose.Size = new System.Drawing.Size(103, 26);
this.simpleButton_SaveClose.TabIndex = 5;
this.simpleButton_SaveClose.Text = "저장후 닫기";
//
// simpleButton_Save
//
this.simpleButton_Save.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Save.Image")));
this.simpleButton_Save.Location = new System.Drawing.Point(18, 9);
this.simpleButton_Save.Name = "simpleButton_Save";
this.simpleButton_Save.Size = new System.Drawing.Size(75, 26);
this.simpleButton_Save.TabIndex = 4;
this.simpleButton_Save.Text = "저장";
//
// panelControl3
//
this.panelControl3.Controls.Add(this.textEdit_CATE_CD);
this.panelControl3.Controls.Add(this.labelControl2);
this.panelControl3.Location = new System.Drawing.Point(25, 23);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(300, 28);
this.panelControl3.TabIndex = 0;
//
// textEdit_CATE_CD
//
this.textEdit_CATE_CD.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEdit_CATE_CD.EnterMoveNextControl = true;
this.textEdit_CATE_CD.ImeMode = System.Windows.Forms.ImeMode.Alpha;
this.textEdit_CATE_CD.Location = new System.Drawing.Point(79, 2);
this.textEdit_CATE_CD.Name = "textEdit_CATE_CD";
this.textEdit_CATE_CD.Properties.Appearance.Font = new System.Drawing.Font("굴림체", 9F);
this.textEdit_CATE_CD.Properties.Appearance.Options.UseFont = true;
this.textEdit_CATE_CD.Properties.AutoHeight = false;
this.textEdit_CATE_CD.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.textEdit_CATE_CD.Size = new System.Drawing.Size(219, 24);
this.textEdit_CATE_CD.TabIndex = 1;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("굴림체", 9F);
this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl2.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl2.Location = new System.Drawing.Point(2, 2);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.labelControl2.Size = new System.Drawing.Size(77, 24);
this.labelControl2.TabIndex = 0;
this.labelControl2.Text = "분류코드";
//
// panelControl1
//
this.panelControl1.Controls.Add(this.textEdit_CATE_CD_NM);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Location = new System.Drawing.Point(25, 57);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(300, 28);
this.panelControl1.TabIndex = 1;
//
// textEdit_CATE_CD_NM
//
this.textEdit_CATE_CD_NM.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEdit_CATE_CD_NM.EnterMoveNextControl = true;
this.textEdit_CATE_CD_NM.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textEdit_CATE_CD_NM.Location = new System.Drawing.Point(79, 2);
this.textEdit_CATE_CD_NM.Name = "textEdit_CATE_CD_NM";
this.textEdit_CATE_CD_NM.Properties.Appearance.Font = new System.Drawing.Font("굴림체", 9F);
this.textEdit_CATE_CD_NM.Properties.Appearance.Options.UseFont = true;
this.textEdit_CATE_CD_NM.Properties.AutoHeight = false;
this.textEdit_CATE_CD_NM.Size = new System.Drawing.Size(219, 24);
this.textEdit_CATE_CD_NM.TabIndex = 1;
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("굴림체", 9F);
this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl1.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl1.Location = new System.Drawing.Point(2, 2);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.labelControl1.Size = new System.Drawing.Size(77, 24);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "분류명";
//
// panelControl2
//
this.panelControl2.Controls.Add(this.textEdit_PRNNO);
this.panelControl2.Controls.Add(this.labelControl3);
this.panelControl2.Location = new System.Drawing.Point(25, 91);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(300, 28);
this.panelControl2.TabIndex = 2;
//
// textEdit_PRNNO
//
this.textEdit_PRNNO.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEdit_PRNNO.EnterMoveNextControl = true;
this.textEdit_PRNNO.Location = new System.Drawing.Point(79, 2);
this.textEdit_PRNNO.Name = "textEdit_PRNNO";
this.textEdit_PRNNO.Properties.Appearance.Font = new System.Drawing.Font("굴림체", 9F);
this.textEdit_PRNNO.Properties.Appearance.Options.UseFont = true;
this.textEdit_PRNNO.Properties.Appearance.Options.UseTextOptions = true;
this.textEdit_PRNNO.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.textEdit_PRNNO.Properties.AutoHeight = false;
this.textEdit_PRNNO.Properties.Mask.EditMask = "d";
this.textEdit_PRNNO.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.textEdit_PRNNO.Size = new System.Drawing.Size(219, 24);
this.textEdit_PRNNO.TabIndex = 1;
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("굴림체", 9F);
this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl3.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl3.Location = new System.Drawing.Point(2, 2);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.labelControl3.Size = new System.Drawing.Size(77, 24);
this.labelControl3.TabIndex = 0;
this.labelControl3.Text = "출력순서";
//
// InsertCateForm
//
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.CancelButton = this.simpleButton_Cancel;
this.ClientSize = new System.Drawing.Size(353, 185);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.panelControl3);
this.Controls.Add(this.panelControl4);
this.Font = new System.Drawing.Font("굴림체", 9F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "InsertCateForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "코드분류 추가";
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.textEdit_CATE_CD.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.textEdit_CATE_CD_NM.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.textEdit_PRNNO.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl4;
private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel;
private DevExpress.XtraEditors.SimpleButton simpleButton_Save;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.TextEdit textEdit_CATE_CD;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.TextEdit textEdit_CATE_CD_NM;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.TextEdit textEdit_PRNNO;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.SimpleButton simpleButton_SaveClose;
}
}