namespace HStation.WinFrmUI.Basic
|
{
|
partial class SetSysPropForCatalogDlg
|
{
|
/// <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()
|
{
|
BtnOk = new DevExpress.XtraEditors.SimpleButton();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
checkedListBoxControl1 = new DevExpress.XtraEditors.CheckedListBoxControl();
|
btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)checkedListBoxControl1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
SuspendLayout();
|
//
|
// BtnOk
|
//
|
BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
BtnOk.Appearance.Options.UseBackColor = true;
|
BtnOk.Location = new Point(281, 268);
|
BtnOk.Name = "BtnOk";
|
BtnOk.Size = new Size(92, 22);
|
BtnOk.StyleController = layoutControl1;
|
BtnOk.TabIndex = 2;
|
BtnOk.Text = "完成";
|
BtnOk.Click += BtnOk_Click;
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(checkedListBoxControl1);
|
layoutControl1.Controls.Add(btnCancel);
|
layoutControl1.Controls.Add(BtnOk);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(474, 292);
|
layoutControl1.TabIndex = 9;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// checkedListBoxControl1
|
//
|
checkedListBoxControl1.Location = new Point(2, 2);
|
checkedListBoxControl1.Name = "checkedListBoxControl1";
|
checkedListBoxControl1.Size = new Size(470, 262);
|
checkedListBoxControl1.StyleController = layoutControl1;
|
checkedListBoxControl1.TabIndex = 5;
|
//
|
// btnCancel
|
//
|
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
|
btnCancel.Appearance.Options.UseBackColor = true;
|
btnCancel.DialogResult = DialogResult.Cancel;
|
btnCancel.Location = new Point(377, 268);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(95, 22);
|
btnCancel.StyleController = layoutControl1;
|
btnCancel.TabIndex = 3;
|
btnCancel.Text = "取消";
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem1, emptySpaceItem2, layoutControlItem4 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(474, 292);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = btnCancel;
|
layoutControlItem2.Location = new Point(375, 266);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(99, 26);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = BtnOk;
|
layoutControlItem1.Location = new Point(279, 266);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(96, 26);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// emptySpaceItem2
|
//
|
emptySpaceItem2.AllowHotTrack = false;
|
emptySpaceItem2.Location = new Point(0, 266);
|
emptySpaceItem2.Name = "emptySpaceItem2";
|
emptySpaceItem2.Size = new Size(279, 26);
|
emptySpaceItem2.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = checkedListBoxControl1;
|
layoutControlItem4.Location = new Point(0, 0);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(474, 266);
|
layoutControlItem4.TextSize = new Size(0, 0);
|
layoutControlItem4.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 237);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(348, 26);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// PropEdit
|
//
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(474, 292);
|
Controls.Add(layoutControl1);
|
Margin = new Padding(3, 4, 3, 4);
|
Name = "PropEdit";
|
StartPosition = FormStartPosition.CenterScreen;
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)checkedListBoxControl1).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
private DevExpress.XtraEditors.SimpleButton BtnOk;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
}
|
}
|