| | |
| | | mainForm = new WinFrmUI.RLT.Forms.NightForm(); |
| | | mainPanel = new System.Windows.Forms.Panel(); |
| | | UserPicture = new ParrotPictureBox(); |
| | | nightPanel1 = new NightPanel(); |
| | | leftMenuPanel = new NightPanel(); |
| | | LibraryMenu = new NightPanel(); |
| | | LibraryIcon = new System.Windows.Forms.PictureBox(); |
| | | LibrarySeparator = new SpaceSeparatorVertical(); |
| | | HelpMenu = new NightPanel(); |
| | | SettingMenu = new NightPanel(); |
| | | SettingIcon = new System.Windows.Forms.PictureBox(); |
| | | HelpSeparator = new SpaceSeparatorVertical(); |
| | | GameMenu = new NightPanel(); |
| | | GameIcon = new System.Windows.Forms.PictureBox(); |
| | | GameSeparator = new SpaceSeparatorVertical(); |
| | | SettingSeparator = new SpaceSeparatorVertical(); |
| | | FindMenu = new NightPanel(); |
| | | FindIcon = new System.Windows.Forms.PictureBox(); |
| | | FindSeparator = new SpaceSeparatorVertical(); |
| | | VoluteMenu = new NightPanel(); |
| | | AppIcon = new System.Windows.Forms.PictureBox(); |
| | | AppSeparator = new SpaceSeparatorVertical(); |
| | | VoluteIcon = new System.Windows.Forms.PictureBox(); |
| | | VoluteSeparator = new SpaceSeparatorVertical(); |
| | | YeLunMenu = new NightPanel(); |
| | | HomeIcon = new System.Windows.Forms.PictureBox(); |
| | | HomeSeparator = new SpaceSeparatorVertical(); |
| | | nightControlBox1 = new NightControlBox(); |
| | | YeLunIcon = new System.Windows.Forms.PictureBox(); |
| | | YeLunSeparator = new SpaceSeparatorVertical(); |
| | | topMenuBox = new NightControlBox(); |
| | | mainForm.SuspendLayout(); |
| | | nightPanel1.SuspendLayout(); |
| | | leftMenuPanel.SuspendLayout(); |
| | | LibraryMenu.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)LibraryIcon).BeginInit(); |
| | | HelpMenu.SuspendLayout(); |
| | | SettingMenu.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)SettingIcon).BeginInit(); |
| | | GameMenu.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)GameIcon).BeginInit(); |
| | | FindMenu.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)FindIcon).BeginInit(); |
| | | VoluteMenu.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)AppIcon).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)VoluteIcon).BeginInit(); |
| | | YeLunMenu.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)HomeIcon).BeginInit(); |
| | | ((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(nightPanel1); |
| | | mainForm.Controls.Add(nightControlBox1); |
| | | 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.FromArgb(32, 32, 32); |
| | | 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.TabIndex = 0; |
| | | mainForm.Text = "泵水力设计软件"; |
| | | mainForm.TextAlignment = WinFrmUI.RLT.Forms.NightForm.Alignment.Center; |
| | | mainForm.TitleBarTextColor = System.Drawing.Color.Gainsboro; |
| | | 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"; |
| | |
| | | // 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.Image = Properties.Resources.user; |
| | | UserPicture.InterpolationType = System.Drawing.Drawing2D.InterpolationMode.HighQualityBilinear; |
| | | UserPicture.IsElipse = true; |
| | | UserPicture.IsParallax = false; |
| | | UserPicture.Location = new System.Drawing.Point(1024, 2); |
| | | UserPicture.Location = new System.Drawing.Point(1032, 5); |
| | | UserPicture.Name = "UserPicture"; |
| | | UserPicture.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality; |
| | | UserPicture.Size = new System.Drawing.Size(27, 27); |
| | | UserPicture.Size = new System.Drawing.Size(22, 22); |
| | | UserPicture.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.AntiAlias; |
| | | UserPicture.TabIndex = 3; |
| | | UserPicture.Text = "UserPicture"; |
| | |
| | | UserPicture.MouseEnter += UserPicture_MouseEnter; |
| | | UserPicture.MouseLeave += UserPicture_MouseLeave; |
| | | // |
| | | // nightPanel1 |
| | | // leftMenuPanel |
| | | // |
| | | nightPanel1.Controls.Add(LibraryMenu); |
| | | nightPanel1.Controls.Add(HelpMenu); |
| | | nightPanel1.Controls.Add(GameMenu); |
| | | nightPanel1.Controls.Add(VoluteMenu); |
| | | nightPanel1.Controls.Add(YeLunMenu); |
| | | nightPanel1.Dock = System.Windows.Forms.DockStyle.Left; |
| | | nightPanel1.ForeColor = System.Drawing.Color.FromArgb(250, 250, 250); |
| | | nightPanel1.LeftSideColor = System.Drawing.Color.FromArgb(242, 93, 89); |
| | | nightPanel1.Location = new System.Drawing.Point(0, 31); |
| | | nightPanel1.Name = "nightPanel1"; |
| | | nightPanel1.Padding = new System.Windows.Forms.Padding(5); |
| | | nightPanel1.RightSideColor = System.Drawing.Color.FromArgb(32, 32, 32); |
| | | nightPanel1.Side = NightPanel.PanelSide.Right; |
| | | nightPanel1.Size = new System.Drawing.Size(75, 769); |
| | | nightPanel1.TabIndex = 1; |
| | | 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.Side = NightPanel.PanelSide.Left; |
| | | LibraryMenu.Size = new System.Drawing.Size(65, 65); |
| | | LibraryMenu.TabIndex = 6; |
| | | LibraryMenu.Click += Menu_Click; |
| | | // |
| | | // LibraryIcon |
| | | // |
| | | LibraryIcon.Enabled = false; |
| | | LibraryIcon.Image = Properties.Resources.Books; |
| | | 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); |
| | |
| | | LibrarySeparator.Text = "spaceSeparatorVertical5"; |
| | | LibrarySeparator.Transparent = true; |
| | | // |
| | | // HelpMenu |
| | | // SettingMenu |
| | | // |
| | | HelpMenu.Controls.Add(SettingIcon); |
| | | HelpMenu.Controls.Add(HelpSeparator); |
| | | HelpMenu.Cursor = System.Windows.Forms.Cursors.Hand; |
| | | HelpMenu.Dock = System.Windows.Forms.DockStyle.Bottom; |
| | | HelpMenu.ForeColor = System.Drawing.Color.FromArgb(250, 250, 250); |
| | | HelpMenu.LeftSideColor = System.Drawing.Color.Transparent; |
| | | HelpMenu.Location = new System.Drawing.Point(5, 699); |
| | | HelpMenu.Name = "HelpMenu"; |
| | | HelpMenu.Padding = new System.Windows.Forms.Padding(5); |
| | | HelpMenu.RightSideColor = System.Drawing.Color.FromArgb(69, 69, 69); |
| | | HelpMenu.Side = NightPanel.PanelSide.Left; |
| | | HelpMenu.Size = new System.Drawing.Size(65, 65); |
| | | HelpMenu.TabIndex = 5; |
| | | HelpMenu.Click += Menu_Click; |
| | | 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.TabIndex = 5; |
| | | SettingIcon.TabStop = false; |
| | | // |
| | | // HelpSeparator |
| | | // SettingSeparator |
| | | // |
| | | HelpSeparator.Customization = "ICAg/yAgIP8gICD/ICAg/w=="; |
| | | HelpSeparator.Enabled = false; |
| | | HelpSeparator.Font = new System.Drawing.Font("Verdana", 8F); |
| | | HelpSeparator.Image = null; |
| | | HelpSeparator.Location = new System.Drawing.Point(5, 17); |
| | | HelpSeparator.Name = "HelpSeparator"; |
| | | HelpSeparator.NoRounding = false; |
| | | HelpSeparator.Size = new System.Drawing.Size(4, 30); |
| | | HelpSeparator.TabIndex = 7; |
| | | HelpSeparator.Text = "spaceSeparatorVertical4"; |
| | | HelpSeparator.Transparent = true; |
| | | 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; |
| | | // |
| | | // GameMenu |
| | | // FindMenu |
| | | // |
| | | GameMenu.Controls.Add(GameIcon); |
| | | GameMenu.Controls.Add(GameSeparator); |
| | | GameMenu.Cursor = System.Windows.Forms.Cursors.Hand; |
| | | GameMenu.Dock = System.Windows.Forms.DockStyle.Top; |
| | | GameMenu.ForeColor = System.Drawing.Color.FromArgb(250, 250, 250); |
| | | GameMenu.LeftSideColor = System.Drawing.Color.Transparent; |
| | | GameMenu.Location = new System.Drawing.Point(5, 135); |
| | | GameMenu.Name = "GameMenu"; |
| | | GameMenu.Padding = new System.Windows.Forms.Padding(5); |
| | | GameMenu.RightSideColor = System.Drawing.Color.FromArgb(69, 69, 69); |
| | | GameMenu.Side = NightPanel.PanelSide.Left; |
| | | GameMenu.Size = new System.Drawing.Size(65, 65); |
| | | GameMenu.TabIndex = 4; |
| | | GameMenu.Click += Menu_Click; |
| | | 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; |
| | | // |
| | | // GameIcon |
| | | // FindIcon |
| | | // |
| | | GameIcon.Enabled = false; |
| | | GameIcon.Image = Properties.Resources.Search; |
| | | GameIcon.Location = new System.Drawing.Point(18, 17); |
| | | GameIcon.Name = "GameIcon"; |
| | | GameIcon.Size = new System.Drawing.Size(30, 30); |
| | | GameIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
| | | GameIcon.TabIndex = 2; |
| | | GameIcon.TabStop = false; |
| | | 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; |
| | | // |
| | | // GameSeparator |
| | | // FindSeparator |
| | | // |
| | | GameSeparator.Customization = "ICAg/yAgIP8gICD/ICAg/w=="; |
| | | GameSeparator.Enabled = false; |
| | | GameSeparator.Font = new System.Drawing.Font("Verdana", 8F); |
| | | GameSeparator.Image = null; |
| | | GameSeparator.Location = new System.Drawing.Point(5, 17); |
| | | GameSeparator.Name = "GameSeparator"; |
| | | GameSeparator.NoRounding = false; |
| | | GameSeparator.Size = new System.Drawing.Size(4, 30); |
| | | GameSeparator.TabIndex = 7; |
| | | GameSeparator.Text = "spaceSeparatorVertical3"; |
| | | GameSeparator.Transparent = true; |
| | | 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(AppIcon); |
| | | VoluteMenu.Controls.Add(AppSeparator); |
| | | 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.Name = "VoluteMenu"; |
| | | VoluteMenu.Padding = new System.Windows.Forms.Padding(5); |
| | | VoluteMenu.RightSideColor = System.Drawing.Color.FromArgb(69, 69, 69); |
| | | VoluteMenu.Side = NightPanel.PanelSide.Right; |
| | | VoluteMenu.Side = NightPanel.PanelSide.Left; |
| | | VoluteMenu.Size = new System.Drawing.Size(65, 65); |
| | | VoluteMenu.TabIndex = 3; |
| | | VoluteMenu.Click += Menu_Click; |
| | | // |
| | | // AppIcon |
| | | // VoluteIcon |
| | | // |
| | | AppIcon.Enabled = false; |
| | | AppIcon.Image = Properties.Resources.woke; |
| | | AppIcon.Location = new System.Drawing.Point(18, 17); |
| | | AppIcon.Name = "AppIcon"; |
| | | AppIcon.Size = new System.Drawing.Size(30, 30); |
| | | AppIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
| | | AppIcon.TabIndex = 3; |
| | | AppIcon.TabStop = false; |
| | | 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; |
| | | // |
| | | // AppSeparator |
| | | // VoluteSeparator |
| | | // |
| | | AppSeparator.BackColor = System.Drawing.Color.Transparent; |
| | | AppSeparator.Customization = "08aq/9PGqv/Txqr/08aq/w=="; |
| | | AppSeparator.Enabled = false; |
| | | AppSeparator.Font = new System.Drawing.Font("Verdana", 8F); |
| | | AppSeparator.Image = null; |
| | | AppSeparator.Location = new System.Drawing.Point(5, 17); |
| | | AppSeparator.Name = "AppSeparator"; |
| | | AppSeparator.NoRounding = false; |
| | | AppSeparator.Size = new System.Drawing.Size(4, 30); |
| | | AppSeparator.TabIndex = 7; |
| | | AppSeparator.Text = "spaceSeparatorVertical2"; |
| | | AppSeparator.Transparent = true; |
| | | 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(HomeIcon); |
| | | YeLunMenu.Controls.Add(HomeSeparator); |
| | | 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.Side = NightPanel.PanelSide.Left; |
| | | YeLunMenu.Size = new System.Drawing.Size(65, 65); |
| | | YeLunMenu.TabIndex = 2; |
| | | YeLunMenu.Click += Menu_Click; |
| | | // |
| | | // HomeIcon |
| | | // YeLunIcon |
| | | // |
| | | HomeIcon.Enabled = false; |
| | | HomeIcon.Image = Properties.Resources.yelun; |
| | | HomeIcon.Location = new System.Drawing.Point(18, 17); |
| | | HomeIcon.Name = "HomeIcon"; |
| | | HomeIcon.Size = new System.Drawing.Size(30, 30); |
| | | HomeIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
| | | HomeIcon.TabIndex = 4; |
| | | HomeIcon.TabStop = false; |
| | | 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; |
| | | // |
| | | // HomeSeparator |
| | | // YeLunSeparator |
| | | // |
| | | HomeSeparator.BackColor = System.Drawing.Color.Transparent; |
| | | HomeSeparator.Customization = "ICAg/yAgIP8gICD/ICAg/w=="; |
| | | HomeSeparator.Enabled = false; |
| | | HomeSeparator.Font = new System.Drawing.Font("Verdana", 8F); |
| | | HomeSeparator.Image = null; |
| | | HomeSeparator.Location = new System.Drawing.Point(5, 17); |
| | | HomeSeparator.Name = "HomeSeparator"; |
| | | HomeSeparator.NoRounding = false; |
| | | HomeSeparator.Size = new System.Drawing.Size(4, 30); |
| | | HomeSeparator.TabIndex = 7; |
| | | HomeSeparator.Text = "spaceSeparatorVertical1"; |
| | | HomeSeparator.Transparent = true; |
| | | 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; |
| | | // |
| | | // nightControlBox1 |
| | | // topMenuBox |
| | | // |
| | | nightControlBox1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; |
| | | nightControlBox1.BackColor = System.Drawing.Color.Transparent; |
| | | nightControlBox1.CloseHoverColor = System.Drawing.Color.FromArgb(199, 80, 80); |
| | | nightControlBox1.CloseHoverForeColor = System.Drawing.Color.White; |
| | | nightControlBox1.Cursor = System.Windows.Forms.Cursors.Hand; |
| | | nightControlBox1.DefaultLocation = true; |
| | | nightControlBox1.DisableMaximizeColor = System.Drawing.Color.FromArgb(105, 105, 105); |
| | | nightControlBox1.DisableMinimizeColor = System.Drawing.Color.FromArgb(105, 105, 105); |
| | | nightControlBox1.EnableCloseColor = System.Drawing.Color.FromArgb(160, 160, 160); |
| | | nightControlBox1.EnableMaximizeButton = true; |
| | | nightControlBox1.EnableMaximizeColor = System.Drawing.Color.FromArgb(160, 160, 160); |
| | | nightControlBox1.EnableMinimizeButton = true; |
| | | nightControlBox1.EnableMinimizeColor = System.Drawing.Color.FromArgb(160, 160, 160); |
| | | nightControlBox1.Location = new System.Drawing.Point(1061, 0); |
| | | nightControlBox1.MaximizeHoverColor = System.Drawing.Color.FromArgb(15, 255, 255, 255); |
| | | nightControlBox1.MaximizeHoverForeColor = System.Drawing.Color.White; |
| | | nightControlBox1.MinimizeHoverColor = System.Drawing.Color.FromArgb(15, 255, 255, 255); |
| | | nightControlBox1.MinimizeHoverForeColor = System.Drawing.Color.White; |
| | | nightControlBox1.Name = "nightControlBox1"; |
| | | nightControlBox1.Size = new System.Drawing.Size(139, 31); |
| | | nightControlBox1.TabIndex = 0; |
| | | 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 |
| | | // |
| | |
| | | MaximumSize = new System.Drawing.Size(1920, 1032); |
| | | Name = "frmMainWindow"; |
| | | StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
| | | Text = "DPumpHydr.WinFrmUI.RLT Store"; |
| | | Text = "叶轮设计"; |
| | | TransparencyKey = System.Drawing.Color.Fuchsia; |
| | | mainForm.ResumeLayout(false); |
| | | nightPanel1.ResumeLayout(false); |
| | | leftMenuPanel.ResumeLayout(false); |
| | | LibraryMenu.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)LibraryIcon).EndInit(); |
| | | HelpMenu.ResumeLayout(false); |
| | | SettingMenu.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)SettingIcon).EndInit(); |
| | | GameMenu.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)GameIcon).EndInit(); |
| | | FindMenu.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)FindIcon).EndInit(); |
| | | VoluteMenu.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)AppIcon).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)VoluteIcon).EndInit(); |
| | | YeLunMenu.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)HomeIcon).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)YeLunIcon).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | private DPumpHydr.WinFrmUI.RLT.Forms.NightForm mainForm; |
| | | private DPumpHydr.WinFrmUI.RLT.Controls.NightControlBox nightControlBox1; |
| | | private DPumpHydr.WinFrmUI.RLT.Controls.NightPanel nightPanel1; |
| | | 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 HomeSeparator; |
| | | private DPumpHydr.WinFrmUI.RLT.Controls.SpaceSeparatorVertical YeLunSeparator; |
| | | private DPumpHydr.WinFrmUI.RLT.Controls.NightPanel VoluteMenu; |
| | | private DPumpHydr.WinFrmUI.RLT.Controls.SpaceSeparatorVertical AppSeparator; |
| | | 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 HelpMenu; |
| | | private DPumpHydr.WinFrmUI.RLT.Controls.SpaceSeparatorVertical HelpSeparator; |
| | | private DPumpHydr.WinFrmUI.RLT.Controls.NightPanel GameMenu; |
| | | private DPumpHydr.WinFrmUI.RLT.Controls.SpaceSeparatorVertical GameSeparator; |
| | | 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 GameIcon; |
| | | private System.Windows.Forms.PictureBox AppIcon; |
| | | private System.Windows.Forms.PictureBox HomeIcon; |
| | | 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; |
| | | } |