namespace HStation.WinFrmUI.Xhs
|
{
|
partial class AssetsAutoMatchingMainDlg
|
{
|
/// <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 Windows Form 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()
|
{
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
btnComplete = new SimpleButton();
|
navigationFrame1 = new DevExpress.XtraBars.Navigation.NavigationFrame();
|
navigationPage1 = new DevExpress.XtraBars.Navigation.NavigationPage();
|
AssetsMainChoicePage = new AssetsMainChoicePage();
|
navigationPage2 = new DevExpress.XtraBars.Navigation.NavigationPage();
|
BtnAutoMatching = new SimpleButton();
|
simpleButton2 = new SimpleButton();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
itemForComplete = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)navigationFrame1).BeginInit();
|
navigationFrame1.SuspendLayout();
|
navigationPage1.SuspendLayout();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)emptySpaceItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)itemForComplete).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(btnComplete);
|
layoutControl1.Controls.Add(navigationFrame1);
|
layoutControl1.Controls.Add(BtnAutoMatching);
|
layoutControl1.Controls.Add(simpleButton2);
|
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";
|
//
|
// btnComplete
|
//
|
btnComplete.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnComplete.Appearance.Options.UseBackColor = true;
|
btnComplete.Location = new Point(869, 547);
|
btnComplete.MaximumSize = new Size(104, 0);
|
btnComplete.MinimumSize = new Size(104, 0);
|
btnComplete.Name = "btnComplete";
|
btnComplete.Size = new Size(104, 22);
|
btnComplete.StyleController = layoutControl1;
|
btnComplete.TabIndex = 3;
|
btnComplete.Text = "完成";
|
btnComplete.Click += btnComplete_Click;
|
//
|
// 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, 505);
|
navigationFrame1.TabIndex = 2;
|
navigationFrame1.Text = "navigationFrame1";
|
//
|
// navigationPage1
|
//
|
navigationPage1.Caption = "navigationPage1";
|
navigationPage1.Controls.Add(AssetsMainChoicePage);
|
navigationPage1.Name = "navigationPage1";
|
navigationPage1.Size = new Size(1051, 505);
|
//
|
// AssetsMainChoicePage
|
//
|
AssetsMainChoicePage.Dock = DockStyle.Fill;
|
AssetsMainChoicePage.Location = new Point(0, 0);
|
AssetsMainChoicePage.Name = "AssetsMainChoicePage";
|
AssetsMainChoicePage.Size = new Size(1051, 505);
|
AssetsMainChoicePage.TabIndex = 0;
|
//
|
// navigationPage2
|
//
|
navigationPage2.Caption = "navigationPage2";
|
navigationPage2.Name = "navigationPage2";
|
navigationPage2.Size = new Size(1051, 505);
|
//
|
// 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;
|
//
|
// simpleButton2
|
//
|
simpleButton2.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
|
simpleButton2.Appearance.Options.UseBackColor = true;
|
simpleButton2.DialogResult = DialogResult.Cancel;
|
simpleButton2.Location = new Point(977, 547);
|
simpleButton2.Name = "simpleButton2";
|
simpleButton2.Size = new Size(86, 22);
|
simpleButton2.StyleController = layoutControl1;
|
simpleButton2.TabIndex = 4;
|
simpleButton2.Text = "取消";
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, emptySpaceItem1, layoutControlItem3, layoutControlItem1, itemForComplete });
|
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, 509);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 535);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(857, 26);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// 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;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = simpleButton2;
|
layoutControlItem1.Location = new Point(965, 535);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(90, 26);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// itemForComplete
|
//
|
itemForComplete.Control = btnComplete;
|
itemForComplete.Location = new Point(857, 535);
|
itemForComplete.MaxSize = new Size(108, 26);
|
itemForComplete.MinSize = new Size(108, 26);
|
itemForComplete.Name = "itemForComplete";
|
itemForComplete.Size = new Size(108, 26);
|
itemForComplete.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
itemForComplete.TextSize = new Size(0, 0);
|
itemForComplete.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)emptySpaceItem1).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)itemForComplete).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 DevExpress.XtraEditors.SimpleButton btnComplete;
|
private DevExpress.XtraLayout.LayoutControlItem itemForComplete;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private AssetsMainChoicePage AssetsMainChoicePage;
|
private SimpleButton BtnAutoMatching;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private SimpleButton simpleButton2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
}
|
}
|