namespace HStation.WinFrmUI { partial class AssetsFourlinkMgrPage { /// /// 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(); PageTitle pageTitle1 = new PageTitle(); ComponentResourceManager resources = new ComponentResourceManager(typeof(AssetsFourlinkMgrPage)); dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); dockPnlLeft = new DevExpress.XtraBars.Docking.DockPanel(); dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); assetsFourlinkSeriesMgrTreeCtrl1 = new AssetsFourlinkSeriesMgrTreeCtrl(); assetsFourlinkMainMgrPage1 = new AssetsFourlinkMainMgrPage(); ((ISupportInitialize)dockManager1).BeginInit(); dockPnlLeft.SuspendLayout(); dockPanel1_Container.SuspendLayout(); SuspendLayout(); // // dockManager1 // dockManager1.Form = this; dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPnlLeft }); 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" }); // // dockPnlLeft // dockPnlLeft.Controls.Add(dockPanel1_Container); dockPnlLeft.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; dockPnlLeft.ID = new Guid("af70ba13-cbf2-4ab4-b38b-d7b6d71a8bd6"); dockPnlLeft.Location = new Point(0, 0); dockPnlLeft.Name = "dockPnlLeft"; dockPnlLeft.Options.ShowCloseButton = false; dockPnlLeft.OriginalSize = new Size(200, 200); dockPnlLeft.Size = new Size(200, 592); dockPnlLeft.Text = "系列列表"; // // dockPanel1_Container // dockPanel1_Container.Controls.Add(assetsFourlinkSeriesMgrTreeCtrl1); dockPanel1_Container.Location = new Point(3, 26); dockPanel1_Container.Name = "dockPanel1_Container"; dockPanel1_Container.Size = new Size(193, 563); dockPanel1_Container.TabIndex = 0; // // assetsFourlinkSeriesMgrTreeCtrl1 // assetsFourlinkSeriesMgrTreeCtrl1.Dock = DockStyle.Fill; assetsFourlinkSeriesMgrTreeCtrl1.Location = new Point(0, 0); assetsFourlinkSeriesMgrTreeCtrl1.Name = "assetsFourlinkSeriesMgrTreeCtrl1"; assetsFourlinkSeriesMgrTreeCtrl1.Size = new Size(193, 563); assetsFourlinkSeriesMgrTreeCtrl1.TabIndex = 0; // // assetsFourlinkMainMgrPage1 // assetsFourlinkMainMgrPage1.Appearance.BackColor = SystemColors.Control; assetsFourlinkMainMgrPage1.Appearance.Options.UseBackColor = true; assetsFourlinkMainMgrPage1.Dock = DockStyle.Fill; assetsFourlinkMainMgrPage1.Location = new Point(200, 0); assetsFourlinkMainMgrPage1.Name = "assetsFourlinkMainMgrPage1"; assetsFourlinkMainMgrPage1.Padding = new Padding(1); assetsFourlinkMainMgrPage1.PageGuid = null; pageTitle1.AllowClose = true; pageTitle1.Caption = "冷却塔"; pageTitle1.HeaderImage = null; pageTitle1.HeaderSvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("pageTitle1.HeaderSvgImage"); pageTitle1.SvgImageSize = new Size(24, 24); assetsFourlinkMainMgrPage1.PageTitle = pageTitle1; assetsFourlinkMainMgrPage1.Size = new Size(825, 592); assetsFourlinkMainMgrPage1.TabIndex = 1; // // AssetsFourlinkMgrPage // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(assetsFourlinkMainMgrPage1); Controls.Add(dockPnlLeft); Name = "AssetsFourlinkMgrPage"; Size = new Size(1025, 592); ((ISupportInitialize)dockManager1).EndInit(); dockPnlLeft.ResumeLayout(false); dockPanel1_Container.ResumeLayout(false); ResumeLayout(false); } #endregion private DevExpress.XtraBars.Docking.DockManager dockManager1; private DevExpress.XtraBars.Docking.DockPanel dockPnlLeft; private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; private AssetsFourlinkSeriesMgrTreeCtrl assetsFourlinkSeriesMgrTreeCtrl1; private AssetsFourlinkMainMgrPage assetsFourlinkMainMgrPage1; } }