namespace HStation.WinFrmUI
|
{
|
partial class XhsSchemeMultiMgrPageUpdate
|
{
|
/// <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(XhsSchemeMultiMgrPageUpdate));
|
svgImg32 = new DevExpress.Utils.SvgImageCollection(components);
|
dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
|
dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
|
dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
|
sidePanelLeft_Bottom = new DevExpress.XtraEditors.SidePanel();
|
accordionControl1 = new DevExpress.XtraBars.Navigation.AccordionControl();
|
accBasicInfo = new DevExpress.XtraBars.Navigation.AccordionControlElement();
|
accAssetMgr = new DevExpress.XtraBars.Navigation.AccordionControlElement();
|
accHydraulicSimulation = new DevExpress.XtraBars.Navigation.AccordionControlElement();
|
accScheme = new DevExpress.XtraBars.Navigation.AccordionControlElement();
|
accCreateScheme = new DevExpress.XtraBars.Navigation.AccordionControlElement();
|
accSchemeComparison = new DevExpress.XtraBars.Navigation.AccordionControlElement();
|
sidePanelLeft_Top = new DevExpress.XtraEditors.SidePanel();
|
xhsSchemeMgrListCtrl1 = new XhsSchemeMgrListCtrl();
|
sidePanelRight_Bottom = new DevExpress.XtraEditors.SidePanel();
|
documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(components);
|
tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(components);
|
((ISupportInitialize)svgImg32).BeginInit();
|
((ISupportInitialize)dockManager1).BeginInit();
|
dockPanel1.SuspendLayout();
|
dockPanel1_Container.SuspendLayout();
|
sidePanelLeft_Bottom.SuspendLayout();
|
((ISupportInitialize)accordionControl1).BeginInit();
|
sidePanelLeft_Top.SuspendLayout();
|
((ISupportInitialize)documentManager1).BeginInit();
|
((ISupportInitialize)tabbedView1).BeginInit();
|
SuspendLayout();
|
//
|
// svgImg32
|
//
|
svgImg32.ImageSize = new Size(32, 32);
|
svgImg32.Add("productquickshippments", "image://svgimages/outlook inspired/productquickshippments.svg");
|
//
|
// dockManager1
|
//
|
dockManager1.DockingOptions.ShowCloseButton = false;
|
dockManager1.Form = this;
|
dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPanel1 });
|
dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
|
dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" });
|
//
|
// dockPanel1
|
//
|
dockPanel1.Controls.Add(dockPanel1_Container);
|
dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
|
dockPanel1.ID = new Guid("cb448c2a-aea0-46f3-b657-46889850e2a7");
|
dockPanel1.Location = new Point(1, 2);
|
dockPanel1.Name = "dockPanel1";
|
dockPanel1.OriginalSize = new Size(300, 200);
|
dockPanel1.Size = new Size(300, 1049);
|
dockPanel1.Text = "方案列表";
|
//
|
// dockPanel1_Container
|
//
|
dockPanel1_Container.Controls.Add(sidePanelLeft_Bottom);
|
dockPanel1_Container.Controls.Add(sidePanelLeft_Top);
|
dockPanel1_Container.Location = new Point(0, 34);
|
dockPanel1_Container.Name = "dockPanel1_Container";
|
dockPanel1_Container.Size = new Size(299, 1015);
|
dockPanel1_Container.TabIndex = 0;
|
//
|
// sidePanelLeft_Bottom
|
//
|
sidePanelLeft_Bottom.Controls.Add(accordionControl1);
|
sidePanelLeft_Bottom.Dock = DockStyle.Fill;
|
sidePanelLeft_Bottom.Location = new Point(0, 369);
|
sidePanelLeft_Bottom.Name = "sidePanelLeft_Bottom";
|
sidePanelLeft_Bottom.Size = new Size(299, 646);
|
sidePanelLeft_Bottom.TabIndex = 1;
|
sidePanelLeft_Bottom.Text = "sidePanel2";
|
//
|
// accordionControl1
|
//
|
accordionControl1.AnimationType = DevExpress.XtraBars.Navigation.AnimationType.Spline;
|
accordionControl1.Appearance.Group.Default.FontSizeDelta = 2;
|
accordionControl1.Appearance.Group.Default.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Hyperlink;
|
accordionControl1.Appearance.Group.Default.Options.UseFont = true;
|
accordionControl1.Appearance.Group.Default.Options.UseForeColor = true;
|
accordionControl1.Appearance.Item.Default.FontSizeDelta = 1;
|
accordionControl1.Appearance.Item.Default.Options.UseFont = true;
|
accordionControl1.Dock = DockStyle.Fill;
|
accordionControl1.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { accBasicInfo, accAssetMgr, accHydraulicSimulation, accScheme });
|
accordionControl1.GroupHeight = 50;
|
accordionControl1.ItemHeight = 35;
|
accordionControl1.Location = new Point(0, 0);
|
accordionControl1.Name = "accordionControl1";
|
accordionControl1.OptionsHamburgerMenu.HighlightRootElements = DevExpress.Utils.DefaultBoolean.False;
|
accordionControl1.OptionsMinimizing.AllowFooterResizing = false;
|
accordionControl1.OptionsMinimizing.AllowMinimizeMode = DevExpress.Utils.DefaultBoolean.False;
|
accordionControl1.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Fluent;
|
accordionControl1.Size = new Size(299, 646);
|
accordionControl1.TabIndex = 0;
|
accordionControl1.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
|
accordionControl1.ElementClick += accordionControl1_ElementClick;
|
//
|
// accBasicInfo
|
//
|
accBasicInfo.Expanded = true;
|
accBasicInfo.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accBasicInfo.ImageOptions.SvgImage");
|
accBasicInfo.Name = "accBasicInfo";
|
accBasicInfo.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
|
accBasicInfo.Tag = "basic_info";
|
accBasicInfo.Text = "详细信息";
|
//
|
// accAssetMgr
|
//
|
accAssetMgr.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accAssetMgr.ImageOptions.SvgImage");
|
accAssetMgr.Name = "accAssetMgr";
|
accAssetMgr.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
|
accAssetMgr.Tag = "asset_mgr";
|
accAssetMgr.Text = "设备管理";
|
//
|
// accHydraulicSimulation
|
//
|
accHydraulicSimulation.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accHydraulicSimulation.ImageOptions.SvgImage");
|
accHydraulicSimulation.Name = "accHydraulicSimulation";
|
accHydraulicSimulation.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
|
accHydraulicSimulation.Tag = "hydraulic_simulation";
|
accHydraulicSimulation.Text = "水力模拟";
|
//
|
// accScheme
|
//
|
accScheme.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { accCreateScheme, accSchemeComparison });
|
accScheme.Expanded = true;
|
accScheme.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accScheme.ImageOptions.SvgImage");
|
accScheme.Name = "accScheme";
|
accScheme.Text = "方案管理";
|
//
|
// accCreateScheme
|
//
|
accCreateScheme.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accCreateScheme.ImageOptions.SvgImage");
|
accCreateScheme.Name = "accCreateScheme";
|
accCreateScheme.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
|
accCreateScheme.Tag = "create_scheme";
|
accCreateScheme.Text = "创建方案";
|
//
|
// accSchemeComparison
|
//
|
accSchemeComparison.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accSchemeComparison.ImageOptions.SvgImage");
|
accSchemeComparison.Name = "accSchemeComparison";
|
accSchemeComparison.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
|
accSchemeComparison.Tag = "scheme_comparison";
|
accSchemeComparison.Text = "方案对比";
|
//
|
// sidePanelLeft_Top
|
//
|
sidePanelLeft_Top.Controls.Add(xhsSchemeMgrListCtrl1);
|
sidePanelLeft_Top.Dock = DockStyle.Top;
|
sidePanelLeft_Top.Location = new Point(0, 0);
|
sidePanelLeft_Top.Name = "sidePanelLeft_Top";
|
sidePanelLeft_Top.Size = new Size(299, 369);
|
sidePanelLeft_Top.TabIndex = 0;
|
sidePanelLeft_Top.Text = "sidePanel1";
|
//
|
// xhsSchemeMgrListCtrl1
|
//
|
xhsSchemeMgrListCtrl1.Dock = DockStyle.Fill;
|
xhsSchemeMgrListCtrl1.Location = new Point(0, 0);
|
xhsSchemeMgrListCtrl1.Margin = new Padding(4, 5, 4, 5);
|
xhsSchemeMgrListCtrl1.Name = "xhsSchemeMgrListCtrl1";
|
xhsSchemeMgrListCtrl1.Size = new Size(299, 368);
|
xhsSchemeMgrListCtrl1.TabIndex = 0;
|
//
|
// sidePanelRight_Bottom
|
//
|
sidePanelRight_Bottom.Dock = DockStyle.Fill;
|
sidePanelRight_Bottom.Location = new Point(301, 2);
|
sidePanelRight_Bottom.Name = "sidePanelRight_Bottom";
|
sidePanelRight_Bottom.Size = new Size(1124, 1049);
|
sidePanelRight_Bottom.TabIndex = 3;
|
sidePanelRight_Bottom.Text = "sidePanel3";
|
//
|
// documentManager1
|
//
|
documentManager1.ContainerControl = this;
|
documentManager1.View = tabbedView1;
|
documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] { tabbedView1 });
|
//
|
// tabbedView1
|
//
|
tabbedView1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
|
tabbedView1.DocumentSelected += tabbedView1_DocumentSelected;
|
tabbedView1.DocumentAdded += tabbedView1_DocumentAdded;
|
tabbedView1.DocumentActivated += tabbedView1_DocumentActivated;
|
tabbedView1.DocumentClosed += tabbedView1_DocumentClosed;
|
//
|
// XhsSchemeMultiMgrPageUpdate
|
//
|
Appearance.BackColor = SystemColors.Control;
|
Appearance.Options.UseBackColor = true;
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(sidePanelRight_Bottom);
|
Controls.Add(dockPanel1);
|
Margin = new Padding(6, 8, 6, 8);
|
Name = "XhsSchemeMultiMgrPageUpdate";
|
Padding = new Padding(1, 2, 1, 2);
|
Size = new Size(1426, 1053);
|
((ISupportInitialize)svgImg32).EndInit();
|
((ISupportInitialize)dockManager1).EndInit();
|
dockPanel1.ResumeLayout(false);
|
dockPanel1_Container.ResumeLayout(false);
|
sidePanelLeft_Bottom.ResumeLayout(false);
|
((ISupportInitialize)accordionControl1).EndInit();
|
sidePanelLeft_Top.ResumeLayout(false);
|
((ISupportInitialize)documentManager1).EndInit();
|
((ISupportInitialize)tabbedView1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
private DevExpress.Utils.SvgImageCollection svgImg32;
|
private DevExpress.XtraBars.Docking.DockManager dockManager1;
|
private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
|
private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
|
private DevExpress.XtraEditors.SidePanel sidePanelLeft_Bottom;
|
private DevExpress.XtraEditors.SidePanel sidePanelLeft_Top;
|
private DevExpress.XtraBars.Navigation.AccordionControl accordionControl1;
|
private DevExpress.XtraBars.Navigation.AccordionControlElement accBasicInfo;
|
private DevExpress.XtraBars.Navigation.AccordionControlElement accScheme;
|
private DevExpress.XtraBars.Navigation.AccordionControlElement accHydraulicSimulation;
|
private DevExpress.XtraBars.Navigation.AccordionControlElement accAssetMgr;
|
private DevExpress.XtraEditors.SidePanel sidePanelRight_Bottom;
|
private XhsSchemeMgrListCtrl xhsSchemeMgrListCtrl1;
|
private DevExpress.XtraBars.Navigation.AccordionControlElement accCreateScheme;
|
private DevExpress.XtraBars.Navigation.AccordionControlElement accSchemeComparison;
|
private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
|
private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
|
}
|
}
|