namespace PosResAnalysis.ExtensionsDev { partial class PopupControlDocker { /// /// 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.searchControl1 = new DevExpress.XtraEditors.SearchControl(); this.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl(); this.searchLookUpEdit1 = new DevExpress.XtraEditors.SearchLookUpEdit(); this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); ((System.ComponentModel.ISupportInitialize)(this.searchControl1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit(); this.popupContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit(); this.SuspendLayout(); // // searchControl1 // this.searchControl1.Dock = System.Windows.Forms.DockStyle.Top; this.searchControl1.Location = new System.Drawing.Point(0, 0); this.searchControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.searchControl1.Name = "searchControl1"; this.searchControl1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Repository.ClearButton(), new DevExpress.XtraEditors.Repository.SearchButton()}); this.searchControl1.Size = new System.Drawing.Size(536, 26); this.searchControl1.TabIndex = 0; // // popupContainerControl1 // this.popupContainerControl1.Controls.Add(this.searchControl1); this.popupContainerControl1.Location = new System.Drawing.Point(46, 94); this.popupContainerControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.popupContainerControl1.Name = "popupContainerControl1"; this.popupContainerControl1.Size = new System.Drawing.Size(536, 254); this.popupContainerControl1.TabIndex = 1; // // searchLookUpEdit1 // this.searchLookUpEdit1.Location = new System.Drawing.Point(155, 407); this.searchLookUpEdit1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.searchLookUpEdit1.Name = "searchLookUpEdit1"; this.searchLookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.searchLookUpEdit1.Properties.NullValuePrompt = "11"; this.searchLookUpEdit1.Properties.PopupView = this.searchLookUpEdit1View; this.searchLookUpEdit1.Size = new System.Drawing.Size(378, 26); this.searchLookUpEdit1.TabIndex = 2; // // searchLookUpEdit1View // this.searchLookUpEdit1View.DetailHeight = 500; this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.searchLookUpEdit1View.Name = "searchLookUpEdit1View"; this.searchLookUpEdit1View.OptionsEditForm.PopupEditFormWidth = 914; this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false; // // PopupControlDocker // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.searchLookUpEdit1); this.Controls.Add(this.popupContainerControl1); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "PopupControlDocker"; this.Size = new System.Drawing.Size(662, 546); ((System.ComponentModel.ISupportInitialize)(this.searchControl1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit(); this.popupContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SearchControl searchControl1; private DevExpress.XtraEditors.PopupContainerControl popupContainerControl1; private DevExpress.XtraEditors.SearchLookUpEdit searchLookUpEdit1; private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View; } }