/// <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(frmMember_md));
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3 = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.panel1                    = new System.Windows.Forms.Panel();
     this.btnSearch1                = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.txtSearch_Name            = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwLabel2                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.lblMType                  = new Easy.Framework.WinForm.Control.efwLabel();
     this.efwLabel1                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.btnClose                  = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.efwGroupControl1          = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.efwGridControl1           = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn26              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn27              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemMemoEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch_Name.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).BeginInit();
     this.efwGroupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnSearch1);
     this.panel1.Controls.Add(this.txtSearch_Name);
     this.panel1.Controls.Add(this.efwLabel2);
     this.panel1.Controls.Add(this.lblMType);
     this.panel1.Controls.Add(this.efwLabel1);
     this.panel1.Controls.Add(this.btnClose);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(574, 72);
     this.panel1.TabIndex = 4;
     //
     // btnSearch1
     //
     this.btnSearch1.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch1.ButtonType         = Easy.Framework.Util.BtnType.Search;
     this.btnSearch1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch1.ImageOptions.Image")));
     this.btnSearch1.IsMultiLang        = false;
     this.btnSearch1.Location           = new System.Drawing.Point(392, 10);
     this.btnSearch1.Name     = "btnSearch1";
     this.btnSearch1.Size     = new System.Drawing.Size(75, 23);
     this.btnSearch1.TabIndex = 8;
     this.btnSearch1.Text     = "조회";
     this.btnSearch1.ToolTip  = "조회";
     this.btnSearch1.Click   += new System.EventHandler(this.btnSearch1_Click_1);
     //
     // txtSearch_Name
     //
     this.txtSearch_Name.EditValue2 = null;
     this.txtSearch_Name.Location   = new System.Drawing.Point(101, 13);
     this.txtSearch_Name.Name       = "txtSearch_Name";
     this.txtSearch_Name.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtSearch_Name.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtSearch_Name.RequireMessage = null;
     this.txtSearch_Name.Size           = new System.Drawing.Size(206, 20);
     this.txtSearch_Name.TabIndex       = 7;
     this.txtSearch_Name.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.txtSearch_Name_KeyDown);
     //
     // efwLabel2
     //
     this.efwLabel2.EraserGroup = null;
     this.efwLabel2.IsMultiLang = false;
     this.efwLabel2.Location    = new System.Drawing.Point(31, 16);
     this.efwLabel2.Name        = "efwLabel2";
     this.efwLabel2.Size        = new System.Drawing.Size(40, 14);
     this.efwLabel2.TabIndex    = 5;
     this.efwLabel2.Text        = "회원검색";
     //
     // lblMType
     //
     this.lblMType.EraserGroup = null;
     this.lblMType.IsMultiLang = false;
     this.lblMType.Location    = new System.Drawing.Point(228, 39);
     this.lblMType.Name        = "lblMType";
     this.lblMType.Size        = new System.Drawing.Size(56, 14);
     this.lblMType.TabIndex    = 4;
     this.lblMType.Text        = "efwLabel2";
     this.lblMType.Visible     = false;
     //
     // efwLabel1
     //
     this.efwLabel1.Appearance.ForeColor            = System.Drawing.Color.Red;
     this.efwLabel1.Appearance.Options.UseForeColor = true;
     this.efwLabel1.EraserGroup = null;
     this.efwLabel1.IsMultiLang = false;
     this.efwLabel1.Location    = new System.Drawing.Point(31, 39);
     this.efwLabel1.Name        = "efwLabel1";
     this.efwLabel1.Size        = new System.Drawing.Size(168, 14);
     this.efwLabel1.TabIndex    = 3;
     this.efwLabel1.Text        = "※ 회원을 터블클릭하여 선택하세요!";
     //
     // btnClose
     //
     this.btnClose.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.ButtonType         = Easy.Framework.Util.BtnType.Close;
     this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
     this.btnClose.IsMultiLang        = false;
     this.btnClose.Location           = new System.Drawing.Point(472, 10);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 1;
     this.btnClose.Text     = "취소";
     this.btnClose.ToolTip  = "취소";
     this.btnClose.Click   += new System.EventHandler(this.btnClose_Click_1);
     //
     // efwGroupControl1
     //
     this.efwGroupControl1.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwGroupControl1.CaptionImageOptions.Image")));
     this.efwGroupControl1.Controls.Add(this.efwGridControl1);
     this.efwGroupControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl1.IsMultiLang = false;
     this.efwGroupControl1.Location    = new System.Drawing.Point(0, 72);
     this.efwGroupControl1.Name        = "efwGroupControl1";
     this.efwGroupControl1.Size        = new System.Drawing.Size(574, 453);
     this.efwGroupControl1.TabIndex    = 5;
     this.efwGroupControl1.Text        = "회원목록";
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = null;
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = null;
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsEditable        = false;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(2, 23);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit1,
         this.repositoryItemMemoExEdit1,
         this.repositoryItemMemoEdit1
     });
     this.efwGridControl1.Size              = new System.Drawing.Size(570, 428);
     this.efwGridControl1.TabIndex          = 8;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = null;
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.efwGridControl1.DoubleClick += new System.EventHandler(this.EfwGridControl1_DoubleClick);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn3,
         this.gridColumn18,
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn12,
         this.gridColumn13,
         this.gridColumn26,
         this.gridColumn17,
         this.gridColumn19,
         this.gridColumn6,
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn9,
         this.gridColumn14,
         this.gridColumn15,
         this.gridColumn16,
         this.gridColumn21,
         this.gridColumn22,
         this.gridColumn23,
         this.gridColumn24,
         this.gridColumn25,
         this.gridColumn27
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowGroupPanel  = false;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "아이디";
     this.gridColumn3.FieldName = "user_id";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 0;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption   = "login_id";
     this.gridColumn18.FieldName = "login_id";
     this.gridColumn18.Name      = "gridColumn18";
     this.gridColumn18.OptionsColumn.AllowEdit = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "가입일";
     this.gridColumn1.FieldName = "reg_date";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "회원구분";
     this.gridColumn2.FieldName = "u_chef_level";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "이름";
     this.gridColumn4.FieldName = "u_name";
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 2;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption   = "닉네임";
     this.gridColumn5.FieldName = "u_nickname";
     this.gridColumn5.Name      = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 3;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption   = "전화번호";
     this.gridColumn12.FieldName = "u_cell_num";
     this.gridColumn12.Name      = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 4;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption   = "생년월일";
     this.gridColumn13.FieldName = "u_birthday";
     this.gridColumn13.Name      = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 5;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption   = "우편번호";
     this.gridColumn26.FieldName = "u_zip";
     this.gridColumn26.Name      = "gridColumn26";
     //
     // gridColumn17
     //
     this.gridColumn17.Caption   = "기본주소";
     this.gridColumn17.FieldName = "u_addr";
     this.gridColumn17.Name      = "gridColumn17";
     //
     // gridColumn19
     //
     this.gridColumn19.Caption   = "상세주소";
     this.gridColumn19.FieldName = "u_addr_detail";
     this.gridColumn19.Name      = "gridColumn19";
     //
     // gridColumn6
     //
     this.gridColumn6.Caption   = "가입경로";
     this.gridColumn6.FieldName = "u_inflow";
     this.gridColumn6.Name      = "gridColumn6";
     //
     // gridColumn7
     //
     this.gridColumn7.Caption   = "최종방문일";
     this.gridColumn7.FieldName = "login_date";
     this.gridColumn7.Name      = "gridColumn7";
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn8.Caption   = "알뜰폰";
     this.gridColumn8.FieldName = "is_al_friend";
     this.gridColumn8.Name      = "gridColumn8";
     //
     // gridColumn9
     //
     this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn9.Caption   = "주주";
     this.gridColumn9.FieldName = "is_stock_friend";
     this.gridColumn9.Name      = "gridColumn9";
     //
     // gridColumn14
     //
     this.gridColumn14.Caption   = "가입일(FULL)";
     this.gridColumn14.FieldName = "reg_date2";
     this.gridColumn14.Name      = "gridColumn14";
     //
     // gridColumn15
     //
     this.gridColumn15.Caption   = "최종방문일(FULL)";
     this.gridColumn15.FieldName = "login_date2";
     this.gridColumn15.Name      = "gridColumn15";
     //
     // gridColumn16
     //
     this.gridColumn16.Caption   = "전화번호(4자리)";
     this.gridColumn16.FieldName = "u_cell_num2";
     this.gridColumn16.Name      = "gridColumn16";
     //
     // gridColumn21
     //
     this.gridColumn21.Caption   = "성별";
     this.gridColumn21.FieldName = "u_gender";
     this.gridColumn21.Name      = "gridColumn21";
     //
     // gridColumn22
     //
     this.gridColumn22.Caption   = "회원구분코드";
     this.gridColumn22.FieldName = "u_chef_level_cd";
     this.gridColumn22.Name      = "gridColumn22";
     //
     // gridColumn23
     //
     this.gridColumn23.Caption   = "알뜰폰유무";
     this.gridColumn23.FieldName = "is_al_friend_yn";
     this.gridColumn23.Name      = "gridColumn23";
     //
     // gridColumn24
     //
     this.gridColumn24.Caption   = "주주여부";
     this.gridColumn24.FieldName = "is_stock_friend_yn";
     this.gridColumn24.Name      = "gridColumn24";
     //
     // gridColumn25
     //
     this.gridColumn25.Caption   = "idx";
     this.gridColumn25.FieldName = "idx";
     this.gridColumn25.Name      = "gridColumn25";
     //
     // gridColumn27
     //
     this.gridColumn27.Caption   = "u_id";
     this.gridColumn27.FieldName = "u_id";
     this.gridColumn27.Name      = "gridColumn27";
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // repositoryItemMemoExEdit1
     //
     this.repositoryItemMemoExEdit1.AutoHeight = false;
     this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // frmMember_md
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(574, 525);
     this.Controls.Add(this.efwGroupControl1);
     this.Controls.Add(this.panel1);
     this.Name          = "frmMember_md";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "체험샵 MD 정보";
     this.Load         += new System.EventHandler(this.frmMember_md_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch_Name.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).EndInit();
     this.efwGroupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     this.ResumeLayout(false);
 }
Example #2
0
 /// <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(frmPM05));
     Easy.Framework.WinForm.Control.ChildHierarchy  childHierarchy1 = new Easy.Framework.WinForm.Control.ChildHierarchy();
     Easy.Framework.WinForm.Control.Hierarchy       hierarchy1      = new Easy.Framework.WinForm.Control.Hierarchy();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1    = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2    = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3    = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.efwGroupControl1    = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.layoutControl2      = new DevExpress.XtraLayout.LayoutControl();
     this.txtO_RECEIVE_NAME   = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.txtU_NICKNAME       = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.dtS_DATE            = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.dtE_DATE            = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.txtP_NAME           = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.rbP_SHOW_TYPE       = new Easy.Framework.WinForm.Control.efwRadioGroup();
     this.cmbO_TYPE           = new Easy.Framework.WinForm.Control.efwLookUpEdit();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.주문상태 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.주문자명                      = new DevExpress.XtraLayout.LayoutControlItem();
     this.닉네임                       = new DevExpress.XtraLayout.LayoutControlItem();
     this.ID1                       = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem3           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem4           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.splitterControl1          = new DevExpress.XtraEditors.SplitterControl();
     this.efwGridControl1           = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemMemoEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).BeginInit();
     this.efwGroupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtO_RECEIVE_NAME.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtU_NICKNAME.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_DATE.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_DATE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtE_DATE.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtE_DATE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtP_NAME.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rbP_SHOW_TYPE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbO_TYPE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.주문상태)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.주문자명)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.닉네임)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ID1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // efwGroupControl1
     //
     this.efwGroupControl1.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwGroupControl1.CaptionImageOptions.Image")));
     this.efwGroupControl1.Controls.Add(this.layoutControl2);
     this.efwGroupControl1.Dock        = System.Windows.Forms.DockStyle.Top;
     this.efwGroupControl1.IsMultiLang = false;
     this.efwGroupControl1.Location    = new System.Drawing.Point(3, 35);
     this.efwGroupControl1.Name        = "efwGroupControl1";
     this.efwGroupControl1.Size        = new System.Drawing.Size(1155, 84);
     this.efwGroupControl1.TabIndex    = 17;
     this.efwGroupControl1.Text        = "주문현황";
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.txtO_RECEIVE_NAME);
     this.layoutControl2.Controls.Add(this.txtU_NICKNAME);
     this.layoutControl2.Controls.Add(this.dtS_DATE);
     this.layoutControl2.Controls.Add(this.dtE_DATE);
     this.layoutControl2.Controls.Add(this.txtP_NAME);
     this.layoutControl2.Controls.Add(this.rbP_SHOW_TYPE);
     this.layoutControl2.Controls.Add(this.cmbO_TYPE);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(2, 23);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup2;
     this.layoutControl2.Size     = new System.Drawing.Size(1151, 59);
     this.layoutControl2.TabIndex = 0;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // txtO_RECEIVE_NAME
     //
     this.txtO_RECEIVE_NAME.EditValue2  = null;
     this.txtO_RECEIVE_NAME.EraserGroup = "CLR1";
     this.txtO_RECEIVE_NAME.Location    = new System.Drawing.Point(62, 31);
     this.txtO_RECEIVE_NAME.Name        = "txtO_RECEIVE_NAME";
     this.txtO_RECEIVE_NAME.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtO_RECEIVE_NAME.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtO_RECEIVE_NAME.RequireMessage  = null;
     this.txtO_RECEIVE_NAME.Size            = new System.Drawing.Size(108, 20);
     this.txtO_RECEIVE_NAME.StyleController = this.layoutControl2;
     this.txtO_RECEIVE_NAME.TabIndex        = 7;
     this.txtO_RECEIVE_NAME.Visible         = false;
     //
     // txtU_NICKNAME
     //
     this.txtU_NICKNAME.EditValue2  = null;
     this.txtU_NICKNAME.EraserGroup = "CLR1";
     this.txtU_NICKNAME.Location    = new System.Drawing.Point(229, 31);
     this.txtU_NICKNAME.Name        = "txtU_NICKNAME";
     this.txtU_NICKNAME.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtU_NICKNAME.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtU_NICKNAME.RequireMessage  = null;
     this.txtU_NICKNAME.Size            = new System.Drawing.Size(91, 20);
     this.txtU_NICKNAME.StyleController = this.layoutControl2;
     this.txtU_NICKNAME.TabIndex        = 6;
     this.txtU_NICKNAME.Visible         = false;
     //
     // dtS_DATE
     //
     this.dtS_DATE.EditValue = new System.DateTime(2019, 5, 30, 0, 0, 0, 0);
     this.dtS_DATE.IsRequire = true;
     this.dtS_DATE.Location  = new System.Drawing.Point(62, 7);
     this.dtS_DATE.Name      = "dtS_DATE";
     this.dtS_DATE.Properties.Appearance.BackColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(242)))), ((int)(((byte)(226)))));
     this.dtS_DATE.Properties.Appearance.Options.UseBackColor        = true;
     this.dtS_DATE.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dtS_DATE.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dtS_DATE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtS_DATE.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtS_DATE.Size            = new System.Drawing.Size(108, 20);
     this.dtS_DATE.StyleController = this.layoutControl2;
     this.dtS_DATE.TabIndex        = 5;
     //
     // dtE_DATE
     //
     this.dtE_DATE.EditValue = new System.DateTime(2019, 5, 30, 13, 53, 11, 0);
     this.dtE_DATE.IsRequire = true;
     this.dtE_DATE.Location  = new System.Drawing.Point(189, 7);
     this.dtE_DATE.Name      = "dtE_DATE";
     this.dtE_DATE.Properties.Appearance.BackColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(242)))), ((int)(((byte)(226)))));
     this.dtE_DATE.Properties.Appearance.Options.UseBackColor        = true;
     this.dtE_DATE.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dtE_DATE.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dtE_DATE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtE_DATE.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtE_DATE.Size            = new System.Drawing.Size(131, 20);
     this.dtE_DATE.StyleController = this.layoutControl2;
     this.dtE_DATE.TabIndex        = 5;
     //
     // txtP_NAME
     //
     this.txtP_NAME.EditValue2  = null;
     this.txtP_NAME.EraserGroup = "CLR1";
     this.txtP_NAME.Location    = new System.Drawing.Point(389, 31);
     this.txtP_NAME.Name        = "txtP_NAME";
     this.txtP_NAME.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtP_NAME.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtP_NAME.RequireMessage  = null;
     this.txtP_NAME.Size            = new System.Drawing.Size(226, 20);
     this.txtP_NAME.StyleController = this.layoutControl2;
     this.txtP_NAME.TabIndex        = 2;
     this.txtP_NAME.Visible         = false;
     //
     // rbP_SHOW_TYPE
     //
     this.rbP_SHOW_TYPE.IsMultiLang = false;
     this.rbP_SHOW_TYPE.Location    = new System.Drawing.Point(684, 7);
     this.rbP_SHOW_TYPE.Name        = "rbP_SHOW_TYPE";
     this.rbP_SHOW_TYPE.Properties.Appearance.BackColor                   = System.Drawing.Color.Transparent;
     this.rbP_SHOW_TYPE.Properties.Appearance.Options.UseBackColor        = true;
     this.rbP_SHOW_TYPE.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.rbP_SHOW_TYPE.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.rbP_SHOW_TYPE.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.rbP_SHOW_TYPE.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem("T", "전체"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("Y", "발주"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("N", "미발주")
     });
     this.rbP_SHOW_TYPE.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow;
     this.rbP_SHOW_TYPE.RequireMessage         = null;
     this.rbP_SHOW_TYPE.Size            = new System.Drawing.Size(198, 24);
     this.rbP_SHOW_TYPE.StyleController = this.layoutControl2;
     this.rbP_SHOW_TYPE.TabIndex        = 4;
     //
     // cmbO_TYPE
     //
     childHierarchy1.CodeCtrl          = null;
     childHierarchy1.DbName            = null;
     childHierarchy1.SpName            = null;
     this.cmbO_TYPE.ChildHierarchyInfo = childHierarchy1;
     hierarchy1.DbName            = null;
     hierarchy1.SpName            = null;
     this.cmbO_TYPE.HierarchyInfo = hierarchy1;
     this.cmbO_TYPE.IsMultiLang   = false;
     this.cmbO_TYPE.Location      = new System.Drawing.Point(389, 7);
     this.cmbO_TYPE.MasterCode    = "E03.PAY_GBN";
     this.cmbO_TYPE.Name          = "cmbO_TYPE";
     this.cmbO_TYPE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbO_TYPE.Size            = new System.Drawing.Size(226, 20);
     this.cmbO_TYPE.StyleController = this.layoutControl2;
     this.cmbO_TYPE.TabIndex        = 1;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem29,
         this.layoutControlItem1,
         this.emptySpaceItem1,
         this.주문상태,
         this.layoutControlItem2,
         this.주문자명,
         this.닉네임,
         this.ID1,
         this.emptySpaceItem2,
         this.emptySpaceItem3,
         this.emptySpaceItem4
     });
     this.layoutControlGroup2.Name        = "Root";
     this.layoutControlGroup2.Padding     = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 2);
     this.layoutControlGroup2.Size        = new System.Drawing.Size(1151, 59);
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem29
     //
     this.layoutControlItem29.Control = this.dtS_DATE;
     this.layoutControlItem29.CustomizationFormText = "개설일";
     this.layoutControlItem29.Location              = new System.Drawing.Point(0, 0);
     this.layoutControlItem29.MaxSize               = new System.Drawing.Size(0, 24);
     this.layoutControlItem29.MinSize               = new System.Drawing.Size(149, 24);
     this.layoutControlItem29.Name                  = "layoutControlItem29";
     this.layoutControlItem29.Size                  = new System.Drawing.Size(167, 24);
     this.layoutControlItem29.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem29.Text                  = "주문일자";
     this.layoutControlItem29.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem29.TextSize              = new System.Drawing.Size(50, 20);
     this.layoutControlItem29.TextToControlDistance = 5;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.dtE_DATE;
     this.layoutControlItem1.CustomizationFormText = "개설일";
     this.layoutControlItem1.Location              = new System.Drawing.Point(167, 0);
     this.layoutControlItem1.MaxSize               = new System.Drawing.Size(0, 24);
     this.layoutControlItem1.MinSize               = new System.Drawing.Size(149, 24);
     this.layoutControlItem1.Name                  = "layoutControlItem1";
     this.layoutControlItem1.Size                  = new System.Drawing.Size(150, 24);
     this.layoutControlItem1.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.Text                  = "~";
     this.layoutControlItem1.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem1.TextSize              = new System.Drawing.Size(10, 10);
     this.layoutControlItem1.TextToControlDistance = 5;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(889, 0);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(252, 52);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // 주문상태
     //
     this.주문상태.Control = this.cmbO_TYPE;
     this.주문상태.CustomizationFormText = "직종구분";
     this.주문상태.Location              = new System.Drawing.Point(327, 0);
     this.주문상태.Name                  = "주문상태";
     this.주문상태.Size                  = new System.Drawing.Size(285, 24);
     this.주문상태.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.주문상태.TextSize              = new System.Drawing.Size(50, 20);
     this.주문상태.TextToControlDistance = 5;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.rbP_SHOW_TYPE;
     this.layoutControlItem2.CustomizationFormText = "노출여부";
     this.layoutControlItem2.Location              = new System.Drawing.Point(622, 0);
     this.layoutControlItem2.MaxSize               = new System.Drawing.Size(0, 28);
     this.layoutControlItem2.MinSize               = new System.Drawing.Size(119, 28);
     this.layoutControlItem2.Name                  = "layoutControlItem2";
     this.layoutControlItem2.Size                  = new System.Drawing.Size(257, 52);
     this.layoutControlItem2.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text                  = "발주여부";
     this.layoutControlItem2.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem2.TextSize              = new System.Drawing.Size(50, 20);
     this.layoutControlItem2.TextToControlDistance = 5;
     //
     // 주문자명
     //
     this.주문자명.Control               = this.txtO_RECEIVE_NAME;
     this.주문자명.Location              = new System.Drawing.Point(0, 24);
     this.주문자명.Name                  = "주문자명";
     this.주문자명.Size                  = new System.Drawing.Size(167, 28);
     this.주문자명.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.주문자명.TextSize              = new System.Drawing.Size(50, 14);
     this.주문자명.TextToControlDistance = 5;
     //
     // 닉네임
     //
     this.닉네임.Control               = this.txtU_NICKNAME;
     this.닉네임.Location              = new System.Drawing.Point(167, 24);
     this.닉네임.Name                  = "닉네임";
     this.닉네임.Size                  = new System.Drawing.Size(150, 28);
     this.닉네임.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.닉네임.TextSize              = new System.Drawing.Size(50, 20);
     this.닉네임.TextToControlDistance = 5;
     //
     // ID1
     //
     this.ID1.Control               = this.txtP_NAME;
     this.ID1.Location              = new System.Drawing.Point(327, 24);
     this.ID1.MaxSize               = new System.Drawing.Size(0, 24);
     this.ID1.MinSize               = new System.Drawing.Size(87, 24);
     this.ID1.Name                  = "ID1";
     this.ID1.Size                  = new System.Drawing.Size(285, 28);
     this.ID1.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.ID1.Text                  = "제품명";
     this.ID1.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.ID1.TextSize              = new System.Drawing.Size(50, 20);
     this.ID1.TextToControlDistance = 5;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location      = new System.Drawing.Point(317, 0);
     this.emptySpaceItem2.Name          = "emptySpaceItem2";
     this.emptySpaceItem2.Size          = new System.Drawing.Size(10, 52);
     this.emptySpaceItem2.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.Location      = new System.Drawing.Point(612, 0);
     this.emptySpaceItem3.Name          = "emptySpaceItem3";
     this.emptySpaceItem3.Size          = new System.Drawing.Size(10, 52);
     this.emptySpaceItem3.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack = false;
     this.emptySpaceItem4.Location      = new System.Drawing.Point(879, 0);
     this.emptySpaceItem4.Name          = "emptySpaceItem4";
     this.emptySpaceItem4.Size          = new System.Drawing.Size(10, 52);
     this.emptySpaceItem4.TextSize      = new System.Drawing.Size(0, 0);
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(3, 119);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(1155, 5);
     this.splitterControl1.TabIndex = 18;
     this.splitterControl1.TabStop  = false;
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = null;
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = null;
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsEditable        = false;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(3, 124);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit1,
         this.repositoryItemMemoExEdit1,
         this.repositoryItemMemoEdit1
     });
     this.efwGridControl1.Size              = new System.Drawing.Size(1155, 474);
     this.efwGridControl1.TabIndex          = 36;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = null;
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn9,
         this.gridColumn10,
         this.gridColumn19,
         this.gridColumn11,
         this.gridColumn12,
         this.gridColumn13,
         this.gridColumn14,
         this.gridColumn15,
         this.gridColumn16,
         this.gridColumn17,
         this.gridColumn18,
         this.gridColumn20
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "구분";
     this.gridColumn1.FieldName    = "order_mall_type";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "ID";
     this.gridColumn2.FieldName    = "id";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "주문번호 ";
     this.gridColumn3.FieldName    = "o_code";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "제품명";
     this.gridColumn4.FieldName    = "p_name";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 8;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption   = "주문자 ID";
     this.gridColumn5.FieldName = "o_u_id";
     this.gridColumn5.Name      = "gridColumn5";
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "주문자명 ";
     this.gridColumn6.FieldName    = "o_receive_name";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 3;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = "주문자 닉네임";
     this.gridColumn7.FieldName    = "u_nickname";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 4;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption      = "주문상태 ";
     this.gridColumn8.FieldName    = "o_type";
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 5;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "주문일";
     this.gridColumn9.FieldName    = "o_date";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 6;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption      = "입금일";
     this.gridColumn10.FieldName    = "o_deposit_confirm_date";
     this.gridColumn10.Name         = "gridColumn10";
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 7;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "수량";
     this.gridColumn19.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn19.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn19.FieldName    = "p_num";
     this.gridColumn19.Name         = "gridColumn19";
     this.gridColumn19.Visible      = true;
     this.gridColumn19.VisibleIndex = 9;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "총주문금액";
     this.gridColumn11.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn11.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn11.FieldName    = "o_total_cost";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 10;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "사용D머니";
     this.gridColumn12.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn12.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn12.FieldName    = "o_donut_d_cost";
     this.gridColumn12.Name         = "gridColumn12";
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 11;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "사용M머니";
     this.gridColumn13.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn13.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn13.FieldName    = "o_donut_m_cost";
     this.gridColumn13.Name         = "gridColumn13";
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 12;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "사용CD머니";
     this.gridColumn14.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn14.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn14.FieldName    = "o_donut_c_cost";
     this.gridColumn14.Name         = "gridColumn14";
     this.gridColumn14.Visible      = true;
     this.gridColumn14.VisibleIndex = 13;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "배송비";
     this.gridColumn15.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn15.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn15.FieldName    = "o_delivery_cost";
     this.gridColumn15.Name         = "gridColumn15";
     this.gridColumn15.Visible      = true;
     this.gridColumn15.VisibleIndex = 14;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "실주문금액";
     this.gridColumn16.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn16.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn16.FieldName    = "o_purchase_cost";
     this.gridColumn16.Name         = "gridColumn16";
     this.gridColumn16.Visible      = true;
     this.gridColumn16.VisibleIndex = 15;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption      = "지불수단";
     this.gridColumn17.FieldName    = "o_pay_type";
     this.gridColumn17.Name         = "gridColumn17";
     this.gridColumn17.Visible      = true;
     this.gridColumn17.VisibleIndex = 16;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption      = "발주유무";
     this.gridColumn18.FieldName    = "is_order";
     this.gridColumn18.Name         = "gridColumn18";
     this.gridColumn18.Visible      = true;
     this.gridColumn18.VisibleIndex = 17;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption      = "상품업체명";
     this.gridColumn20.FieldName    = "s_company_name";
     this.gridColumn20.Name         = "gridColumn20";
     this.gridColumn20.Visible      = true;
     this.gridColumn20.VisibleIndex = 18;
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // repositoryItemMemoExEdit1
     //
     this.repositoryItemMemoExEdit1.AutoHeight = false;
     this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // frmPM05
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.efwGridControl1);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.efwGroupControl1);
     this.Name = "frmPM05";
     this.Size = new System.Drawing.Size(1161, 598);
     this.Controls.SetChildIndex(this.efwGroupControl1, 0);
     this.Controls.SetChildIndex(this.splitterControl1, 0);
     this.Controls.SetChildIndex(this.efwGridControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).EndInit();
     this.efwGroupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtO_RECEIVE_NAME.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtU_NICKNAME.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_DATE.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_DATE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtE_DATE.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtE_DATE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtP_NAME.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rbP_SHOW_TYPE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbO_TYPE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.주문상태)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.주문자명)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.닉네임)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ID1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     this.ResumeLayout(false);
 }
Example #3
0
 /// <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(frmGM02));
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series    series1    = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     Easy.Framework.WinForm.Control.ServiceInfo    serviceInfo1             = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo    serviceInfo2             = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo    serviceInfo3             = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo    serviceInfo4             = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo    serviceInfo5             = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo    serviceInfo6             = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.efwGroupControl1          = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.efwGroupControl2          = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.chartControl2             = new DevExpress.XtraCharts.ChartControl();
     this.efwLeftMainPanel          = new Easy.Framework.WinForm.Control.efwPanelControl();
     this.efwPanelControl3          = new Easy.Framework.WinForm.Control.efwPanelControl();
     this.efwGridControl2           = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView2                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn19              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn35              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.efwPanelControl2          = new Easy.Framework.WinForm.Control.efwPanelControl();
     this.rbYrarType                = new Easy.Framework.WinForm.Control.efwRadioGroup();
     this.splitterControl2          = new DevExpress.XtraEditors.SplitterControl();
     this.efwGridControl1           = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemMemoEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemCheckEdit1  = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panelTop            = new System.Windows.Forms.Panel();
     this.layoutControl2      = new DevExpress.XtraLayout.LayoutControl();
     this.efwLabel1           = new Easy.Framework.WinForm.Control.efwLabel();
     this.splitterControl1    = new DevExpress.XtraEditors.SplitterControl();
     this.dtS_DATE            = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem2     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).BeginInit();
     this.efwGroupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl2)).BeginInit();
     this.efwGroupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwLeftMainPanel)).BeginInit();
     this.efwLeftMainPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl3)).BeginInit();
     this.efwPanelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl2)).BeginInit();
     this.efwPanelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rbYrarType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     this.panelTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_DATE.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_DATE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // efwGroupControl1
     //
     this.efwGroupControl1.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwGroupControl1.CaptionImageOptions.Image")));
     this.efwGroupControl1.Controls.Add(this.efwGroupControl2);
     this.efwGroupControl1.Controls.Add(this.splitterControl2);
     this.efwGroupControl1.Controls.Add(this.efwGridControl1);
     this.efwGroupControl1.Controls.Add(this.panelTop);
     this.efwGroupControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl1.IsMultiLang = false;
     this.efwGroupControl1.Location    = new System.Drawing.Point(3, 35);
     this.efwGroupControl1.Name        = "efwGroupControl1";
     this.efwGroupControl1.Size        = new System.Drawing.Size(1218, 717);
     this.efwGroupControl1.TabIndex    = 20;
     this.efwGroupControl1.Text        = "년도별 현황";
     //
     // efwGroupControl2
     //
     this.efwGroupControl2.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwGroupControl2.CaptionImageOptions.Image")));
     this.efwGroupControl2.Controls.Add(this.chartControl2);
     this.efwGroupControl2.Controls.Add(this.efwLeftMainPanel);
     this.efwGroupControl2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl2.IsMultiLang = false;
     this.efwGroupControl2.Location    = new System.Drawing.Point(2, 270);
     this.efwGroupControl2.Name        = "efwGroupControl2";
     this.efwGroupControl2.Size        = new System.Drawing.Size(1214, 445);
     this.efwGroupControl2.TabIndex    = 43;
     this.efwGroupControl2.Text        = "현재 현황";
     //
     // chartControl2
     //
     this.chartControl2.AutoLayout = false;
     this.chartControl2.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     xyDiagram1.AxisX.VisibleInPanesSerializable   = "-1";
     xyDiagram1.AxisY.GridLines.MinorVisible       = true;
     xyDiagram1.AxisY.NumericScaleOptions.AutoGrid = false;
     xyDiagram1.AxisY.Title.Visibility             = DevExpress.Utils.DefaultBoolean.Default;
     xyDiagram1.AxisY.VisibleInPanesSerializable   = "-1";
     this.chartControl2.Diagram           = xyDiagram1;
     this.chartControl2.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Legend.Name       = "Default Legend";
     this.chartControl2.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl2.Location          = new System.Drawing.Point(234, 23);
     this.chartControl2.Name              = "chartControl2";
     this.chartControl2.PaletteName       = "Mixed";
     series1.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series1.Name = "Series 1";
     sideBySideBarSeriesView1.ColorEach = true;
     series1.View = sideBySideBarSeriesView1;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl2.Size     = new System.Drawing.Size(978, 420);
     this.chartControl2.TabIndex = 72;
     //
     // efwLeftMainPanel
     //
     this.efwLeftMainPanel.Controls.Add(this.efwPanelControl3);
     this.efwLeftMainPanel.Controls.Add(this.efwPanelControl2);
     this.efwLeftMainPanel.Dock     = System.Windows.Forms.DockStyle.Left;
     this.efwLeftMainPanel.Location = new System.Drawing.Point(2, 23);
     this.efwLeftMainPanel.Name     = "efwLeftMainPanel";
     this.efwLeftMainPanel.Size     = new System.Drawing.Size(232, 420);
     this.efwLeftMainPanel.TabIndex = 71;
     //
     // efwPanelControl3
     //
     this.efwPanelControl3.Controls.Add(this.efwGridControl2);
     this.efwPanelControl3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.efwPanelControl3.Location = new System.Drawing.Point(2, 35);
     this.efwPanelControl3.Name     = "efwPanelControl3";
     this.efwPanelControl3.Size     = new System.Drawing.Size(228, 383);
     this.efwPanelControl3.TabIndex = 44;
     //
     // efwGridControl2
     //
     this.efwGridControl2.BindSet           = null;
     this.efwGridControl2.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = null;
     this.efwGridControl2.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl2.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = null;
     this.efwGridControl2.InsertServiceInfo = serviceInfo2;
     this.efwGridControl2.IsAddExcelBtn     = true;
     this.efwGridControl2.isAddPrintBtn     = true;
     this.efwGridControl2.IsEditable        = false;
     this.efwGridControl2.IsMultiLang       = false;
     this.efwGridControl2.Location          = new System.Drawing.Point(2, 2);
     this.efwGridControl2.MainView          = this.gridView2;
     this.efwGridControl2.Name              = "efwGridControl2";
     this.efwGridControl2.NowRowHandle      = 0;
     this.efwGridControl2.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl2.PKColumns")));
     this.efwGridControl2.PrevRowHandle     = -2147483648;
     this.efwGridControl2.Size              = new System.Drawing.Size(224, 379);
     this.efwGridControl2.TabIndex          = 41;
     this.efwGridControl2.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = null;
     this.efwGridControl2.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView2
     });
     this.efwGridControl2.DoubleClick += new System.EventHandler(this.efwGridControl2_DoubleClick);
     //
     // gridView2
     //
     this.gridView2.Appearance.FooterPanel.ForeColor            = System.Drawing.Color.Red;
     this.gridView2.Appearance.FooterPanel.Options.UseForeColor = true;
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn19,
         this.gridColumn35,
         this.gridColumn20,
         this.gridColumn21
     });
     this.gridView2.GridControl = this.efwGridControl2;
     this.gridView2.Name        = "gridView2";
     this.gridView2.OptionsView.ColumnAutoWidth = false;
     this.gridView2.OptionsView.ShowGroupPanel  = false;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption      = "닉네임";
     this.gridColumn19.FieldName    = "u_nickname";
     this.gridColumn19.Name         = "gridColumn19";
     this.gridColumn19.Visible      = true;
     this.gridColumn19.VisibleIndex = 0;
     //
     // gridColumn35
     //
     this.gridColumn35.Caption      = "합계";
     this.gridColumn35.FieldName    = "total";
     this.gridColumn35.MaxWidth     = 80;
     this.gridColumn35.MinWidth     = 80;
     this.gridColumn35.Name         = "gridColumn35";
     this.gridColumn35.Visible      = true;
     this.gridColumn35.VisibleIndex = 1;
     this.gridColumn35.Width        = 80;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption   = "u_id";
     this.gridColumn20.FieldName = "u_id2";
     this.gridColumn20.Name      = "gridColumn20";
     //
     // gridColumn21
     //
     this.gridColumn21.Caption   = "u_name";
     this.gridColumn21.FieldName = "u_name2";
     this.gridColumn21.Name      = "gridColumn21";
     //
     // efwPanelControl2
     //
     this.efwPanelControl2.Controls.Add(this.rbYrarType);
     this.efwPanelControl2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.efwPanelControl2.Location = new System.Drawing.Point(2, 2);
     this.efwPanelControl2.Name     = "efwPanelControl2";
     this.efwPanelControl2.Size     = new System.Drawing.Size(228, 33);
     this.efwPanelControl2.TabIndex = 43;
     //
     // rbYrarType
     //
     this.rbYrarType.IsMultiLang = false;
     this.rbYrarType.Location    = new System.Drawing.Point(14, 6);
     this.rbYrarType.Name        = "rbYrarType";
     this.rbYrarType.Properties.Appearance.BackColor                   = System.Drawing.Color.Transparent;
     this.rbYrarType.Properties.Appearance.Options.UseBackColor        = true;
     this.rbYrarType.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.rbYrarType.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.rbYrarType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.rbYrarType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "전체"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "년도별")
     });
     this.rbYrarType.RequireMessage           = null;
     this.rbYrarType.Size                     = new System.Drawing.Size(128, 23);
     this.rbYrarType.TabIndex                 = 42;
     this.rbYrarType.SelectedIndexChanged    += new System.EventHandler(this.RbYrarType_Click);
     this.rbYrarType.ContextMenuStripChanged += new System.EventHandler(this.RbYrarType_Click);
     //
     // splitterControl2
     //
     this.splitterControl2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl2.Location = new System.Drawing.Point(2, 265);
     this.splitterControl2.Name     = "splitterControl2";
     this.splitterControl2.Size     = new System.Drawing.Size(1214, 5);
     this.splitterControl2.TabIndex = 41;
     this.splitterControl2.TabStop  = false;
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo4.InstanceName              = "";
     serviceInfo4.IsUserIDAdd               = true;
     serviceInfo4.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo4.ParamsInfo")));
     serviceInfo4.ProcName                  = "";
     serviceInfo4.UserParams                = null;
     this.efwGridControl1.DeleteServiceInfo = serviceInfo4;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Top;
     serviceInfo5.InstanceName              = "";
     serviceInfo5.IsUserIDAdd               = true;
     serviceInfo5.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo5.ParamsInfo")));
     serviceInfo5.ProcName                  = "";
     serviceInfo5.UserParams                = null;
     this.efwGridControl1.InsertServiceInfo = serviceInfo5;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsEditable        = false;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(2, 62);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit1,
         this.repositoryItemMemoExEdit1,
         this.repositoryItemMemoEdit1,
         this.repositoryItemCheckEdit1
     });
     this.efwGridControl1.Size              = new System.Drawing.Size(1214, 203);
     this.efwGridControl1.TabIndex          = 40;
     this.efwGridControl1.TableName         = "";
     serviceInfo6.InstanceName              = "";
     serviceInfo6.IsUserIDAdd               = true;
     serviceInfo6.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo6.ParamsInfo")));
     serviceInfo6.ProcName                  = "";
     serviceInfo6.UserParams                = null;
     this.efwGridControl1.UpdateServiceInfo = serviceInfo6;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.efwGridControl1.DoubleClick += new System.EventHandler(this.EfwGridControl1_DoubleClick);
     //
     // gridView1
     //
     this.gridView1.Appearance.FooterPanel.ForeColor            = System.Drawing.Color.Red;
     this.gridView1.Appearance.FooterPanel.Options.UseForeColor = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn9,
         this.gridColumn10,
         this.gridColumn11,
         this.gridColumn12,
         this.gridColumn13,
         this.gridColumn14,
         this.gridColumn15,
         this.gridColumn16,
         this.gridColumn17,
         this.gridColumn18
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "", null, "(건수 : {0}"),
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "total", null, "합계 : {0} )")
     });
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowGroupPanel  = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "닉네임";
     this.gridColumn1.FieldName    = "u_nickname";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "이름";
     this.gridColumn2.FieldName    = "u_name";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "아이디";
     this.gridColumn3.FieldName    = "login_id";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "전화번호";
     this.gridColumn4.FieldName    = "u_cell_num";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "1월";
     this.gridColumn5.FieldName    = "month1";
     this.gridColumn5.MaxWidth     = 60;
     this.gridColumn5.MinWidth     = 60;
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 4;
     this.gridColumn5.Width        = 60;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "2월";
     this.gridColumn6.FieldName    = "month2";
     this.gridColumn6.MaxWidth     = 60;
     this.gridColumn6.MinWidth     = 60;
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width        = 60;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = "3월";
     this.gridColumn7.FieldName    = "month3";
     this.gridColumn7.MaxWidth     = 60;
     this.gridColumn7.MinWidth     = 60;
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 6;
     this.gridColumn7.Width        = 60;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption      = "4월";
     this.gridColumn8.FieldName    = "month4";
     this.gridColumn8.MaxWidth     = 60;
     this.gridColumn8.MinWidth     = 60;
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 7;
     this.gridColumn8.Width        = 60;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "5월";
     this.gridColumn9.FieldName    = "month5";
     this.gridColumn9.MaxWidth     = 60;
     this.gridColumn9.MinWidth     = 60;
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 8;
     this.gridColumn9.Width        = 60;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption      = "6월";
     this.gridColumn10.FieldName    = "month6";
     this.gridColumn10.MaxWidth     = 60;
     this.gridColumn10.MinWidth     = 60;
     this.gridColumn10.Name         = "gridColumn10";
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 9;
     this.gridColumn10.Width        = 60;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption      = "7월";
     this.gridColumn11.FieldName    = "month7";
     this.gridColumn11.MaxWidth     = 60;
     this.gridColumn11.MinWidth     = 60;
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 10;
     this.gridColumn11.Width        = 60;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption      = "8월";
     this.gridColumn12.FieldName    = "month8";
     this.gridColumn12.MaxWidth     = 60;
     this.gridColumn12.MinWidth     = 60;
     this.gridColumn12.Name         = "gridColumn12";
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 11;
     this.gridColumn12.Width        = 60;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption      = "9월";
     this.gridColumn13.FieldName    = "month9";
     this.gridColumn13.MaxWidth     = 60;
     this.gridColumn13.MinWidth     = 60;
     this.gridColumn13.Name         = "gridColumn13";
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 12;
     this.gridColumn13.Width        = 60;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption      = "10월";
     this.gridColumn14.FieldName    = "month10";
     this.gridColumn14.MaxWidth     = 60;
     this.gridColumn14.MinWidth     = 60;
     this.gridColumn14.Name         = "gridColumn14";
     this.gridColumn14.Visible      = true;
     this.gridColumn14.VisibleIndex = 13;
     this.gridColumn14.Width        = 60;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption      = "11월";
     this.gridColumn15.FieldName    = "month11";
     this.gridColumn15.MaxWidth     = 60;
     this.gridColumn15.MinWidth     = 60;
     this.gridColumn15.Name         = "gridColumn15";
     this.gridColumn15.Visible      = true;
     this.gridColumn15.VisibleIndex = 14;
     this.gridColumn15.Width        = 60;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption      = "12월";
     this.gridColumn16.FieldName    = "month12";
     this.gridColumn16.MaxWidth     = 60;
     this.gridColumn16.MinWidth     = 60;
     this.gridColumn16.Name         = "gridColumn16";
     this.gridColumn16.Visible      = true;
     this.gridColumn16.VisibleIndex = 15;
     this.gridColumn16.Width        = 60;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption      = "합계";
     this.gridColumn17.FieldName    = "total";
     this.gridColumn17.MaxWidth     = 80;
     this.gridColumn17.MinWidth     = 80;
     this.gridColumn17.Name         = "gridColumn17";
     this.gridColumn17.Visible      = true;
     this.gridColumn17.VisibleIndex = 16;
     this.gridColumn17.Width        = 80;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption   = "u_id";
     this.gridColumn18.FieldName = "u_id";
     this.gridColumn18.Name      = "gridColumn18";
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // repositoryItemMemoExEdit1
     //
     this.repositoryItemMemoExEdit1.AutoHeight = false;
     this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight     = false;
     this.repositoryItemCheckEdit1.Name           = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle      = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.repositoryItemCheckEdit1.ValueChecked   = "Y";
     this.repositoryItemCheckEdit1.ValueUnchecked = "N";
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.layoutControl2);
     this.panelTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(2, 23);
     this.panelTop.Name     = "panelTop";
     this.panelTop.Size     = new System.Drawing.Size(1214, 39);
     this.panelTop.TabIndex = 0;
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.efwLabel1);
     this.layoutControl2.Controls.Add(this.splitterControl1);
     this.layoutControl2.Controls.Add(this.dtS_DATE);
     this.layoutControl2.Location = new System.Drawing.Point(3, 3);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup2;
     this.layoutControl2.Size     = new System.Drawing.Size(1199, 43);
     this.layoutControl2.TabIndex = 1;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // efwLabel1
     //
     this.efwLabel1.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.efwLabel1.Appearance.Options.UseForeColor = true;
     this.efwLabel1.EraserGroup     = null;
     this.efwLabel1.IsMultiLang     = false;
     this.efwLabel1.Location        = new System.Drawing.Point(274, 7);
     this.efwLabel1.Name            = "efwLabel1";
     this.efwLabel1.Size            = new System.Drawing.Size(245, 14);
     this.efwLabel1.StyleController = this.layoutControl2;
     this.efwLabel1.TabIndex        = 40;
     this.efwLabel1.Text            = "담당 MD를 더블클릭 하시면 상세 내역이 조회됩니다.";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(619, 605);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(5, 5);
     this.splitterControl1.TabIndex = 39;
     this.splitterControl1.TabStop  = false;
     //
     // dtS_DATE
     //
     this.dtS_DATE.EditValue = new System.DateTime(2019, 6, 7, 13, 41, 12, 0);
     this.dtS_DATE.IsRequire = true;
     this.dtS_DATE.Location  = new System.Drawing.Point(62, 7);
     this.dtS_DATE.Name      = "dtS_DATE";
     this.dtS_DATE.Properties.Appearance.BackColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(242)))), ((int)(((byte)(226)))));
     this.dtS_DATE.Properties.Appearance.Options.UseBackColor        = true;
     this.dtS_DATE.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dtS_DATE.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dtS_DATE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtS_DATE.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtS_DATE.Properties.Mask.EditMask = "yyyy";
     this.dtS_DATE.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dtS_DATE.Properties.VistaCalendarViewStyle      = DevExpress.XtraEditors.VistaCalendarViewStyle.YearsGroupView;
     this.dtS_DATE.Size            = new System.Drawing.Size(106, 20);
     this.dtS_DATE.StyleController = this.layoutControl2;
     this.dtS_DATE.TabIndex        = 5;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem29,
         this.emptySpaceItem1,
         this.emptySpaceItem2,
         this.layoutControlItem1
     });
     this.layoutControlGroup2.Name        = "Root";
     this.layoutControlGroup2.Padding     = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 2);
     this.layoutControlGroup2.Size        = new System.Drawing.Size(1199, 43);
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem29
     //
     this.layoutControlItem29.Control = this.dtS_DATE;
     this.layoutControlItem29.CustomizationFormText = "개설일";
     this.layoutControlItem29.Location              = new System.Drawing.Point(0, 0);
     this.layoutControlItem29.MaxSize               = new System.Drawing.Size(165, 24);
     this.layoutControlItem29.MinSize               = new System.Drawing.Size(165, 24);
     this.layoutControlItem29.Name                  = "layoutControlItem29";
     this.layoutControlItem29.Size                  = new System.Drawing.Size(165, 36);
     this.layoutControlItem29.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem29.Text                  = "년도";
     this.layoutControlItem29.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem29.TextSize              = new System.Drawing.Size(50, 20);
     this.layoutControlItem29.TextToControlDistance = 5;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(516, 0);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(673, 36);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location      = new System.Drawing.Point(165, 0);
     this.emptySpaceItem2.Name          = "emptySpaceItem2";
     this.emptySpaceItem2.Size          = new System.Drawing.Size(102, 36);
     this.emptySpaceItem2.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.efwLabel1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(267, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(249, 36);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // frmGM02
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.efwGroupControl1);
     this.Name = "frmGM02";
     this.Size = new System.Drawing.Size(1224, 752);
     this.Controls.SetChildIndex(this.efwGroupControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).EndInit();
     this.efwGroupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl2)).EndInit();
     this.efwGroupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwLeftMainPanel)).EndInit();
     this.efwLeftMainPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl3)).EndInit();
     this.efwPanelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl2)).EndInit();
     this.efwPanelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.rbYrarType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     this.panelTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtS_DATE.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_DATE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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(frmGM11_Pop02));
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3 = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.efwPanelControl1          = new Easy.Framework.WinForm.Control.efwPanelControl();
     this.bthNew                    = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.efwLabel2                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.dt1T                      = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.dt1F                      = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.efwLabel1                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.efwGridControl1           = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2  = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemCheckEdit1  = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl1)).BeginInit();
     this.efwPanelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // efwPanelControl1
     //
     this.efwPanelControl1.Controls.Add(this.bthNew);
     this.efwPanelControl1.Controls.Add(this.efwLabel2);
     this.efwPanelControl1.Controls.Add(this.dt1T);
     this.efwPanelControl1.Controls.Add(this.dt1F);
     this.efwPanelControl1.Controls.Add(this.efwLabel1);
     this.efwPanelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.efwPanelControl1.Location = new System.Drawing.Point(0, 0);
     this.efwPanelControl1.Name     = "efwPanelControl1";
     this.efwPanelControl1.Size     = new System.Drawing.Size(1296, 50);
     this.efwPanelControl1.TabIndex = 44;
     //
     // bthNew
     //
     this.bthNew.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bthNew.ImageOptions.Image")));
     this.bthNew.IsMultiLang        = false;
     this.bthNew.Location           = new System.Drawing.Point(363, 9);
     this.bthNew.Name     = "bthNew";
     this.bthNew.Size     = new System.Drawing.Size(83, 32);
     this.bthNew.TabIndex = 0;
     this.bthNew.Text     = "조회";
     this.bthNew.Click   += new System.EventHandler(this.bthNew_Click);
     //
     // efwLabel2
     //
     this.efwLabel2.EraserGroup = null;
     this.efwLabel2.IsMultiLang = false;
     this.efwLabel2.Location    = new System.Drawing.Point(178, 17);
     this.efwLabel2.Name        = "efwLabel2";
     this.efwLabel2.Size        = new System.Drawing.Size(9, 14);
     this.efwLabel2.TabIndex    = 51;
     this.efwLabel2.Text        = "~";
     //
     // dt1T
     //
     this.dt1T.EditValue   = null;
     this.dt1T.EraserGroup = "CLR1";
     this.dt1T.Location    = new System.Drawing.Point(194, 15);
     this.dt1T.Name        = "dt1T";
     this.dt1T.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dt1T.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dt1T.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1T.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1T.Size     = new System.Drawing.Size(102, 20);
     this.dt1T.TabIndex = 2;
     //
     // dt1F
     //
     this.dt1F.EditValue   = null;
     this.dt1F.EraserGroup = "CLR1";
     this.dt1F.Location    = new System.Drawing.Point(68, 15);
     this.dt1F.Name        = "dt1F";
     this.dt1F.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dt1F.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dt1F.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1F.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1F.Size     = new System.Drawing.Size(102, 20);
     this.dt1F.TabIndex = 1;
     //
     // efwLabel1
     //
     this.efwLabel1.EraserGroup = null;
     this.efwLabel1.IsMultiLang = false;
     this.efwLabel1.Location    = new System.Drawing.Point(23, 18);
     this.efwLabel1.Name        = "efwLabel1";
     this.efwLabel1.Size        = new System.Drawing.Size(20, 14);
     this.efwLabel1.TabIndex    = 47;
     this.efwLabel1.Text        = "기간";
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = null;
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = null;
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(0, 50);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit1,
         this.repositoryItemCheckEdit1,
         this.repositoryItemCheckEdit2
     });
     this.efwGridControl1.Size              = new System.Drawing.Size(1296, 504);
     this.efwGridControl1.TabIndex          = 45;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = null;
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Appearance.FooterPanel.ForeColor            = System.Drawing.Color.Red;
     this.gridView1.Appearance.FooterPanel.Options.UseForeColor = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn10,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn9,
         this.gridColumn11,
         this.gridColumn12,
         this.gridColumn13
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "", null, "(건수 : {0}"),
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "o_total_cost", null, "합계 : {0:c} )")
     });
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowFooter      = true;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "주문일";
     this.gridColumn1.FieldName = "o_date";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "입금일";
     this.gridColumn2.FieldName = "o_deposit_confirm_date";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "주문번호";
     this.gridColumn3.FieldName = "o_code";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption   = "회원등급";
     this.gridColumn10.FieldName = "u_chef_level";
     this.gridColumn10.Name      = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit = false;
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 3;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "닉네임";
     this.gridColumn4.FieldName = "u_nickname";
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 4;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption   = "이름";
     this.gridColumn5.FieldName = "u_name";
     this.gridColumn5.Name      = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 5;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption   = "로그인ID";
     this.gridColumn6.FieldName = "login_id";
     this.gridColumn6.Name      = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 6;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption   = "제품명";
     this.gridColumn7.FieldName = "p_name";
     this.gridColumn7.Name      = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 7;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "수량";
     this.gridColumn8.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn8.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn8.FieldName = "p_num";
     this.gridColumn8.Name      = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 8;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "총금액";
     this.gridColumn9.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn9.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn9.FieldName = "o_total_cost";
     this.gridColumn9.Name      = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 9;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption   = "사용 S머니";
     this.gridColumn11.FieldName = "o_donut_s_cost";
     this.gridColumn11.Name      = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 10;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption   = "사용 D머니";
     this.gridColumn12.FieldName = "o_donut_d_cost";
     this.gridColumn12.Name      = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 11;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption    = "주주유무";
     this.gridColumn13.ColumnEdit = this.repositoryItemCheckEdit2;
     this.gridColumn13.FieldName  = "is_stock_friend";
     this.gridColumn13.Name       = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 12;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight     = false;
     this.repositoryItemCheckEdit2.Name           = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.ValueChecked   = "Y";
     this.repositoryItemCheckEdit2.ValueUnchecked = "N";
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight     = false;
     this.repositoryItemCheckEdit1.Name           = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle      = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.repositoryItemCheckEdit1.ValueChecked   = "Y";
     this.repositoryItemCheckEdit1.ValueUnchecked = "N";
     //
     // frmGM11_Pop02
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1296, 554);
     this.Controls.Add(this.efwGridControl1);
     this.Controls.Add(this.efwPanelControl1);
     this.Name          = "frmGM11_Pop02";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "도넛 라이프-프라이빗샵 (일반제품) 상세현황";
     this.Load         += new System.EventHandler(this.frmGM11_Pop01_Load);
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl1)).EndInit();
     this.efwPanelControl1.ResumeLayout(false);
     this.efwPanelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Easy.Framework.WinForm.Control.ChildHierarchy  childHierarchy1 = new Easy.Framework.WinForm.Control.ChildHierarchy();
     Easy.Framework.WinForm.Control.Hierarchy       hierarchy1      = new Easy.Framework.WinForm.Control.Hierarchy();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1    = new Easy.Framework.WinForm.Control.ServiceInfo();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(frmDN06));
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2    = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3    = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.panelTop                  = new System.Windows.Forms.Panel();
     this.efwGroupControl1          = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.efwLabel1                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.txtSearch                 = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.cmbQ1                     = new Easy.Framework.WinForm.Control.efwLookUpEdit();
     this.efwLabel2                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.dt1T                      = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.efwLabel7                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.dt1F                      = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.efwGridControl1           = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemMemoExEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemMemoEdit2   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.panelTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).BeginInit();
     this.efwGroupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbQ1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     this.SuspendLayout();
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.efwGroupControl1);
     this.panelTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(3, 35);
     this.panelTop.Name     = "panelTop";
     this.panelTop.Padding  = new System.Windows.Forms.Padding(0, 5, 0, 5);
     this.panelTop.Size     = new System.Drawing.Size(1085, 62);
     this.panelTop.TabIndex = 8;
     //
     // efwGroupControl1
     //
     this.efwGroupControl1.Controls.Add(this.efwLabel1);
     this.efwGroupControl1.Controls.Add(this.txtSearch);
     this.efwGroupControl1.Controls.Add(this.cmbQ1);
     this.efwGroupControl1.Controls.Add(this.efwLabel2);
     this.efwGroupControl1.Controls.Add(this.dt1T);
     this.efwGroupControl1.Controls.Add(this.efwLabel7);
     this.efwGroupControl1.Controls.Add(this.dt1F);
     this.efwGroupControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl1.IsMultiLang = false;
     this.efwGroupControl1.Location    = new System.Drawing.Point(0, 5);
     this.efwGroupControl1.Name        = "efwGroupControl1";
     this.efwGroupControl1.Padding     = new System.Windows.Forms.Padding(5);
     this.efwGroupControl1.ShowCaption = false;
     this.efwGroupControl1.Size        = new System.Drawing.Size(1085, 52);
     this.efwGroupControl1.TabIndex    = 9;
     this.efwGroupControl1.Text        = "efwGroupControl1";
     //
     // efwLabel1
     //
     this.efwLabel1.EraserGroup = null;
     this.efwLabel1.IsMultiLang = false;
     this.efwLabel1.Location    = new System.Drawing.Point(44, 18);
     this.efwLabel1.Name        = "efwLabel1";
     this.efwLabel1.Size        = new System.Drawing.Size(40, 14);
     this.efwLabel1.TabIndex    = 15;
     this.efwLabel1.Text        = "회원검색";
     //
     // txtSearch
     //
     this.txtSearch.EditValue2 = null;
     this.txtSearch.Location   = new System.Drawing.Point(216, 15);
     this.txtSearch.Name       = "txtSearch";
     this.txtSearch.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtSearch.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtSearch.RequireMessage = null;
     this.txtSearch.Size           = new System.Drawing.Size(224, 20);
     this.txtSearch.TabIndex       = 14;
     this.txtSearch.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.TxtSearch_KeyDown);
     //
     // cmbQ1
     //
     childHierarchy1.CodeCtrl      = null;
     childHierarchy1.DbName        = null;
     childHierarchy1.SpName        = null;
     this.cmbQ1.ChildHierarchyInfo = childHierarchy1;
     hierarchy1.DbName             = null;
     hierarchy1.SpName             = null;
     this.cmbQ1.HierarchyInfo      = hierarchy1;
     this.cmbQ1.IsMultiLang        = false;
     this.cmbQ1.Location           = new System.Drawing.Point(106, 15);
     this.cmbQ1.MasterCode         = "E03.MEMBERQ_GBN1";
     this.cmbQ1.Name = "cmbQ1";
     this.cmbQ1.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(242)))), ((int)(((byte)(226)))));
     this.cmbQ1.Properties.Appearance.Options.UseBackColor = true;
     this.cmbQ1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbQ1.Size     = new System.Drawing.Size(102, 20);
     this.cmbQ1.TabIndex = 13;
     //
     // efwLabel2
     //
     this.efwLabel2.EraserGroup = null;
     this.efwLabel2.IsMultiLang = false;
     this.efwLabel2.Location    = new System.Drawing.Point(653, 17);
     this.efwLabel2.Name        = "efwLabel2";
     this.efwLabel2.Size        = new System.Drawing.Size(9, 14);
     this.efwLabel2.TabIndex    = 12;
     this.efwLabel2.Text        = "~";
     //
     // dt1T
     //
     this.dt1T.EditValue   = null;
     this.dt1T.EraserGroup = "CLR1";
     this.dt1T.Location    = new System.Drawing.Point(669, 15);
     this.dt1T.Name        = "dt1T";
     this.dt1T.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dt1T.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dt1T.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1T.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1T.Size     = new System.Drawing.Size(102, 20);
     this.dt1T.TabIndex = 11;
     //
     // efwLabel7
     //
     this.efwLabel7.EraserGroup = null;
     this.efwLabel7.IsMultiLang = false;
     this.efwLabel7.Location    = new System.Drawing.Point(481, 18);
     this.efwLabel7.Name        = "efwLabel7";
     this.efwLabel7.Size        = new System.Drawing.Size(40, 14);
     this.efwLabel7.TabIndex    = 10;
     this.efwLabel7.Text        = "거래기간";
     //
     // dt1F
     //
     this.dt1F.EditValue   = null;
     this.dt1F.EraserGroup = "CLR1";
     this.dt1F.Location    = new System.Drawing.Point(543, 15);
     this.dt1F.Name        = "dt1F";
     this.dt1F.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dt1F.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dt1F.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1F.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1F.Size     = new System.Drawing.Size(102, 20);
     this.dt1F.TabIndex = 9;
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = null;
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = null;
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsEditable        = false;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(3, 97);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit2,
         this.repositoryItemMemoExEdit2,
         this.repositoryItemMemoEdit2
     });
     this.efwGridControl1.Size              = new System.Drawing.Size(1085, 674);
     this.efwGridControl1.TabIndex          = 10;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = null;
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn11,
         this.gridColumn12,
         this.gridColumn13,
         this.gridColumn14,
         this.gridColumn15,
         this.gridColumn16
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "donut_count", this.gridColumn13, "{0:c}", ((short)(0))),
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "", null, "     (건수: {0:d}"),
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "donut_count", null, "   합계: {0:c})", "")
     });
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "스토리 아이디";
     this.gridColumn1.FieldName    = "story_id";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "카테고리코드";
     this.gridColumn4.FieldName = "category_no";
     this.gridColumn4.Name      = "gridColumn4";
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "카테고리";
     this.gridColumn5.FieldName    = "name";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 1;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption   = "u_id";
     this.gridColumn6.FieldName = "u_id";
     this.gridColumn6.Name      = "gridColumn6";
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "로그인아이디";
     this.gridColumn2.FieldName    = "login_id";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 2;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "닉네임";
     this.gridColumn3.FieldName    = "u_nickname";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 3;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption      = "작성일시";
     this.gridColumn11.FieldName    = "reg_date";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 4;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption      = "머니타입";
     this.gridColumn12.FieldName    = "recv_donut_type";
     this.gridColumn12.Name         = "gridColumn12";
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 5;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "지급머니";
     this.gridColumn13.DisplayFormat.FormatString = "###,###,##0";
     this.gridColumn13.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn13.FieldName    = "donut_count";
     this.gridColumn13.Name         = "gridColumn13";
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 6;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption      = "컨텐츠타입";
     this.gridColumn14.FieldName    = "contents_type";
     this.gridColumn14.Name         = "gridColumn14";
     this.gridColumn14.Visible      = true;
     this.gridColumn14.VisibleIndex = 7;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption      = "메시지";
     this.gridColumn15.FieldName    = "receive_message";
     this.gridColumn15.Name         = "gridColumn15";
     this.gridColumn15.Visible      = true;
     this.gridColumn15.VisibleIndex = 8;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption      = "도넛코드";
     this.gridColumn16.FieldName    = "donut_code";
     this.gridColumn16.Name         = "gridColumn16";
     this.gridColumn16.Visible      = true;
     this.gridColumn16.VisibleIndex = 9;
     //
     // repositoryItemLookUpEdit2
     //
     this.repositoryItemLookUpEdit2.AutoHeight = false;
     this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit2.Name = "repositoryItemLookUpEdit2";
     //
     // repositoryItemMemoExEdit2
     //
     this.repositoryItemMemoExEdit2.AutoHeight = false;
     this.repositoryItemMemoExEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMemoExEdit2.Name = "repositoryItemMemoExEdit2";
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // frmDN06
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.efwGridControl1);
     this.Controls.Add(this.panelTop);
     this.Name = "frmDN06";
     this.Size = new System.Drawing.Size(1091, 771);
     this.Controls.SetChildIndex(this.panelTop, 0);
     this.Controls.SetChildIndex(this.efwGridControl1, 0);
     this.panelTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).EndInit();
     this.efwGroupControl1.ResumeLayout(false);
     this.efwGroupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbQ1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     this.ResumeLayout(false);
 }
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1 = new Easy.Framework.WinForm.Control.ServiceInfo();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(frmZipNoInfo));
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3 = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.efwGridControl1           = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemMemoEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemMemoEdit2   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.panel1       = new System.Windows.Forms.Panel();
     this.btnSearch    = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.txtSch       = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwLabel1    = new Easy.Framework.WinForm.Control.efwLabel();
     this.txtCOMPANYCD = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.btnClose     = new Easy.Framework.WinForm.Control.efwSimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCOMPANYCD.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = null;
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = null;
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsEditable        = false;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(0, 49);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit1,
         this.repositoryItemMemoExEdit1,
         this.repositoryItemMemoEdit1,
         this.repositoryItemMemoEdit2
     });
     this.efwGridControl1.Size              = new System.Drawing.Size(430, 476);
     this.efwGridControl1.TabIndex          = 10;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = null;
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.efwGridControl1.DoubleClick += new System.EventHandler(this.EfwGridControl1_DoubleClick);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2
     });
     this.gridView1.DetailHeight = 408;
     this.gridView1.GridControl  = this.efwGridControl1;
     this.gridView1.Name         = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowGroupPanel  = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "우편번호";
     this.gridColumn1.FieldName = "zipNo";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "주소";
     this.gridColumn2.FieldName = "roadAddr";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // repositoryItemMemoExEdit1
     //
     this.repositoryItemMemoExEdit1.AutoHeight = false;
     this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnSearch);
     this.panel1.Controls.Add(this.txtSch);
     this.panel1.Controls.Add(this.efwLabel1);
     this.panel1.Controls.Add(this.txtCOMPANYCD);
     this.panel1.Controls.Add(this.btnClose);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(430, 49);
     this.panel1.TabIndex = 9;
     //
     // btnSearch
     //
     this.btnSearch.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.ButtonType         = Easy.Framework.Util.BtnType.Search;
     this.btnSearch.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btnSearch.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.ImageOptions.Image")));
     this.btnSearch.IsMultiLang        = false;
     this.btnSearch.Location           = new System.Drawing.Point(264, 10);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(75, 27);
     this.btnSearch.TabIndex = 6;
     this.btnSearch.Text     = "검색";
     this.btnSearch.Click   += new System.EventHandler(this.BtnSearch_Click);
     //
     // txtSch
     //
     this.txtSch.EditValue2 = null;
     this.txtSch.Location   = new System.Drawing.Point(86, 13);
     this.txtSch.Name       = "txtSch";
     this.txtSch.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtSch.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtSch.RequireMessage = null;
     this.txtSch.Size           = new System.Drawing.Size(164, 20);
     this.txtSch.TabIndex       = 5;
     //
     // efwLabel1
     //
     this.efwLabel1.EraserGroup = null;
     this.efwLabel1.IsMultiLang = false;
     this.efwLabel1.Location    = new System.Drawing.Point(44, 16);
     this.efwLabel1.Name        = "efwLabel1";
     this.efwLabel1.Size        = new System.Drawing.Size(30, 14);
     this.efwLabel1.TabIndex    = 4;
     this.efwLabel1.Text        = "검색어";
     //
     // txtCOMPANYCD
     //
     this.txtCOMPANYCD.EditValue2 = null;
     this.txtCOMPANYCD.Enabled    = false;
     this.txtCOMPANYCD.Location   = new System.Drawing.Point(254, 14);
     this.txtCOMPANYCD.Name       = "txtCOMPANYCD";
     this.txtCOMPANYCD.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtCOMPANYCD.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtCOMPANYCD.RequireMessage = null;
     this.txtCOMPANYCD.Size           = new System.Drawing.Size(17, 20);
     this.txtCOMPANYCD.TabIndex       = 3;
     this.txtCOMPANYCD.Visible        = false;
     //
     // btnClose
     //
     this.btnClose.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.ButtonType         = Easy.Framework.Util.BtnType.Close;
     this.btnClose.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
     this.btnClose.IsMultiLang        = false;
     this.btnClose.Location           = new System.Drawing.Point(344, 10);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(75, 27);
     this.btnClose.TabIndex = 1;
     this.btnClose.Text     = "취소";
     this.btnClose.Click   += new System.EventHandler(this.BtnClose_Click);
     //
     // frmZipNoInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(430, 525);
     this.Controls.Add(this.efwGridControl1);
     this.Controls.Add(this.panel1);
     this.Name          = "frmZipNoInfo";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "우편번호검색";
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCOMPANYCD.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #7
0
 /// <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(frmDN15));
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3 = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.efwGroupControl1 = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.efwPanelControl1 = new Easy.Framework.WinForm.Control.efwPanelControl();
     this.efwGroupControl2 = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitterControl2 = new DevExpress.XtraEditors.SplitterControl();
     this.efwGroupControl3 = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.efwGridControl1  = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2      = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).BeginInit();
     this.efwGroupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl1)).BeginInit();
     this.efwPanelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // efwGroupControl1
     //
     this.efwGroupControl1.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwGroupControl1.CaptionImageOptions.Image")));
     this.efwGroupControl1.Controls.Add(this.efwGridControl1);
     this.efwGroupControl1.Dock        = System.Windows.Forms.DockStyle.Left;
     this.efwGroupControl1.IsMultiLang = false;
     this.efwGroupControl1.Location    = new System.Drawing.Point(2, 2);
     this.efwGroupControl1.Name        = "efwGroupControl1";
     this.efwGroupControl1.Size        = new System.Drawing.Size(387, 497);
     this.efwGroupControl1.TabIndex    = 2;
     this.efwGroupControl1.Text        = "기획상품";
     //
     // efwPanelControl1
     //
     this.efwPanelControl1.Controls.Add(this.splitterControl1);
     this.efwPanelControl1.Controls.Add(this.efwGroupControl2);
     this.efwPanelControl1.Controls.Add(this.efwGroupControl1);
     this.efwPanelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.efwPanelControl1.Location = new System.Drawing.Point(3, 35);
     this.efwPanelControl1.Name     = "efwPanelControl1";
     this.efwPanelControl1.Size     = new System.Drawing.Size(1135, 501);
     this.efwPanelControl1.TabIndex = 3;
     //
     // efwGroupControl2
     //
     this.efwGroupControl2.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwGroupControl2.CaptionImageOptions.Image")));
     this.efwGroupControl2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl2.IsMultiLang = false;
     this.efwGroupControl2.Location    = new System.Drawing.Point(389, 2);
     this.efwGroupControl2.Name        = "efwGroupControl2";
     this.efwGroupControl2.Size        = new System.Drawing.Size(744, 497);
     this.efwGroupControl2.TabIndex    = 3;
     this.efwGroupControl2.Text        = "등록상품";
     //
     // splitterControl1
     //
     this.splitterControl1.Location = new System.Drawing.Point(389, 2);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(5, 497);
     this.splitterControl1.TabIndex = 4;
     this.splitterControl1.TabStop  = false;
     //
     // splitterControl2
     //
     this.splitterControl2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl2.Location = new System.Drawing.Point(3, 536);
     this.splitterControl2.Name     = "splitterControl2";
     this.splitterControl2.Size     = new System.Drawing.Size(1135, 5);
     this.splitterControl2.TabIndex = 4;
     this.splitterControl2.TabStop  = false;
     //
     // efwGroupControl3
     //
     this.efwGroupControl3.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwGroupControl3.CaptionImageOptions.Image")));
     this.efwGroupControl3.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl3.IsMultiLang = false;
     this.efwGroupControl3.Location    = new System.Drawing.Point(3, 541);
     this.efwGroupControl3.Name        = "efwGroupControl3";
     this.efwGroupControl3.Size        = new System.Drawing.Size(1135, 195);
     this.efwGroupControl3.TabIndex    = 5;
     this.efwGroupControl3.Text        = "신규등록";
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo1.UserParams")));
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo2.UserParams")));
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(2, 23);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.Size              = new System.Drawing.Size(383, 472);
     this.efwGridControl1.TabIndex          = 0;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo3.UserParams")));
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.Name        = "gridView1";
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "기획 상품순번";
     this.gridColumn1.FieldName    = "id";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "gridColumn2";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // frmDN15
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.efwGroupControl3);
     this.Controls.Add(this.splitterControl2);
     this.Controls.Add(this.efwPanelControl1);
     this.Name = "frmDN15";
     this.Size = new System.Drawing.Size(1141, 736);
     this.Controls.SetChildIndex(this.efwPanelControl1, 0);
     this.Controls.SetChildIndex(this.splitterControl2, 0);
     this.Controls.SetChildIndex(this.efwGroupControl3, 0);
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).EndInit();
     this.efwGroupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl1)).EndInit();
     this.efwPanelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Easy.Framework.WinForm.Control.ChildHierarchy            childHierarchy2               = new Easy.Framework.WinForm.Control.ChildHierarchy();
     Easy.Framework.WinForm.Control.Hierarchy                 hierarchy2                    = new Easy.Framework.WinForm.Control.Hierarchy();
     Easy.Framework.WinForm.Control.ServiceInfo               serviceInfo1                  = new Easy.Framework.WinForm.Control.ServiceInfo();
     System.ComponentModel.ComponentResourceManager           resources                     = new System.ComponentModel.ComponentResourceManager(typeof(frmDN09));
     Easy.Framework.WinForm.Control.ServiceInfo               serviceInfo2                  = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo               serviceInfo3                  = new Easy.Framework.WinForm.Control.ServiceInfo();
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1     = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     Easy.Framework.WinForm.Control.ChildHierarchy            childHierarchy1               = new Easy.Framework.WinForm.Control.ChildHierarchy();
     Easy.Framework.WinForm.Control.Hierarchy                 hierarchy1                    = new Easy.Framework.WinForm.Control.Hierarchy();
     this.panelTop                  = new System.Windows.Forms.Panel();
     this.efwGroupControl1          = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.chkCmb_Story              = new DevExpress.XtraEditors.CheckedComboBoxEdit();
     this.efwLabel3                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.efwLabel1                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.txtSearch                 = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.cmbQ1                     = new Easy.Framework.WinForm.Control.efwLookUpEdit();
     this.efwLabel2                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.dt1T                      = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.efwLabel7                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.dt1F                      = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.efwGridControl1           = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn11              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnDispYes                = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridColumn8               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoExEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.gridColumn24              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemMemoExEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemMemoEdit2   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemMemoEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.cmbWriteYn                = new Easy.Framework.WinForm.Control.efwLookUpEdit();
     this.efwLabel4                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.panelTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).BeginInit();
     this.efwGroupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkCmb_Story.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbQ1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnDispYes)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbWriteYn.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.efwGroupControl1);
     this.panelTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(3, 35);
     this.panelTop.Name     = "panelTop";
     this.panelTop.Padding  = new System.Windows.Forms.Padding(0, 6, 0, 6);
     this.panelTop.Size     = new System.Drawing.Size(1238, 95);
     this.panelTop.TabIndex = 10;
     //
     // efwGroupControl1
     //
     this.efwGroupControl1.Controls.Add(this.cmbWriteYn);
     this.efwGroupControl1.Controls.Add(this.efwLabel4);
     this.efwGroupControl1.Controls.Add(this.chkCmb_Story);
     this.efwGroupControl1.Controls.Add(this.efwLabel3);
     this.efwGroupControl1.Controls.Add(this.efwLabel1);
     this.efwGroupControl1.Controls.Add(this.txtSearch);
     this.efwGroupControl1.Controls.Add(this.cmbQ1);
     this.efwGroupControl1.Controls.Add(this.efwLabel2);
     this.efwGroupControl1.Controls.Add(this.dt1T);
     this.efwGroupControl1.Controls.Add(this.efwLabel7);
     this.efwGroupControl1.Controls.Add(this.dt1F);
     this.efwGroupControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl1.IsMultiLang = false;
     this.efwGroupControl1.Location    = new System.Drawing.Point(0, 6);
     this.efwGroupControl1.Name        = "efwGroupControl1";
     this.efwGroupControl1.Padding     = new System.Windows.Forms.Padding(5, 6, 5, 6);
     this.efwGroupControl1.ShowCaption = false;
     this.efwGroupControl1.Size        = new System.Drawing.Size(1238, 83);
     this.efwGroupControl1.TabIndex    = 9;
     this.efwGroupControl1.Text        = "efwGroupControl1";
     //
     // chkCmb_Story
     //
     this.chkCmb_Story.Location = new System.Drawing.Point(117, 48);
     this.chkCmb_Story.Name     = "chkCmb_Story";
     this.chkCmb_Story.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.chkCmb_Story.Properties.DropDownRows  = 30;
     this.chkCmb_Story.Properties.PopupFormSize = new System.Drawing.Size(200, 0);
     this.chkCmb_Story.Size     = new System.Drawing.Size(377, 20);
     this.chkCmb_Story.TabIndex = 25;
     //
     // efwLabel3
     //
     this.efwLabel3.EraserGroup = null;
     this.efwLabel3.IsMultiLang = false;
     this.efwLabel3.Location    = new System.Drawing.Point(44, 51);
     this.efwLabel3.Name        = "efwLabel3";
     this.efwLabel3.Size        = new System.Drawing.Size(50, 14);
     this.efwLabel3.TabIndex    = 24;
     this.efwLabel3.Text        = "스토리타입";
     //
     // efwLabel1
     //
     this.efwLabel1.EraserGroup = null;
     this.efwLabel1.IsMultiLang = false;
     this.efwLabel1.Location    = new System.Drawing.Point(44, 21);
     this.efwLabel1.Name        = "efwLabel1";
     this.efwLabel1.Size        = new System.Drawing.Size(40, 14);
     this.efwLabel1.TabIndex    = 22;
     this.efwLabel1.Text        = "회원검색";
     //
     // txtSearch
     //
     this.txtSearch.EditValue2 = null;
     this.txtSearch.Location   = new System.Drawing.Point(270, 17);
     this.txtSearch.Name       = "txtSearch";
     this.txtSearch.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtSearch.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtSearch.RequireMessage = null;
     this.txtSearch.Size           = new System.Drawing.Size(224, 20);
     this.txtSearch.TabIndex       = 21;
     this.txtSearch.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.TxtSearch_KeyDown);
     //
     // cmbQ1
     //
     childHierarchy2.CodeCtrl      = null;
     childHierarchy2.DbName        = null;
     childHierarchy2.SpName        = null;
     this.cmbQ1.ChildHierarchyInfo = childHierarchy2;
     hierarchy2.DbName             = null;
     hierarchy2.SpName             = null;
     this.cmbQ1.HierarchyInfo      = hierarchy2;
     this.cmbQ1.IsMultiLang        = false;
     this.cmbQ1.Location           = new System.Drawing.Point(117, 17);
     this.cmbQ1.MasterCode         = "E03.MEMBERQ_GBN1";
     this.cmbQ1.Name = "cmbQ1";
     this.cmbQ1.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(242)))), ((int)(((byte)(226)))));
     this.cmbQ1.Properties.Appearance.Options.UseBackColor = true;
     this.cmbQ1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbQ1.Size     = new System.Drawing.Size(147, 20);
     this.cmbQ1.TabIndex = 20;
     //
     // efwLabel2
     //
     this.efwLabel2.EraserGroup = null;
     this.efwLabel2.IsMultiLang = false;
     this.efwLabel2.Location    = new System.Drawing.Point(707, 20);
     this.efwLabel2.Name        = "efwLabel2";
     this.efwLabel2.Size        = new System.Drawing.Size(9, 14);
     this.efwLabel2.TabIndex    = 19;
     this.efwLabel2.Text        = "~";
     //
     // dt1T
     //
     this.dt1T.EditValue   = null;
     this.dt1T.EraserGroup = "CLR1";
     this.dt1T.Location    = new System.Drawing.Point(723, 17);
     this.dt1T.Name        = "dt1T";
     this.dt1T.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dt1T.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dt1T.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1T.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1T.Size     = new System.Drawing.Size(102, 20);
     this.dt1T.TabIndex = 18;
     //
     // efwLabel7
     //
     this.efwLabel7.EraserGroup = null;
     this.efwLabel7.IsMultiLang = false;
     this.efwLabel7.Location    = new System.Drawing.Point(535, 21);
     this.efwLabel7.Name        = "efwLabel7";
     this.efwLabel7.Size        = new System.Drawing.Size(40, 14);
     this.efwLabel7.TabIndex    = 17;
     this.efwLabel7.Text        = "작성기간";
     //
     // dt1F
     //
     this.dt1F.EditValue   = null;
     this.dt1F.EraserGroup = "CLR1";
     this.dt1F.Location    = new System.Drawing.Point(597, 17);
     this.dt1F.Name        = "dt1F";
     this.dt1F.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dt1F.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dt1F.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1F.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1F.Size     = new System.Drawing.Size(102, 20);
     this.dt1F.TabIndex = 16;
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = null;
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = null;
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(3, 130);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit2,
         this.repositoryItemMemoExEdit2,
         this.repositoryItemMemoEdit2,
         this.btnDispYes,
         this.repositoryItemMemoExEdit1,
         this.repositoryItemMemoEdit1,
         this.repositoryItemMemoExEdit3
     });
     this.efwGridControl1.Size              = new System.Drawing.Size(1238, 666);
     this.efwGridControl1.TabIndex          = 12;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = null;
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Appearance.GroupFooter.ForeColor            = System.Drawing.Color.Red;
     this.gridView1.Appearance.GroupFooter.Options.UseForeColor = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn11,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7,
         this.gridColumn1,
         this.gridColumn20,
         this.gridColumn21,
         this.gridColumn22,
         this.gridColumn4,
         this.gridColumn12,
         this.gridColumn9,
         this.gridColumn10,
         this.gridColumn14,
         this.gridColumn8,
         this.gridColumn13,
         this.gridColumn15,
         this.gridColumn16,
         this.gridColumn17,
         this.gridColumn18,
         this.gridColumn19,
         this.gridColumn23,
         this.gridColumn24
     });
     this.gridView1.DetailHeight = 408;
     this.gridView1.GridControl  = this.efwGridControl1;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "", null, "     (건수: {0:d}"),
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "donut_count", null, "   합계: {0:c})", "")
     });
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.CustomDrawFooterCell       += new DevExpress.XtraGrid.Views.Grid.FooterCellCustomDrawEventHandler(this.GridView1_CustomDrawFooterCell);
     //
     // gridColumn11
     //
     this.gridColumn11.Caption   = "작성일시";
     this.gridColumn11.FieldName = "reg_date2";
     this.gridColumn11.Name      = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 0;
     this.gridColumn11.Width        = 130;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "아이디";
     this.gridColumn2.FieldName = "u_login_id";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "닉네임";
     this.gridColumn3.FieldName = "u_nickname";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption   = "이름";
     this.gridColumn5.FieldName = "u_name";
     this.gridColumn5.Name      = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 3;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption   = "회원등급";
     this.gridColumn6.FieldName = "u_chef_level";
     this.gridColumn6.Name      = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 4;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption   = "타입";
     this.gridColumn7.FieldName = "contents_type";
     this.gridColumn7.Name      = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 5;
     this.gridColumn7.Width        = 100;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "스토리 아이디";
     this.gridColumn1.FieldName = "story_id2";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 6;
     this.gridColumn1.Width        = 100;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption   = "구분(머니타입)";
     this.gridColumn20.FieldName = "donut_type";
     this.gridColumn20.Name      = "gridColumn20";
     this.gridColumn20.OptionsColumn.AllowEdit = false;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "적립금액";
     this.gridColumn21.DisplayFormat.FormatString = "###,###,##0";
     this.gridColumn21.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn21.FieldName = "donut_count";
     this.gridColumn21.Name      = "gridColumn21";
     this.gridColumn21.OptionsColumn.AllowEdit = false;
     this.gridColumn21.Visible      = true;
     this.gridColumn21.VisibleIndex = 7;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption   = "적립형태";
     this.gridColumn22.FieldName = "donut_type";
     this.gridColumn22.Name      = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.Visible      = true;
     this.gridColumn22.VisibleIndex = 8;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "스토리";
     this.gridColumn4.FieldName = "contents";
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 9;
     this.gridColumn4.Width        = 400;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption   = "노출상태";
     this.gridColumn12.FieldName = "is_use";
     this.gridColumn12.Name      = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption   = "상호";
     this.gridColumn9.FieldName = "pr_name";
     this.gridColumn9.Name      = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.Width = 100;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption   = "전화번호";
     this.gridColumn10.FieldName = "pr_cell_num";
     this.gridColumn10.Name      = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit = false;
     this.gridColumn10.Width = 100;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption    = "상세보기";
     this.gridColumn14.ColumnEdit = this.btnDispYes;
     this.gridColumn14.FieldName  = "is_use2";
     this.gridColumn14.Name       = "gridColumn14";
     this.gridColumn14.Width      = 60;
     //
     // btnDispYes
     //
     this.btnDispYes.AutoHeight      = false;
     editorButtonImageOptions1.Image = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions1.Image")));
     this.btnDispYes.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)
     });
     this.btnDispYes.Name          = "btnDispYes";
     this.btnDispYes.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption   = "category_no";
     this.gridColumn8.FieldName = "category_no";
     this.gridColumn8.Name      = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption   = "pr_jibun_addr";
     this.gridColumn13.FieldName = "pr_jibun_addr";
     this.gridColumn13.Name      = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption   = "pr_road_addr";
     this.gridColumn15.FieldName = "pr_road_addr";
     this.gridColumn15.Name      = "gridColumn15";
     this.gridColumn15.OptionsColumn.AllowEdit = false;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption   = "latitude";
     this.gridColumn16.FieldName = "latitude";
     this.gridColumn16.Name      = "gridColumn16";
     this.gridColumn16.OptionsColumn.AllowEdit = false;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption   = "longitude";
     this.gridColumn17.FieldName = "longitude";
     this.gridColumn17.Name      = "gridColumn17";
     this.gridColumn17.OptionsColumn.AllowEdit = false;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption   = "wk_han";
     this.gridColumn18.FieldName = "wk_han";
     this.gridColumn18.Name      = "gridColumn18";
     //
     // gridColumn19
     //
     this.gridColumn19.Caption   = "네이버상호";
     this.gridColumn19.FieldName = "pr_naver_name";
     this.gridColumn19.Name      = "gridColumn19";
     //
     // gridColumn23
     //
     this.gridColumn23.Caption                = "상세보기";
     this.gridColumn23.ColumnEdit             = this.repositoryItemMemoExEdit3;
     this.gridColumn23.FieldName              = "contents";
     this.gridColumn23.Name                   = "gridColumn23";
     this.gridColumn23.OptionsColumn.ReadOnly = true;
     this.gridColumn23.Visible                = true;
     this.gridColumn23.VisibleIndex           = 10;
     //
     // repositoryItemMemoExEdit3
     //
     this.repositoryItemMemoExEdit3.AutoHeight = false;
     this.repositoryItemMemoExEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMemoExEdit3.Name = "repositoryItemMemoExEdit3";
     //
     // gridColumn24
     //
     this.gridColumn24.Caption   = "is_write2";
     this.gridColumn24.FieldName = "is_write2";
     this.gridColumn24.Name      = "gridColumn24";
     //
     // repositoryItemLookUpEdit2
     //
     this.repositoryItemLookUpEdit2.AutoHeight = false;
     this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit2.Name = "repositoryItemLookUpEdit2";
     //
     // repositoryItemMemoExEdit2
     //
     this.repositoryItemMemoExEdit2.AutoHeight = false;
     this.repositoryItemMemoExEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMemoExEdit2.Name = "repositoryItemMemoExEdit2";
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // repositoryItemMemoExEdit1
     //
     this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // cmbWriteYn
     //
     childHierarchy1.CodeCtrl           = null;
     childHierarchy1.DbName             = null;
     childHierarchy1.SpName             = null;
     this.cmbWriteYn.ChildHierarchyInfo = childHierarchy1;
     hierarchy1.DbName             = null;
     hierarchy1.SpName             = null;
     this.cmbWriteYn.HierarchyInfo = hierarchy1;
     this.cmbWriteYn.IsMultiLang   = false;
     this.cmbWriteYn.Location      = new System.Drawing.Point(597, 48);
     this.cmbWriteYn.MasterCode    = "E03.WRITE_GBN:A";
     this.cmbWriteYn.Name          = "cmbWriteYn";
     this.cmbWriteYn.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbWriteYn.Size     = new System.Drawing.Size(102, 20);
     this.cmbWriteYn.TabIndex = 30;
     //
     // efwLabel4
     //
     this.efwLabel4.EraserGroup = null;
     this.efwLabel4.IsMultiLang = false;
     this.efwLabel4.Location    = new System.Drawing.Point(535, 51);
     this.efwLabel4.Name        = "efwLabel4";
     this.efwLabel4.Size        = new System.Drawing.Size(40, 14);
     this.efwLabel4.TabIndex    = 29;
     this.efwLabel4.Text        = "작성여부";
     //
     // frmDN09
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.efwGridControl1);
     this.Controls.Add(this.panelTop);
     this.Name = "frmDN09";
     this.Size = new System.Drawing.Size(1244, 796);
     this.Controls.SetChildIndex(this.panelTop, 0);
     this.Controls.SetChildIndex(this.efwGridControl1, 0);
     this.panelTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).EndInit();
     this.efwGroupControl1.ResumeLayout(false);
     this.efwGroupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkCmb_Story.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbQ1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnDispYes)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbWriteYn.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo4 = new Easy.Framework.WinForm.Control.ServiceInfo();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(frmDN20_Pop01));
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo5 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo6 = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.efwGridControl1  = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.txtFileName      = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwPanelControl1 = new Easy.Framework.WinForm.Control.efwPanelControl();
     this.efwLabel2        = new Easy.Framework.WinForm.Control.efwLabel();
     this.efwLabel1        = new Easy.Framework.WinForm.Control.efwLabel();
     this.efwSimpleButton2 = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.lblCnt           = new Easy.Framework.WinForm.Control.efwLabel();
     this.efwSimpleButton1 = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.openFileDialog1  = new System.Windows.Forms.OpenFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFileName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl1)).BeginInit();
     this.efwPanelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo4.InstanceName              = "";
     serviceInfo4.IsUserIDAdd               = true;
     serviceInfo4.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo4.ParamsInfo")));
     serviceInfo4.ProcName                  = "";
     serviceInfo4.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo4.UserParams")));
     this.efwGridControl1.DeleteServiceInfo = serviceInfo4;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo5.InstanceName              = "";
     serviceInfo5.IsUserIDAdd               = true;
     serviceInfo5.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo5.ParamsInfo")));
     serviceInfo5.ProcName                  = "";
     serviceInfo5.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo5.UserParams")));
     this.efwGridControl1.InsertServiceInfo = serviceInfo5;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(0, 48);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.Size              = new System.Drawing.Size(460, 402);
     this.efwGridControl1.TabIndex          = 4;
     this.efwGridControl1.TableName         = "";
     serviceInfo6.InstanceName              = "";
     serviceInfo6.IsUserIDAdd               = true;
     serviceInfo6.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo6.ParamsInfo")));
     serviceInfo6.ProcName                  = "";
     serviceInfo6.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo6.UserParams")));
     this.efwGridControl1.UpdateServiceInfo = serviceInfo6;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // txtFileName
     //
     this.txtFileName.EditValue2 = null;
     this.txtFileName.Location   = new System.Drawing.Point(11, 15);
     this.txtFileName.Margin     = new System.Windows.Forms.Padding(2);
     this.txtFileName.Name       = "txtFileName";
     this.txtFileName.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtFileName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtFileName.RequireMessage = null;
     this.txtFileName.Size           = new System.Drawing.Size(16, 20);
     this.txtFileName.TabIndex       = 48;
     this.txtFileName.Visible        = false;
     //
     // efwPanelControl1
     //
     this.efwPanelControl1.Controls.Add(this.efwLabel2);
     this.efwPanelControl1.Controls.Add(this.efwLabel1);
     this.efwPanelControl1.Controls.Add(this.efwSimpleButton2);
     this.efwPanelControl1.Controls.Add(this.lblCnt);
     this.efwPanelControl1.Controls.Add(this.txtFileName);
     this.efwPanelControl1.Controls.Add(this.efwSimpleButton1);
     this.efwPanelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.efwPanelControl1.Location = new System.Drawing.Point(0, 0);
     this.efwPanelControl1.Name     = "efwPanelControl1";
     this.efwPanelControl1.Size     = new System.Drawing.Size(460, 48);
     this.efwPanelControl1.TabIndex = 3;
     //
     // efwLabel2
     //
     this.efwLabel2.EraserGroup = null;
     this.efwLabel2.IsMultiLang = false;
     this.efwLabel2.Location    = new System.Drawing.Point(76, 19);
     this.efwLabel2.Name        = "efwLabel2";
     this.efwLabel2.Size        = new System.Drawing.Size(20, 14);
     this.efwLabel2.TabIndex    = 52;
     this.efwLabel2.Text        = "건수";
     //
     // efwLabel1
     //
     this.efwLabel1.EraserGroup = null;
     this.efwLabel1.IsMultiLang = false;
     this.efwLabel1.Location    = new System.Drawing.Point(53, 22);
     this.efwLabel1.Name        = "efwLabel1";
     this.efwLabel1.Size        = new System.Drawing.Size(0, 14);
     this.efwLabel1.TabIndex    = 51;
     //
     // efwSimpleButton2
     //
     this.efwSimpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwSimpleButton2.ImageOptions.Image")));
     this.efwSimpleButton2.IsMultiLang        = false;
     this.efwSimpleButton2.Location           = new System.Drawing.Point(367, 11);
     this.efwSimpleButton2.Name     = "efwSimpleButton2";
     this.efwSimpleButton2.Size     = new System.Drawing.Size(82, 28);
     this.efwSimpleButton2.TabIndex = 50;
     this.efwSimpleButton2.Text     = "저장";
     this.efwSimpleButton2.Click   += new System.EventHandler(this.efwSimpleButton2_Click);
     //
     // lblCnt
     //
     this.lblCnt.Appearance.Font                 = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
     this.lblCnt.Appearance.ForeColor            = System.Drawing.Color.Red;
     this.lblCnt.Appearance.Options.UseFont      = true;
     this.lblCnt.Appearance.Options.UseForeColor = true;
     this.lblCnt.EraserGroup = null;
     this.lblCnt.IsMultiLang = false;
     this.lblCnt.Location    = new System.Drawing.Point(114, 16);
     this.lblCnt.Name        = "lblCnt";
     this.lblCnt.Size        = new System.Drawing.Size(10, 18);
     this.lblCnt.TabIndex    = 49;
     this.lblCnt.Text        = "0";
     //
     // efwSimpleButton1
     //
     this.efwSimpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwSimpleButton1.ImageOptions.Image")));
     this.efwSimpleButton1.IsMultiLang        = false;
     this.efwSimpleButton1.Location           = new System.Drawing.Point(187, 11);
     this.efwSimpleButton1.Name     = "efwSimpleButton1";
     this.efwSimpleButton1.Size     = new System.Drawing.Size(163, 28);
     this.efwSimpleButton1.TabIndex = 0;
     this.efwSimpleButton1.Text     = "EXCEL DATA 가져오기";
     this.efwSimpleButton1.Click   += new System.EventHandler(this.efwSimpleButton1_Click);
     //
     // frmDN20_Pop01
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(460, 450);
     this.Controls.Add(this.efwGridControl1);
     this.Controls.Add(this.efwPanelControl1);
     this.Name          = "frmDN20_Pop01";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "운송장번호 EXCEL UPDATE";
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFileName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl1)).EndInit();
     this.efwPanelControl1.ResumeLayout(false);
     this.efwPanelControl1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <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(frmDN04));
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3 = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.panelTop                  = new System.Windows.Forms.Panel();
     this.efwGroupControl1          = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.efwLabel2                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.dt1T                      = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.efwLabel7                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.dt1F                      = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.efwGroupControl11         = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.efwGridControl1           = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn6               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn29              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemMemoExEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemMemoEdit3   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.panelTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).BeginInit();
     this.efwGroupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl11)).BeginInit();
     this.efwGroupControl11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).BeginInit();
     this.SuspendLayout();
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.efwGroupControl1);
     this.panelTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(3, 35);
     this.panelTop.Name     = "panelTop";
     this.panelTop.Padding  = new System.Windows.Forms.Padding(5);
     this.panelTop.Size     = new System.Drawing.Size(1220, 59);
     this.panelTop.TabIndex = 5;
     //
     // efwGroupControl1
     //
     this.efwGroupControl1.Controls.Add(this.efwLabel2);
     this.efwGroupControl1.Controls.Add(this.dt1T);
     this.efwGroupControl1.Controls.Add(this.efwLabel7);
     this.efwGroupControl1.Controls.Add(this.dt1F);
     this.efwGroupControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl1.IsMultiLang = false;
     this.efwGroupControl1.Location    = new System.Drawing.Point(5, 5);
     this.efwGroupControl1.Name        = "efwGroupControl1";
     this.efwGroupControl1.Padding     = new System.Windows.Forms.Padding(5);
     this.efwGroupControl1.ShowCaption = false;
     this.efwGroupControl1.Size        = new System.Drawing.Size(1210, 49);
     this.efwGroupControl1.TabIndex    = 9;
     this.efwGroupControl1.Text        = "efwGroupControl1";
     //
     // efwLabel2
     //
     this.efwLabel2.EraserGroup = null;
     this.efwLabel2.IsMultiLang = false;
     this.efwLabel2.Location    = new System.Drawing.Point(222, 16);
     this.efwLabel2.Name        = "efwLabel2";
     this.efwLabel2.Size        = new System.Drawing.Size(9, 14);
     this.efwLabel2.TabIndex    = 12;
     this.efwLabel2.Text        = "~";
     //
     // dt1T
     //
     this.dt1T.EditValue   = null;
     this.dt1T.EraserGroup = "CLR1";
     this.dt1T.Location    = new System.Drawing.Point(238, 14);
     this.dt1T.Name        = "dt1T";
     this.dt1T.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dt1T.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dt1T.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1T.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1T.Size     = new System.Drawing.Size(102, 20);
     this.dt1T.TabIndex = 11;
     //
     // efwLabel7
     //
     this.efwLabel7.EraserGroup = null;
     this.efwLabel7.IsMultiLang = false;
     this.efwLabel7.Location    = new System.Drawing.Point(50, 17);
     this.efwLabel7.Name        = "efwLabel7";
     this.efwLabel7.Size        = new System.Drawing.Size(40, 14);
     this.efwLabel7.TabIndex    = 10;
     this.efwLabel7.Text        = "거래기간";
     //
     // dt1F
     //
     this.dt1F.EditValue   = null;
     this.dt1F.EraserGroup = "CLR1";
     this.dt1F.Location    = new System.Drawing.Point(112, 14);
     this.dt1F.Name        = "dt1F";
     this.dt1F.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dt1F.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dt1F.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1F.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dt1F.Size     = new System.Drawing.Size(102, 20);
     this.dt1F.TabIndex = 9;
     //
     // efwGroupControl11
     //
     this.efwGroupControl11.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwGroupControl11.CaptionImageOptions.Image")));
     this.efwGroupControl11.Controls.Add(this.efwGridControl1);
     this.efwGroupControl11.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl11.IsMultiLang = false;
     this.efwGroupControl11.Location    = new System.Drawing.Point(3, 94);
     this.efwGroupControl11.Name        = "efwGroupControl11";
     this.efwGroupControl11.Size        = new System.Drawing.Size(1220, 643);
     this.efwGroupControl11.TabIndex    = 6;
     this.efwGroupControl11.Text        = "충전내역";
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = null;
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = null;
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsEditable        = false;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(2, 23);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit3,
         this.repositoryItemMemoExEdit3,
         this.repositoryItemMemoEdit3
     });
     this.efwGridControl1.Size              = new System.Drawing.Size(1216, 618);
     this.efwGridControl1.TabIndex          = 7;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = null;
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn6,
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn29,
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn9,
         this.gridColumn10
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.CustomDrawFooterCell       += new DevExpress.XtraGrid.Views.Grid.FooterCellCustomDrawEventHandler(this.GridView1_CustomDrawFooterCell);
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "충전일";
     this.gridColumn6.FieldName    = "REG_DATE";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 0;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "SEND_ID";
     this.gridColumn1.FieldName = "SEND_ID";
     this.gridColumn1.Name      = "gridColumn1";
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "SEND_D_TYPE";
     this.gridColumn2.FieldName = "SEND_D_TYPE";
     this.gridColumn2.Name      = "gridColumn2";
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "회원ID";
     this.gridColumn3.FieldName    = "RECV_ID";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 1;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "회원 닉네임";
     this.gridColumn4.FieldName    = "RECV_NICKNAME";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 2;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "구분";
     this.gridColumn5.FieldName    = "RECV_D_TYPE";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 3;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "충전금액";
     this.gridColumn29.DisplayFormat.FormatString = "###,###,##0";
     this.gridColumn29.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn29.FieldName    = "RECV_AMOUNT";
     this.gridColumn29.Name         = "gridColumn29";
     this.gridColumn29.Visible      = true;
     this.gridColumn29.VisibleIndex = 4;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption   = "EVENT_TYPE";
     this.gridColumn7.FieldName = "EVENT_TYPE";
     this.gridColumn7.Name      = "gridColumn7";
     //
     // gridColumn8
     //
     this.gridColumn8.Caption   = "EVENT_ID";
     this.gridColumn8.FieldName = "EVENT_ID";
     this.gridColumn8.Name      = "gridColumn8";
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "내역";
     this.gridColumn9.FieldName    = "EVENT_COMMENT";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 5;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption      = "상세내역";
     this.gridColumn10.FieldName    = "EVENT_ETC";
     this.gridColumn10.Name         = "gridColumn10";
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 6;
     //
     // repositoryItemLookUpEdit3
     //
     this.repositoryItemLookUpEdit3.AutoHeight = false;
     this.repositoryItemLookUpEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit3.Name = "repositoryItemLookUpEdit3";
     //
     // repositoryItemMemoExEdit3
     //
     this.repositoryItemMemoExEdit3.AutoHeight = false;
     this.repositoryItemMemoExEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMemoExEdit3.Name = "repositoryItemMemoExEdit3";
     //
     // repositoryItemMemoEdit3
     //
     this.repositoryItemMemoEdit3.Name = "repositoryItemMemoEdit3";
     //
     // frmDN04
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.efwGroupControl11);
     this.Controls.Add(this.panelTop);
     this.Name = "frmDN04";
     this.Size = new System.Drawing.Size(1226, 737);
     this.Controls.SetChildIndex(this.panelTop, 0);
     this.Controls.SetChildIndex(this.efwGroupControl11, 0);
     this.panelTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).EndInit();
     this.efwGroupControl1.ResumeLayout(false);
     this.efwGroupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1T.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dt1F.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl11)).EndInit();
     this.efwGroupControl11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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(frmGSHOP07));
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1    = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2    = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3    = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ChildHierarchy  childHierarchy1 = new Easy.Framework.WinForm.Control.ChildHierarchy();
     Easy.Framework.WinForm.Control.Hierarchy       hierarchy1      = new Easy.Framework.WinForm.Control.Hierarchy();
     this.efwGroupControl1          = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.layoutControl2            = new DevExpress.XtraLayout.LayoutControl();
     this.lblDate                   = new Easy.Framework.WinForm.Control.efwLabel();
     this.txtSearch_Name            = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwGridControl1           = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemMemoEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemCheckEdit1  = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.cmbSearch_Type            = new Easy.Framework.WinForm.Control.efwLookUpEdit();
     this.layoutControlGroup2       = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem1           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem4           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem13       = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2        = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4        = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3        = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.txtSearch                 = new Easy.Framework.WinForm.Control.efwTextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).BeginInit();
     this.efwGroupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch_Name.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSearch_Type.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // efwGroupControl1
     //
     this.efwGroupControl1.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwGroupControl1.CaptionImageOptions.Image")));
     this.efwGroupControl1.Controls.Add(this.layoutControl2);
     this.efwGroupControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl1.IsMultiLang = false;
     this.efwGroupControl1.Location    = new System.Drawing.Point(3, 35);
     this.efwGroupControl1.Name        = "efwGroupControl1";
     this.efwGroupControl1.Size        = new System.Drawing.Size(952, 499);
     this.efwGroupControl1.TabIndex    = 23;
     this.efwGroupControl1.Text        = "도라 MD현황";
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.lblDate);
     this.layoutControl2.Controls.Add(this.txtSearch_Name);
     this.layoutControl2.Controls.Add(this.efwGridControl1);
     this.layoutControl2.Controls.Add(this.cmbSearch_Type);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(2, 23);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup2;
     this.layoutControl2.Size     = new System.Drawing.Size(948, 474);
     this.layoutControl2.TabIndex = 0;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // lblDate
     //
     this.lblDate.Appearance.Font                 = new System.Drawing.Font("Tahoma", 12F);
     this.lblDate.Appearance.ForeColor            = System.Drawing.Color.Blue;
     this.lblDate.Appearance.Options.UseFont      = true;
     this.lblDate.Appearance.Options.UseForeColor = true;
     this.lblDate.EraserGroup     = null;
     this.lblDate.IsMultiLang     = false;
     this.lblDate.Location        = new System.Drawing.Point(424, 7);
     this.lblDate.Name            = "lblDate";
     this.lblDate.Size            = new System.Drawing.Size(250, 19);
     this.lblDate.StyleController = this.layoutControl2;
     this.lblDate.TabIndex        = 93;
     //
     // txtSearch_Name
     //
     this.txtSearch_Name.EditValue2 = null;
     this.txtSearch_Name.Location   = new System.Drawing.Point(247, 7);
     this.txtSearch_Name.Name       = "txtSearch_Name";
     this.txtSearch_Name.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtSearch_Name.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtSearch_Name.RequireMessage  = null;
     this.txtSearch_Name.Size            = new System.Drawing.Size(140, 20);
     this.txtSearch_Name.StyleController = this.layoutControl2;
     this.txtSearch_Name.TabIndex        = 24;
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = null;
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = null;
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsEditable        = false;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(7, 31);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit1,
         this.repositoryItemMemoExEdit1,
         this.repositoryItemMemoEdit1,
         this.repositoryItemCheckEdit1
     });
     this.efwGridControl1.Size              = new System.Drawing.Size(934, 439);
     this.efwGridControl1.TabIndex          = 38;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = null;
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn7,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn9,
         this.gridColumn10,
         this.gridColumn11,
         this.gridColumn12
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "u_id";
     this.gridColumn1.FieldName = "그룹MD_ID";
     this.gridColumn1.Name      = "gridColumn1";
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = "아이디";
     this.gridColumn7.FieldName    = "login_id";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "GROUP_MD 명";
     this.gridColumn2.FieldName    = "u_name";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 91;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "닉네임";
     this.gridColumn3.FieldName    = "u_nickname";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "전화번호";
     this.gridColumn9.FieldName    = "u_cell_num";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 3;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption      = "E-MAIL";
     this.gridColumn10.FieldName    = "u_email";
     this.gridColumn10.Name         = "gridColumn10";
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 4;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "G멀티샵수";
     this.gridColumn11.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn11.FieldName    = "shop_count";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 5;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "PR상담스토리";
     this.gridColumn12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn12.FieldName    = "story_count";
     this.gridColumn12.Name         = "gridColumn12";
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 6;
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // repositoryItemMemoExEdit1
     //
     this.repositoryItemMemoExEdit1.AutoHeight = false;
     this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight     = false;
     this.repositoryItemCheckEdit1.Name           = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle      = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.repositoryItemCheckEdit1.ValueChecked   = "Y";
     this.repositoryItemCheckEdit1.ValueUnchecked = "N";
     //
     // cmbSearch_Type
     //
     childHierarchy1.CodeCtrl = null;
     childHierarchy1.DbName   = null;
     childHierarchy1.SpName   = null;
     this.cmbSearch_Type.ChildHierarchyInfo = childHierarchy1;
     hierarchy1.DbName = null;
     hierarchy1.SpName = null;
     this.cmbSearch_Type.HierarchyInfo = hierarchy1;
     this.cmbSearch_Type.IsMultiLang   = false;
     this.cmbSearch_Type.Location      = new System.Drawing.Point(82, 7);
     this.cmbSearch_Type.MasterCode    = "E03.MEMBERQ_GBN1";
     this.cmbSearch_Type.Name          = "cmbSearch_Type";
     this.cmbSearch_Type.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(242)))), ((int)(((byte)(226)))));
     this.cmbSearch_Type.Properties.Appearance.Options.UseBackColor = true;
     this.cmbSearch_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbSearch_Type.Size            = new System.Drawing.Size(151, 20);
     this.cmbSearch_Type.StyleController = this.layoutControl2;
     this.cmbSearch_Type.TabIndex        = 4;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.emptySpaceItem1,
         this.emptySpaceItem4,
         this.layoutControlItem13,
         this.layoutControlItem2,
         this.layoutControlItem4,
         this.layoutControlItem3,
         this.emptySpaceItem2
     });
     this.layoutControlGroup2.Name        = "Root";
     this.layoutControlGroup2.Padding     = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 2);
     this.layoutControlGroup2.Size        = new System.Drawing.Size(948, 474);
     this.layoutControlGroup2.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(671, 0);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(267, 24);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack       = false;
     this.emptySpaceItem4.Location            = new System.Drawing.Point(230, 0);
     this.emptySpaceItem4.MaxSize             = new System.Drawing.Size(10, 24);
     this.emptySpaceItem4.MinSize             = new System.Drawing.Size(10, 24);
     this.emptySpaceItem4.Name                = "emptySpaceItem4";
     this.emptySpaceItem4.Size                = new System.Drawing.Size(10, 24);
     this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem4.TextSize            = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.Control = this.cmbSearch_Type;
     this.layoutControlItem13.CustomizationFormText = "MD 검색";
     this.layoutControlItem13.Location              = new System.Drawing.Point(0, 0);
     this.layoutControlItem13.MaxSize               = new System.Drawing.Size(230, 24);
     this.layoutControlItem13.MinSize               = new System.Drawing.Size(230, 24);
     this.layoutControlItem13.Name                  = "layoutControlItem13";
     this.layoutControlItem13.Size                  = new System.Drawing.Size(230, 24);
     this.layoutControlItem13.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem13.Text                  = "MD 검색";
     this.layoutControlItem13.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem13.TextSize              = new System.Drawing.Size(70, 20);
     this.layoutControlItem13.TextToControlDistance = 5;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control               = this.txtSearch_Name;
     this.layoutControlItem2.Location              = new System.Drawing.Point(240, 0);
     this.layoutControlItem2.MaxSize               = new System.Drawing.Size(144, 24);
     this.layoutControlItem2.MinSize               = new System.Drawing.Size(144, 24);
     this.layoutControlItem2.Name                  = "layoutControlItem2";
     this.layoutControlItem2.Size                  = new System.Drawing.Size(144, 24);
     this.layoutControlItem2.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem2.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control     = this.efwGridControl1;
     this.layoutControlItem4.Location    = new System.Drawing.Point(0, 24);
     this.layoutControlItem4.Name        = "layoutControlItem4";
     this.layoutControlItem4.Size        = new System.Drawing.Size(938, 443);
     this.layoutControlItem4.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.lblDate;
     this.layoutControlItem3.Location    = new System.Drawing.Point(417, 0);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(254, 24);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack       = false;
     this.emptySpaceItem2.Location            = new System.Drawing.Point(384, 0);
     this.emptySpaceItem2.MaxSize             = new System.Drawing.Size(33, 24);
     this.emptySpaceItem2.MinSize             = new System.Drawing.Size(33, 24);
     this.emptySpaceItem2.Name                = "emptySpaceItem2";
     this.emptySpaceItem2.Size                = new System.Drawing.Size(33, 24);
     this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem2.TextSize            = new System.Drawing.Size(0, 0);
     //
     // txtSearch
     //
     this.txtSearch.EditValue2 = null;
     this.txtSearch.Location   = new System.Drawing.Point(242, 12);
     this.txtSearch.Name       = "txtSearch";
     this.txtSearch.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtSearch.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtSearch.RequireMessage = null;
     this.txtSearch.Size           = new System.Drawing.Size(196, 20);
     this.txtSearch.TabIndex       = 6;
     //
     // frmGSHOP07
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.efwGroupControl1);
     this.Name = "frmGSHOP07";
     this.Size = new System.Drawing.Size(958, 534);
     this.Controls.SetChildIndex(this.efwGroupControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).EndInit();
     this.efwGroupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch_Name.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSearch_Type.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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(frmBankInfo));
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1    = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2    = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3    = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ChildHierarchy  childHierarchy1 = new Easy.Framework.WinForm.Control.ChildHierarchy();
     Easy.Framework.WinForm.Control.Hierarchy       hierarchy1      = new Easy.Framework.WinForm.Control.Hierarchy();
     this.panel1                    = new System.Windows.Forms.Panel();
     this.txtCOMPANYCD              = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.txtCOMPANYNAME            = new Easy.Framework.WinForm.Control.efwLabel();
     this.btnClose                  = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.btnSel                    = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.panel2                    = new System.Windows.Forms.Panel();
     this.efwGroupControl1          = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.efwGridControl1           = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn9               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit2   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemMemoEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.splitterControl1          = new DevExpress.XtraEditors.SplitterControl();
     this.efwGroupControl2          = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.layoutControl1            = new DevExpress.XtraLayout.LayoutControl();
     this.btnDelete                 = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.brnSave                   = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.btnNew                    = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.txtRANKORDER              = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwLabel1                 = new Easy.Framework.WinForm.Control.efwLabel();
     this.cmbBIZCD                  = new Easy.Framework.WinForm.Control.efwLookUpEdit();
     this.txtMEMO                   = new Easy.Framework.WinForm.Control.efwMemoEdit();
     this.txtBANKCODE               = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.txtBANKNAME               = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.layoutControlGroup1       = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1        = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2        = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7        = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem10       = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4        = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem3        = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem3           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem5           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem4           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5        = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6        = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8        = new DevExpress.XtraLayout.LayoutControlItem();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCOMPANYCD.Properties)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).BeginInit();
     this.efwGroupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl2)).BeginInit();
     this.efwGroupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtRANKORDER.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBIZCD.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMEMO.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBANKCODE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBANKNAME.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.txtCOMPANYCD);
     this.panel1.Controls.Add(this.txtCOMPANYNAME);
     this.panel1.Controls.Add(this.btnClose);
     this.panel1.Controls.Add(this.btnSel);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(5, 5);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(738, 33);
     this.panel1.TabIndex = 3;
     //
     // txtCOMPANYCD
     //
     this.txtCOMPANYCD.EditValue2 = null;
     this.txtCOMPANYCD.Enabled    = false;
     this.txtCOMPANYCD.Location   = new System.Drawing.Point(271, 7);
     this.txtCOMPANYCD.Name       = "txtCOMPANYCD";
     this.txtCOMPANYCD.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtCOMPANYCD.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtCOMPANYCD.RequireMessage = null;
     this.txtCOMPANYCD.Size           = new System.Drawing.Size(100, 20);
     this.txtCOMPANYCD.TabIndex       = 3;
     this.txtCOMPANYCD.Visible        = false;
     //
     // txtCOMPANYNAME
     //
     this.txtCOMPANYNAME.Appearance.Font            = new System.Drawing.Font("Tahoma", 11F);
     this.txtCOMPANYNAME.Appearance.Options.UseFont = true;
     this.txtCOMPANYNAME.EraserGroup = null;
     this.txtCOMPANYNAME.IsMultiLang = false;
     this.txtCOMPANYNAME.Location    = new System.Drawing.Point(25, 7);
     this.txtCOMPANYNAME.Name        = "txtCOMPANYNAME";
     this.txtCOMPANYNAME.Size        = new System.Drawing.Size(64, 18);
     this.txtCOMPANYNAME.TabIndex    = 2;
     this.txtCOMPANYNAME.Text        = "efwLabel1";
     //
     // btnClose
     //
     this.btnClose.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.ButtonType         = Easy.Framework.Util.BtnType.Close;
     this.btnClose.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
     this.btnClose.IsMultiLang        = false;
     this.btnClose.Location           = new System.Drawing.Point(637, 5);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 1;
     this.btnClose.Text     = "취소";
     this.btnClose.Click   += new System.EventHandler(this.btnClose_Click);
     //
     // btnSel
     //
     this.btnSel.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSel.ButtonType         = Easy.Framework.Util.BtnType.UserDefine1;
     this.btnSel.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btnSel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSel.ImageOptions.Image")));
     this.btnSel.IsMultiLang        = false;
     this.btnSel.Location           = new System.Drawing.Point(556, 5);
     this.btnSel.Name     = "btnSel";
     this.btnSel.Size     = new System.Drawing.Size(75, 23);
     this.btnSel.TabIndex = 0;
     this.btnSel.Text     = "선택";
     this.btnSel.Click   += new System.EventHandler(this.btnSel_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.efwGroupControl1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(5, 38);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(265, 387);
     this.panel2.TabIndex = 4;
     //
     // efwGroupControl1
     //
     this.efwGroupControl1.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwGroupControl1.CaptionImageOptions.Image")));
     this.efwGroupControl1.Controls.Add(this.efwGridControl1);
     this.efwGroupControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl1.IsMultiLang = false;
     this.efwGroupControl1.Location    = new System.Drawing.Point(0, 0);
     this.efwGroupControl1.Name        = "efwGroupControl1";
     this.efwGroupControl1.Size        = new System.Drawing.Size(265, 387);
     this.efwGroupControl1.TabIndex    = 2;
     this.efwGroupControl1.Text        = "직책목록";
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = null;
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = null;
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsEditable        = false;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(2, 23);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit1,
         this.repositoryItemMemoExEdit1,
         this.repositoryItemMemoEdit1,
         this.repositoryItemMemoEdit2
     });
     this.efwGridControl1.Size              = new System.Drawing.Size(261, 362);
     this.efwGridControl1.TabIndex          = 7;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = null;
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn9,
         this.gridColumn1,
         this.gridColumn15,
         this.gridColumn16,
         this.gridColumn2
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowGroupPanel  = false;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption   = "회사코드";
     this.gridColumn9.FieldName = "COMPANYCD";
     this.gridColumn9.Name      = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.Width = 152;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "순번";
     this.gridColumn1.FieldName = "RANKORDER";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption   = "은행코드";
     this.gridColumn15.FieldName = "BANKCODE";
     this.gridColumn15.Name      = "gridColumn15";
     this.gridColumn15.OptionsColumn.AllowEdit = false;
     this.gridColumn15.Visible      = true;
     this.gridColumn15.VisibleIndex = 1;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption   = "은행명";
     this.gridColumn16.FieldName = "BANKNAME";
     this.gridColumn16.Name      = "gridColumn16";
     this.gridColumn16.OptionsColumn.AllowEdit = false;
     this.gridColumn16.Visible      = true;
     this.gridColumn16.VisibleIndex = 2;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption    = "비고";
     this.gridColumn2.ColumnEdit = this.repositoryItemMemoEdit2;
     this.gridColumn2.FieldName  = "COMMENT";
     this.gridColumn2.Name       = "gridColumn2";
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // repositoryItemMemoExEdit1
     //
     this.repositoryItemMemoExEdit1.AutoHeight = false;
     this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // splitterControl1
     //
     this.splitterControl1.Location = new System.Drawing.Point(270, 38);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(5, 387);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop  = false;
     //
     // efwGroupControl2
     //
     this.efwGroupControl2.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwGroupControl2.CaptionImageOptions.Image")));
     this.efwGroupControl2.Controls.Add(this.layoutControl1);
     this.efwGroupControl2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl2.IsMultiLang = false;
     this.efwGroupControl2.Location    = new System.Drawing.Point(275, 38);
     this.efwGroupControl2.Name        = "efwGroupControl2";
     this.efwGroupControl2.Size        = new System.Drawing.Size(468, 387);
     this.efwGroupControl2.TabIndex    = 6;
     this.efwGroupControl2.Text        = "직책정보";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.btnDelete);
     this.layoutControl1.Controls.Add(this.brnSave);
     this.layoutControl1.Controls.Add(this.btnNew);
     this.layoutControl1.Controls.Add(this.txtRANKORDER);
     this.layoutControl1.Controls.Add(this.efwLabel1);
     this.layoutControl1.Controls.Add(this.cmbBIZCD);
     this.layoutControl1.Controls.Add(this.txtMEMO);
     this.layoutControl1.Controls.Add(this.txtBANKCODE);
     this.layoutControl1.Controls.Add(this.txtBANKNAME);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(2, 23);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(464, 362);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // btnDelete
     //
     this.btnDelete.ButtonType         = Easy.Framework.Util.BtnType.Delete;
     this.btnDelete.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btnDelete.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.ImageOptions.Image")));
     this.btnDelete.IsMultiLang        = false;
     this.btnDelete.Location           = new System.Drawing.Point(386, 328);
     this.btnDelete.Name            = "btnDelete";
     this.btnDelete.Size            = new System.Drawing.Size(66, 22);
     this.btnDelete.StyleController = this.layoutControl1;
     this.btnDelete.TabIndex        = 14;
     this.btnDelete.Text            = "삭제";
     this.btnDelete.Click          += new System.EventHandler(this.btnDelete_Click);
     //
     // brnSave
     //
     this.brnSave.ButtonType         = Easy.Framework.Util.BtnType.Save;
     this.brnSave.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.brnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("brnSave.ImageOptions.Image")));
     this.brnSave.IsMultiLang        = false;
     this.brnSave.Location           = new System.Drawing.Point(316, 328);
     this.brnSave.Name            = "brnSave";
     this.brnSave.Size            = new System.Drawing.Size(66, 22);
     this.brnSave.StyleController = this.layoutControl1;
     this.brnSave.TabIndex        = 13;
     this.brnSave.Text            = "저장";
     this.brnSave.Click          += new System.EventHandler(this.brnSave_Click);
     //
     // btnNew
     //
     this.btnNew.ButtonType         = Easy.Framework.Util.BtnType.NewMode;
     this.btnNew.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.btnNew.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnNew.ImageOptions.Image")));
     this.btnNew.IsMultiLang        = false;
     this.btnNew.Location           = new System.Drawing.Point(246, 328);
     this.btnNew.Name            = "btnNew";
     this.btnNew.Size            = new System.Drawing.Size(66, 22);
     this.btnNew.StyleController = this.layoutControl1;
     this.btnNew.TabIndex        = 12;
     this.btnNew.Text            = "신규";
     this.btnNew.Click          += new System.EventHandler(this.btnNew_Click);
     //
     // txtRANKORDER
     //
     this.txtRANKORDER.EditValue2  = null;
     this.txtRANKORDER.EraserGroup = "CLR1";
     this.txtRANKORDER.Location    = new System.Drawing.Point(97, 102);
     this.txtRANKORDER.Name        = "txtRANKORDER";
     this.txtRANKORDER.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtRANKORDER.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtRANKORDER.Properties.NullText = "0";
     this.txtRANKORDER.RequireMessage      = null;
     this.txtRANKORDER.Size            = new System.Drawing.Size(143, 20);
     this.txtRANKORDER.StyleController = this.layoutControl1;
     this.txtRANKORDER.TabIndex        = 11;
     //
     // efwLabel1
     //
     this.efwLabel1.Appearance.ForeColor            = System.Drawing.Color.Red;
     this.efwLabel1.Appearance.Options.UseForeColor = true;
     this.efwLabel1.EraserGroup     = null;
     this.efwLabel1.IsMultiLang     = false;
     this.efwLabel1.Location        = new System.Drawing.Point(102, 60);
     this.efwLabel1.Name            = "efwLabel1";
     this.efwLabel1.Size            = new System.Drawing.Size(282, 14);
     this.efwLabel1.StyleController = this.layoutControl1;
     this.efwLabel1.TabIndex        = 10;
     this.efwLabel1.Text            = "※ 은행코드는 KEY이므로 변경시 삭제후 재등록해야 합니다.";
     //
     // cmbBIZCD
     //
     childHierarchy1.CodeCtrl         = null;
     childHierarchy1.DbName           = null;
     childHierarchy1.SpName           = null;
     this.cmbBIZCD.ChildHierarchyInfo = childHierarchy1;
     hierarchy1.DbName           = null;
     hierarchy1.SpName           = null;
     this.cmbBIZCD.HierarchyInfo = hierarchy1;
     this.cmbBIZCD.IsMultiLang   = false;
     this.cmbBIZCD.Location      = new System.Drawing.Point(97, 12);
     this.cmbBIZCD.Name          = "cmbBIZCD";
     this.cmbBIZCD.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.cmbBIZCD.Properties.Appearance.Options.UseBackColor = true;
     this.cmbBIZCD.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbBIZCD.Properties.ReadOnly = true;
     this.cmbBIZCD.Size            = new System.Drawing.Size(143, 20);
     this.cmbBIZCD.StyleController = this.layoutControl1;
     this.cmbBIZCD.TabIndex        = 9;
     //
     // txtMEMO
     //
     this.txtMEMO.ByteLength  = 500;
     this.txtMEMO.EraserGroup = "CLR1";
     this.txtMEMO.Location    = new System.Drawing.Point(97, 126);
     this.txtMEMO.Name        = "txtMEMO";
     this.txtMEMO.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtMEMO.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtMEMO.Size            = new System.Drawing.Size(355, 198);
     this.txtMEMO.StyleController = this.layoutControl1;
     this.txtMEMO.TabIndex        = 6;
     //
     // txtBANKCODE
     //
     this.txtBANKCODE.ByteLength  = 10;
     this.txtBANKCODE.EditValue2  = null;
     this.txtBANKCODE.EraserGroup = "CLR1";
     this.txtBANKCODE.IsRequire   = true;
     this.txtBANKCODE.Location    = new System.Drawing.Point(97, 36);
     this.txtBANKCODE.Name        = "txtBANKCODE";
     this.txtBANKCODE.Properties.Appearance.BackColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(242)))), ((int)(((byte)(226)))));
     this.txtBANKCODE.Properties.Appearance.Options.UseBackColor        = true;
     this.txtBANKCODE.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtBANKCODE.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtBANKCODE.RequireGroup    = "R1";
     this.txtBANKCODE.RequireMessage  = "직책코드를 입력하세요!";
     this.txtBANKCODE.Size            = new System.Drawing.Size(143, 20);
     this.txtBANKCODE.StyleController = this.layoutControl1;
     this.txtBANKCODE.TabIndex        = 0;
     //
     // txtBANKNAME
     //
     this.txtBANKNAME.ByteLength  = 200;
     this.txtBANKNAME.EditValue2  = null;
     this.txtBANKNAME.EraserGroup = "CLR1";
     this.txtBANKNAME.IsRequire   = true;
     this.txtBANKNAME.Location    = new System.Drawing.Point(97, 78);
     this.txtBANKNAME.Name        = "txtBANKNAME";
     this.txtBANKNAME.Properties.Appearance.BackColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(242)))), ((int)(((byte)(226)))));
     this.txtBANKNAME.Properties.Appearance.Options.UseBackColor        = true;
     this.txtBANKNAME.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtBANKNAME.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtBANKNAME.RequireGroup    = "R1";
     this.txtBANKNAME.RequireMessage  = "직책명을 입력하세요!";
     this.txtBANKNAME.Size            = new System.Drawing.Size(355, 20);
     this.txtBANKNAME.StyleController = this.layoutControl1;
     this.txtBANKNAME.TabIndex        = 1;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem7,
         this.layoutControlItem10,
         this.layoutControlItem4,
         this.emptySpaceItem1,
         this.layoutControlItem3,
         this.emptySpaceItem2,
         this.emptySpaceItem3,
         this.emptySpaceItem5,
         this.emptySpaceItem4,
         this.layoutControlItem5,
         this.layoutControlItem6,
         this.layoutControlItem8
     });
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(464, 362);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control               = this.txtBANKCODE;
     this.layoutControlItem1.Location              = new System.Drawing.Point(0, 24);
     this.layoutControlItem1.Name                  = "layoutControlItem1";
     this.layoutControlItem1.Size                  = new System.Drawing.Size(232, 24);
     this.layoutControlItem1.Text                  = "은행코드";
     this.layoutControlItem1.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem1.TextSize              = new System.Drawing.Size(80, 20);
     this.layoutControlItem1.TextToControlDistance = 5;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.txtBANKNAME;
     this.layoutControlItem2.CustomizationFormText = "부서코드";
     this.layoutControlItem2.Location              = new System.Drawing.Point(0, 66);
     this.layoutControlItem2.Name                  = "layoutControlItem2";
     this.layoutControlItem2.Size                  = new System.Drawing.Size(444, 24);
     this.layoutControlItem2.Text                  = "은행명";
     this.layoutControlItem2.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem2.TextSize              = new System.Drawing.Size(80, 20);
     this.layoutControlItem2.TextToControlDistance = 5;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control               = this.txtMEMO;
     this.layoutControlItem7.Location              = new System.Drawing.Point(0, 114);
     this.layoutControlItem7.Name                  = "layoutControlItem7";
     this.layoutControlItem7.Size                  = new System.Drawing.Size(444, 202);
     this.layoutControlItem7.Text                  = "비고";
     this.layoutControlItem7.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem7.TextSize              = new System.Drawing.Size(80, 14);
     this.layoutControlItem7.TextToControlDistance = 5;
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control               = this.cmbBIZCD;
     this.layoutControlItem10.Location              = new System.Drawing.Point(0, 0);
     this.layoutControlItem10.Name                  = "layoutControlItem10";
     this.layoutControlItem10.Size                  = new System.Drawing.Size(232, 24);
     this.layoutControlItem10.Text                  = "사업장";
     this.layoutControlItem10.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem10.TextSize              = new System.Drawing.Size(80, 20);
     this.layoutControlItem10.TextToControlDistance = 5;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control               = this.txtRANKORDER;
     this.layoutControlItem4.Location              = new System.Drawing.Point(0, 90);
     this.layoutControlItem4.Name                  = "layoutControlItem4";
     this.layoutControlItem4.Size                  = new System.Drawing.Size(232, 24);
     this.layoutControlItem4.Text                  = "정렬순서";
     this.layoutControlItem4.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem4.TextSize              = new System.Drawing.Size(80, 14);
     this.layoutControlItem4.TextToControlDistance = 5;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(232, 90);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(212, 24);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.efwLabel1;
     this.layoutControlItem3.Location    = new System.Drawing.Point(90, 48);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(354, 18);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack       = false;
     this.emptySpaceItem2.Location            = new System.Drawing.Point(0, 48);
     this.emptySpaceItem2.MaxSize             = new System.Drawing.Size(90, 0);
     this.emptySpaceItem2.MinSize             = new System.Drawing.Size(90, 10);
     this.emptySpaceItem2.Name                = "emptySpaceItem2";
     this.emptySpaceItem2.Size                = new System.Drawing.Size(90, 18);
     this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem2.TextSize            = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.Location      = new System.Drawing.Point(232, 0);
     this.emptySpaceItem3.Name          = "emptySpaceItem3";
     this.emptySpaceItem3.Size          = new System.Drawing.Size(212, 24);
     this.emptySpaceItem3.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.Location      = new System.Drawing.Point(232, 24);
     this.emptySpaceItem5.Name          = "emptySpaceItem5";
     this.emptySpaceItem5.Size          = new System.Drawing.Size(212, 24);
     this.emptySpaceItem5.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack = false;
     this.emptySpaceItem4.Location      = new System.Drawing.Point(0, 316);
     this.emptySpaceItem4.Name          = "emptySpaceItem4";
     this.emptySpaceItem4.Size          = new System.Drawing.Size(234, 26);
     this.emptySpaceItem4.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control             = this.btnNew;
     this.layoutControlItem5.Location            = new System.Drawing.Point(234, 316);
     this.layoutControlItem5.MaxSize             = new System.Drawing.Size(70, 26);
     this.layoutControlItem5.MinSize             = new System.Drawing.Size(70, 26);
     this.layoutControlItem5.Name                = "layoutControlItem5";
     this.layoutControlItem5.Size                = new System.Drawing.Size(70, 26);
     this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible         = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control             = this.brnSave;
     this.layoutControlItem6.Location            = new System.Drawing.Point(304, 316);
     this.layoutControlItem6.MaxSize             = new System.Drawing.Size(70, 26);
     this.layoutControlItem6.MinSize             = new System.Drawing.Size(70, 26);
     this.layoutControlItem6.Name                = "layoutControlItem6";
     this.layoutControlItem6.Size                = new System.Drawing.Size(70, 26);
     this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem6.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextVisible         = false;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control             = this.btnDelete;
     this.layoutControlItem8.Location            = new System.Drawing.Point(374, 316);
     this.layoutControlItem8.MaxSize             = new System.Drawing.Size(70, 26);
     this.layoutControlItem8.MinSize             = new System.Drawing.Size(70, 26);
     this.layoutControlItem8.Name                = "layoutControlItem8";
     this.layoutControlItem8.Size                = new System.Drawing.Size(70, 26);
     this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem8.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextVisible         = false;
     //
     // frmBankInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(748, 430);
     this.Controls.Add(this.efwGroupControl2);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name    = "frmBankInfo";
     this.Padding = new System.Windows.Forms.Padding(5);
     this.Text    = "은행정보";
     this.Load   += new System.EventHandler(this.frmBankInfo_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCOMPANYCD.Properties)).EndInit();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).EndInit();
     this.efwGroupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl2)).EndInit();
     this.efwGroupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtRANKORDER.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBIZCD.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMEMO.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBANKCODE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBANKNAME.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     this.ResumeLayout(false);
 }
Example #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1 = new Easy.Framework.WinForm.Control.ServiceInfo();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(frmDN26_Pop01));
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3 = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.efwPanelControl1 = new Easy.Framework.WinForm.Control.efwPanelControl();
     this.txtu_id          = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwLabel3        = new Easy.Framework.WinForm.Control.efwLabel();
     this.txtU_NickName    = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwGridControl1  = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5      = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl1)).BeginInit();
     this.efwPanelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtu_id.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtU_NickName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // efwPanelControl1
     //
     this.efwPanelControl1.Controls.Add(this.txtu_id);
     this.efwPanelControl1.Controls.Add(this.efwLabel3);
     this.efwPanelControl1.Controls.Add(this.txtU_NickName);
     this.efwPanelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.efwPanelControl1.Location = new System.Drawing.Point(0, 0);
     this.efwPanelControl1.Name     = "efwPanelControl1";
     this.efwPanelControl1.Size     = new System.Drawing.Size(432, 48);
     this.efwPanelControl1.TabIndex = 4;
     //
     // txtu_id
     //
     this.txtu_id.EditValue2  = null;
     this.txtu_id.Enabled     = false;
     this.txtu_id.EraserGroup = "CLR1";
     this.txtu_id.Location    = new System.Drawing.Point(536, 14);
     this.txtu_id.Name        = "txtu_id";
     this.txtu_id.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtu_id.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtu_id.RequireMessage = null;
     this.txtu_id.Size           = new System.Drawing.Size(252, 20);
     this.txtu_id.TabIndex       = 44;
     this.txtu_id.Visible        = false;
     //
     // efwLabel3
     //
     this.efwLabel3.EraserGroup = null;
     this.efwLabel3.IsMultiLang = false;
     this.efwLabel3.Location    = new System.Drawing.Point(54, 17);
     this.efwLabel3.Name        = "efwLabel3";
     this.efwLabel3.Size        = new System.Drawing.Size(30, 14);
     this.efwLabel3.TabIndex    = 43;
     this.efwLabel3.Text        = "주문자";
     //
     // txtU_NickName
     //
     this.txtU_NickName.EditValue2  = null;
     this.txtU_NickName.Enabled     = false;
     this.txtU_NickName.EraserGroup = "CLR1";
     this.txtU_NickName.Location    = new System.Drawing.Point(106, 14);
     this.txtU_NickName.Name        = "txtU_NickName";
     this.txtU_NickName.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtU_NickName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtU_NickName.RequireMessage = null;
     this.txtU_NickName.Size           = new System.Drawing.Size(176, 20);
     this.txtU_NickName.TabIndex       = 7;
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo1.UserParams")));
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo2.UserParams")));
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(0, 48);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.Size              = new System.Drawing.Size(432, 402);
     this.efwGridControl1.TabIndex          = 5;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo3.UserParams")));
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.efwGridControl1.DoubleClick += new System.EventHandler(this.efwGridControl1_DoubleClick);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "u_id";
     this.gridColumn1.FieldName = "u_id";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Width = 156;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "닉네임";
     this.gridColumn2.FieldName = "u_nickname";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 0;
     this.gridColumn2.Width        = 138;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "이름";
     this.gridColumn3.FieldName = "u_name";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 1;
     this.gridColumn3.Width        = 161;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "로그인ID";
     this.gridColumn4.FieldName = "login_id";
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 2;
     this.gridColumn4.Width        = 161;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption   = "전화번호";
     this.gridColumn5.FieldName = "u_cell_num";
     this.gridColumn5.Name      = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 3;
     this.gridColumn5.Width        = 166;
     //
     // frmDN26_Pop01
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(432, 450);
     this.Controls.Add(this.efwGridControl1);
     this.Controls.Add(this.efwPanelControl1);
     this.Name          = "frmDN26_Pop01";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "MD 팀장";
     this.Load         += new System.EventHandler(this.frmDN26_Pop01_Load);
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl1)).EndInit();
     this.efwPanelControl1.ResumeLayout(false);
     this.efwPanelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtu_id.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtU_NickName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
Example #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3 = new Easy.Framework.WinForm.Control.ServiceInfo();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(frmMM17));
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo4 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo5 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo6 = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.xtraTabPage2             = new DevExpress.XtraTab.XtraTabPage();
     this.efwPanelControl2         = new Easy.Framework.WinForm.Control.efwPanelControl();
     this.chkG               = new Easy.Framework.WinForm.Control.efwCheckEdit();
     this.chkV               = new Easy.Framework.WinForm.Control.efwCheckEdit();
     this.chkA               = new Easy.Framework.WinForm.Control.efwCheckEdit();
     this.chkD               = new Easy.Framework.WinForm.Control.efwCheckEdit();
     this.chkB               = new Easy.Framework.WinForm.Control.efwCheckEdit();
     this.chkS               = new Easy.Framework.WinForm.Control.efwCheckEdit();
     this.efwLabel3          = new Easy.Framework.WinForm.Control.efwLabel();
     this.txtI_SEARCH        = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwSimpleButton3   = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.efwSimpleButton4   = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.efwGridControl2    = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridView2          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn8        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitterControl1   = new DevExpress.XtraEditors.SplitterControl();
     this.groupControl1      = new DevExpress.XtraEditors.GroupControl();
     this.txtMessage         = new Easy.Framework.WinForm.Control.efwMemoEdit();
     this.efwSimpleButton2   = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.xtraTabPage1       = new DevExpress.XtraTab.XtraTabPage();
     this.efwPanelControl1   = new Easy.Framework.WinForm.Control.efwPanelControl();
     this.efwLabel35         = new Easy.Framework.WinForm.Control.efwLabel();
     this.dtSDATE            = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.rbQType            = new Easy.Framework.WinForm.Control.efwRadioGroup();
     this.txtQuery           = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwLabel2          = new Easy.Framework.WinForm.Control.efwLabel();
     this.efwGridControl1    = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView3          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.efwXtraTabControl1 = new Easy.Framework.WinForm.Control.efwXtraTabControl();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl2)).BeginInit();
     this.efwPanelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkG.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkV.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkA.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkD.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkB.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkS.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtI_SEARCH.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtMessage.Properties)).BeginInit();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl1)).BeginInit();
     this.efwPanelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtSDATE.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtSDATE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rbQType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQuery.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwXtraTabControl1)).BeginInit();
     this.efwXtraTabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight     = false;
     this.repositoryItemCheckEdit3.Name           = "repositoryItemCheckEdit3";
     this.repositoryItemCheckEdit3.ValueChecked   = "Y";
     this.repositoryItemCheckEdit3.ValueUnchecked = "N";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.groupControl1);
     this.xtraTabPage2.Controls.Add(this.splitterControl1);
     this.xtraTabPage2.Controls.Add(this.efwGridControl2);
     this.xtraTabPage2.Controls.Add(this.efwPanelControl2);
     this.xtraTabPage2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage2.ImageOptions.Image")));
     this.xtraTabPage2.Name    = "xtraTabPage2";
     this.xtraTabPage2.Padding = new System.Windows.Forms.Padding(5);
     this.xtraTabPage2.Size    = new System.Drawing.Size(1112, 724);
     this.xtraTabPage2.Text    = "문자 전송";
     //
     // efwPanelControl2
     //
     this.efwPanelControl2.Controls.Add(this.efwSimpleButton4);
     this.efwPanelControl2.Controls.Add(this.efwSimpleButton3);
     this.efwPanelControl2.Controls.Add(this.txtI_SEARCH);
     this.efwPanelControl2.Controls.Add(this.efwLabel3);
     this.efwPanelControl2.Controls.Add(this.chkS);
     this.efwPanelControl2.Controls.Add(this.chkB);
     this.efwPanelControl2.Controls.Add(this.chkD);
     this.efwPanelControl2.Controls.Add(this.chkA);
     this.efwPanelControl2.Controls.Add(this.chkV);
     this.efwPanelControl2.Controls.Add(this.chkG);
     this.efwPanelControl2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.efwPanelControl2.Location = new System.Drawing.Point(5, 5);
     this.efwPanelControl2.Name     = "efwPanelControl2";
     this.efwPanelControl2.Size     = new System.Drawing.Size(1102, 46);
     this.efwPanelControl2.TabIndex = 5;
     //
     // chkG
     //
     this.chkG.EditValue                 = "Y";
     this.chkG.EraserGroup               = "CLR1";
     this.chkG.Location                  = new System.Drawing.Point(248, 14);
     this.chkG.Name                      = "chkG";
     this.chkG.Properties.Caption        = "G 멀티샵";
     this.chkG.Properties.ValueChecked   = "G";
     this.chkG.Properties.ValueUnchecked = "N";
     this.chkG.Size                      = new System.Drawing.Size(71, 19);
     this.chkG.TabIndex                  = 49;
     //
     // chkV
     //
     this.chkV.EditValue                 = "Y";
     this.chkV.EraserGroup               = "CLR1";
     this.chkV.Location                  = new System.Drawing.Point(171, 14);
     this.chkV.Name                      = "chkV";
     this.chkV.Properties.Caption        = "VIP";
     this.chkV.Properties.ValueChecked   = "V";
     this.chkV.Properties.ValueUnchecked = "N";
     this.chkV.Size                      = new System.Drawing.Size(71, 19);
     this.chkV.TabIndex                  = 48;
     //
     // chkA
     //
     this.chkA.EditValue                 = "Y";
     this.chkA.EraserGroup               = "CLR1";
     this.chkA.Location                  = new System.Drawing.Point(17, 14);
     this.chkA.Name                      = "chkA";
     this.chkA.Properties.Caption        = "전체";
     this.chkA.Properties.ValueChecked   = "A";
     this.chkA.Properties.ValueUnchecked = "N";
     this.chkA.Size                      = new System.Drawing.Size(71, 19);
     this.chkA.TabIndex                  = 47;
     this.chkA.CheckedChanged           += new System.EventHandler(this.chkA_CheckedChanged);
     //
     // chkD
     //
     this.chkD.EditValue                 = "Y";
     this.chkD.EraserGroup               = "CLR1";
     this.chkD.Location                  = new System.Drawing.Point(94, 14);
     this.chkD.Name                      = "chkD";
     this.chkD.Properties.Caption        = "도마";
     this.chkD.Properties.ValueChecked   = "D";
     this.chkD.Properties.ValueUnchecked = "N";
     this.chkD.Size                      = new System.Drawing.Size(71, 19);
     this.chkD.TabIndex                  = 46;
     //
     // chkB
     //
     this.chkB.EditValue                 = "Y";
     this.chkB.EraserGroup               = "CLR1";
     this.chkB.Location                  = new System.Drawing.Point(325, 14);
     this.chkB.Name                      = "chkB";
     this.chkB.Properties.Caption        = "BIZ";
     this.chkB.Properties.ValueChecked   = "B";
     this.chkB.Properties.ValueUnchecked = "N";
     this.chkB.Size                      = new System.Drawing.Size(71, 19);
     this.chkB.TabIndex                  = 50;
     //
     // chkS
     //
     this.chkS.EditValue                 = "Y";
     this.chkS.EraserGroup               = "CLR1";
     this.chkS.Location                  = new System.Drawing.Point(402, 14);
     this.chkS.Name                      = "chkS";
     this.chkS.Properties.Caption        = "주주";
     this.chkS.Properties.ValueChecked   = "S";
     this.chkS.Properties.ValueUnchecked = "N";
     this.chkS.Size                      = new System.Drawing.Size(71, 19);
     this.chkS.TabIndex                  = 48;
     //
     // efwLabel3
     //
     this.efwLabel3.EraserGroup = null;
     this.efwLabel3.IsMultiLang = false;
     this.efwLabel3.Location    = new System.Drawing.Point(479, 16);
     this.efwLabel3.Name        = "efwLabel3";
     this.efwLabel3.Size        = new System.Drawing.Size(160, 14);
     this.efwLabel3.TabIndex    = 51;
     this.efwLabel3.Text        = "검색명 ( 닉네임, 이름, 로그인ID )";
     //
     // txtI_SEARCH
     //
     this.txtI_SEARCH.EditValue2  = null;
     this.txtI_SEARCH.EraserGroup = "CLR1";
     this.txtI_SEARCH.Location    = new System.Drawing.Point(668, 13);
     this.txtI_SEARCH.Name        = "txtI_SEARCH";
     this.txtI_SEARCH.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtI_SEARCH.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtI_SEARCH.RequireMessage = null;
     this.txtI_SEARCH.Size           = new System.Drawing.Size(176, 20);
     this.txtI_SEARCH.TabIndex       = 7;
     this.txtI_SEARCH.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.txtI_SEARCH_KeyDown);
     //
     // efwSimpleButton3
     //
     this.efwSimpleButton3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwSimpleButton3.ImageOptions.Image")));
     this.efwSimpleButton3.IsMultiLang        = false;
     this.efwSimpleButton3.Location           = new System.Drawing.Point(899, 12);
     this.efwSimpleButton3.Name     = "efwSimpleButton3";
     this.efwSimpleButton3.Size     = new System.Drawing.Size(85, 22);
     this.efwSimpleButton3.TabIndex = 64;
     this.efwSimpleButton3.Text     = "전체선택";
     this.efwSimpleButton3.Click   += new System.EventHandler(this.efwSimpleButton3_Click);
     //
     // efwSimpleButton4
     //
     this.efwSimpleButton4.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwSimpleButton4.ImageOptions.Image")));
     this.efwSimpleButton4.IsMultiLang        = false;
     this.efwSimpleButton4.Location           = new System.Drawing.Point(990, 12);
     this.efwSimpleButton4.Name     = "efwSimpleButton4";
     this.efwSimpleButton4.Size     = new System.Drawing.Size(85, 22);
     this.efwSimpleButton4.TabIndex = 65;
     this.efwSimpleButton4.Text     = "전체해제";
     this.efwSimpleButton4.Click   += new System.EventHandler(this.efwSimpleButton4_Click);
     //
     // efwGridControl2
     //
     this.efwGridControl2.BindSet           = null;
     this.efwGridControl2.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo1.UserParams")));
     this.efwGridControl2.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl2.Dock              = System.Windows.Forms.DockStyle.Top;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo2.UserParams")));
     this.efwGridControl2.InsertServiceInfo = serviceInfo2;
     this.efwGridControl2.IsAddExcelBtn     = true;
     this.efwGridControl2.isAddPrintBtn     = true;
     this.efwGridControl2.IsMultiLang       = false;
     this.efwGridControl2.Location          = new System.Drawing.Point(5, 51);
     this.efwGridControl2.MainView          = this.gridView2;
     this.efwGridControl2.Name              = "efwGridControl2";
     this.efwGridControl2.NowRowHandle      = 0;
     this.efwGridControl2.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl2.PKColumns")));
     this.efwGridControl2.PrevRowHandle     = -2147483648;
     this.efwGridControl2.Size              = new System.Drawing.Size(1102, 538);
     this.efwGridControl2.TabIndex          = 6;
     this.efwGridControl2.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo3.UserParams")));
     this.efwGridControl2.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView2
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "", null, "  ( 전송 건수:{0} )", "<Null>")
     });
     this.gridView1.Name = "gridView1";
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn8,
         this.gridColumn9,
         this.gridColumn10,
         this.gridColumn11,
         this.gridColumn12,
         this.gridColumn13,
         this.gridColumn14,
         this.gridColumn15
     });
     this.gridView2.GridControl = this.efwGridControl2;
     this.gridView2.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "", null, "  ( 전송 건수:{0} )", "<Null>")
     });
     this.gridView2.Name = "gridView2";
     //
     // gridColumn8
     //
     this.gridColumn8.Caption                = "Chk";
     this.gridColumn8.ColumnEdit             = this.repositoryItemCheckEdit3;
     this.gridColumn8.FieldName              = "chk";
     this.gridColumn8.Name                   = "gridColumn8";
     this.gridColumn8.OptionsColumn.ReadOnly = true;
     this.gridColumn8.Visible                = true;
     this.gridColumn8.VisibleIndex           = 0;
     this.gridColumn8.Width                  = 46;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption   = "닉네임";
     this.gridColumn9.FieldName = "u_nickname";
     this.gridColumn9.Name      = "gridColumn9";
     this.gridColumn9.OptionsColumn.ReadOnly = true;
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 1;
     this.gridColumn9.Width        = 130;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption   = "이름";
     this.gridColumn10.FieldName = "u_name";
     this.gridColumn10.Name      = "gridColumn10";
     this.gridColumn10.OptionsColumn.ReadOnly = true;
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 2;
     this.gridColumn10.Width        = 96;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption   = "로그인ID";
     this.gridColumn11.FieldName = "login_id";
     this.gridColumn11.Name      = "gridColumn11";
     this.gridColumn11.OptionsColumn.ReadOnly = true;
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 3;
     this.gridColumn11.Width        = 114;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption   = "전화번호";
     this.gridColumn12.FieldName = "u_cell_num";
     this.gridColumn12.Name      = "gridColumn12";
     this.gridColumn12.OptionsColumn.ReadOnly = true;
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 4;
     this.gridColumn12.Width        = 127;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption   = "등급";
     this.gridColumn13.FieldName = "u_chef_level";
     this.gridColumn13.Name      = "gridColumn13";
     this.gridColumn13.OptionsColumn.ReadOnly = true;
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 5;
     this.gridColumn13.Width        = 65;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption                = "주주유무";
     this.gridColumn14.ColumnEdit             = this.repositoryItemCheckEdit3;
     this.gridColumn14.FieldName              = "is_stock_friend";
     this.gridColumn14.Name                   = "gridColumn14";
     this.gridColumn14.OptionsColumn.ReadOnly = true;
     this.gridColumn14.Visible                = true;
     this.gridColumn14.VisibleIndex           = 6;
     this.gridColumn14.Width                  = 60;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption   = "상호명";
     this.gridColumn15.FieldName = "gshop_name";
     this.gridColumn15.Name      = "gridColumn15";
     this.gridColumn15.OptionsColumn.ReadOnly = true;
     this.gridColumn15.Visible      = true;
     this.gridColumn15.VisibleIndex = 7;
     this.gridColumn15.Width        = 466;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(5, 589);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(1102, 5);
     this.splitterControl1.TabIndex = 82;
     this.splitterControl1.TabStop  = false;
     //
     // groupControl1
     //
     this.groupControl1.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("groupControl1.CaptionImageOptions.Image")));
     this.groupControl1.Controls.Add(this.efwSimpleButton2);
     this.groupControl1.Controls.Add(this.txtMessage);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location = new System.Drawing.Point(5, 594);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(1102, 125);
     this.groupControl1.TabIndex = 83;
     this.groupControl1.Text     = "전송 내용";
     //
     // txtMessage
     //
     this.txtMessage.ByteLength  = 200;
     this.txtMessage.Dock        = System.Windows.Forms.DockStyle.Left;
     this.txtMessage.EraserGroup = "CLR1";
     this.txtMessage.Location    = new System.Drawing.Point(2, 23);
     this.txtMessage.Name        = "txtMessage";
     this.txtMessage.Properties.Appearance.Font                        = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMessage.Properties.Appearance.Options.UseFont             = true;
     this.txtMessage.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtMessage.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtMessage.Size     = new System.Drawing.Size(510, 100);
     this.txtMessage.TabIndex = 79;
     //
     // efwSimpleButton2
     //
     this.efwSimpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwSimpleButton2.ImageOptions.Image")));
     this.efwSimpleButton2.IsMultiLang        = false;
     this.efwSimpleButton2.Location           = new System.Drawing.Point(520, 31);
     this.efwSimpleButton2.Name     = "efwSimpleButton2";
     this.efwSimpleButton2.Size     = new System.Drawing.Size(105, 34);
     this.efwSimpleButton2.TabIndex = 82;
     this.efwSimpleButton2.Text     = "문자전송";
     this.efwSimpleButton2.Click   += new System.EventHandler(this.efwSimpleButton2_Click);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.efwGridControl1);
     this.xtraTabPage1.Controls.Add(this.efwPanelControl1);
     this.xtraTabPage1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage1.ImageOptions.Image")));
     this.xtraTabPage1.Name    = "xtraTabPage1";
     this.xtraTabPage1.Padding = new System.Windows.Forms.Padding(5);
     this.xtraTabPage1.Size    = new System.Drawing.Size(1112, 522);
     this.xtraTabPage1.Text    = "전송현황";
     //
     // efwPanelControl1
     //
     this.efwPanelControl1.Controls.Add(this.efwLabel2);
     this.efwPanelControl1.Controls.Add(this.txtQuery);
     this.efwPanelControl1.Controls.Add(this.rbQType);
     this.efwPanelControl1.Controls.Add(this.dtSDATE);
     this.efwPanelControl1.Controls.Add(this.efwLabel35);
     this.efwPanelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.efwPanelControl1.Location = new System.Drawing.Point(5, 5);
     this.efwPanelControl1.Name     = "efwPanelControl1";
     this.efwPanelControl1.Size     = new System.Drawing.Size(1102, 46);
     this.efwPanelControl1.TabIndex = 4;
     //
     // efwLabel35
     //
     this.efwLabel35.EraserGroup = null;
     this.efwLabel35.IsMultiLang = false;
     this.efwLabel35.Location    = new System.Drawing.Point(27, 16);
     this.efwLabel35.Name        = "efwLabel35";
     this.efwLabel35.Size        = new System.Drawing.Size(44, 14);
     this.efwLabel35.TabIndex    = 162;
     this.efwLabel35.Text        = "기간 년월";
     //
     // dtSDATE
     //
     this.dtSDATE.EditValue = null;
     this.dtSDATE.Location  = new System.Drawing.Point(96, 13);
     this.dtSDATE.Name      = "dtSDATE";
     this.dtSDATE.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dtSDATE.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dtSDATE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtSDATE.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtSDATE.Size     = new System.Drawing.Size(100, 20);
     this.dtSDATE.TabIndex = 163;
     //
     // rbQType
     //
     this.rbQType.IsMultiLang = false;
     this.rbQType.Location    = new System.Drawing.Point(494, 11);
     this.rbQType.Name        = "rbQType";
     this.rbQType.Properties.Appearance.BackColor                   = System.Drawing.Color.Transparent;
     this.rbQType.Properties.Appearance.Options.UseBackColor        = true;
     this.rbQType.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.rbQType.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.rbQType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.rbQType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem("D", "도넛 라이프"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("T", "텔레콤  "),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("A", "전체    ")
     });
     this.rbQType.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow;
     this.rbQType.RequireMessage         = null;
     this.rbQType.Size     = new System.Drawing.Size(241, 24);
     this.rbQType.TabIndex = 164;
     //
     // txtQuery
     //
     this.txtQuery.EditValue2 = null;
     this.txtQuery.Location   = new System.Drawing.Point(298, 13);
     this.txtQuery.Name       = "txtQuery";
     this.txtQuery.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtQuery.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtQuery.RequireMessage = null;
     this.txtQuery.Size           = new System.Drawing.Size(154, 20);
     this.txtQuery.TabIndex       = 166;
     this.txtQuery.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.txtQuery_KeyDown);
     //
     // efwLabel2
     //
     this.efwLabel2.EraserGroup = null;
     this.efwLabel2.IsMultiLang = false;
     this.efwLabel2.Location    = new System.Drawing.Point(225, 16);
     this.efwLabel2.Name        = "efwLabel2";
     this.efwLabel2.Size        = new System.Drawing.Size(44, 14);
     this.efwLabel2.TabIndex    = 167;
     this.efwLabel2.Text        = "검색 문구";
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo4.InstanceName              = "";
     serviceInfo4.IsUserIDAdd               = true;
     serviceInfo4.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo4.ParamsInfo")));
     serviceInfo4.ProcName                  = "";
     serviceInfo4.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo4.UserParams")));
     this.efwGridControl1.DeleteServiceInfo = serviceInfo4;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo5.InstanceName              = "";
     serviceInfo5.IsUserIDAdd               = true;
     serviceInfo5.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo5.ParamsInfo")));
     serviceInfo5.ProcName                  = "";
     serviceInfo5.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo5.UserParams")));
     this.efwGridControl1.InsertServiceInfo = serviceInfo5;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(5, 51);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.Size              = new System.Drawing.Size(1102, 466);
     this.efwGridControl1.TabIndex          = 5;
     this.efwGridControl1.TableName         = "";
     serviceInfo6.InstanceName              = "";
     serviceInfo6.IsUserIDAdd               = true;
     serviceInfo6.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo6.ParamsInfo")));
     serviceInfo6.ProcName                  = "";
     serviceInfo6.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo6.UserParams")));
     this.efwGridControl1.UpdateServiceInfo = serviceInfo6;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView3
     //
     this.gridView3.GridControl = this.efwGridControl1;
     this.gridView3.Name        = "gridView3";
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "전송일";
     this.gridColumn1.DisplayFormat.FormatString = "yyyy/M/d HH:mm:ss";
     this.gridColumn1.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn1.FieldName = "insert_time";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 160;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "메세지구분";
     this.gridColumn2.FieldName = "msg_type";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "수신번호";
     this.gridColumn3.FieldName = "dstaddr";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 1;
     this.gridColumn3.Width        = 130;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "발신번호";
     this.gridColumn4.FieldName = "callback";
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 2;
     this.gridColumn4.Width        = 98;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption   = "결과";
     this.gridColumn5.FieldName = "stat";
     this.gridColumn5.Name      = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption   = "대체전송";
     this.gridColumn6.FieldName = "k_next_type";
     this.gridColumn6.Name      = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption   = "본문";
     this.gridColumn7.FieldName = "text";
     this.gridColumn7.Name      = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 3;
     this.gridColumn7.Width        = 586;
     //
     // efwXtraTabControl1
     //
     this.efwXtraTabControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.efwXtraTabControl1.IsMultiLang     = false;
     this.efwXtraTabControl1.Location        = new System.Drawing.Point(3, 35);
     this.efwXtraTabControl1.Name            = "efwXtraTabControl1";
     this.efwXtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.efwXtraTabControl1.Size            = new System.Drawing.Size(1118, 755);
     this.efwXtraTabControl1.TabIndex        = 10;
     this.efwXtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2
     });
     //
     // frmMM17
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.efwXtraTabControl1);
     this.Name  = "frmMM17";
     this.Size  = new System.Drawing.Size(1124, 790);
     this.Load += new System.EventHandler(this.frmMM17_Load);
     this.Controls.SetChildIndex(this.efwXtraTabControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl2)).EndInit();
     this.efwPanelControl2.ResumeLayout(false);
     this.efwPanelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkG.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkV.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkA.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkD.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkB.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkS.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtI_SEARCH.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtMessage.Properties)).EndInit();
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwPanelControl1)).EndInit();
     this.efwPanelControl1.ResumeLayout(false);
     this.efwPanelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtSDATE.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtSDATE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rbQType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQuery.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwXtraTabControl1)).EndInit();
     this.efwXtraTabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #15
0
 /// <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(frmGM05_Pop01));
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2 = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3 = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.efwGroupControl1          = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.layoutControl2            = new DevExpress.XtraLayout.LayoutControl();
     this.efwGridControl1           = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemMemoExEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemMemoEdit4   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemCheckEdit1  = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.txtCT_NAME                = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.txtCT_CD            = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.txtYEAR             = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.txtSaleAmt          = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.txtInputAmt         = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.txtMargin           = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.txtRate             = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem1     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem6  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem3     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem4     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem5     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.efwLabel1           = new Easy.Framework.WinForm.Control.efwLabel();
     this.layoutControlItem9  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).BeginInit();
     this.efwGroupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCT_NAME.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCT_CD.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtYEAR.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleAmt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInputAmt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMargin.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     this.SuspendLayout();
     //
     // efwGroupControl1
     //
     this.efwGroupControl1.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("efwGroupControl1.CaptionImageOptions.Image")));
     this.efwGroupControl1.Controls.Add(this.layoutControl2);
     this.efwGroupControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl1.IsMultiLang = false;
     this.efwGroupControl1.Location    = new System.Drawing.Point(0, 0);
     this.efwGroupControl1.Name        = "efwGroupControl1";
     this.efwGroupControl1.Size        = new System.Drawing.Size(1248, 672);
     this.efwGroupControl1.TabIndex    = 22;
     this.efwGroupControl1.Text        = "매입 상세현황";
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.efwLabel1);
     this.layoutControl2.Controls.Add(this.efwGridControl1);
     this.layoutControl2.Controls.Add(this.txtCT_NAME);
     this.layoutControl2.Controls.Add(this.txtCT_CD);
     this.layoutControl2.Controls.Add(this.txtYEAR);
     this.layoutControl2.Controls.Add(this.txtSaleAmt);
     this.layoutControl2.Controls.Add(this.txtInputAmt);
     this.layoutControl2.Controls.Add(this.txtMargin);
     this.layoutControl2.Controls.Add(this.txtRate);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(2, 23);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup2;
     this.layoutControl2.Size     = new System.Drawing.Size(1244, 647);
     this.layoutControl2.TabIndex = 0;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = null;
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = null;
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsEditable        = false;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(7, 31);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit1,
         this.repositoryItemMemoExEdit4,
         this.repositoryItemMemoEdit4,
         this.repositoryItemCheckEdit1
     });
     this.efwGridControl1.Size              = new System.Drawing.Size(1230, 612);
     this.efwGridControl1.TabIndex          = 25;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = null;
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Appearance.FooterPanel.ForeColor            = System.Drawing.Color.Red;
     this.gridView1.Appearance.FooterPanel.Options.UseForeColor = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn9,
         this.gridColumn10,
         this.gridColumn11,
         this.gridColumn12
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "", null, "(건수 : {0}"),
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "o_total", null, "합계 : {0:c} )")
     });
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowFooter      = true;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "년월";
     this.gridColumn1.FieldName = "o_month";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "일자";
     this.gridColumn2.FieldName = "o_day";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 60;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "상품코드";
     this.gridColumn3.FieldName = "p_code";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width        = 120;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "상품명";
     this.gridColumn4.FieldName = "p_name";
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width        = 200;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "수량";
     this.gridColumn5.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn5.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn5.FieldName = "p_num";
     this.gridColumn5.Name      = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 4;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "단가";
     this.gridColumn6.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn6.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn6.FieldName = "pp_org_price";
     this.gridColumn6.Name      = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 5;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "금액";
     this.gridColumn7.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn7.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn7.FieldName = "o_inputamt";
     this.gridColumn7.Name      = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 6;
     this.gridColumn7.Width        = 100;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "배송비";
     this.gridColumn8.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn8.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn8.FieldName = "o_delivery_cost";
     this.gridColumn8.Name      = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 7;
     this.gridColumn8.Width        = 90;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "합계";
     this.gridColumn9.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn9.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn9.FieldName = "o_total";
     this.gridColumn9.Name      = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 8;
     this.gridColumn9.Width        = 110;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "판매가";
     this.gridColumn10.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn10.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn10.FieldName = "pp_amt";
     this.gridColumn10.Name      = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit = false;
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 9;
     this.gridColumn10.Width        = 110;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "마진";
     this.gridColumn11.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn11.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn11.FieldName = "margin";
     this.gridColumn11.Name      = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 10;
     this.gridColumn11.Width        = 110;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "이익율%";
     this.gridColumn12.DisplayFormat.FormatString = "###,###,###";
     this.gridColumn12.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn12.FieldName = "rate";
     this.gridColumn12.Name      = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 11;
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // repositoryItemMemoExEdit4
     //
     this.repositoryItemMemoExEdit4.AutoHeight = false;
     this.repositoryItemMemoExEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMemoExEdit4.Name = "repositoryItemMemoExEdit4";
     //
     // repositoryItemMemoEdit4
     //
     this.repositoryItemMemoEdit4.Name = "repositoryItemMemoEdit4";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight     = false;
     this.repositoryItemCheckEdit1.Name           = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.ValueChecked   = "Y";
     this.repositoryItemCheckEdit1.ValueUnchecked = "N";
     //
     // txtCT_NAME
     //
     this.txtCT_NAME.EditValue2  = null;
     this.txtCT_NAME.EraserGroup = "CLR1";
     this.txtCT_NAME.Location    = new System.Drawing.Point(74, 7);
     this.txtCT_NAME.Name        = "txtCT_NAME";
     this.txtCT_NAME.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtCT_NAME.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtCT_NAME.Properties.ReadOnly = true;
     this.txtCT_NAME.RequireMessage      = null;
     this.txtCT_NAME.Size            = new System.Drawing.Size(206, 20);
     this.txtCT_NAME.StyleController = this.layoutControl2;
     this.txtCT_NAME.TabIndex        = 0;
     //
     // txtCT_CD
     //
     this.txtCT_CD.EditValue2  = null;
     this.txtCT_CD.EraserGroup = "CLR1";
     this.txtCT_CD.Location    = new System.Drawing.Point(1012, 7);
     this.txtCT_CD.Name        = "txtCT_CD";
     this.txtCT_CD.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtCT_CD.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtCT_CD.RequireMessage  = null;
     this.txtCT_CD.Size            = new System.Drawing.Size(71, 20);
     this.txtCT_CD.StyleController = this.layoutControl2;
     this.txtCT_CD.TabIndex        = 0;
     //
     // txtYEAR
     //
     this.txtYEAR.EditValue2  = null;
     this.txtYEAR.EraserGroup = "CLR1";
     this.txtYEAR.Location    = new System.Drawing.Point(1154, 7);
     this.txtYEAR.Name        = "txtYEAR";
     this.txtYEAR.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtYEAR.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtYEAR.RequireMessage  = null;
     this.txtYEAR.Size            = new System.Drawing.Size(71, 20);
     this.txtYEAR.StyleController = this.layoutControl2;
     this.txtYEAR.TabIndex        = 0;
     //
     // txtSaleAmt
     //
     this.txtSaleAmt.EditValue2  = null;
     this.txtSaleAmt.EraserGroup = "CLR1";
     this.txtSaleAmt.Location    = new System.Drawing.Point(562, 7);
     this.txtSaleAmt.Name        = "txtSaleAmt";
     this.txtSaleAmt.Properties.Appearance.Font                        = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txtSaleAmt.Properties.Appearance.ForeColor                   = System.Drawing.Color.Red;
     this.txtSaleAmt.Properties.Appearance.Options.UseFont             = true;
     this.txtSaleAmt.Properties.Appearance.Options.UseForeColor        = true;
     this.txtSaleAmt.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtSaleAmt.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtSaleAmt.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.txtSaleAmt.Properties.DisplayFormat.FormatString = "###,###,###,###";
     this.txtSaleAmt.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.txtSaleAmt.Properties.ReadOnly = true;
     this.txtSaleAmt.RequireMessage      = null;
     this.txtSaleAmt.Size            = new System.Drawing.Size(115, 18);
     this.txtSaleAmt.StyleController = this.layoutControl2;
     this.txtSaleAmt.TabIndex        = 0;
     //
     // txtInputAmt
     //
     this.txtInputAmt.EditValue2  = null;
     this.txtInputAmt.EraserGroup = "CLR1";
     this.txtInputAmt.Location    = new System.Drawing.Point(375, 7);
     this.txtInputAmt.Name        = "txtInputAmt";
     this.txtInputAmt.Properties.Appearance.Font                        = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txtInputAmt.Properties.Appearance.ForeColor                   = System.Drawing.Color.Red;
     this.txtInputAmt.Properties.Appearance.Options.UseFont             = true;
     this.txtInputAmt.Properties.Appearance.Options.UseForeColor        = true;
     this.txtInputAmt.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtInputAmt.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtInputAmt.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.txtInputAmt.Properties.DisplayFormat.FormatString = "###,###,###,###";
     this.txtInputAmt.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.txtInputAmt.Properties.ReadOnly = true;
     this.txtInputAmt.RequireMessage      = null;
     this.txtInputAmt.Size            = new System.Drawing.Size(106, 18);
     this.txtInputAmt.StyleController = this.layoutControl2;
     this.txtInputAmt.TabIndex        = 0;
     //
     // txtMargin
     //
     this.txtMargin.EditValue2  = null;
     this.txtMargin.EraserGroup = "CLR1";
     this.txtMargin.Location    = new System.Drawing.Point(734, 7);
     this.txtMargin.Name        = "txtMargin";
     this.txtMargin.Properties.Appearance.Font                        = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txtMargin.Properties.Appearance.ForeColor                   = System.Drawing.Color.Red;
     this.txtMargin.Properties.Appearance.Options.UseFont             = true;
     this.txtMargin.Properties.Appearance.Options.UseForeColor        = true;
     this.txtMargin.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtMargin.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtMargin.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.txtMargin.Properties.DisplayFormat.FormatString = "###,###,###,###";
     this.txtMargin.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.txtMargin.Properties.ReadOnly = true;
     this.txtMargin.RequireMessage      = null;
     this.txtMargin.Size            = new System.Drawing.Size(84, 18);
     this.txtMargin.StyleController = this.layoutControl2;
     this.txtMargin.TabIndex        = 0;
     //
     // txtRate
     //
     this.txtRate.EditValue2  = null;
     this.txtRate.EraserGroup = "CLR1";
     this.txtRate.Location    = new System.Drawing.Point(875, 7);
     this.txtRate.Name        = "txtRate";
     this.txtRate.Properties.Appearance.Font                        = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txtRate.Properties.Appearance.ForeColor                   = System.Drawing.Color.Red;
     this.txtRate.Properties.Appearance.Options.UseFont             = true;
     this.txtRate.Properties.Appearance.Options.UseForeColor        = true;
     this.txtRate.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtRate.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtRate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.txtRate.Properties.DisplayFormat.FormatString = "###,###.00";
     this.txtRate.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.txtRate.Properties.ReadOnly = true;
     this.txtRate.RequireMessage      = null;
     this.txtRate.Size            = new System.Drawing.Size(50, 18);
     this.txtRate.StyleController = this.layoutControl2;
     this.txtRate.TabIndex        = 0;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.emptySpaceItem1,
         this.layoutControlItem5,
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.emptySpaceItem2,
         this.layoutControlItem6,
         this.layoutControlItem7,
         this.layoutControlItem8,
         this.emptySpaceItem3,
         this.emptySpaceItem4,
         this.emptySpaceItem5,
         this.layoutControlItem9
     });
     this.layoutControlGroup2.Name        = "Root";
     this.layoutControlGroup2.Padding     = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 2);
     this.layoutControlGroup2.Size        = new System.Drawing.Size(1244, 647);
     this.layoutControlGroup2.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(1222, 0);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(12, 24);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.txtCT_NAME;
     this.layoutControlItem5.CustomizationFormText = "이름";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(277, 24);
     this.layoutControlItem5.Text     = "상품 업체";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(64, 14);
     this.layoutControlItem5.TrimClientAreaToControl = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.efwGridControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 24);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(1234, 616);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.txtCT_CD;
     this.layoutControlItem2.CustomizationFormText = "이름";
     this.layoutControlItem2.Location = new System.Drawing.Point(938, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(142, 24);
     this.layoutControlItem2.Text     = "카테고리 CD";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(64, 14);
     this.layoutControlItem2.TrimClientAreaToControl = false;
     this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.txtYEAR;
     this.layoutControlItem3.CustomizationFormText = "이름";
     this.layoutControlItem3.Location = new System.Drawing.Point(1080, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(142, 24);
     this.layoutControlItem3.Text     = "Year";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(64, 14);
     this.layoutControlItem3.TrimClientAreaToControl = false;
     this.layoutControlItem3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.txtSaleAmt;
     this.layoutControlItem4.CustomizationFormText = "이름";
     this.layoutControlItem4.Location = new System.Drawing.Point(488, 0);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(186, 24);
     this.layoutControlItem4.Text     = "매출금액 합계";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(64, 14);
     this.layoutControlItem4.TrimClientAreaToControl = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack       = false;
     this.emptySpaceItem2.Location            = new System.Drawing.Point(277, 0);
     this.emptySpaceItem2.MaxSize             = new System.Drawing.Size(24, 24);
     this.emptySpaceItem2.MinSize             = new System.Drawing.Size(24, 24);
     this.emptySpaceItem2.Name                = "emptySpaceItem2";
     this.emptySpaceItem2.Size                = new System.Drawing.Size(24, 24);
     this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem2.TextSize            = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.txtInputAmt;
     this.layoutControlItem6.CustomizationFormText = "이름";
     this.layoutControlItem6.Location = new System.Drawing.Point(301, 0);
     this.layoutControlItem6.Name     = "layoutControlItem6";
     this.layoutControlItem6.Size     = new System.Drawing.Size(177, 24);
     this.layoutControlItem6.Text     = "매입금액 합계";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(64, 14);
     this.layoutControlItem6.TrimClientAreaToControl = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.txtMargin;
     this.layoutControlItem7.CustomizationFormText = "이름";
     this.layoutControlItem7.Location                = new System.Drawing.Point(684, 0);
     this.layoutControlItem7.Name                    = "layoutControlItem7";
     this.layoutControlItem7.Size                    = new System.Drawing.Size(131, 24);
     this.layoutControlItem7.Text                    = "마진";
     this.layoutControlItem7.TextAlignMode           = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem7.TextSize                = new System.Drawing.Size(40, 14);
     this.layoutControlItem7.TextToControlDistance   = 3;
     this.layoutControlItem7.TrimClientAreaToControl = false;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.txtRate;
     this.layoutControlItem8.CustomizationFormText = "이름";
     this.layoutControlItem8.Location                = new System.Drawing.Point(825, 0);
     this.layoutControlItem8.Name                    = "layoutControlItem8";
     this.layoutControlItem8.Size                    = new System.Drawing.Size(97, 24);
     this.layoutControlItem8.Text                    = "이익율";
     this.layoutControlItem8.TextAlignMode           = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem8.TextSize                = new System.Drawing.Size(40, 14);
     this.layoutControlItem8.TextToControlDistance   = 3;
     this.layoutControlItem8.TrimClientAreaToControl = false;
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack         = false;
     this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem3.Location            = new System.Drawing.Point(478, 0);
     this.emptySpaceItem3.MaxSize             = new System.Drawing.Size(10, 24);
     this.emptySpaceItem3.MinSize             = new System.Drawing.Size(10, 24);
     this.emptySpaceItem3.Name                = "emptySpaceItem3";
     this.emptySpaceItem3.Size                = new System.Drawing.Size(10, 24);
     this.emptySpaceItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem3.Text                = "emptySpaceItem2";
     this.emptySpaceItem3.TextSize            = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack         = false;
     this.emptySpaceItem4.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem4.Location            = new System.Drawing.Point(674, 0);
     this.emptySpaceItem4.MaxSize             = new System.Drawing.Size(10, 24);
     this.emptySpaceItem4.MinSize             = new System.Drawing.Size(10, 24);
     this.emptySpaceItem4.Name                = "emptySpaceItem4";
     this.emptySpaceItem4.Size                = new System.Drawing.Size(10, 24);
     this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem4.Text                = "emptySpaceItem2";
     this.emptySpaceItem4.TextSize            = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack         = false;
     this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem5.Location            = new System.Drawing.Point(815, 0);
     this.emptySpaceItem5.MaxSize             = new System.Drawing.Size(10, 24);
     this.emptySpaceItem5.MinSize             = new System.Drawing.Size(10, 24);
     this.emptySpaceItem5.Name                = "emptySpaceItem5";
     this.emptySpaceItem5.Size                = new System.Drawing.Size(10, 24);
     this.emptySpaceItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem5.Text                = "emptySpaceItem2";
     this.emptySpaceItem5.TextSize            = new System.Drawing.Size(0, 0);
     //
     // efwLabel1
     //
     this.efwLabel1.EraserGroup     = null;
     this.efwLabel1.IsMultiLang     = false;
     this.efwLabel1.Location        = new System.Drawing.Point(929, 7);
     this.efwLabel1.Name            = "efwLabel1";
     this.efwLabel1.Size            = new System.Drawing.Size(12, 14);
     this.efwLabel1.StyleController = this.layoutControl2;
     this.efwLabel1.TabIndex        = 26;
     this.efwLabel1.Text            = "%";
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control     = this.efwLabel1;
     this.layoutControlItem9.Location    = new System.Drawing.Point(922, 0);
     this.layoutControlItem9.Name        = "layoutControlItem9";
     this.layoutControlItem9.Size        = new System.Drawing.Size(16, 24);
     this.layoutControlItem9.Text        = "%";
     this.layoutControlItem9.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem9.TextVisible = false;
     //
     // frmGM05_Pop01
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1248, 672);
     this.Controls.Add(this.efwGroupControl1);
     this.Name  = "frmGM05_Pop01";
     this.Text  = "매입";
     this.Load += new System.EventHandler(this.frmGM05_Pop01_Load);
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl1)).EndInit();
     this.efwGroupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCT_NAME.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCT_CD.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtYEAR.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleAmt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInputAmt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMargin.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     this.ResumeLayout(false);
 }
Example #16
0
 /// <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(frmGM01_Pop03));
     Easy.Framework.WinForm.Control.ChildHierarchy  childHierarchy1 = new Easy.Framework.WinForm.Control.ChildHierarchy();
     Easy.Framework.WinForm.Control.Hierarchy       hierarchy1      = new Easy.Framework.WinForm.Control.Hierarchy();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1    = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2    = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3    = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.panel2              = new System.Windows.Forms.Panel();
     this.efwGroupControl3    = new Easy.Framework.WinForm.Control.efwGroupControl();
     this.layoutControl2      = new DevExpress.XtraLayout.LayoutControl();
     this.dtE_DATE            = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.txtQName            = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.btnOpen             = new Easy.Framework.WinForm.Control.efwSimpleButton();
     this.txtMember           = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.efwLabel            = new Easy.Framework.WinForm.Control.efwLabel();
     this.cmbSearch_Type      = new Easy.Framework.WinForm.Control.efwLookUpEdit();
     this.dtS_DATE            = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.rbP_SHOW_TYPE       = new Easy.Framework.WinForm.Control.efwRadioGroup();
     this.Root                = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.Key                       = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem3           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem3        = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2        = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem29       = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4        = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem4           = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5        = new DevExpress.XtraLayout.LayoutControlItem();
     this.efwGridControl1           = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemMemoEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl3)).BeginInit();
     this.efwGroupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtE_DATE.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtE_DATE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMember.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSearch_Type.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_DATE.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_DATE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rbP_SHOW_TYPE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Key)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Controls.Add(this.efwGroupControl3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Padding  = new System.Windows.Forms.Padding(5);
     this.panel2.Size     = new System.Drawing.Size(1247, 60);
     this.panel2.TabIndex = 3;
     //
     // efwGroupControl3
     //
     this.efwGroupControl3.Controls.Add(this.layoutControl2);
     this.efwGroupControl3.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.efwGroupControl3.IsMultiLang = false;
     this.efwGroupControl3.Location    = new System.Drawing.Point(5, 5);
     this.efwGroupControl3.Name        = "efwGroupControl3";
     this.efwGroupControl3.ShowCaption = false;
     this.efwGroupControl3.Size        = new System.Drawing.Size(1237, 50);
     this.efwGroupControl3.TabIndex    = 0;
     this.efwGroupControl3.Text        = "efwGroupControl3";
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.dtE_DATE);
     this.layoutControl2.Controls.Add(this.txtQName);
     this.layoutControl2.Controls.Add(this.btnOpen);
     this.layoutControl2.Controls.Add(this.txtMember);
     this.layoutControl2.Controls.Add(this.efwLabel);
     this.layoutControl2.Controls.Add(this.cmbSearch_Type);
     this.layoutControl2.Controls.Add(this.dtS_DATE);
     this.layoutControl2.Controls.Add(this.rbP_SHOW_TYPE);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(2, 2);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.Root;
     this.layoutControl2.Size     = new System.Drawing.Size(1233, 46);
     this.layoutControl2.TabIndex = 0;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // dtE_DATE
     //
     this.dtE_DATE.EditValue = new System.DateTime(2019, 6, 7, 16, 55, 39, 0);
     this.dtE_DATE.IsRequire = true;
     this.dtE_DATE.Location  = new System.Drawing.Point(294, 7);
     this.dtE_DATE.Name      = "dtE_DATE";
     this.dtE_DATE.Properties.Appearance.BackColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(242)))), ((int)(((byte)(226)))));
     this.dtE_DATE.Properties.Appearance.Options.UseBackColor        = true;
     this.dtE_DATE.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dtE_DATE.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dtE_DATE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtE_DATE.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtE_DATE.Size            = new System.Drawing.Size(106, 20);
     this.dtE_DATE.StyleController = this.layoutControl2;
     this.dtE_DATE.TabIndex        = 40;
     //
     // txtQName
     //
     this.txtQName.EditValue2 = null;
     this.txtQName.Location   = new System.Drawing.Point(627, 7);
     this.txtQName.Name       = "txtQName";
     this.txtQName.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtQName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtQName.RequireMessage  = null;
     this.txtQName.Size            = new System.Drawing.Size(98, 20);
     this.txtQName.StyleController = this.layoutControl2;
     this.txtQName.TabIndex        = 27;
     this.txtQName.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.TxtQName_KeyDown);
     //
     // btnOpen
     //
     this.btnOpen.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOpen.ImageOptions.Image")));
     this.btnOpen.IsMultiLang        = false;
     this.btnOpen.Location           = new System.Drawing.Point(1019, 7);
     this.btnOpen.Name            = "btnOpen";
     this.btnOpen.Size            = new System.Drawing.Size(108, 22);
     this.btnOpen.StyleController = this.layoutControl2;
     this.btnOpen.TabIndex        = 26;
     this.btnOpen.Text            = "조회";
     this.btnOpen.Click          += new System.EventHandler(this.BtnOpen_Click);
     //
     // txtMember
     //
     this.txtMember.EditValue2 = null;
     this.txtMember.Location   = new System.Drawing.Point(1154, 7);
     this.txtMember.Name       = "txtMember";
     this.txtMember.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtMember.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtMember.RequireMessage  = null;
     this.txtMember.Size            = new System.Drawing.Size(61, 20);
     this.txtMember.StyleController = this.layoutControl2;
     this.txtMember.TabIndex        = 5;
     //
     // efwLabel
     //
     this.efwLabel.Appearance.BackColor              = System.Drawing.Color.SteelBlue;
     this.efwLabel.Appearance.Font                   = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
     this.efwLabel.Appearance.ForeColor              = System.Drawing.Color.White;
     this.efwLabel.Appearance.Options.UseBackColor   = true;
     this.efwLabel.Appearance.Options.UseFont        = true;
     this.efwLabel.Appearance.Options.UseForeColor   = true;
     this.efwLabel.Appearance.Options.UseTextOptions = true;
     this.efwLabel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.efwLabel.AutoSizeMode    = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.efwLabel.EraserGroup     = null;
     this.efwLabel.IsMultiLang     = false;
     this.efwLabel.Location        = new System.Drawing.Point(7, 7);
     this.efwLabel.Name            = "efwLabel";
     this.efwLabel.Size            = new System.Drawing.Size(88, 18);
     this.efwLabel.StyleController = this.layoutControl2;
     this.efwLabel.TabIndex        = 4;
     //
     // cmbSearch_Type
     //
     childHierarchy1.CodeCtrl = null;
     childHierarchy1.DbName   = null;
     childHierarchy1.SpName   = null;
     this.cmbSearch_Type.ChildHierarchyInfo = childHierarchy1;
     hierarchy1.DbName = null;
     hierarchy1.SpName = null;
     this.cmbSearch_Type.HierarchyInfo = hierarchy1;
     this.cmbSearch_Type.IsMultiLang   = false;
     this.cmbSearch_Type.Location      = new System.Drawing.Point(482, 7);
     this.cmbSearch_Type.MasterCode    = "E03.MEMBERQ_GBN1";
     this.cmbSearch_Type.Name          = "cmbSearch_Type";
     this.cmbSearch_Type.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(242)))), ((int)(((byte)(226)))));
     this.cmbSearch_Type.Properties.Appearance.Options.UseBackColor = true;
     this.cmbSearch_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbSearch_Type.Size            = new System.Drawing.Size(141, 20);
     this.cmbSearch_Type.StyleController = this.layoutControl2;
     this.cmbSearch_Type.TabIndex        = 4;
     //
     // dtS_DATE
     //
     this.dtS_DATE.EditValue = new System.DateTime(2019, 6, 7, 16, 55, 39, 0);
     this.dtS_DATE.IsRequire = true;
     this.dtS_DATE.Location  = new System.Drawing.Point(164, 7);
     this.dtS_DATE.Name      = "dtS_DATE";
     this.dtS_DATE.Properties.Appearance.BackColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(242)))), ((int)(((byte)(226)))));
     this.dtS_DATE.Properties.Appearance.Options.UseBackColor        = true;
     this.dtS_DATE.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dtS_DATE.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dtS_DATE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtS_DATE.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtS_DATE.Size            = new System.Drawing.Size(111, 20);
     this.dtS_DATE.StyleController = this.layoutControl2;
     this.dtS_DATE.TabIndex        = 5;
     //
     // rbP_SHOW_TYPE
     //
     this.rbP_SHOW_TYPE.IsMultiLang = false;
     this.rbP_SHOW_TYPE.Location    = new System.Drawing.Point(826, 7);
     this.rbP_SHOW_TYPE.Name        = "rbP_SHOW_TYPE";
     this.rbP_SHOW_TYPE.Properties.Appearance.BackColor                   = System.Drawing.Color.Transparent;
     this.rbP_SHOW_TYPE.Properties.Appearance.Options.UseBackColor        = true;
     this.rbP_SHOW_TYPE.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.rbP_SHOW_TYPE.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.rbP_SHOW_TYPE.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.rbP_SHOW_TYPE.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem("T", "전체"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("Y", "사용"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("N", "해지")
     });
     this.rbP_SHOW_TYPE.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow;
     this.rbP_SHOW_TYPE.RequireMessage         = null;
     this.rbP_SHOW_TYPE.Size            = new System.Drawing.Size(189, 23);
     this.rbP_SHOW_TYPE.StyleController = this.layoutControl2;
     this.rbP_SHOW_TYPE.TabIndex        = 4;
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.emptySpaceItem2,
         this.layoutControlItem13,
         this.Key,
         this.emptySpaceItem1,
         this.emptySpaceItem3,
         this.layoutControlItem3,
         this.layoutControlItem2,
         this.layoutControlItem29,
         this.layoutControlItem4,
         this.emptySpaceItem4,
         this.layoutControlItem5
     });
     this.Root.Name        = "Root";
     this.Root.Padding     = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
     this.Root.Size        = new System.Drawing.Size(1233, 46);
     this.Root.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.efwLabel;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(92, 36);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location      = new System.Drawing.Point(1212, 0);
     this.emptySpaceItem2.Name          = "emptySpaceItem2";
     this.emptySpaceItem2.Size          = new System.Drawing.Size(11, 36);
     this.emptySpaceItem2.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.Control = this.cmbSearch_Type;
     this.layoutControlItem13.CustomizationFormText = "MD 검색";
     this.layoutControlItem13.Location              = new System.Drawing.Point(420, 0);
     this.layoutControlItem13.MaxSize               = new System.Drawing.Size(200, 30);
     this.layoutControlItem13.MinSize               = new System.Drawing.Size(200, 30);
     this.layoutControlItem13.Name                  = "layoutControlItem13";
     this.layoutControlItem13.Size                  = new System.Drawing.Size(200, 36);
     this.layoutControlItem13.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem13.Text                  = "회원 검색";
     this.layoutControlItem13.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem13.TextSize              = new System.Drawing.Size(50, 20);
     this.layoutControlItem13.TextToControlDistance = 5;
     //
     // Key
     //
     this.Key.Control    = this.txtMember;
     this.Key.Location   = new System.Drawing.Point(1124, 0);
     this.Key.Name       = "Key";
     this.Key.Size       = new System.Drawing.Size(88, 36);
     this.Key.TextSize   = new System.Drawing.Size(20, 14);
     this.Key.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(92, 0);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(10, 36);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack       = false;
     this.emptySpaceItem3.Location            = new System.Drawing.Point(722, 0);
     this.emptySpaceItem3.MaxSize             = new System.Drawing.Size(42, 26);
     this.emptySpaceItem3.MinSize             = new System.Drawing.Size(42, 26);
     this.emptySpaceItem3.Name                = "emptySpaceItem3";
     this.emptySpaceItem3.Size                = new System.Drawing.Size(42, 36);
     this.emptySpaceItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem3.TextAlignMode       = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.emptySpaceItem3.TextSize            = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.btnOpen;
     this.layoutControlItem3.Location    = new System.Drawing.Point(1012, 0);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(112, 36);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.txtQName;
     this.layoutControlItem2.Location    = new System.Drawing.Point(620, 0);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(102, 36);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem29
     //
     this.layoutControlItem29.Control = this.dtS_DATE;
     this.layoutControlItem29.CustomizationFormText = "개설일";
     this.layoutControlItem29.Location              = new System.Drawing.Point(102, 0);
     this.layoutControlItem29.MaxSize               = new System.Drawing.Size(170, 24);
     this.layoutControlItem29.MinSize               = new System.Drawing.Size(170, 24);
     this.layoutControlItem29.Name                  = "layoutControlItem29";
     this.layoutControlItem29.Size                  = new System.Drawing.Size(170, 36);
     this.layoutControlItem29.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem29.Text                  = "일자";
     this.layoutControlItem29.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem29.TextSize              = new System.Drawing.Size(50, 20);
     this.layoutControlItem29.TextToControlDistance = 5;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control               = this.dtE_DATE;
     this.layoutControlItem4.Location              = new System.Drawing.Point(272, 0);
     this.layoutControlItem4.Name                  = "layoutControlItem4";
     this.layoutControlItem4.Size                  = new System.Drawing.Size(125, 36);
     this.layoutControlItem4.Text                  = "~";
     this.layoutControlItem4.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem4.TextSize              = new System.Drawing.Size(10, 20);
     this.layoutControlItem4.TextToControlDistance = 5;
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack       = false;
     this.emptySpaceItem4.Location            = new System.Drawing.Point(397, 0);
     this.emptySpaceItem4.MaxSize             = new System.Drawing.Size(23, 30);
     this.emptySpaceItem4.MinSize             = new System.Drawing.Size(23, 30);
     this.emptySpaceItem4.Name                = "emptySpaceItem4";
     this.emptySpaceItem4.Size                = new System.Drawing.Size(23, 36);
     this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem4.TextSize            = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.rbP_SHOW_TYPE;
     this.layoutControlItem5.CustomizationFormText = "노출여부";
     this.layoutControlItem5.Location              = new System.Drawing.Point(764, 0);
     this.layoutControlItem5.MaxSize               = new System.Drawing.Size(248, 27);
     this.layoutControlItem5.MinSize               = new System.Drawing.Size(248, 27);
     this.layoutControlItem5.Name                  = "layoutControlItem5";
     this.layoutControlItem5.Size                  = new System.Drawing.Size(248, 36);
     this.layoutControlItem5.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.Text                  = "사용여부";
     this.layoutControlItem5.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem5.TextSize              = new System.Drawing.Size(50, 20);
     this.layoutControlItem5.TextToControlDistance = 5;
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = null;
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = null;
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsEditable        = false;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(0, 60);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit1,
         this.repositoryItemMemoExEdit1,
         this.repositoryItemMemoEdit1
     });
     this.efwGridControl1.Size              = new System.Drawing.Size(1247, 537);
     this.efwGridControl1.TabIndex          = 4;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = null;
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn9,
         this.gridColumn10,
         this.gridColumn11,
         this.gridColumn12,
         this.gridColumn13
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "개통일";
     this.gridColumn1.FieldName = "complete_date";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.ReadOnly = true;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "가입자명";
     this.gridColumn2.FieldName = "m_name";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.ReadOnly = true;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "선/후불";
     this.gridColumn3.FieldName = "pay_type";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.ReadOnly = true;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "가입구분";
     this.gridColumn4.FieldName = "o_type";
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.OptionsColumn.ReadOnly = true;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption   = "요금제";
     this.gridColumn5.FieldName = "pay_code";
     this.gridColumn5.Name      = "gridColumn5";
     this.gridColumn5.OptionsColumn.ReadOnly = true;
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 4;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption   = "개통번호";
     this.gridColumn6.FieldName = "m_mobile";
     this.gridColumn6.Name      = "gridColumn6";
     this.gridColumn6.OptionsColumn.ReadOnly = true;
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width        = 100;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption   = "모델명";
     this.gridColumn7.FieldName = "p_name";
     this.gridColumn7.Name      = "gridColumn7";
     this.gridColumn7.OptionsColumn.ReadOnly = true;
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 6;
     this.gridColumn7.Width        = 90;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption   = "추천인";
     this.gridColumn8.FieldName = "recommend";
     this.gridColumn8.Name      = "gridColumn8";
     this.gridColumn8.OptionsColumn.ReadOnly = true;
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 7;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption   = "우편번호";
     this.gridColumn9.FieldName = "m_zip";
     this.gridColumn9.Name      = "gridColumn9";
     this.gridColumn9.OptionsColumn.ReadOnly = true;
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 8;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption   = "기본주소";
     this.gridColumn10.FieldName = "m_addr";
     this.gridColumn10.Name      = "gridColumn10";
     this.gridColumn10.OptionsColumn.ReadOnly = true;
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 9;
     this.gridColumn10.Width        = 150;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption   = "상세주소";
     this.gridColumn11.FieldName = "m_addr_detail";
     this.gridColumn11.Name      = "gridColumn11";
     this.gridColumn11.OptionsColumn.ReadOnly = true;
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 10;
     this.gridColumn11.Width        = 150;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption   = "가입여부";
     this.gridColumn12.FieldName = "join_type";
     this.gridColumn12.Name      = "gridColumn12";
     this.gridColumn12.OptionsColumn.ReadOnly = true;
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 11;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption      = "상태";
     this.gridColumn13.FieldName    = "o_status";
     this.gridColumn13.Name         = "gridColumn13";
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 12;
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // repositoryItemMemoExEdit1
     //
     this.repositoryItemMemoExEdit1.AutoHeight = false;
     this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // frmGM01_Pop03
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1247, 597);
     this.Controls.Add(this.efwGridControl1);
     this.Controls.Add(this.panel2);
     this.Name  = "frmGM01_Pop03";
     this.Text  = "기간별 회사별 개통현황";
     this.Load += new System.EventHandler(this.FrmGM01_Pop03_Load);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.efwGroupControl3)).EndInit();
     this.efwGroupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtE_DATE.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtE_DATE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMember.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSearch_Type.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_DATE.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_DATE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rbP_SHOW_TYPE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Key)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     this.ResumeLayout(false);
 }
Example #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Easy.Framework.WinForm.Control.ChildHierarchy  childHierarchy1 = new Easy.Framework.WinForm.Control.ChildHierarchy();
     Easy.Framework.WinForm.Control.Hierarchy       hierarchy1      = new Easy.Framework.WinForm.Control.Hierarchy();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo1    = new Easy.Framework.WinForm.Control.ServiceInfo();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(frmMM09));
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo2    = new Easy.Framework.WinForm.Control.ServiceInfo();
     Easy.Framework.WinForm.Control.ServiceInfo     serviceInfo3    = new Easy.Framework.WinForm.Control.ServiceInfo();
     this.efwTopPanelControl1 = new Easy.Framework.WinForm.Control.efwPanelControl();
     this.efwLabel5           = new Easy.Framework.WinForm.Control.efwLabel();
     this.lbCount             = new Easy.Framework.WinForm.Control.efwLabel();
     this.efwLabel3           = new Easy.Framework.WinForm.Control.efwLabel();
     this.rbTelType           = new Easy.Framework.WinForm.Control.efwRadioGroup();
     this.efwLabel4           = new Easy.Framework.WinForm.Control.efwLabel();
     this.txtSearch           = new Easy.Framework.WinForm.Control.efwTextEdit();
     this.cmbQ1           = new Easy.Framework.WinForm.Control.efwLookUpEdit();
     this.efwLabel1       = new Easy.Framework.WinForm.Control.efwLabel();
     this.dtSDate         = new Easy.Framework.WinForm.Control.efwDateEdit();
     this.efwGridControl1 = new Easy.Framework.WinForm.Control.efwGridControl();
     this.gridView1       = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15    = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.efwTopPanelControl1)).BeginInit();
     this.efwTopPanelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rbTelType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbQ1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtSDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtSDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // efwTopPanelControl1
     //
     this.efwTopPanelControl1.Controls.Add(this.efwLabel5);
     this.efwTopPanelControl1.Controls.Add(this.lbCount);
     this.efwTopPanelControl1.Controls.Add(this.efwLabel3);
     this.efwTopPanelControl1.Controls.Add(this.rbTelType);
     this.efwTopPanelControl1.Controls.Add(this.efwLabel4);
     this.efwTopPanelControl1.Controls.Add(this.txtSearch);
     this.efwTopPanelControl1.Controls.Add(this.cmbQ1);
     this.efwTopPanelControl1.Controls.Add(this.efwLabel1);
     this.efwTopPanelControl1.Controls.Add(this.dtSDate);
     this.efwTopPanelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.efwTopPanelControl1.Location = new System.Drawing.Point(3, 35);
     this.efwTopPanelControl1.Name     = "efwTopPanelControl1";
     this.efwTopPanelControl1.Size     = new System.Drawing.Size(1342, 44);
     this.efwTopPanelControl1.TabIndex = 3;
     //
     // efwLabel5
     //
     this.efwLabel5.EraserGroup = null;
     this.efwLabel5.IsMultiLang = false;
     this.efwLabel5.Location    = new System.Drawing.Point(957, 17);
     this.efwLabel5.Name        = "efwLabel5";
     this.efwLabel5.Size        = new System.Drawing.Size(10, 14);
     this.efwLabel5.TabIndex    = 216;
     this.efwLabel5.Text        = "명";
     //
     // lbCount
     //
     this.lbCount.Appearance.BackColor              = System.Drawing.Color.LightSalmon;
     this.lbCount.Appearance.Font                   = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
     this.lbCount.Appearance.Options.UseBackColor   = true;
     this.lbCount.Appearance.Options.UseFont        = true;
     this.lbCount.Appearance.Options.UseTextOptions = true;
     this.lbCount.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.lbCount.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lbCount.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.lbCount.EraserGroup  = null;
     this.lbCount.IsMultiLang  = false;
     this.lbCount.Location     = new System.Drawing.Point(885, 8);
     this.lbCount.Name         = "lbCount";
     this.lbCount.Size         = new System.Drawing.Size(66, 28);
     this.lbCount.TabIndex     = 215;
     this.lbCount.Text         = "0";
     //
     // efwLabel3
     //
     this.efwLabel3.EraserGroup = null;
     this.efwLabel3.IsMultiLang = false;
     this.efwLabel3.Location    = new System.Drawing.Point(832, 15);
     this.efwLabel3.Name        = "efwLabel3";
     this.efwLabel3.Size        = new System.Drawing.Size(38, 14);
     this.efwLabel3.TabIndex    = 14;
     this.efwLabel3.Text        = "회원수 :";
     //
     // rbTelType
     //
     this.rbTelType.IsMultiLang = false;
     this.rbTelType.Location    = new System.Drawing.Point(524, 10);
     this.rbTelType.Name        = "rbTelType";
     this.rbTelType.Properties.Appearance.BackColor                   = System.Drawing.Color.Transparent;
     this.rbTelType.Properties.Appearance.Options.UseBackColor        = true;
     this.rbTelType.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.rbTelType.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.rbTelType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem("V", "VIP"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("S", "G메니저    "),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("G", "G 멀티샵")
     });
     this.rbTelType.RequireMessage = null;
     this.rbTelType.Size           = new System.Drawing.Size(255, 26);
     this.rbTelType.TabIndex       = 13;
     //
     // efwLabel4
     //
     this.efwLabel4.EraserGroup = null;
     this.efwLabel4.IsMultiLang = false;
     this.efwLabel4.Location    = new System.Drawing.Point(208, 17);
     this.efwLabel4.Name        = "efwLabel4";
     this.efwLabel4.Size        = new System.Drawing.Size(40, 14);
     this.efwLabel4.TabIndex    = 12;
     this.efwLabel4.Text        = "회원검색";
     //
     // txtSearch
     //
     this.txtSearch.EditValue2 = null;
     this.txtSearch.Location   = new System.Drawing.Point(362, 13);
     this.txtSearch.Name       = "txtSearch";
     this.txtSearch.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.txtSearch.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtSearch.RequireMessage = null;
     this.txtSearch.Size           = new System.Drawing.Size(132, 20);
     this.txtSearch.TabIndex       = 11;
     this.txtSearch.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // cmbQ1
     //
     childHierarchy1.CodeCtrl      = null;
     childHierarchy1.DbName        = null;
     childHierarchy1.SpName        = null;
     this.cmbQ1.ChildHierarchyInfo = childHierarchy1;
     hierarchy1.DbName             = null;
     hierarchy1.SpName             = null;
     this.cmbQ1.HierarchyInfo      = hierarchy1;
     this.cmbQ1.IsMultiLang        = false;
     this.cmbQ1.Location           = new System.Drawing.Point(260, 13);
     this.cmbQ1.MasterCode         = "E03.MEMBERQ_GBN1";
     this.cmbQ1.Name = "cmbQ1";
     this.cmbQ1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbQ1.Size     = new System.Drawing.Size(100, 20);
     this.cmbQ1.TabIndex = 10;
     //
     // efwLabel1
     //
     this.efwLabel1.EraserGroup = null;
     this.efwLabel1.IsMultiLang = false;
     this.efwLabel1.Location    = new System.Drawing.Point(21, 13);
     this.efwLabel1.Name        = "efwLabel1";
     this.efwLabel1.Size        = new System.Drawing.Size(30, 14);
     this.efwLabel1.TabIndex    = 9;
     this.efwLabel1.Text        = "만료일";
     //
     // dtSDate
     //
     this.dtSDate.EditValue   = null;
     this.dtSDate.EraserGroup = "CLR1";
     this.dtSDate.Location    = new System.Drawing.Point(62, 11);
     this.dtSDate.Name        = "dtSDate";
     this.dtSDate.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.Ivory;
     this.dtSDate.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.dtSDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtSDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtSDate.Size     = new System.Drawing.Size(103, 20);
     this.dtSDate.TabIndex = 7;
     //
     // efwGridControl1
     //
     this.efwGridControl1.BindSet           = null;
     this.efwGridControl1.DBName            = "";
     serviceInfo1.InstanceName              = "";
     serviceInfo1.IsUserIDAdd               = true;
     serviceInfo1.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo1.ParamsInfo")));
     serviceInfo1.ProcName                  = "";
     serviceInfo1.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo1.UserParams")));
     this.efwGridControl1.DeleteServiceInfo = serviceInfo1;
     this.efwGridControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     serviceInfo2.InstanceName              = "";
     serviceInfo2.IsUserIDAdd               = true;
     serviceInfo2.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo2.ParamsInfo")));
     serviceInfo2.ProcName                  = "";
     serviceInfo2.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo2.UserParams")));
     this.efwGridControl1.InsertServiceInfo = serviceInfo2;
     this.efwGridControl1.IsAddExcelBtn     = true;
     this.efwGridControl1.isAddPrintBtn     = true;
     this.efwGridControl1.IsEditable        = false;
     this.efwGridControl1.IsMultiLang       = false;
     this.efwGridControl1.Location          = new System.Drawing.Point(3, 79);
     this.efwGridControl1.MainView          = this.gridView1;
     this.efwGridControl1.Name              = "efwGridControl1";
     this.efwGridControl1.NowRowHandle      = 0;
     this.efwGridControl1.PKColumns         = ((System.Collections.ArrayList)(resources.GetObject("efwGridControl1.PKColumns")));
     this.efwGridControl1.PrevRowHandle     = -2147483648;
     this.efwGridControl1.Size              = new System.Drawing.Size(1342, 717);
     this.efwGridControl1.TabIndex          = 4;
     this.efwGridControl1.TableName         = "";
     serviceInfo3.InstanceName              = "";
     serviceInfo3.IsUserIDAdd               = true;
     serviceInfo3.ParamsInfo                = ((System.Collections.Generic.Dictionary <int, object>)(resources.GetObject("serviceInfo3.ParamsInfo")));
     serviceInfo3.ProcName                  = "";
     serviceInfo3.UserParams                = ((System.Collections.Generic.List <object>)(resources.GetObject("serviceInfo3.UserParams")));
     this.efwGridControl1.UpdateServiceInfo = serviceInfo3;
     this.efwGridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn14,
         this.gridColumn13,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn9,
         this.gridColumn10,
         this.gridColumn11,
         this.gridColumn12,
         this.gridColumn15
     });
     this.gridView1.GridControl = this.efwGridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "가입일자";
     this.gridColumn1.FieldName    = "reg_date";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 97;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "가입자명";
     this.gridColumn2.FieldName    = "u_name";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 81;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "아이디";
     this.gridColumn3.FieldName    = "login_id";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width        = 81;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "닉네임";
     this.gridColumn4.FieldName    = "u_nickname";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width        = 90;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption      = "생년월일";
     this.gridColumn14.FieldName    = "u_birthday";
     this.gridColumn14.Name         = "gridColumn14";
     this.gridColumn14.Visible      = true;
     this.gridColumn14.VisibleIndex = 4;
     this.gridColumn14.Width        = 121;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption      = "전화번호";
     this.gridColumn13.FieldName    = "u_mobile";
     this.gridColumn13.Name         = "gridColumn13";
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 5;
     this.gridColumn13.Width        = 87;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "회원등급";
     this.gridColumn5.FieldName    = "u_chef_level";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 6;
     this.gridColumn5.Width        = 70;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "추천인 ID";
     this.gridColumn6.FieldName    = "login_id_vip";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 7;
     this.gridColumn6.Width        = 87;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = "추천인 닉네임";
     this.gridColumn7.FieldName    = "u_nickname_vip";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 8;
     this.gridColumn7.Width        = 87;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption      = "담당G메니저 ID";
     this.gridColumn8.FieldName    = "login_id_shef";
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 9;
     this.gridColumn8.Width        = 87;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "당당G메니저 닉네임";
     this.gridColumn9.FieldName    = "u_nickname_shef";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 10;
     this.gridColumn9.Width        = 87;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption      = "신청일";
     this.gridColumn10.FieldName    = "o_date";
     this.gridColumn10.Name         = "gridColumn10";
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 11;
     this.gridColumn10.Width        = 92;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption      = "결재(입금)일";
     this.gridColumn11.FieldName    = "start_date";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 12;
     this.gridColumn11.Width        = 100;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption      = "만료일";
     this.gridColumn12.FieldName    = "end_date";
     this.gridColumn12.Name         = "gridColumn12";
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 13;
     this.gridColumn12.Width        = 94;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption      = "잔여일";
     this.gridColumn15.FieldName    = "daycnt";
     this.gridColumn15.Name         = "gridColumn15";
     this.gridColumn15.Visible      = true;
     this.gridColumn15.VisibleIndex = 14;
     this.gridColumn15.Width        = 80;
     //
     // frmMM09
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.efwGridControl1);
     this.Controls.Add(this.efwTopPanelControl1);
     this.Name = "frmMM09";
     this.Size = new System.Drawing.Size(1348, 796);
     this.Controls.SetChildIndex(this.efwTopPanelControl1, 0);
     this.Controls.SetChildIndex(this.efwGridControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.efwTopPanelControl1)).EndInit();
     this.efwTopPanelControl1.ResumeLayout(false);
     this.efwTopPanelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rbTelType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbQ1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtSDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtSDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.efwGridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }