namespace HANMI_J_SALE { partial class SelectCustDCPopup { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectCustDCPopup)); this.gridControl_Main = new DevExpress.XtraGrid.GridControl(); this.gridView_Main = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.simpleButton_CLOSE = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton_DELETE = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton_ADD = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.panelControl5 = new DevExpress.XtraEditors.PanelControl(); this.textEdit_DC_RATE = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.textEdit_DC_CD = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.panelControl4 = new DevExpress.XtraEditors.PanelControl(); this.textEdit_CUST_NM = new DevExpress.XtraEditors.TextEdit(); this.labelControl_CUST_CD = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit(); this.panelControl5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_DC_RATE.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_DC_CD.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit(); this.panelControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_CUST_NM.Properties)).BeginInit(); this.SuspendLayout(); // // gridControl_Main // this.gridControl_Main.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl_Main.Location = new System.Drawing.Point(0, 0); this.gridControl_Main.MainView = this.gridView_Main; this.gridControl_Main.Name = "gridControl_Main"; this.gridControl_Main.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1}); this.gridControl_Main.Size = new System.Drawing.Size(335, 344); this.gridControl_Main.TabIndex = 0; this.gridControl_Main.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView_Main}); // // gridView_Main // this.gridView_Main.Appearance.FooterPanel.Options.UseFont = true; this.gridView_Main.Appearance.HeaderPanel.Options.UseFont = true; this.gridView_Main.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView_Main.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView_Main.Appearance.Row.Options.UseFont = true; this.gridView_Main.ColumnPanelRowHeight = 23; this.gridView_Main.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2}); this.gridView_Main.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None; this.gridView_Main.FooterPanelHeight = 23; this.gridView_Main.GridControl = this.gridControl_Main; this.gridView_Main.Name = "gridView_Main"; this.gridView_Main.OptionsBehavior.Editable = false; this.gridView_Main.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridView_Main.OptionsView.ShowGroupPanel = false; this.gridView_Main.RowHeight = 23; // // gridColumn1 // this.gridColumn1.Caption = "코드"; this.gridColumn1.FieldName = "DC_CD"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.FixedWidth = true; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 50; // // gridColumn2 // this.gridColumn2.Caption = "할인율"; this.gridColumn2.DisplayFormat.FormatString = "n1"; this.gridColumn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumn2.FieldName = "DC_RATE"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; this.gridColumn2.Width = 267; // // 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"; // // panelControl2 // this.panelControl2.Controls.Add(this.simpleButton_CLOSE); this.panelControl2.Controls.Add(this.simpleButton_DELETE); this.panelControl2.Controls.Add(this.simpleButton_ADD); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl2.Location = new System.Drawing.Point(0, 450); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(335, 42); this.panelControl2.TabIndex = 2; // // simpleButton_CLOSE // this.simpleButton_CLOSE.Dock = System.Windows.Forms.DockStyle.Left; this.simpleButton_CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_CLOSE.Image"))); this.simpleButton_CLOSE.Location = new System.Drawing.Point(222, 2); this.simpleButton_CLOSE.Name = "simpleButton_CLOSE"; this.simpleButton_CLOSE.Size = new System.Drawing.Size(110, 38); this.simpleButton_CLOSE.TabIndex = 2; this.simpleButton_CLOSE.Text = "복귀"; // // simpleButton_DELETE // this.simpleButton_DELETE.Dock = System.Windows.Forms.DockStyle.Left; this.simpleButton_DELETE.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_DELETE.Image"))); this.simpleButton_DELETE.Location = new System.Drawing.Point(112, 2); this.simpleButton_DELETE.Name = "simpleButton_DELETE"; this.simpleButton_DELETE.Size = new System.Drawing.Size(110, 38); this.simpleButton_DELETE.TabIndex = 1; this.simpleButton_DELETE.Text = "삭제"; // // simpleButton_ADD // this.simpleButton_ADD.Dock = System.Windows.Forms.DockStyle.Left; this.simpleButton_ADD.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_ADD.Image"))); this.simpleButton_ADD.Location = new System.Drawing.Point(2, 2); this.simpleButton_ADD.Name = "simpleButton_ADD"; this.simpleButton_ADD.Size = new System.Drawing.Size(110, 38); this.simpleButton_ADD.TabIndex = 0; this.simpleButton_ADD.Text = "등록"; // // panelControl3 // this.panelControl3.Controls.Add(this.panelControl5); this.panelControl3.Controls.Add(this.panelControl1); this.panelControl3.Controls.Add(this.panelControl4); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl3.Location = new System.Drawing.Point(0, 344); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(335, 106); this.panelControl3.TabIndex = 1; // // panelControl5 // this.panelControl5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl5.Controls.Add(this.textEdit_DC_RATE); this.panelControl5.Controls.Add(this.labelControl5); this.panelControl5.Location = new System.Drawing.Point(10, 73); this.panelControl5.Name = "panelControl5"; this.panelControl5.Size = new System.Drawing.Size(153, 27); this.panelControl5.TabIndex = 1; // // textEdit_DC_RATE // this.textEdit_DC_RATE.Dock = System.Windows.Forms.DockStyle.Fill; this.textEdit_DC_RATE.EnterMoveNextControl = true; this.textEdit_DC_RATE.Location = new System.Drawing.Point(64, 2); this.textEdit_DC_RATE.Name = "textEdit_DC_RATE"; this.textEdit_DC_RATE.Properties.AllowFocused = false; this.textEdit_DC_RATE.Properties.Appearance.Options.UseTextOptions = true; this.textEdit_DC_RATE.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.textEdit_DC_RATE.Properties.AppearanceFocused.Options.UseTextOptions = true; this.textEdit_DC_RATE.Properties.AppearanceFocused.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.textEdit_DC_RATE.Properties.AutoHeight = false; this.textEdit_DC_RATE.Properties.Mask.EditMask = "n1"; this.textEdit_DC_RATE.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.textEdit_DC_RATE.Properties.Mask.UseMaskAsDisplayFormat = true; this.textEdit_DC_RATE.Size = new System.Drawing.Size(87, 23); this.textEdit_DC_RATE.TabIndex = 3; // // labelControl5 // this.labelControl5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl5.Dock = System.Windows.Forms.DockStyle.Left; this.labelControl5.Location = new System.Drawing.Point(2, 2); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(62, 23); this.labelControl5.TabIndex = 11; this.labelControl5.Text = "DC 율"; // // panelControl1 // this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Controls.Add(this.textEdit_DC_CD); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Location = new System.Drawing.Point(10, 40); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(317, 27); this.panelControl1.TabIndex = 0; // // textEdit_DC_CD // this.textEdit_DC_CD.Dock = System.Windows.Forms.DockStyle.Fill; this.textEdit_DC_CD.EnterMoveNextControl = true; this.textEdit_DC_CD.Location = new System.Drawing.Point(64, 2); this.textEdit_DC_CD.Name = "textEdit_DC_CD"; this.textEdit_DC_CD.Properties.AllowFocused = false; this.textEdit_DC_CD.Properties.AutoHeight = false; this.textEdit_DC_CD.Size = new System.Drawing.Size(89, 23); this.textEdit_DC_CD.TabIndex = 3; // // labelControl3 // this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl3.Dock = System.Windows.Forms.DockStyle.Right; this.labelControl3.Location = new System.Drawing.Point(153, 2); this.labelControl3.Name = "labelControl3"; this.labelControl3.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.labelControl3.Size = new System.Drawing.Size(162, 23); this.labelControl3.TabIndex = 12; this.labelControl3.Text = "4자리 이하 허용"; // // labelControl2 // this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl2.Dock = System.Windows.Forms.DockStyle.Left; this.labelControl2.Location = new System.Drawing.Point(2, 2); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(62, 23); this.labelControl2.TabIndex = 11; this.labelControl2.Text = "코드"; // // panelControl4 // this.panelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl4.Controls.Add(this.textEdit_CUST_NM); this.panelControl4.Controls.Add(this.labelControl_CUST_CD); this.panelControl4.Controls.Add(this.labelControl1); this.panelControl4.Location = new System.Drawing.Point(10, 7); this.panelControl4.Name = "panelControl4"; this.panelControl4.Size = new System.Drawing.Size(317, 27); this.panelControl4.TabIndex = 3; // // textEdit_CUST_NM // this.textEdit_CUST_NM.Dock = System.Windows.Forms.DockStyle.Fill; this.textEdit_CUST_NM.EnterMoveNextControl = true; this.textEdit_CUST_NM.Location = new System.Drawing.Point(64, 2); this.textEdit_CUST_NM.Name = "textEdit_CUST_NM"; this.textEdit_CUST_NM.Properties.AllowFocused = false; this.textEdit_CUST_NM.Properties.AutoHeight = false; this.textEdit_CUST_NM.Properties.ReadOnly = true; this.textEdit_CUST_NM.Size = new System.Drawing.Size(187, 23); this.textEdit_CUST_NM.TabIndex = 3; this.textEdit_CUST_NM.TabStop = false; // // labelControl_CUST_CD // this.labelControl_CUST_CD.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl_CUST_CD.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl_CUST_CD.Dock = System.Windows.Forms.DockStyle.Right; this.labelControl_CUST_CD.Location = new System.Drawing.Point(251, 2); this.labelControl_CUST_CD.Name = "labelControl_CUST_CD"; this.labelControl_CUST_CD.Size = new System.Drawing.Size(64, 23); this.labelControl_CUST_CD.TabIndex = 13; // // labelControl1 // this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl1.Dock = System.Windows.Forms.DockStyle.Left; this.labelControl1.Location = new System.Drawing.Point(2, 2); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(62, 23); this.labelControl1.TabIndex = 11; this.labelControl1.Text = "상호"; // // SelectCustDCPopup // this.Appearance.Options.UseFont = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(335, 492); this.Controls.Add(this.gridControl_Main); this.Controls.Add(this.panelControl3); this.Controls.Add(this.panelControl2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SelectCustDCPopup"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "지종별 DC"; ((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit(); this.panelControl5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.textEdit_DC_RATE.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.textEdit_DC_CD.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit(); this.panelControl4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.textEdit_CUST_NM.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl_Main; private DevExpress.XtraGrid.Views.Grid.GridView gridView_Main; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.SimpleButton simpleButton_CLOSE; private DevExpress.XtraEditors.SimpleButton simpleButton_DELETE; private DevExpress.XtraEditors.SimpleButton simpleButton_ADD; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraEditors.PanelControl panelControl4; public DevExpress.XtraEditors.TextEdit textEdit_CUST_NM; private DevExpress.XtraEditors.PanelControl panelControl5; public DevExpress.XtraEditors.TextEdit textEdit_DC_RATE; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.PanelControl panelControl1; public DevExpress.XtraEditors.TextEdit textEdit_DC_CD; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl_CUST_CD; private DevExpress.XtraEditors.LabelControl labelControl1; } }