namespace CSFrameworkV5.Library.UserControls { partial class ucLookupEditorPopupControl { /// /// 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.gcPopupView = new DevExpress.XtraGrid.GridControl(); this.gvPopupView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colMeasID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMeasName = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit(); this.popupContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcPopupView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvPopupView)).BeginInit(); this.SuspendLayout(); // // popupContainerControl1 // this.popupContainerControl1.Controls.Add(this.gcPopupView); this.popupContainerControl1.Location = new System.Drawing.Point(3, 3); this.popupContainerControl1.Name = "popupContainerControl1"; this.popupContainerControl1.Size = new System.Drawing.Size(323, 241); this.popupContainerControl1.TabIndex = 0; // // gcPopupView // this.gcPopupView.Dock = System.Windows.Forms.DockStyle.Fill; this.gcPopupView.Location = new System.Drawing.Point(0, 0); this.gcPopupView.MainView = this.gvPopupView; this.gcPopupView.Name = "gcPopupView"; this.gcPopupView.Size = new System.Drawing.Size(323, 241); this.gcPopupView.TabIndex = 0; this.gcPopupView.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvPopupView}); // // gvPopupView // this.gvPopupView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colMeasID, this.colMeasName}); this.gvPopupView.GridControl = this.gcPopupView; this.gvPopupView.Name = "gvPopupView"; this.gvPopupView.OptionsBehavior.Editable = false; this.gvPopupView.OptionsSelection.EnableAppearanceFocusedCell = false; this.gvPopupView.OptionsView.ColumnAutoWidth = false; this.gvPopupView.OptionsView.ShowGroupPanel = false; this.gvPopupView.OptionsView.ShowIndicator = false; this.gvPopupView.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gvPopupView_RowClick); // // colMeasID // this.colMeasID.Caption = "编号"; this.colMeasID.FieldName = "MeasID"; this.colMeasID.Name = "colMeasID"; this.colMeasID.Visible = true; this.colMeasID.VisibleIndex = 0; this.colMeasID.Width = 84; // // colMeasName // this.colMeasName.Caption = "度尺参数"; this.colMeasName.FieldName = "MeasName"; this.colMeasName.Name = "colMeasName"; this.colMeasName.Visible = true; this.colMeasName.VisibleIndex = 1; this.colMeasName.Width = 208; // // ucLookupEditorPopupControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.popupContainerControl1); this.Name = "ucLookupEditorPopupControl"; this.Size = new System.Drawing.Size(330, 250); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit(); this.popupContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcPopupView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvPopupView)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PopupContainerControl popupContainerControl1; private DevExpress.XtraGrid.GridControl gcPopupView; private DevExpress.XtraGrid.Views.Grid.GridView gvPopupView; private DevExpress.XtraGrid.Columns.GridColumn colMeasID; private DevExpress.XtraGrid.Columns.GridColumn colMeasName; } }