namespace CSFrameworkV5.Library.UserControls { partial class ucCodeName { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl(); this.gc_PopUp = new DevExpress.XtraGrid.GridControl(); this.gv_Popup = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit(); this.popupContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gc_PopUp)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gv_Popup)).BeginInit(); this.SuspendLayout(); // // popupContainerControl1 // this.popupContainerControl1.Controls.Add(this.gc_PopUp); this.popupContainerControl1.Location = new System.Drawing.Point(0, 0); this.popupContainerControl1.Name = "popupContainerControl1"; this.popupContainerControl1.Size = new System.Drawing.Size(222, 273); this.popupContainerControl1.TabIndex = 0; // // gc_PopUp // this.gc_PopUp.Dock = System.Windows.Forms.DockStyle.Fill; this.gc_PopUp.Location = new System.Drawing.Point(0, 0); this.gc_PopUp.MainView = this.gv_Popup; this.gc_PopUp.Name = "gc_PopUp"; this.gc_PopUp.Size = new System.Drawing.Size(222, 273); this.gc_PopUp.TabIndex = 0; this.gc_PopUp.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gv_Popup}); this.gc_PopUp.Click += new System.EventHandler(this.gc_PopUp_Click); // // gv_Popup // this.gv_Popup.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2}); this.gv_Popup.GridControl = this.gc_PopUp; this.gv_Popup.Name = "gv_Popup"; this.gv_Popup.OptionsBehavior.Editable = false; this.gv_Popup.OptionsSelection.EnableAppearanceFocusedCell = false; this.gv_Popup.OptionsView.ShowGroupPanel = false; // // gridColumn1 // this.gridColumn1.Caption = "gridColumn1"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; this.gridColumn1.OptionsColumn.AllowFocus = false; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn2 // this.gridColumn2.Caption = "gridColumn2"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.OptionsColumn.AllowEdit = false; this.gridColumn2.OptionsColumn.AllowFocus = false; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; // // ucCodeName // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.popupContainerControl1); this.Name = "ucCodeName"; this.Size = new System.Drawing.Size(223, 273); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit(); this.popupContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gc_PopUp)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gv_Popup)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PopupContainerControl popupContainerControl1; private DevExpress.XtraGrid.GridControl gc_PopUp; private DevExpress.XtraGrid.Views.Grid.GridView gv_Popup; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; } }