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 CustUserManagerPopup
    {
        /// <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(CustUserManagerPopup));
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.panelControl29 = new DevExpress.XtraEditors.PanelControl();
            this.textEdit_CUST_NM = new DevExpress.XtraEditors.TextEdit();
            this.simpleButton_Cust_Search = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl_CUST_CD = new DevExpress.XtraEditors.LabelControl();
            this.labelControl27 = new DevExpress.XtraEditors.LabelControl();
            this.checkEdit_DEL_YN = new DevExpress.XtraEditors.CheckEdit();
            this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
            this.textEdit_USR_NM = new DevExpress.XtraEditors.TextEdit();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl13 = new DevExpress.XtraEditors.PanelControl();
            this.textEdit_BIZ_NO = new DevExpress.XtraEditors.TextEdit();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl12 = new DevExpress.XtraEditors.PanelControl();
            this.textEdit_ADDR1 = new DevExpress.XtraEditors.TextEdit();
            this.buttonEdit_POST_NO = new DevExpress.XtraEditors.ButtonEdit();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl10 = new DevExpress.XtraEditors.PanelControl();
            this.textEdit_TEL_NO = new DevExpress.XtraEditors.TextEdit();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
            this.textEdit_USR_PWD = new DevExpress.XtraEditors.TextEdit();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.textEdit_USR_ID = new DevExpress.XtraEditors.TextEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
            this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_Yes = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl29)).BeginInit();
            this.panelControl29.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_CUST_NM.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit_DEL_YN.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
            this.panelControl7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_USR_NM.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl13)).BeginInit();
            this.panelControl13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_BIZ_NO.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl12)).BeginInit();
            this.panelControl12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_ADDR1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonEdit_POST_NO.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl10)).BeginInit();
            this.panelControl10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_TEL_NO.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
            this.panelControl6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_USR_PWD.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_USR_ID.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
            this.panelControl4.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.panelControl29);
            this.panelControl2.Controls.Add(this.checkEdit_DEL_YN);
            this.panelControl2.Controls.Add(this.panelControl7);
            this.panelControl2.Controls.Add(this.panelControl13);
            this.panelControl2.Controls.Add(this.panelControl12);
            this.panelControl2.Controls.Add(this.panelControl10);
            this.panelControl2.Controls.Add(this.panelControl6);
            this.panelControl2.Controls.Add(this.panelControl3);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl2.Location = new System.Drawing.Point(0, 0);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(540, 224);
            this.panelControl2.TabIndex = 0;
            // 
            // panelControl29
            // 
            this.panelControl29.Controls.Add(this.textEdit_CUST_NM);
            this.panelControl29.Controls.Add(this.simpleButton_Cust_Search);
            this.panelControl29.Controls.Add(this.labelControl_CUST_CD);
            this.panelControl29.Controls.Add(this.labelControl27);
            this.panelControl29.Location = new System.Drawing.Point(12, 35);
            this.panelControl29.Name = "panelControl29";
            this.panelControl29.Size = new System.Drawing.Size(512, 27);
            this.panelControl29.TabIndex = 0;
            // 
            // textEdit_CUST_NM
            // 
            this.textEdit_CUST_NM.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textEdit_CUST_NM.EnterMoveNextControl = true;
            this.textEdit_CUST_NM.Location = new System.Drawing.Point(92, 2);
            this.textEdit_CUST_NM.Name = "textEdit_CUST_NM";
            this.textEdit_CUST_NM.Properties.AutoHeight = false;
            this.textEdit_CUST_NM.Size = new System.Drawing.Size(289, 23);
            this.textEdit_CUST_NM.TabIndex = 1;
            // 
            // simpleButton_Cust_Search
            // 
            this.simpleButton_Cust_Search.Dock = System.Windows.Forms.DockStyle.Right;
            this.simpleButton_Cust_Search.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Cust_Search.Image")));
            this.simpleButton_Cust_Search.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.simpleButton_Cust_Search.Location = new System.Drawing.Point(381, 2);
            this.simpleButton_Cust_Search.Name = "simpleButton_Cust_Search";
            this.simpleButton_Cust_Search.Size = new System.Drawing.Size(39, 23);
            this.simpleButton_Cust_Search.TabIndex = 5;
            // 
            // labelControl_CUST_CD
            // 
            this.labelControl_CUST_CD.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl_CUST_CD.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl_CUST_CD.Dock = System.Windows.Forms.DockStyle.Right;
            this.labelControl_CUST_CD.Location = new System.Drawing.Point(420, 2);
            this.labelControl_CUST_CD.Name = "labelControl_CUST_CD";
            this.labelControl_CUST_CD.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl_CUST_CD.Size = new System.Drawing.Size(90, 23);
            this.labelControl_CUST_CD.TabIndex = 6;
            // 
            // labelControl27
            // 
            this.labelControl27.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl27.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl27.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl27.Location = new System.Drawing.Point(2, 2);
            this.labelControl27.Name = "labelControl27";
            this.labelControl27.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl27.Size = new System.Drawing.Size(90, 23);
            this.labelControl27.TabIndex = 0;
            this.labelControl27.Text = "거래선명";
            // 
            // checkEdit_DEL_YN
            // 
            this.checkEdit_DEL_YN.EnterMoveNextControl = true;
            this.checkEdit_DEL_YN.Location = new System.Drawing.Point(274, 168);
            this.checkEdit_DEL_YN.Name = "checkEdit_DEL_YN";
            this.checkEdit_DEL_YN.Properties.AutoWidth = true;
            this.checkEdit_DEL_YN.Properties.Caption = "이용정지";
            this.checkEdit_DEL_YN.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
            this.checkEdit_DEL_YN.Properties.ValueChecked = "Y";
            this.checkEdit_DEL_YN.Properties.ValueUnchecked = "N";
            this.checkEdit_DEL_YN.Size = new System.Drawing.Size(74, 22);
            this.checkEdit_DEL_YN.TabIndex = 51;
            // 
            // panelControl7
            // 
            this.panelControl7.Controls.Add(this.textEdit_USR_NM);
            this.panelControl7.Controls.Add(this.labelControl5);
            this.panelControl7.Location = new System.Drawing.Point(11, 100);
            this.panelControl7.Name = "panelControl7";
            this.panelControl7.Size = new System.Drawing.Size(254, 27);
            this.panelControl7.TabIndex = 3;
            // 
            // textEdit_USR_NM
            // 
            this.textEdit_USR_NM.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textEdit_USR_NM.EnterMoveNextControl = true;
            this.textEdit_USR_NM.Location = new System.Drawing.Point(92, 2);
            this.textEdit_USR_NM.Name = "textEdit_USR_NM";
            this.textEdit_USR_NM.Properties.AutoHeight = false;
            this.textEdit_USR_NM.Size = new System.Drawing.Size(160, 23);
            this.textEdit_USR_NM.TabIndex = 1;
            // 
            // labelControl5
            // 
            this.labelControl5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl5.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl5.Location = new System.Drawing.Point(2, 2);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl5.Size = new System.Drawing.Size(90, 23);
            this.labelControl5.TabIndex = 0;
            this.labelControl5.Text = "사용자명";
            // 
            // panelControl13
            // 
            this.panelControl13.Controls.Add(this.textEdit_BIZ_NO);
            this.panelControl13.Controls.Add(this.labelControl10);
            this.panelControl13.Location = new System.Drawing.Point(12, 166);
            this.panelControl13.Name = "panelControl13";
            this.panelControl13.Size = new System.Drawing.Size(254, 27);
            this.panelControl13.TabIndex = 13;
            // 
            // textEdit_BIZ_NO
            // 
            this.textEdit_BIZ_NO.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textEdit_BIZ_NO.EnterMoveNextControl = true;
            this.textEdit_BIZ_NO.Location = new System.Drawing.Point(92, 2);
            this.textEdit_BIZ_NO.Name = "textEdit_BIZ_NO";
            this.textEdit_BIZ_NO.Properties.AutoHeight = false;
            this.textEdit_BIZ_NO.Properties.Mask.EditMask = "\\d\\d\\d-\\d\\d-\\d\\d\\d\\d\\d";
            this.textEdit_BIZ_NO.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
            this.textEdit_BIZ_NO.Size = new System.Drawing.Size(160, 23);
            this.textEdit_BIZ_NO.TabIndex = 2;
            // 
            // labelControl10
            // 
            this.labelControl10.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl10.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl10.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl10.Location = new System.Drawing.Point(2, 2);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl10.Size = new System.Drawing.Size(90, 23);
            this.labelControl10.TabIndex = 0;
            this.labelControl10.Text = "사업자번호";
            // 
            // panelControl12
            // 
            this.panelControl12.Controls.Add(this.textEdit_ADDR1);
            this.panelControl12.Controls.Add(this.buttonEdit_POST_NO);
            this.panelControl12.Controls.Add(this.labelControl9);
            this.panelControl12.Location = new System.Drawing.Point(12, 133);
            this.panelControl12.Name = "panelControl12";
            this.panelControl12.Size = new System.Drawing.Size(514, 27);
            this.panelControl12.TabIndex = 11;
            // 
            // textEdit_ADDR1
            // 
            this.textEdit_ADDR1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textEdit_ADDR1.EnterMoveNextControl = true;
            this.textEdit_ADDR1.Location = new System.Drawing.Point(173, 2);
            this.textEdit_ADDR1.Name = "textEdit_ADDR1";
            this.textEdit_ADDR1.Properties.AutoHeight = false;
            this.textEdit_ADDR1.Size = new System.Drawing.Size(339, 23);
            this.textEdit_ADDR1.TabIndex = 1;
            // 
            // buttonEdit_POST_NO
            // 
            this.buttonEdit_POST_NO.Dock = System.Windows.Forms.DockStyle.Left;
            this.buttonEdit_POST_NO.EnterMoveNextControl = true;
            this.buttonEdit_POST_NO.Location = new System.Drawing.Point(92, 2);
            this.buttonEdit_POST_NO.Name = "buttonEdit_POST_NO";
            this.buttonEdit_POST_NO.Properties.Appearance.Options.UseTextOptions = true;
            this.buttonEdit_POST_NO.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.buttonEdit_POST_NO.Properties.AutoHeight = false;
            this.buttonEdit_POST_NO.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.buttonEdit_POST_NO.Size = new System.Drawing.Size(81, 23);
            this.buttonEdit_POST_NO.TabIndex = 0;
            // 
            // labelControl9
            // 
            this.labelControl9.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl9.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl9.Location = new System.Drawing.Point(2, 2);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl9.Size = new System.Drawing.Size(90, 23);
            this.labelControl9.TabIndex = 0;
            this.labelControl9.Text = "우편번호";
            // 
            // panelControl10
            // 
            this.panelControl10.Controls.Add(this.textEdit_TEL_NO);
            this.panelControl10.Controls.Add(this.labelControl8);
            this.panelControl10.Location = new System.Drawing.Point(272, 100);
            this.panelControl10.Name = "panelControl10";
            this.panelControl10.Size = new System.Drawing.Size(254, 27);
            this.panelControl10.TabIndex = 4;
            // 
            // textEdit_TEL_NO
            // 
            this.textEdit_TEL_NO.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textEdit_TEL_NO.EnterMoveNextControl = true;
            this.textEdit_TEL_NO.Location = new System.Drawing.Point(92, 2);
            this.textEdit_TEL_NO.Name = "textEdit_TEL_NO";
            this.textEdit_TEL_NO.Properties.AutoHeight = false;
            this.textEdit_TEL_NO.Properties.Mask.EditMask = "\\d\\d\\d-\\d\\d\\d\\d-\\d\\d\\d\\d";
            this.textEdit_TEL_NO.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
            this.textEdit_TEL_NO.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.textEdit_TEL_NO.Size = new System.Drawing.Size(160, 23);
            this.textEdit_TEL_NO.TabIndex = 1;
            // 
            // labelControl8
            // 
            this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl8.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl8.Location = new System.Drawing.Point(2, 2);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl8.Size = new System.Drawing.Size(90, 23);
            this.labelControl8.TabIndex = 0;
            this.labelControl8.Text = "전화번호";
            // 
            // panelControl6
            // 
            this.panelControl6.Controls.Add(this.textEdit_USR_PWD);
            this.panelControl6.Controls.Add(this.labelControl4);
            this.panelControl6.Location = new System.Drawing.Point(272, 68);
            this.panelControl6.Name = "panelControl6";
            this.panelControl6.Size = new System.Drawing.Size(254, 27);
            this.panelControl6.TabIndex = 2;
            // 
            // textEdit_USR_PWD
            // 
            this.textEdit_USR_PWD.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textEdit_USR_PWD.EnterMoveNextControl = true;
            this.textEdit_USR_PWD.Location = new System.Drawing.Point(92, 2);
            this.textEdit_USR_PWD.Name = "textEdit_USR_PWD";
            this.textEdit_USR_PWD.Properties.AutoHeight = false;
            this.textEdit_USR_PWD.Size = new System.Drawing.Size(160, 23);
            this.textEdit_USR_PWD.TabIndex = 1;
            // 
            // labelControl4
            // 
            this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl4.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl4.Location = new System.Drawing.Point(2, 2);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl4.Size = new System.Drawing.Size(90, 23);
            this.labelControl4.TabIndex = 0;
            this.labelControl4.Text = "패스워드";
            // 
            // panelControl3
            // 
            this.panelControl3.Controls.Add(this.textEdit_USR_ID);
            this.panelControl3.Controls.Add(this.labelControl2);
            this.panelControl3.Location = new System.Drawing.Point(12, 68);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(254, 27);
            this.panelControl3.TabIndex = 1;
            // 
            // textEdit_USR_ID
            // 
            this.textEdit_USR_ID.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textEdit_USR_ID.EnterMoveNextControl = true;
            this.textEdit_USR_ID.Location = new System.Drawing.Point(92, 2);
            this.textEdit_USR_ID.Name = "textEdit_USR_ID";
            this.textEdit_USR_ID.Properties.AutoHeight = false;
            this.textEdit_USR_ID.Size = new System.Drawing.Size(160, 23);
            this.textEdit_USR_ID.TabIndex = 1;
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            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(90, 23);
            this.labelControl2.TabIndex = 0;
            this.labelControl2.Text = "아이디";
            // 
            // panelControl4
            // 
            this.panelControl4.Controls.Add(this.simpleButton_Cancel);
            this.panelControl4.Controls.Add(this.simpleButton_Yes);
            this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl4.Location = new System.Drawing.Point(0, 224);
            this.panelControl4.Name = "panelControl4";
            this.panelControl4.Size = new System.Drawing.Size(540, 44);
            this.panelControl4.TabIndex = 1;
            // 
            // 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(442, 9);
            this.simpleButton_Cancel.Name = "simpleButton_Cancel";
            this.simpleButton_Cancel.Size = new System.Drawing.Size(75, 26);
            this.simpleButton_Cancel.TabIndex = 1;
            this.simpleButton_Cancel.Text = "취소";
            // 
            // simpleButton_Yes
            // 
            this.simpleButton_Yes.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Yes.Image")));
            this.simpleButton_Yes.Location = new System.Drawing.Point(25, 9);
            this.simpleButton_Yes.Name = "simpleButton_Yes";
            this.simpleButton_Yes.Size = new System.Drawing.Size(75, 26);
            this.simpleButton_Yes.TabIndex = 0;
            this.simpleButton_Yes.Text = "확인";
            // 
            // CustUserManagerPopup
            // 
            this.Appearance.Options.UseFont = true;
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.CancelButton = this.simpleButton_Cancel;
            this.ClientSize = new System.Drawing.Size(540, 268);
            this.Controls.Add(this.panelControl2);
            this.Controls.Add(this.panelControl4);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "CustUserManagerPopup";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "거래처 사용자정보";
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl29)).EndInit();
            this.panelControl29.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_CUST_NM.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit_DEL_YN.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
            this.panelControl7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_USR_NM.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl13)).EndInit();
            this.panelControl13.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_BIZ_NO.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl12)).EndInit();
            this.panelControl12.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_ADDR1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buttonEdit_POST_NO.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl10)).EndInit();
            this.panelControl10.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_TEL_NO.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
            this.panelControl6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_USR_PWD.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_USR_ID.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
            this.panelControl4.ResumeLayout(false);
            this.ResumeLayout(false);
        }
        #endregion
        private DevExpress.XtraEditors.PanelControl panelControl2;
        private DevExpress.XtraEditors.PanelControl panelControl4;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Yes;
        private DevExpress.XtraEditors.CheckEdit checkEdit_DEL_YN;
        private DevExpress.XtraEditors.PanelControl panelControl7;
        private DevExpress.XtraEditors.TextEdit textEdit_USR_NM;
        private DevExpress.XtraEditors.LabelControl labelControl5;
        private DevExpress.XtraEditors.PanelControl panelControl13;
        private DevExpress.XtraEditors.TextEdit textEdit_BIZ_NO;
        private DevExpress.XtraEditors.LabelControl labelControl10;
        private DevExpress.XtraEditors.PanelControl panelControl12;
        private DevExpress.XtraEditors.TextEdit textEdit_ADDR1;
        private DevExpress.XtraEditors.ButtonEdit buttonEdit_POST_NO;
        private DevExpress.XtraEditors.LabelControl labelControl9;
        private DevExpress.XtraEditors.PanelControl panelControl10;
        private DevExpress.XtraEditors.TextEdit textEdit_TEL_NO;
        private DevExpress.XtraEditors.LabelControl labelControl8;
        private DevExpress.XtraEditors.PanelControl panelControl6;
        private DevExpress.XtraEditors.TextEdit textEdit_USR_PWD;
        private DevExpress.XtraEditors.LabelControl labelControl4;
        private DevExpress.XtraEditors.PanelControl panelControl3;
        private DevExpress.XtraEditors.LabelControl labelControl2;
        public DevExpress.XtraEditors.TextEdit textEdit_USR_ID;
        private DevExpress.XtraEditors.PanelControl panelControl29;
        private DevExpress.XtraEditors.TextEdit textEdit_CUST_NM;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Cust_Search;
        private DevExpress.XtraEditors.LabelControl labelControl_CUST_CD;
        private DevExpress.XtraEditors.LabelControl labelControl27;
    }
}