namespace TProduct.WinFrmUI.Data4Factory
|
{
|
partial class SelectPumpComboxCtrl
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.popupContainerEdit1 = new DevExpress.XtraEditors.PopupContainerEdit();
|
this.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl();
|
this.productCtrl = new TProduct.WinFrmUI.Data4Factory.SelectPumpComboxContentCtrl();
|
((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, 114);
|
this.popupContainerEdit1.TabIndex = 0;
|
//
|
// popupContainerControl1
|
//
|
this.popupContainerControl1.Controls.Add(this.productCtrl);
|
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;
|
//
|
// productCtrl
|
//
|
this.productCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.productCtrl.IsChangeList = false;
|
this.productCtrl.Location = new System.Drawing.Point(0, 0);
|
this.productCtrl.Name = "productCtrl";
|
this.productCtrl.Size = new System.Drawing.Size(173, 79);
|
this.productCtrl.TabIndex = 0;
|
//
|
// SelectPumpComboxCtrl
|
//
|
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 = "SelectPumpComboxCtrl";
|
this.Size = new System.Drawing.Size(273, 114);
|
((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 SelectPumpComboxContentCtrl productCtrl;
|
}
|
}
|