namespace HANMI_J_SALE { partial class SelectAccNoPopup { /// /// 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(SelectAccNoPopup)); 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_SELECT = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); ((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(); 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(603, 307); this.gridControl_Main.TabIndex = 1; 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.gridColumn3, this.gridColumn4}); 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 = "BANK_NM"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 100; // // gridColumn2 // this.gridColumn2.Caption = "계좌번호"; this.gridColumn2.FieldName = "ACC_NO"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; this.gridColumn2.Width = 223; // // 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_SELECT); this.panelControl2.Controls.Add(this.simpleButton_Cancel); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl2.Location = new System.Drawing.Point(0, 307); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(603, 42); this.panelControl2.TabIndex = 2; // // simpleButton_SELECT // this.simpleButton_SELECT.Dock = System.Windows.Forms.DockStyle.Right; this.simpleButton_SELECT.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_SELECT.Image"))); this.simpleButton_SELECT.Location = new System.Drawing.Point(381, 2); this.simpleButton_SELECT.Name = "simpleButton_SELECT"; this.simpleButton_SELECT.Size = new System.Drawing.Size(110, 38); this.simpleButton_SELECT.TabIndex = 0; this.simpleButton_SELECT.Text = "선택"; // // simpleButton_Cancel // this.simpleButton_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleButton_Cancel.Dock = System.Windows.Forms.DockStyle.Right; this.simpleButton_Cancel.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Cancel.Image"))); this.simpleButton_Cancel.Location = new System.Drawing.Point(491, 2); this.simpleButton_Cancel.Name = "simpleButton_Cancel"; this.simpleButton_Cancel.Size = new System.Drawing.Size(110, 38); this.simpleButton_Cancel.TabIndex = 1; this.simpleButton_Cancel.Text = "취소"; // // gridColumn3 // this.gridColumn3.Caption = "예금명"; this.gridColumn3.FieldName = "ACC_NM"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; this.gridColumn3.Width = 192; // // gridColumn4 // this.gridColumn4.AppearanceCell.Options.UseTextOptions = true; this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn4.Caption = "은행코드"; this.gridColumn4.FieldName = "BANK_CD"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.OptionsColumn.FixedWidth = true; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 3; this.gridColumn4.Width = 70; // // SelectAccNoPopup // this.Appearance.Options.UseFont = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(603, 349); this.Controls.Add(this.gridControl_Main); this.Controls.Add(this.panelControl2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SelectAccNoPopup"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "은행 계좌 조회"; ((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); 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_Cancel; private DevExpress.XtraEditors.SimpleButton simpleButton_SELECT; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; } }