namespace PBS.WinFrmUI
{
partial class AddFacilityDlg
{
///
/// 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()
{
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
generalOkAndCancelCtrl1 = new Yw.WinFrmUI.GeneralOkAndCancelCtrl();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
facilitiesCtrl = new FacilitiesCtrl();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
SuspendLayout();
//
// Root
//
Root.AppearanceItemCaption.Options.UseTextOptions = true;
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem7, layoutControlItem1 });
Root.Name = "Root";
Root.Size = new Size(779, 347);
Root.TextVisible = false;
//
// layoutControlItem7
//
layoutControlItem7.Control = generalOkAndCancelCtrl1;
layoutControlItem7.Location = new Point(0, 290);
layoutControlItem7.Name = "layoutControlItem7";
layoutControlItem7.Size = new Size(759, 37);
layoutControlItem7.TextSize = new Size(0, 0);
layoutControlItem7.TextVisible = false;
//
// generalOkAndCancelCtrl1
//
generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(131, 42);
generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(114, 33);
generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(131, 42);
generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(114, 33);
generalOkAndCancelCtrl1.Location = new Point(12, 302);
generalOkAndCancelCtrl1.Margin = new Padding(3, 5, 3, 5);
generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
generalOkAndCancelCtrl1.Size = new Size(755, 33);
generalOkAndCancelCtrl1.TabIndex = 0;
//
// layoutControl1
//
layoutControl1.Controls.Add(facilitiesCtrl);
layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Margin = new Padding(3, 4, 3, 4);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(826, 220, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(779, 347);
layoutControl1.TabIndex = 2;
layoutControl1.Text = "layoutControl1";
//
// facilitiesWizardForm1
//
facilitiesCtrl.Location = new Point(12, 12);
facilitiesCtrl.Margin = new Padding(2, 3, 2, 3);
facilitiesCtrl.Name = "facilitiesWizardForm1";
facilitiesCtrl.Size = new Size(755, 286);
facilitiesCtrl.TabIndex = 4;
//
// layoutControlItem1
//
layoutControlItem1.Control = facilitiesCtrl;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(759, 290);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// AddFacilityDlg
//
AutoScaleDimensions = new SizeF(8F, 18F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(779, 347);
Controls.Add(layoutControl1);
Margin = new Padding(3, 4, 3, 4);
Name = "AddFacilityDlg";
StartPosition = FormStartPosition.CenterScreen;
Text = "新增";
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private Yw.WinFrmUI.GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private FacilitiesCtrl facilitiesCtrl;
}
}