namespace HStation.WinFrmUI { partial class XhsProjectSimulationFunctionCtrl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new Container(); ComponentResourceManager resources = new ComponentResourceManager(typeof(XhsProjectSimulationFunctionCtrl)); accordionControl1 = new DevExpress.XtraBars.Navigation.AccordionControl(); elementInfo = new DevExpress.XtraBars.Navigation.AccordionControlElement(); elementSimulation = 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(); btnCreateScheme = 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[] { elementInfo, elementSimulation, 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; // // elementInfo // elementInfo.Expanded = true; elementInfo.ImageOptions.ImageIndex = 0; elementInfo.Name = "elementInfo"; elementInfo.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; elementInfo.Tag = "info"; elementInfo.Text = "项目概况"; elementInfo.Click += elementInfo_Click; // // elementSimulation // elementSimulation.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) }); elementSimulation.ImageOptions.ImageIndex = 1; elementSimulation.Name = "elementSimulation"; elementSimulation.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; elementSimulation.Tag = "simulation"; elementSimulation.Text = "水力模拟"; elementSimulation.Click += elementSimulation_Click; // // elementSchemeList // elementSchemeList.ImageOptions.ImageIndex = 2; elementSchemeList.Name = "elementSchemeList"; elementSchemeList.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; elementSchemeList.Tag = "scheme-list"; elementSchemeList.Text = "方案管理"; elementSchemeList.Click += elementSchemeList_Click; // // 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(btnCreateScheme); 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; // // btnCreateScheme // btnCreateScheme.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; btnCreateScheme.Appearance.ForeColor = Color.White; btnCreateScheme.Appearance.Options.UseBackColor = true; btnCreateScheme.Appearance.Options.UseForeColor = true; btnCreateScheme.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True; btnCreateScheme.ImageOptions.ImageToTextAlignment = ImageAlignToText.LeftCenter; btnCreateScheme.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnCreateScheme.ImageOptions.SvgImage"); btnCreateScheme.ImageOptions.SvgImageSize = new Size(16, 16); btnCreateScheme.Location = new Point(1, 661); btnCreateScheme.Name = "btnCreateScheme"; btnCreateScheme.Size = new Size(230, 23); btnCreateScheme.StyleController = layoutControl1; btnCreateScheme.TabIndex = 4; btnCreateScheme.Text = "创建方案"; btnCreateScheme.Click += btnCreateScheme_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 = btnCreateScheme; 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; // // XhsProjectSimulationFunctionCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "XhsProjectSimulationFunctionCtrl"; 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 elementInfo; private DevExpress.XtraBars.Navigation.AccordionControlElement elementSimulation; private DevExpress.XtraBars.Navigation.AccordionControlElement elementSchemeList; private DevExpress.XtraLayout.LayoutControl layoutControl1; private SimpleButton btnCompareWorking; private SimpleButton btnCreateScheme; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; } }