namespace Yw.WinFrmUI { partial class SetFlagsEditCtrl { /// /// 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() { popupContainerEdit1 = new PopupContainerEdit(); ((ISupportInitialize)popupContainerEdit1.Properties).BeginInit(); SuspendLayout(); // // popupContainerEdit1 // popupContainerEdit1.Dock = DockStyle.Fill; popupContainerEdit1.Location = new Point(0, 0); popupContainerEdit1.Name = "popupContainerEdit1"; popupContainerEdit1.Properties.AutoHeight = false; popupContainerEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); popupContainerEdit1.Properties.ShowPopupCloseButton = false; popupContainerEdit1.Properties.ShowPopupShadow = false; popupContainerEdit1.Size = new Size(299, 27); popupContainerEdit1.TabIndex = 0; // // SetFlagsEditCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(popupContainerEdit1); Name = "SetFlagsEditCtrl"; Size = new Size(299, 27); ((ISupportInitialize)popupContainerEdit1.Properties).EndInit(); ResumeLayout(false); } #endregion private PopupContainerEdit popupContainerEdit1; } }