namespace TProduct.WinFrmUI.Data4Factory { partial class SelectPartBaseListCtrl { /// /// 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.popupContainerEdit1 = new DevExpress.XtraEditors.PopupContainerEdit(); this.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl(); this.partBaseCtrl1 = new TProduct.WinFrmUI.Data4Factory.SelectPartBaseContentCtrl(); ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit(); this.popupContainerControl1.SuspendLayout(); this.SuspendLayout(); // // popupContainerEdit1 // this.popupContainerEdit1.Dock = System.Windows.Forms.DockStyle.Fill; this.popupContainerEdit1.Location = new System.Drawing.Point(0, 0); this.popupContainerEdit1.Name = "popupContainerEdit1"; this.popupContainerEdit1.Properties.AutoHeight = false; this.popupContainerEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.popupContainerEdit1.Properties.PopupControl = this.popupContainerControl1; this.popupContainerEdit1.Size = new System.Drawing.Size(273, 34); this.popupContainerEdit1.TabIndex = 0; this.popupContainerEdit1.CustomDisplayText += new DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler(this.popupContainerEdit1_CustomDisplayText); // // popupContainerControl1 // this.popupContainerControl1.Controls.Add(this.partBaseCtrl1); this.popupContainerControl1.Location = new System.Drawing.Point(14, 9); this.popupContainerControl1.Name = "popupContainerControl1"; this.popupContainerControl1.Size = new System.Drawing.Size(173, 79); this.popupContainerControl1.TabIndex = 3; // // partBaseCtrl1 // this.partBaseCtrl1.Dock = System.Windows.Forms.DockStyle.Fill; this.partBaseCtrl1.Location = new System.Drawing.Point(0, 0); this.partBaseCtrl1.Name = "partBaseCtrl1"; this.partBaseCtrl1.Size = new System.Drawing.Size(173, 79); this.partBaseCtrl1.TabIndex = 0; // // SelectPartBaseCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.popupContainerControl1); this.Controls.Add(this.popupContainerEdit1); this.Name = "SelectPartBaseCtrl"; this.Size = new System.Drawing.Size(273, 34); ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit(); this.popupContainerControl1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PopupContainerEdit popupContainerEdit1; private DevExpress.XtraEditors.PopupContainerControl popupContainerControl1; private SelectPartBaseContentCtrl partBaseCtrl1; } }