namespace HStation.WinFrmUI
|
{
|
partial class SimulationFunctionCtrl
|
{
|
/// <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()
|
{
|
components = new Container();
|
ComponentResourceManager resources = new ComponentResourceManager(typeof(SimulationFunctionCtrl));
|
accordionControl1 = new DevExpress.XtraBars.Navigation.AccordionControl();
|
elementProjectSiteInfo = new DevExpress.XtraBars.Navigation.AccordionControlElement();
|
elementProjectSiteSimulation = new DevExpress.XtraBars.Navigation.AccordionControlElement();
|
elementSchemeList = new DevExpress.XtraBars.Navigation.AccordionControlElement();
|
svgImg32 = new DevExpress.Utils.SvgImageCollection(components);
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
btnCompareWorking = new SimpleButton();
|
btnCreateProjectSiteScheme = new SimpleButton();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)accordionControl1).BeginInit();
|
((ISupportInitialize)svgImg32).BeginInit();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
SuspendLayout();
|
//
|
// accordionControl1
|
//
|
accordionControl1.AnimationType = DevExpress.XtraBars.Navigation.AnimationType.Spline;
|
accordionControl1.Appearance.Group.Default.FontSizeDelta = 1;
|
accordionControl1.Appearance.Group.Default.Options.UseFont = true;
|
accordionControl1.Appearance.Item.Default.FontSizeDelta = 1;
|
accordionControl1.Appearance.Item.Default.Options.UseFont = true;
|
accordionControl1.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { elementProjectSiteInfo, elementProjectSiteSimulation, elementSchemeList });
|
accordionControl1.ExpandElementMode = DevExpress.XtraBars.Navigation.ExpandElementMode.Multiple;
|
accordionControl1.ExpandGroupOnHeaderClick = false;
|
accordionControl1.ExpandItemOnHeaderClick = false;
|
accordionControl1.GroupHeight = 50;
|
accordionControl1.Images = svgImg32;
|
accordionControl1.ItemHeight = 35;
|
accordionControl1.Location = new Point(0, 0);
|
accordionControl1.Margin = new Padding(2);
|
accordionControl1.Name = "accordionControl1";
|
accordionControl1.OptionsHamburgerMenu.HighlightRootElements = DevExpress.Utils.DefaultBoolean.True;
|
accordionControl1.OptionsMinimizing.AllowFooterResizing = false;
|
accordionControl1.OptionsMinimizing.AllowMinimizeMode = DevExpress.Utils.DefaultBoolean.False;
|
accordionControl1.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Fluent;
|
accordionControl1.Size = new Size(232, 660);
|
accordionControl1.StyleController = layoutControl1;
|
accordionControl1.TabIndex = 1;
|
accordionControl1.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
|
accordionControl1.ElementClick += accordionControl1_ElementClick;
|
//
|
// elementProjectSiteInfo
|
//
|
elementProjectSiteInfo.Expanded = true;
|
elementProjectSiteInfo.ImageOptions.ImageIndex = 0;
|
elementProjectSiteInfo.Name = "elementProjectSiteInfo";
|
elementProjectSiteInfo.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
|
elementProjectSiteInfo.Tag = "info";
|
elementProjectSiteInfo.Text = "项目概况";
|
elementProjectSiteInfo.Click += elementProjectSiteInfo_Click;
|
//
|
// elementProjectSiteSimulation
|
//
|
elementProjectSiteSimulation.HeaderTemplate.AddRange(new DevExpress.XtraBars.Navigation.HeaderElementInfo[] { new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.Image), new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.Text), new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.HeaderControl, DevExpress.XtraBars.Navigation.HeaderElementAlignment.Left), new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.ContextButtons) });
|
elementProjectSiteSimulation.ImageOptions.ImageIndex = 1;
|
elementProjectSiteSimulation.Name = "elementProjectSiteSimulation";
|
elementProjectSiteSimulation.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
|
elementProjectSiteSimulation.Tag = "simulation";
|
elementProjectSiteSimulation.Text = "水力模拟";
|
elementProjectSiteSimulation.Click += elementProjectSiteSimulation_Click;
|
//
|
// elementSchemeList
|
//
|
elementSchemeList.ImageOptions.ImageIndex = 2;
|
elementSchemeList.Name = "elementSchemeList";
|
elementSchemeList.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
|
elementSchemeList.Tag = "scheme-list";
|
elementSchemeList.Text = "方案管理";
|
//
|
// svgImg32
|
//
|
svgImg32.ImageSize = new Size(32, 32);
|
svgImg32.Add("functionsinformation", "image://svgimages/spreadsheet/functionsinformation.svg");
|
svgImg32.Add("calculatesheet", "image://svgimages/spreadsheet/calculatesheet.svg");
|
svgImg32.Add("menu", "image://svgimages/pdf viewer/menu.svg");
|
svgImg32.Add("bo_project", "image://svgimages/business objects/bo_project.svg");
|
svgImg32.Add("shopping_wallet", "image://svgimages/icon builder/shopping_wallet.svg");
|
svgImg32.Add("productquickcomparisons", "image://svgimages/outlook inspired/productquickcomparisons.svg");
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(btnCompareWorking);
|
layoutControl1.Controls.Add(btnCreateProjectSiteScheme);
|
layoutControl1.Controls.Add(accordionControl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(601, 421, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(232, 710);
|
layoutControl1.TabIndex = 2;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// btnCompareWorking
|
//
|
btnCompareWorking.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnCompareWorking.Appearance.ForeColor = Color.White;
|
btnCompareWorking.Appearance.Options.UseBackColor = true;
|
btnCompareWorking.Appearance.Options.UseForeColor = true;
|
btnCompareWorking.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
|
btnCompareWorking.ImageOptions.ImageToTextAlignment = ImageAlignToText.LeftCenter;
|
btnCompareWorking.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnCompareWorking.ImageOptions.SvgImage");
|
btnCompareWorking.ImageOptions.SvgImageSize = new Size(16, 16);
|
btnCompareWorking.Location = new Point(1, 686);
|
btnCompareWorking.Name = "btnCompareWorking";
|
btnCompareWorking.Size = new Size(230, 23);
|
btnCompareWorking.StyleController = layoutControl1;
|
btnCompareWorking.TabIndex = 5;
|
btnCompareWorking.Text = "工况对比";
|
btnCompareWorking.Click += btnCompareWorking_Click;
|
//
|
// btnCreateProjectSiteScheme
|
//
|
btnCreateProjectSiteScheme.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnCreateProjectSiteScheme.Appearance.ForeColor = Color.White;
|
btnCreateProjectSiteScheme.Appearance.Options.UseBackColor = true;
|
btnCreateProjectSiteScheme.Appearance.Options.UseForeColor = true;
|
btnCreateProjectSiteScheme.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
|
btnCreateProjectSiteScheme.ImageOptions.ImageToTextAlignment = ImageAlignToText.LeftCenter;
|
btnCreateProjectSiteScheme.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnCreateProjectSiteScheme.ImageOptions.SvgImage");
|
btnCreateProjectSiteScheme.ImageOptions.SvgImageSize = new Size(16, 16);
|
btnCreateProjectSiteScheme.Location = new Point(1, 661);
|
btnCreateProjectSiteScheme.Name = "btnCreateProjectSiteScheme";
|
btnCreateProjectSiteScheme.Size = new Size(230, 23);
|
btnCreateProjectSiteScheme.StyleController = layoutControl1;
|
btnCreateProjectSiteScheme.TabIndex = 4;
|
btnCreateProjectSiteScheme.Text = "创建方案";
|
btnCreateProjectSiteScheme.Click += btnCreateProjectSiteScheme_Click;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, layoutControlItem2 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(232, 710);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = accordionControl1;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem1.Size = new Size(232, 660);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = btnCompareWorking;
|
layoutControlItem3.Location = new Point(0, 685);
|
layoutControlItem3.MaxSize = new Size(0, 25);
|
layoutControlItem3.MinSize = new Size(76, 25);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
layoutControlItem3.Size = new Size(232, 25);
|
layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem3.TextSize = new Size(0, 0);
|
layoutControlItem3.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = btnCreateProjectSiteScheme;
|
layoutControlItem2.Location = new Point(0, 660);
|
layoutControlItem2.MaxSize = new Size(0, 25);
|
layoutControlItem2.MinSize = new Size(1, 25);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
layoutControlItem2.Size = new Size(232, 25);
|
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// SimulationFunctionCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "SimulationFunctionCtrl";
|
Size = new Size(232, 710);
|
((ISupportInitialize)accordionControl1).EndInit();
|
((ISupportInitialize)svgImg32).EndInit();
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.Utils.SvgImageCollection svgImg32;
|
private DevExpress.XtraBars.Navigation.AccordionControl accordionControl1;
|
private DevExpress.XtraBars.Navigation.AccordionControlElement elementProjectSiteInfo;
|
private DevExpress.XtraBars.Navigation.AccordionControlElement elementProjectSiteSimulation;
|
private DevExpress.XtraBars.Navigation.AccordionControlElement elementSchemeList;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private SimpleButton btnCompareWorking;
|
private SimpleButton btnCreateProjectSiteScheme;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
}
|
}
|