namespace HStation.WinFrmUI
{
partial class SelectFlagsCtrl
{
///
/// 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.components = new System.ComponentModel.Container();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.clbFlags = new DevExpress.XtraEditors.CheckedListBoxControl();
this.CustomFlagsTextEdit = new DevExpress.XtraEditors.TextEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.clbFlags)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CustomFlagsTextEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.clbFlags);
this.layoutControl1.Controls.Add(this.CustomFlagsTextEdit);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(484, 0, 650, 400);
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(344, 217);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// clbFlags
//
this.clbFlags.CheckOnClick = true;
this.clbFlags.Cursor = System.Windows.Forms.Cursors.Default;
this.clbFlags.ItemHeight = 16;
this.clbFlags.Location = new System.Drawing.Point(12, 29);
this.clbFlags.Name = "clbFlags";
this.clbFlags.Size = new System.Drawing.Size(320, 129);
this.clbFlags.StyleController = this.layoutControl1;
this.clbFlags.TabIndex = 18;
//
// CustomFlagsTextEdit
//
this.CustomFlagsTextEdit.Location = new System.Drawing.Point(12, 181);
this.CustomFlagsTextEdit.MaximumSize = new System.Drawing.Size(0, 24);
this.CustomFlagsTextEdit.MinimumSize = new System.Drawing.Size(0, 24);
this.CustomFlagsTextEdit.Name = "CustomFlagsTextEdit";
this.CustomFlagsTextEdit.Size = new System.Drawing.Size(320, 24);
this.CustomFlagsTextEdit.StyleController = this.layoutControl1;
this.CustomFlagsTextEdit.TabIndex = 19;
this.CustomFlagsTextEdit.ToolTip = "\',\'号分割";
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.layoutControlItem2});
this.Root.Name = "Root";
this.Root.Size = new System.Drawing.Size(344, 217);
this.Root.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.AllowHtmlStringInCaption = true;
this.layoutControlItem1.Control = this.clbFlags;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(324, 150);
this.layoutControlItem1.Text = "系统配置";
this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
//
// layoutControlItem2
//
this.layoutControlItem2.AllowHtmlStringInCaption = true;
this.layoutControlItem2.Control = this.CustomFlagsTextEdit;
this.layoutControlItem2.Location = new System.Drawing.Point(0, 150);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(324, 47);
this.layoutControlItem2.Text = "自定义(\',\'号分割)";
this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
this.layoutControlItem2.TextSize = new System.Drawing.Size(95, 14);
this.layoutControlItem2.TextToControlDistance = 5;
//
// dxErrorProvider1
//
this.dxErrorProvider1.ContainerControl = this;
//
// SelectFlagsCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.layoutControl1);
this.Name = "SelectFlagsCtrl";
this.Size = new System.Drawing.Size(344, 217);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.clbFlags)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CustomFlagsTextEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.CheckedListBoxControl clbFlags;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraEditors.TextEdit CustomFlagsTextEdit;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
}
}