namespace ISupply.WinFrm
{
partial class SelectFlagsPopupCtrl
{
///
/// 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.selectFlagsCtrl1 = new ISupply.WinFrm.SelectFlagsCtrl();
((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.AllowFocused = false;
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(369, 28);
this.popupContainerEdit1.TabIndex = 0;
this.popupContainerEdit1.QueryResultValue += new DevExpress.XtraEditors.Controls.QueryResultValueEventHandler(this.popupContainerEdit1_QueryResultValue);
this.popupContainerEdit1.CustomDisplayText += new DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler(this.popupContainerEdit1_CustomDisplayText);
//
// popupContainerControl1
//
this.popupContainerControl1.Controls.Add(this.selectFlagsCtrl1);
this.popupContainerControl1.Location = new System.Drawing.Point(170, 198);
this.popupContainerControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.popupContainerControl1.Name = "popupContainerControl1";
this.popupContainerControl1.Size = new System.Drawing.Size(374, 335);
this.popupContainerControl1.TabIndex = 1;
//
// selectFlagsCtrl1
//
this.selectFlagsCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.selectFlagsCtrl1.Location = new System.Drawing.Point(0, 0);
this.selectFlagsCtrl1.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.selectFlagsCtrl1.Name = "selectFlagsCtrl1";
this.selectFlagsCtrl1.Size = new System.Drawing.Size(374, 335);
this.selectFlagsCtrl1.TabIndex = 0;
//
// SelectFlagsPopupCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.popupContainerEdit1);
this.Controls.Add(this.popupContainerControl1);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "SelectFlagsPopupCtrl";
this.Size = new System.Drawing.Size(369, 28);
((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 SelectFlagsCtrl selectFlagsCtrl1;
}
}