using DPumpHydr.WinFrmUI.RLT.Controls; namespace DPumpHydr.DesktopMain { partial class frmMainWindow { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMainWindow)); mainForm = new WinFrmUI.RLT.Forms.NightForm(); mainPanel = new System.Windows.Forms.Panel(); UserPicture = new ParrotPictureBox(); leftMenuPanel = new NightPanel(); LibraryMenu = new NightPanel(); LibraryIcon = new System.Windows.Forms.PictureBox(); LibrarySeparator = new SpaceSeparatorVertical(); SettingMenu = new NightPanel(); SettingIcon = new System.Windows.Forms.PictureBox(); SettingSeparator = new SpaceSeparatorVertical(); FindMenu = new NightPanel(); FindIcon = new System.Windows.Forms.PictureBox(); FindSeparator = new SpaceSeparatorVertical(); VoluteMenu = new NightPanel(); VoluteIcon = new System.Windows.Forms.PictureBox(); VoluteSeparator = new SpaceSeparatorVertical(); YeLunMenu = new NightPanel(); YeLunIcon = new System.Windows.Forms.PictureBox(); YeLunSeparator = new SpaceSeparatorVertical(); topMenuBox = new NightControlBox(); mainForm.SuspendLayout(); leftMenuPanel.SuspendLayout(); LibraryMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)LibraryIcon).BeginInit(); SettingMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)SettingIcon).BeginInit(); FindMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)FindIcon).BeginInit(); VoluteMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)VoluteIcon).BeginInit(); YeLunMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)YeLunIcon).BeginInit(); SuspendLayout(); // // mainForm // mainForm.AppIcon = null; mainForm.BackColor = System.Drawing.Color.FromArgb(39, 39, 39); mainForm.Controls.Add(mainPanel); mainForm.Controls.Add(UserPicture); mainForm.Controls.Add(leftMenuPanel); mainForm.Controls.Add(topMenuBox); mainForm.Dock = System.Windows.Forms.DockStyle.Fill; mainForm.DrawIcon = true; mainForm.Font = new System.Drawing.Font("Segoe UI", 9F); mainForm.HeadColor = System.Drawing.Color.Black; mainForm.Location = new System.Drawing.Point(0, 0); mainForm.MinimumSize = new System.Drawing.Size(100, 42); mainForm.Name = "mainForm"; mainForm.Padding = new System.Windows.Forms.Padding(0, 31, 0, 0); mainForm.Size = new System.Drawing.Size(1200, 800); mainForm.TabIndex = 0; mainForm.Text = "泵水力设计软件"; mainForm.TextAlignment = WinFrmUI.RLT.Forms.NightForm.Alignment.Center; mainForm.TitleBarTextColor = System.Drawing.Color.DeepSkyBlue; mainForm.Click += mainForm_Click; // // mainPanel // mainPanel.BackColor = System.Drawing.Color.White; mainPanel.Dock = System.Windows.Forms.DockStyle.Fill; mainPanel.Location = new System.Drawing.Point(75, 31); mainPanel.Name = "mainPanel"; mainPanel.Size = new System.Drawing.Size(1125, 769); mainPanel.TabIndex = 4; // // UserPicture // UserPicture.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; UserPicture.BackColor = System.Drawing.Color.Black; UserPicture.ColorLeft = System.Drawing.Color.White; UserPicture.ColorRight = System.Drawing.Color.White; UserPicture.CompositingQualityType = System.Drawing.Drawing2D.CompositingQuality.HighQuality; UserPicture.Cursor = System.Windows.Forms.Cursors.Hand; UserPicture.FilterAlpha = 75; UserPicture.FilterEnabled = false; UserPicture.Image = Properties.Resources.user; UserPicture.InterpolationType = System.Drawing.Drawing2D.InterpolationMode.HighQualityBilinear; UserPicture.IsElipse = true; UserPicture.IsParallax = false; UserPicture.Location = new System.Drawing.Point(1032, 5); UserPicture.Name = "UserPicture"; UserPicture.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality; UserPicture.Size = new System.Drawing.Size(22, 22); UserPicture.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.AntiAlias; UserPicture.TabIndex = 3; UserPicture.Text = "UserPicture"; UserPicture.TextRenderingType = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit; UserPicture.MouseEnter += UserPicture_MouseEnter; UserPicture.MouseLeave += UserPicture_MouseLeave; // // leftMenuPanel // leftMenuPanel.Controls.Add(LibraryMenu); leftMenuPanel.Controls.Add(SettingMenu); leftMenuPanel.Controls.Add(FindMenu); leftMenuPanel.Controls.Add(VoluteMenu); leftMenuPanel.Controls.Add(YeLunMenu); leftMenuPanel.Dock = System.Windows.Forms.DockStyle.Left; leftMenuPanel.ForeColor = System.Drawing.Color.FromArgb(250, 250, 250); leftMenuPanel.LeftSideColor = System.Drawing.Color.FromArgb(242, 93, 89); leftMenuPanel.Location = new System.Drawing.Point(0, 31); leftMenuPanel.Name = "leftMenuPanel"; leftMenuPanel.Padding = new System.Windows.Forms.Padding(5); leftMenuPanel.RightSideColor = System.Drawing.Color.Black; leftMenuPanel.Side = NightPanel.PanelSide.Right; leftMenuPanel.Size = new System.Drawing.Size(75, 769); leftMenuPanel.TabIndex = 1; // // LibraryMenu // LibraryMenu.Controls.Add(LibraryIcon); LibraryMenu.Controls.Add(LibrarySeparator); LibraryMenu.Cursor = System.Windows.Forms.Cursors.Hand; LibraryMenu.Dock = System.Windows.Forms.DockStyle.Bottom; LibraryMenu.ForeColor = System.Drawing.Color.FromArgb(250, 250, 250); LibraryMenu.LeftSideColor = System.Drawing.Color.Transparent; LibraryMenu.Location = new System.Drawing.Point(5, 634); LibraryMenu.Name = "LibraryMenu"; LibraryMenu.Padding = new System.Windows.Forms.Padding(5); LibraryMenu.RightSideColor = System.Drawing.Color.FromArgb(69, 69, 69); LibraryMenu.Side = NightPanel.PanelSide.Left; LibraryMenu.Size = new System.Drawing.Size(65, 65); LibraryMenu.TabIndex = 6; // // LibraryIcon // LibraryIcon.Enabled = false; LibraryIcon.Image = Properties.Resources.Book; LibraryIcon.InitialImage = null; LibraryIcon.Location = new System.Drawing.Point(18, 17); LibraryIcon.Name = "LibraryIcon"; LibraryIcon.Size = new System.Drawing.Size(30, 30); LibraryIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; LibraryIcon.TabIndex = 4; LibraryIcon.TabStop = false; // // LibrarySeparator // LibrarySeparator.Customization = "ICAg/yAgIP8gICD/ICAg/w=="; LibrarySeparator.Enabled = false; LibrarySeparator.Font = new System.Drawing.Font("Verdana", 8F); LibrarySeparator.Image = null; LibrarySeparator.Location = new System.Drawing.Point(5, 17); LibrarySeparator.Name = "LibrarySeparator"; LibrarySeparator.NoRounding = false; LibrarySeparator.Size = new System.Drawing.Size(4, 30); LibrarySeparator.TabIndex = 7; LibrarySeparator.Text = "spaceSeparatorVertical5"; LibrarySeparator.Transparent = true; // // SettingMenu // SettingMenu.Controls.Add(SettingIcon); SettingMenu.Controls.Add(SettingSeparator); SettingMenu.Cursor = System.Windows.Forms.Cursors.Hand; SettingMenu.Dock = System.Windows.Forms.DockStyle.Bottom; SettingMenu.ForeColor = System.Drawing.Color.FromArgb(250, 250, 250); SettingMenu.LeftSideColor = System.Drawing.Color.Transparent; SettingMenu.Location = new System.Drawing.Point(5, 699); SettingMenu.Name = "SettingMenu"; SettingMenu.Padding = new System.Windows.Forms.Padding(5); SettingMenu.RightSideColor = System.Drawing.Color.FromArgb(69, 69, 69); SettingMenu.Side = NightPanel.PanelSide.Left; SettingMenu.Size = new System.Drawing.Size(65, 65); SettingMenu.TabIndex = 5; // // SettingIcon // SettingIcon.Enabled = false; SettingIcon.Image = Properties.Resources.setting; SettingIcon.InitialImage = null; SettingIcon.Location = new System.Drawing.Point(18, 17); SettingIcon.Name = "SettingIcon"; SettingIcon.Size = new System.Drawing.Size(30, 30); SettingIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; SettingIcon.TabIndex = 5; SettingIcon.TabStop = false; // // SettingSeparator // SettingSeparator.Customization = "ICAg/yAgIP8gICD/ICAg/w=="; SettingSeparator.Enabled = false; SettingSeparator.Font = new System.Drawing.Font("Verdana", 8F); SettingSeparator.Image = null; SettingSeparator.Location = new System.Drawing.Point(5, 17); SettingSeparator.Name = "SettingSeparator"; SettingSeparator.NoRounding = false; SettingSeparator.Size = new System.Drawing.Size(4, 30); SettingSeparator.TabIndex = 7; SettingSeparator.Text = "spaceSeparatorVertical4"; SettingSeparator.Transparent = true; // // FindMenu // FindMenu.Controls.Add(FindIcon); FindMenu.Controls.Add(FindSeparator); FindMenu.Cursor = System.Windows.Forms.Cursors.Hand; FindMenu.Dock = System.Windows.Forms.DockStyle.Top; FindMenu.ForeColor = System.Drawing.Color.FromArgb(250, 250, 250); FindMenu.LeftSideColor = System.Drawing.Color.Transparent; FindMenu.Location = new System.Drawing.Point(5, 135); FindMenu.Name = "FindMenu"; FindMenu.Padding = new System.Windows.Forms.Padding(5); FindMenu.RightSideColor = System.Drawing.Color.FromArgb(69, 69, 69); FindMenu.Side = NightPanel.PanelSide.Left; FindMenu.Size = new System.Drawing.Size(65, 65); FindMenu.TabIndex = 4; // // FindIcon // FindIcon.Enabled = false; FindIcon.Image = Properties.Resources.Search; FindIcon.InitialImage = null; FindIcon.Location = new System.Drawing.Point(18, 17); FindIcon.Name = "FindIcon"; FindIcon.Size = new System.Drawing.Size(30, 30); FindIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; FindIcon.TabIndex = 2; FindIcon.TabStop = false; // // FindSeparator // FindSeparator.Customization = "ICAg/yAgIP8gICD/ICAg/w=="; FindSeparator.Enabled = false; FindSeparator.Font = new System.Drawing.Font("Verdana", 8F); FindSeparator.Image = null; FindSeparator.Location = new System.Drawing.Point(5, 17); FindSeparator.Name = "FindSeparator"; FindSeparator.NoRounding = false; FindSeparator.Size = new System.Drawing.Size(4, 30); FindSeparator.TabIndex = 7; FindSeparator.Text = "spaceSeparatorVertical3"; FindSeparator.Transparent = true; // // VoluteMenu // VoluteMenu.Controls.Add(VoluteIcon); VoluteMenu.Controls.Add(VoluteSeparator); VoluteMenu.Cursor = System.Windows.Forms.Cursors.Hand; VoluteMenu.Dock = System.Windows.Forms.DockStyle.Top; VoluteMenu.ForeColor = System.Drawing.Color.FromArgb(250, 250, 250); VoluteMenu.LeftSideColor = System.Drawing.Color.Transparent; VoluteMenu.Location = new System.Drawing.Point(5, 70); VoluteMenu.Name = "VoluteMenu"; VoluteMenu.Padding = new System.Windows.Forms.Padding(5); VoluteMenu.RightSideColor = System.Drawing.Color.FromArgb(69, 69, 69); VoluteMenu.Side = NightPanel.PanelSide.Left; VoluteMenu.Size = new System.Drawing.Size(65, 65); VoluteMenu.TabIndex = 3; // // VoluteIcon // VoluteIcon.Enabled = false; VoluteIcon.Image = Properties.Resources.woke; VoluteIcon.InitialImage = null; VoluteIcon.Location = new System.Drawing.Point(18, 17); VoluteIcon.Name = "VoluteIcon"; VoluteIcon.Size = new System.Drawing.Size(30, 30); VoluteIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; VoluteIcon.TabIndex = 3; VoluteIcon.TabStop = false; // // VoluteSeparator // VoluteSeparator.BackColor = System.Drawing.Color.Transparent; VoluteSeparator.Customization = "08aq/9PGqv/Txqr/08aq/w=="; VoluteSeparator.Enabled = false; VoluteSeparator.Font = new System.Drawing.Font("Verdana", 8F); VoluteSeparator.Image = null; VoluteSeparator.Location = new System.Drawing.Point(5, 17); VoluteSeparator.Name = "VoluteSeparator"; VoluteSeparator.NoRounding = false; VoluteSeparator.Size = new System.Drawing.Size(4, 30); VoluteSeparator.TabIndex = 7; VoluteSeparator.Text = "spaceSeparatorVertical2"; VoluteSeparator.Transparent = true; // // YeLunMenu // YeLunMenu.Controls.Add(YeLunIcon); YeLunMenu.Controls.Add(YeLunSeparator); YeLunMenu.Cursor = System.Windows.Forms.Cursors.Hand; YeLunMenu.Dock = System.Windows.Forms.DockStyle.Top; YeLunMenu.ForeColor = System.Drawing.Color.FromArgb(250, 250, 250); YeLunMenu.LeftSideColor = System.Drawing.Color.Transparent; YeLunMenu.Location = new System.Drawing.Point(5, 5); YeLunMenu.Name = "YeLunMenu"; YeLunMenu.Padding = new System.Windows.Forms.Padding(5); YeLunMenu.RightSideColor = System.Drawing.Color.FromArgb(69, 69, 69); YeLunMenu.Side = NightPanel.PanelSide.Left; YeLunMenu.Size = new System.Drawing.Size(65, 65); YeLunMenu.TabIndex = 2; // // YeLunIcon // YeLunIcon.Enabled = false; YeLunIcon.Image = Properties.Resources.yelun; YeLunIcon.InitialImage = null; YeLunIcon.Location = new System.Drawing.Point(18, 17); YeLunIcon.Name = "YeLunIcon"; YeLunIcon.Size = new System.Drawing.Size(30, 30); YeLunIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; YeLunIcon.TabIndex = 4; YeLunIcon.TabStop = false; // // YeLunSeparator // YeLunSeparator.BackColor = System.Drawing.Color.Transparent; YeLunSeparator.Customization = "ICAg/yAgIP8gICD/ICAg/w=="; YeLunSeparator.Enabled = false; YeLunSeparator.Font = new System.Drawing.Font("Verdana", 8F); YeLunSeparator.Image = null; YeLunSeparator.Location = new System.Drawing.Point(5, 17); YeLunSeparator.Name = "YeLunSeparator"; YeLunSeparator.NoRounding = false; YeLunSeparator.Size = new System.Drawing.Size(4, 30); YeLunSeparator.TabIndex = 7; YeLunSeparator.Text = "spaceSeparatorVertical1"; YeLunSeparator.Transparent = true; // // topMenuBox // topMenuBox.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; topMenuBox.BackColor = System.Drawing.Color.Transparent; topMenuBox.CloseHoverColor = System.Drawing.Color.FromArgb(199, 80, 80); topMenuBox.CloseHoverForeColor = System.Drawing.Color.White; topMenuBox.Cursor = System.Windows.Forms.Cursors.Hand; topMenuBox.DefaultLocation = true; topMenuBox.DisableMaximizeColor = System.Drawing.Color.FromArgb(105, 105, 105); topMenuBox.DisableMinimizeColor = System.Drawing.Color.FromArgb(105, 105, 105); topMenuBox.EnableCloseColor = System.Drawing.Color.FromArgb(128, 128, 255); topMenuBox.EnableMaximizeButton = true; topMenuBox.EnableMaximizeColor = System.Drawing.Color.FromArgb(128, 128, 255); topMenuBox.EnableMinimizeButton = true; topMenuBox.EnableMinimizeColor = System.Drawing.Color.FromArgb(128, 128, 255); topMenuBox.Location = new System.Drawing.Point(1061, 0); topMenuBox.MaximizeHoverColor = System.Drawing.Color.FromArgb(15, 255, 255, 255); topMenuBox.MaximizeHoverForeColor = System.Drawing.Color.White; topMenuBox.MinimizeHoverColor = System.Drawing.Color.FromArgb(15, 255, 255, 255); topMenuBox.MinimizeHoverForeColor = System.Drawing.Color.White; topMenuBox.Name = "topMenuBox"; topMenuBox.Size = new System.Drawing.Size(139, 31); topMenuBox.TabIndex = 0; // // frmMainWindow // AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; BackColor = System.Drawing.SystemColors.ControlDarkDark; BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; ClientSize = new System.Drawing.Size(1200, 800); Controls.Add(mainForm); FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; Icon = (System.Drawing.Icon)resources.GetObject("$this.Icon"); MaximumSize = new System.Drawing.Size(1920, 1032); Name = "frmMainWindow"; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "叶轮设计"; TransparencyKey = System.Drawing.Color.Fuchsia; mainForm.ResumeLayout(false); leftMenuPanel.ResumeLayout(false); LibraryMenu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)LibraryIcon).EndInit(); SettingMenu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)SettingIcon).EndInit(); FindMenu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)FindIcon).EndInit(); VoluteMenu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)VoluteIcon).EndInit(); YeLunMenu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)YeLunIcon).EndInit(); ResumeLayout(false); } #endregion private DPumpHydr.WinFrmUI.RLT.Forms.NightForm mainForm; private DPumpHydr.WinFrmUI.RLT.Controls.NightControlBox topMenuBox; private DPumpHydr.WinFrmUI.RLT.Controls.NightPanel leftMenuPanel; private DPumpHydr.WinFrmUI.RLT.Controls.NightPanel YeLunMenu; private DPumpHydr.WinFrmUI.RLT.Controls.SpaceSeparatorVertical YeLunSeparator; private DPumpHydr.WinFrmUI.RLT.Controls.NightPanel VoluteMenu; private DPumpHydr.WinFrmUI.RLT.Controls.SpaceSeparatorVertical VoluteSeparator; private DPumpHydr.WinFrmUI.RLT.Controls.NightPanel LibraryMenu; private DPumpHydr.WinFrmUI.RLT.Controls.SpaceSeparatorVertical LibrarySeparator; private DPumpHydr.WinFrmUI.RLT.Controls.NightPanel SettingMenu; private DPumpHydr.WinFrmUI.RLT.Controls.SpaceSeparatorVertical SettingSeparator; private DPumpHydr.WinFrmUI.RLT.Controls.NightPanel FindMenu; private DPumpHydr.WinFrmUI.RLT.Controls.SpaceSeparatorVertical FindSeparator; private System.Windows.Forms.PictureBox LibraryIcon; private System.Windows.Forms.PictureBox SettingIcon; private System.Windows.Forms.PictureBox FindIcon; private System.Windows.Forms.PictureBox VoluteIcon; private System.Windows.Forms.PictureBox YeLunIcon; private DPumpHydr.WinFrmUI.RLT.Controls.ParrotPictureBox UserPicture; private System.Windows.Forms.Panel mainPanel; } }