namespace HStation.WinFrmUI.Assets
{
partial class SetDefaultStatusDlg
{
///
/// 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 Windows Form 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 DevExpress.XtraLayout.LayoutControl();
radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
btnCancel = new DevExpress.XtraEditors.SimpleButton();
btnOk = new DevExpress.XtraEditors.SimpleButton();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)radioGroup1.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(radioGroup1);
layoutControl1.Controls.Add(btnCancel);
layoutControl1.Controls.Add(btnOk);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Margin = new Padding(3, 2, 3, 2);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(668, 0, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(288, 85);
layoutControl1.TabIndex = 1;
layoutControl1.Text = "layoutControl1";
//
// radioGroup1
//
radioGroup1.EditValue = 0;
radioGroup1.Location = new Point(91, 7);
radioGroup1.Margin = new Padding(3, 2, 3, 2);
radioGroup1.Name = "radioGroup1";
radioGroup1.Properties.AllowFocused = false;
radioGroup1.Properties.Appearance.BackColor = Color.Transparent;
radioGroup1.Properties.Appearance.Options.UseBackColor = true;
radioGroup1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
radioGroup1.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "否"), new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "是") });
radioGroup1.Size = new Size(189, 47);
radioGroup1.StyleController = layoutControl1;
radioGroup1.TabIndex = 6;
//
// btnCancel
//
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
btnCancel.Appearance.Options.UseBackColor = true;
btnCancel.DialogResult = DialogResult.Cancel;
btnCancel.Location = new Point(213, 56);
btnCancel.Margin = new Padding(2, 2, 2, 2);
btnCancel.Name = "btnCancel";
btnCancel.Size = new Size(67, 22);
btnCancel.StyleController = layoutControl1;
btnCancel.TabIndex = 5;
btnCancel.Text = "取消";
//
// btnOk
//
btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
btnOk.Appearance.Options.UseBackColor = true;
btnOk.Location = new Point(145, 56);
btnOk.Margin = new Padding(2, 2, 2, 2);
btnOk.Name = "btnOk";
btnOk.Size = new Size(66, 22);
btnOk.StyleController = layoutControl1;
btnOk.TabIndex = 4;
btnOk.Text = "确定";
btnOk.Click += btnOk_Click;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, emptySpaceItem1, layoutControlItem3, emptySpaceItem2 });
Root.Name = "Root";
Root.Size = new Size(288, 85);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = btnOk;
layoutControlItem1.Location = new Point(137, 49);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(68, 24);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = btnCancel;
layoutControlItem2.Location = new Point(205, 49);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(69, 24);
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 49);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(137, 24);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItem3
//
layoutControlItem3.Control = radioGroup1;
layoutControlItem3.Location = new Point(83, 0);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(191, 49);
layoutControlItem3.TextSize = new Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// emptySpaceItem2
//
emptySpaceItem2.AllowHotTrack = false;
emptySpaceItem2.Location = new Point(0, 0);
emptySpaceItem2.Name = "emptySpaceItem2";
emptySpaceItem2.Size = new Size(83, 49);
emptySpaceItem2.TextSize = new Size(0, 0);
//
// SetDefaultStatusDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(288, 85);
Controls.Add(layoutControl1);
FormBorderStyle = FormBorderStyle.FixedToolWindow;
Margin = new Padding(3, 2, 3, 2);
Name = "SetDefaultStatusDlg";
StartPosition = FormStartPosition.CenterParent;
Text = " 设置默认值状态";
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)radioGroup1.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.RadioGroup radioGroup1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
}
}