namespace Yw.WinFrmUI
|
{
|
partial class SetHydroCalcuPrefixCtrl
|
{
|
/// <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 Component 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(SetHydroCalcuPrefixCtrl));
|
navigationFrame = new DevExpress.XtraBars.Navigation.NavigationFrame();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
btnCalcu = new DevExpress.XtraEditors.SimpleButton();
|
btnPre = new DevExpress.XtraEditors.SimpleButton();
|
btnNext = new DevExpress.XtraEditors.SimpleButton();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
itemForNext = new DevExpress.XtraLayout.LayoutControlItem();
|
itemForPrev = new DevExpress.XtraLayout.LayoutControlItem();
|
itemForCalcu = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpace = new DevExpress.XtraLayout.EmptySpaceItem();
|
groupForBottom = new DevExpress.XtraLayout.LayoutControlGroup();
|
((ISupportInitialize)navigationFrame).BeginInit();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)itemForNext).BeginInit();
|
((ISupportInitialize)itemForPrev).BeginInit();
|
((ISupportInitialize)itemForCalcu).BeginInit();
|
((ISupportInitialize)emptySpace).BeginInit();
|
((ISupportInitialize)groupForBottom).BeginInit();
|
SuspendLayout();
|
//
|
// navigationFrame
|
//
|
navigationFrame.Location = new Point(2, 2);
|
navigationFrame.Name = "navigationFrame";
|
navigationFrame.SelectedPage = null;
|
navigationFrame.Size = new Size(313, 688);
|
navigationFrame.TabIndex = 0;
|
navigationFrame.Text = "navigationFrame1";
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(btnCalcu);
|
layoutControl1.Controls.Add(btnPre);
|
layoutControl1.Controls.Add(btnNext);
|
layoutControl1.Controls.Add(navigationFrame);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(785, 350, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(317, 718);
|
layoutControl1.TabIndex = 1;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// btnCalcu
|
//
|
btnCalcu.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnCalcu.Appearance.ForeColor = Color.White;
|
btnCalcu.Appearance.Options.UseBackColor = true;
|
btnCalcu.Appearance.Options.UseForeColor = true;
|
btnCalcu.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
|
btnCalcu.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
|
btnCalcu.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnCalcu.ImageOptions.SvgImage");
|
btnCalcu.ImageOptions.SvgImageSize = new Size(16, 16);
|
btnCalcu.Location = new Point(219, 694);
|
btnCalcu.Name = "btnCalcu";
|
btnCalcu.Size = new Size(96, 22);
|
btnCalcu.StyleController = layoutControl1;
|
btnCalcu.TabIndex = 6;
|
btnCalcu.Text = "计算";
|
btnCalcu.Click += btnComplete_Click;
|
//
|
// btnPre
|
//
|
btnPre.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
btnPre.Appearance.ForeColor = Color.White;
|
btnPre.Appearance.Options.UseBackColor = true;
|
btnPre.Appearance.Options.UseForeColor = true;
|
btnPre.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
|
btnPre.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
|
btnPre.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnPre.ImageOptions.SvgImage");
|
btnPre.ImageOptions.SvgImageSize = new Size(16, 16);
|
btnPre.Location = new Point(19, 694);
|
btnPre.Name = "btnPre";
|
btnPre.Size = new Size(96, 22);
|
btnPre.StyleController = layoutControl1;
|
btnPre.TabIndex = 5;
|
btnPre.Text = "上一页";
|
btnPre.Click += btnPrev_Click;
|
//
|
// btnNext
|
//
|
btnNext.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success;
|
btnNext.Appearance.ForeColor = Color.White;
|
btnNext.Appearance.Options.UseBackColor = true;
|
btnNext.Appearance.Options.UseForeColor = true;
|
btnNext.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
|
btnNext.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.RightCenter;
|
btnNext.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnNext.ImageOptions.SvgImage");
|
btnNext.ImageOptions.SvgImageSize = new Size(16, 16);
|
btnNext.Location = new Point(119, 694);
|
btnNext.Name = "btnNext";
|
btnNext.Size = new Size(96, 22);
|
btnNext.StyleController = layoutControl1;
|
btnNext.TabIndex = 4;
|
btnNext.Text = "下一页";
|
btnNext.Click += btnNext_Click;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, groupForBottom });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(317, 718);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = navigationFrame;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(317, 692);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// itemForNext
|
//
|
itemForNext.Control = btnNext;
|
itemForNext.Location = new Point(117, 0);
|
itemForNext.MaxSize = new Size(100, 26);
|
itemForNext.MinSize = new Size(100, 26);
|
itemForNext.Name = "itemForNext";
|
itemForNext.Size = new Size(100, 26);
|
itemForNext.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
itemForNext.TextSize = new Size(0, 0);
|
itemForNext.TextVisible = false;
|
//
|
// itemForPrev
|
//
|
itemForPrev.Control = btnPre;
|
itemForPrev.Location = new Point(17, 0);
|
itemForPrev.MaxSize = new Size(100, 26);
|
itemForPrev.MinSize = new Size(100, 26);
|
itemForPrev.Name = "itemForPrev";
|
itemForPrev.Size = new Size(100, 26);
|
itemForPrev.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
itemForPrev.TextSize = new Size(0, 0);
|
itemForPrev.TextVisible = false;
|
//
|
// itemForCalcu
|
//
|
itemForCalcu.Control = btnCalcu;
|
itemForCalcu.Location = new Point(217, 0);
|
itemForCalcu.MaxSize = new Size(100, 26);
|
itemForCalcu.MinSize = new Size(100, 26);
|
itemForCalcu.Name = "itemForCalcu";
|
itemForCalcu.Size = new Size(100, 26);
|
itemForCalcu.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
itemForCalcu.TextSize = new Size(0, 0);
|
itemForCalcu.TextVisible = false;
|
//
|
// emptySpace
|
//
|
emptySpace.AllowHotTrack = false;
|
emptySpace.Location = new Point(0, 0);
|
emptySpace.MinSize = new Size(1, 24);
|
emptySpace.Name = "emptySpace";
|
emptySpace.Size = new Size(17, 26);
|
emptySpace.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
emptySpace.TextSize = new Size(0, 0);
|
//
|
// groupForBottom
|
//
|
groupForBottom.GroupBordersVisible = false;
|
groupForBottom.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { emptySpace, itemForPrev, itemForNext, itemForCalcu });
|
groupForBottom.Location = new Point(0, 692);
|
groupForBottom.Name = "groupForBottom";
|
groupForBottom.Size = new Size(317, 26);
|
groupForBottom.Text = "功能";
|
//
|
// SetHydroCalcuPrefixCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "SetHydroCalcuPrefixCtrl";
|
Size = new Size(317, 718);
|
((ISupportInitialize)navigationFrame).EndInit();
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)itemForNext).EndInit();
|
((ISupportInitialize)itemForPrev).EndInit();
|
((ISupportInitialize)itemForCalcu).EndInit();
|
((ISupportInitialize)emptySpace).EndInit();
|
((ISupportInitialize)groupForBottom).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraBars.Navigation.NavigationFrame navigationFrame;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.SimpleButton btnCalcu;
|
private DevExpress.XtraEditors.SimpleButton btnPre;
|
private DevExpress.XtraEditors.SimpleButton btnNext;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem itemForNext;
|
private DevExpress.XtraLayout.LayoutControlItem itemForPrev;
|
private DevExpress.XtraLayout.LayoutControlItem itemForCalcu;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpace;
|
private DevExpress.XtraLayout.LayoutControlGroup groupForBottom;
|
}
|
}
|