namespace PBS.WinFrmUI.Hydro
|
{
|
partial class QuickModelingPage
|
{
|
/// <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()
|
{
|
ComponentResourceManager resources = new ComponentResourceManager(typeof(QuickModelingPage));
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
stepProgressBar1 = new StepProgressBar();
|
btnComplete = new SimpleButton();
|
btnPrev = new SimpleButton();
|
btnCancel = new SimpleButton();
|
navigationFrame = new DevExpress.XtraBars.Navigation.NavigationFrame();
|
btnNext = new SimpleButton();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
itemPage = new DevExpress.XtraLayout.LayoutControlItem();
|
empty1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
itemForCancel = new DevExpress.XtraLayout.LayoutControlItem();
|
itemForPrev = new DevExpress.XtraLayout.LayoutControlItem();
|
itemForNext = new DevExpress.XtraLayout.LayoutControlItem();
|
itemForComplete = new DevExpress.XtraLayout.LayoutControlItem();
|
itemForTitle = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)stepProgressBar1).BeginInit();
|
((ISupportInitialize)navigationFrame).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)itemPage).BeginInit();
|
((ISupportInitialize)empty1).BeginInit();
|
((ISupportInitialize)itemForCancel).BeginInit();
|
((ISupportInitialize)itemForPrev).BeginInit();
|
((ISupportInitialize)itemForNext).BeginInit();
|
((ISupportInitialize)itemForComplete).BeginInit();
|
((ISupportInitialize)itemForTitle).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(stepProgressBar1);
|
layoutControl1.Controls.Add(btnComplete);
|
layoutControl1.Controls.Add(btnPrev);
|
layoutControl1.Controls.Add(btnCancel);
|
layoutControl1.Controls.Add(navigationFrame);
|
layoutControl1.Controls.Add(btnNext);
|
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(309, 351, 985, 607);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(1355, 820);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// stepProgressBar1
|
//
|
stepProgressBar1.ContentAlignment = ContentAlignment.MiddleCenter;
|
stepProgressBar1.DistanceBetweenContentBlockElements = 7;
|
stepProgressBar1.IndentBetweenItems = 20;
|
stepProgressBar1.IndicatorToContentBlockDistance = 7;
|
stepProgressBar1.ItemOptions.Indicator.ActiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepProgressBar1.ItemOptions.Indicator.ActiveStateImageOptions.SvgImage");
|
stepProgressBar1.ItemOptions.Indicator.ActiveStateImageOptions.SvgImageSize = new Size(20, 20);
|
stepProgressBar1.Location = new Point(0, 787);
|
stepProgressBar1.Name = "stepProgressBar1";
|
stepProgressBar1.ShadowDrawMode = StepProgressBarShadowDrawMode.ActiveElements;
|
stepProgressBar1.ShadowSize = 9;
|
stepProgressBar1.Size = new Size(403, 33);
|
stepProgressBar1.StyleController = layoutControl1;
|
stepProgressBar1.TabIndex = 5;
|
stepProgressBar1.Visible = false;
|
//
|
// btnComplete
|
//
|
btnComplete.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnComplete.Appearance.Options.UseBackColor = true;
|
btnComplete.Location = new Point(1220, 789);
|
btnComplete.Margin = new Padding(3, 4, 3, 4);
|
btnComplete.Name = "btnComplete";
|
btnComplete.Size = new Size(133, 29);
|
btnComplete.StyleController = layoutControl1;
|
btnComplete.TabIndex = 14;
|
btnComplete.Text = "完成";
|
btnComplete.Click += btnComplete_Click;
|
//
|
// btnPrev
|
//
|
btnPrev.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
btnPrev.Appearance.Options.UseBackColor = true;
|
btnPrev.Location = new Point(946, 789);
|
btnPrev.Margin = new Padding(3, 4, 3, 4);
|
btnPrev.Name = "btnPrev";
|
btnPrev.Size = new Size(133, 29);
|
btnPrev.StyleController = layoutControl1;
|
btnPrev.TabIndex = 11;
|
btnPrev.Text = "<上一步";
|
btnPrev.Click += btnPrev_Click;
|
//
|
// btnCancel
|
//
|
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
|
btnCancel.Appearance.Options.UseBackColor = true;
|
btnCancel.Location = new Point(809, 789);
|
btnCancel.Margin = new Padding(3, 4, 3, 4);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(133, 29);
|
btnCancel.StyleController = layoutControl1;
|
btnCancel.TabIndex = 13;
|
btnCancel.Text = "取消";
|
btnCancel.Click += btnCancel_Click;
|
//
|
// navigationFrame
|
//
|
navigationFrame.Location = new Point(0, 0);
|
navigationFrame.Margin = new Padding(3, 4, 3, 4);
|
navigationFrame.Name = "navigationFrame";
|
navigationFrame.SelectedPage = null;
|
navigationFrame.Size = new Size(1355, 787);
|
navigationFrame.TabIndex = 6;
|
navigationFrame.Text = "navigationFrame1";
|
//
|
// btnNext
|
//
|
btnNext.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
|
btnNext.Appearance.Options.UseBackColor = true;
|
btnNext.Location = new Point(1083, 789);
|
btnNext.Margin = new Padding(3, 4, 3, 4);
|
btnNext.Name = "btnNext";
|
btnNext.Size = new Size(133, 29);
|
btnNext.StyleController = layoutControl1;
|
btnNext.TabIndex = 12;
|
btnNext.Text = "下一步>";
|
btnNext.Click += btnNext_Click;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { itemPage, itemForCancel, itemForPrev, itemForNext, itemForComplete, itemForTitle, empty1 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(1355, 820);
|
Root.TextVisible = false;
|
//
|
// itemPage
|
//
|
itemPage.Control = navigationFrame;
|
itemPage.Location = new Point(0, 0);
|
itemPage.Name = "itemPage";
|
itemPage.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
itemPage.Size = new Size(1355, 787);
|
itemPage.TextSize = new Size(0, 0);
|
itemPage.TextVisible = false;
|
//
|
// empty1
|
//
|
empty1.AllowHotTrack = false;
|
empty1.Location = new Point(403, 787);
|
empty1.MinSize = new Size(1, 31);
|
empty1.Name = "empty1";
|
empty1.Size = new Size(404, 33);
|
empty1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
empty1.TextSize = new Size(0, 0);
|
//
|
// itemForCancel
|
//
|
itemForCancel.Control = btnCancel;
|
itemForCancel.Location = new Point(807, 787);
|
itemForCancel.MaxSize = new Size(137, 33);
|
itemForCancel.MinSize = new Size(137, 33);
|
itemForCancel.Name = "itemForCancel";
|
itemForCancel.Size = new Size(137, 33);
|
itemForCancel.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
itemForCancel.TextSize = new Size(0, 0);
|
itemForCancel.TextVisible = false;
|
//
|
// itemForPrev
|
//
|
itemForPrev.Control = btnPrev;
|
itemForPrev.CustomizationFormText = "itemForPrev";
|
itemForPrev.Location = new Point(944, 787);
|
itemForPrev.MaxSize = new Size(137, 33);
|
itemForPrev.MinSize = new Size(137, 33);
|
itemForPrev.Name = "itemForPrev";
|
itemForPrev.Size = new Size(137, 33);
|
itemForPrev.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
itemForPrev.TextSize = new Size(0, 0);
|
itemForPrev.TextVisible = false;
|
//
|
// itemForNext
|
//
|
itemForNext.Control = btnNext;
|
itemForNext.Location = new Point(1081, 787);
|
itemForNext.MaxSize = new Size(137, 33);
|
itemForNext.MinSize = new Size(137, 33);
|
itemForNext.Name = "itemForNext";
|
itemForNext.Size = new Size(137, 33);
|
itemForNext.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
itemForNext.TextSize = new Size(0, 0);
|
itemForNext.TextVisible = false;
|
//
|
// itemForComplete
|
//
|
itemForComplete.Control = btnComplete;
|
itemForComplete.Location = new Point(1218, 787);
|
itemForComplete.MaxSize = new Size(137, 33);
|
itemForComplete.MinSize = new Size(137, 33);
|
itemForComplete.Name = "itemForComplete";
|
itemForComplete.Size = new Size(137, 33);
|
itemForComplete.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
itemForComplete.TextSize = new Size(0, 0);
|
itemForComplete.TextVisible = false;
|
//
|
// itemForTitle
|
//
|
itemForTitle.Control = stepProgressBar1;
|
itemForTitle.Location = new Point(0, 787);
|
itemForTitle.MinSize = new Size(1, 1);
|
itemForTitle.Name = "itemForTitle";
|
itemForTitle.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
itemForTitle.Size = new Size(403, 33);
|
itemForTitle.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
itemForTitle.TextSize = new Size(0, 0);
|
itemForTitle.TextVisible = false;
|
//
|
// QuickModelingPage
|
//
|
Appearance.BackColor = SystemColors.Control;
|
Appearance.Options.UseBackColor = true;
|
AutoScaleDimensions = new SizeF(8F, 18F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Margin = new Padding(3, 5, 3, 5);
|
Name = "QuickModelingPage";
|
Size = new Size(1355, 820);
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)stepProgressBar1).EndInit();
|
((ISupportInitialize)navigationFrame).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)itemPage).EndInit();
|
((ISupportInitialize)empty1).EndInit();
|
((ISupportInitialize)itemForCancel).EndInit();
|
((ISupportInitialize)itemForPrev).EndInit();
|
((ISupportInitialize)itemForNext).EndInit();
|
((ISupportInitialize)itemForComplete).EndInit();
|
((ISupportInitialize)itemForTitle).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private StepProgressBar stepProgressBar1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraBars.Navigation.NavigationFrame navigationFrame;
|
private DevExpress.XtraBars.Navigation.NavigationPage navigationPageMain;
|
private DevExpress.XtraLayout.LayoutControlItem itemPage;
|
private SimpleButton btnComplete;
|
private SimpleButton btnPrev;
|
private SimpleButton btnCancel;
|
private SimpleButton btnNext;
|
private DevExpress.XtraLayout.LayoutControlItem itemForPrev;
|
private DevExpress.XtraLayout.LayoutControlItem itemForNext;
|
private DevExpress.XtraLayout.LayoutControlItem itemForComplete;
|
private DevExpress.XtraLayout.LayoutControlItem itemForCancel;
|
private DevExpress.XtraLayout.EmptySpaceItem empty1;
|
private DevExpress.XtraLayout.LayoutControlItem itemForTitle;
|
}
|
}
|