namespace HStation.WinFrmUI .Xhs
{
partial class AssetsAutoMatchingMainDlg
{
///
/// 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();
navigationFrame1 = new DevExpress.XtraBars.Navigation.NavigationFrame();
navigationPage1 = new DevExpress.XtraBars.Navigation.NavigationPage();
AssetsMainChoicePage = new XhsProjectSimulationMatchingListCtrl();
navigationPage2 = new DevExpress.XtraBars.Navigation.NavigationPage();
BtnAutoMatching = new SimpleButton();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)navigationFrame1).BeginInit();
navigationFrame1.SuspendLayout();
navigationPage1.SuspendLayout();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(navigationFrame1);
layoutControl1.Controls.Add(BtnAutoMatching);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1222, 300, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(1075, 581);
layoutControl1.TabIndex = 6;
layoutControl1.Text = "layoutControl1";
//
// navigationFrame1
//
navigationFrame1.Controls.Add(navigationPage1);
navigationFrame1.Controls.Add(navigationPage2);
navigationFrame1.Location = new Point(12, 38);
navigationFrame1.Name = "navigationFrame1";
navigationFrame1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { navigationPage1, navigationPage2 });
navigationFrame1.SelectedPage = navigationPage1;
navigationFrame1.Size = new Size(1051, 531);
navigationFrame1.TabIndex = 2;
navigationFrame1.Text = "navigationFrame1";
//
// navigationPage1
//
navigationPage1.Caption = "navigationPage1";
navigationPage1.Controls.Add(AssetsMainChoicePage);
navigationPage1.Name = "navigationPage1";
navigationPage1.Size = new Size(1051, 531);
//
// AssetsMainChoicePage
//
AssetsMainChoicePage.Dock = DockStyle.Fill;
AssetsMainChoicePage.Location = new Point(0, 0);
AssetsMainChoicePage.Name = "AssetsMainChoicePage";
AssetsMainChoicePage.Size = new Size(1051, 531);
AssetsMainChoicePage.TabIndex = 0;
//
// navigationPage2
//
navigationPage2.Caption = "navigationPage2";
navigationPage2.Name = "navigationPage2";
navigationPage2.Size = new Size(1051, 531);
//
// BtnAutoMatching
//
BtnAutoMatching.Location = new Point(12, 12);
BtnAutoMatching.Name = "BtnAutoMatching";
BtnAutoMatching.Size = new Size(1051, 22);
BtnAutoMatching.StyleController = layoutControl1;
BtnAutoMatching.TabIndex = 0;
BtnAutoMatching.Text = "自动匹配";
BtnAutoMatching.Click += BtnAutoMatching_Click;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3 });
Root.Name = "Root";
Root.Size = new Size(1075, 581);
Root.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = navigationFrame1;
layoutControlItem2.Location = new Point(0, 26);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(1055, 535);
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// layoutControlItem3
//
layoutControlItem3.Control = BtnAutoMatching;
layoutControlItem3.Location = new Point(0, 0);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(1055, 26);
layoutControlItem3.TextSize = new Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// AssetsAutoMatchingMainDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1075, 581);
Controls.Add(layoutControl1);
Name = "AssetsAutoMatchingMainDlg";
StartPosition = FormStartPosition.CenterScreen;
Text = "自动匹配";
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)navigationFrame1).EndInit();
navigationFrame1.ResumeLayout(false);
navigationPage1.ResumeLayout(false);
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraBars.Navigation.NavigationFrame navigationFrame1;
private DevExpress.XtraBars.Navigation.NavigationPage navigationPage1;
private DevExpress.XtraBars.Navigation.NavigationPage navigationPage2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private XhsProjectSimulationMatchingListCtrl AssetsMainChoicePage;
private SimpleButton BtnAutoMatching;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
}
}