namespace Yw.WinFrmUI
{
partial class SetFlagsContainerCtrl
{
///
/// 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()
{
layoutControl1 = new LayoutControl();
stringListCheckedListBoxCtrl1 = new StringListCheckedListBoxCtrl();
Root = new LayoutControlGroup();
layoutControlItem1 = new LayoutControlItem();
btnOk = new SimpleButton();
itemForOk = new LayoutControlItem();
btnCancel = new SimpleButton();
itemForCancel = new LayoutControlItem();
emptySpaceItem1 = new EmptySpaceItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)itemForOk).BeginInit();
((ISupportInitialize)itemForCancel).BeginInit();
((ISupportInitialize)emptySpaceItem1).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(btnCancel);
layoutControl1.Controls.Add(btnOk);
layoutControl1.Controls.Add(stringListCheckedListBoxCtrl1);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(941, 111, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(600, 400);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// stringListCheckedListBoxCtrl1
//
stringListCheckedListBoxCtrl1.Location = new Point(2, 2);
stringListCheckedListBoxCtrl1.Name = "stringListCheckedListBoxCtrl1";
stringListCheckedListBoxCtrl1.Size = new Size(596, 370);
stringListCheckedListBoxCtrl1.TabIndex = 4;
//
// Root
//
Root.EnableIndentsWithoutBorders = DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new BaseLayoutItem[] { layoutControlItem1, itemForOk, itemForCancel, emptySpaceItem1 });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(600, 400);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = stringListCheckedListBoxCtrl1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(600, 374);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// btnOk
//
btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
btnOk.Appearance.Options.UseBackColor = true;
btnOk.Location = new Point(512, 376);
btnOk.Name = "btnOk";
btnOk.Size = new Size(86, 22);
btnOk.StyleController = layoutControl1;
btnOk.TabIndex = 5;
btnOk.Text = "确定";
btnOk.Click += btnOk_Click;
//
// itemForOk
//
itemForOk.Control = btnOk;
itemForOk.Location = new Point(510, 374);
itemForOk.MaxSize = new Size(90, 26);
itemForOk.MinSize = new Size(90, 26);
itemForOk.Name = "itemForOk";
itemForOk.Size = new Size(90, 26);
itemForOk.SizeConstraintsType = SizeConstraintsType.Custom;
itemForOk.TextSize = new Size(0, 0);
itemForOk.TextVisible = false;
//
// btnCancel
//
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
btnCancel.Appearance.Options.UseBackColor = true;
btnCancel.Location = new Point(422, 376);
btnCancel.Name = "btnCancel";
btnCancel.Size = new Size(86, 22);
btnCancel.StyleController = layoutControl1;
btnCancel.TabIndex = 6;
btnCancel.Text = "取消";
btnCancel.Click += btnCancel_Click;
//
// itemForCancel
//
itemForCancel.Control = btnCancel;
itemForCancel.Location = new Point(420, 374);
itemForCancel.MaxSize = new Size(90, 26);
itemForCancel.MinSize = new Size(90, 26);
itemForCancel.Name = "itemForCancel";
itemForCancel.Size = new Size(90, 26);
itemForCancel.SizeConstraintsType = SizeConstraintsType.Custom;
itemForCancel.TextSize = new Size(0, 0);
itemForCancel.TextVisible = false;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 374);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(420, 26);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// SetFlagsContainerCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "SetFlagsContainerCtrl";
Size = new Size(600, 400);
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)itemForOk).EndInit();
((ISupportInitialize)itemForCancel).EndInit();
((ISupportInitialize)emptySpaceItem1).EndInit();
ResumeLayout(false);
}
#endregion
private LayoutControl layoutControl1;
private LayoutControlGroup Root;
private StringListCheckedListBoxCtrl stringListCheckedListBoxCtrl1;
private LayoutControlItem layoutControlItem1;
private SimpleButton btnCancel;
private SimpleButton btnOk;
private LayoutControlItem itemForOk;
private LayoutControlItem itemForCancel;
private EmptySpaceItem emptySpaceItem1;
}
}