using DPumpHydr.WinFrmUI.RLT.Controls;
|
namespace DPumpHydr.DesktopMain
|
{
|
partial class frmMainWindow
|
{
|
/// <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 Windows Form 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()
|
{
|
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();
|
nightPanel1 = new NightPanel();
|
LibraryMenu = new NightPanel();
|
LibraryIcon = new System.Windows.Forms.PictureBox();
|
LibrarySeparator = new SpaceSeparatorVertical();
|
HelpMenu = new NightPanel();
|
SettingIcon = new System.Windows.Forms.PictureBox();
|
HelpSeparator = new SpaceSeparatorVertical();
|
GameMenu = new NightPanel();
|
GameIcon = new System.Windows.Forms.PictureBox();
|
GameSeparator = new SpaceSeparatorVertical();
|
VoluteMenu = new NightPanel();
|
AppIcon = new System.Windows.Forms.PictureBox();
|
AppSeparator = new SpaceSeparatorVertical();
|
YeLunMenu = new NightPanel();
|
HomeIcon = new System.Windows.Forms.PictureBox();
|
HomeSeparator = new SpaceSeparatorVertical();
|
nightControlBox1 = new NightControlBox();
|
mainForm.SuspendLayout();
|
nightPanel1.SuspendLayout();
|
LibraryMenu.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)LibraryIcon).BeginInit();
|
HelpMenu.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)SettingIcon).BeginInit();
|
GameMenu.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)GameIcon).BeginInit();
|
VoluteMenu.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)AppIcon).BeginInit();
|
YeLunMenu.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)HomeIcon).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.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.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.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.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 = DPumpHydr.DesktopMain.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.Name = "UserPicture";
|
UserPicture.PixelOffsetType = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
|
UserPicture.Size = new System.Drawing.Size(27, 27);
|
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;
|
//
|
// nightPanel1
|
//
|
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;
|
//
|
// 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;
|
LibraryMenu.Click += Menu_Click;
|
//
|
// LibraryIcon
|
//
|
LibraryIcon.Enabled = false;
|
LibraryIcon.Image = Properties.Resources.Book;
|
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;
|
//
|
// HelpMenu
|
//
|
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;
|
//
|
// SettingIcon
|
//
|
SettingIcon.Enabled = false;
|
SettingIcon.Image = Properties.Resources.setting;
|
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;
|
//
|
// HelpSeparator
|
//
|
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;
|
//
|
// GameMenu
|
//
|
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;
|
//
|
// GameIcon
|
//
|
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;
|
//
|
// GameSeparator
|
//
|
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;
|
//
|
// VoluteMenu
|
//
|
VoluteMenu.Controls.Add(AppIcon);
|
VoluteMenu.Controls.Add(AppSeparator);
|
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.Right;
|
VoluteMenu.Size = new System.Drawing.Size(65, 65);
|
VoluteMenu.TabIndex = 3;
|
VoluteMenu.Click += Menu_Click;
|
//
|
// AppIcon
|
//
|
AppIcon.Enabled = false;
|
AppIcon.Image = DPumpHydr.DesktopMain.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;
|
//
|
// AppSeparator
|
//
|
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;
|
//
|
// YeLunMenu
|
//
|
YeLunMenu.Controls.Add(HomeIcon);
|
YeLunMenu.Controls.Add(HomeSeparator);
|
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;
|
YeLunMenu.Click += Menu_Click;
|
//
|
// HomeIcon
|
//
|
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;
|
//
|
// HomeSeparator
|
//
|
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;
|
//
|
// nightControlBox1
|
//
|
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;
|
//
|
// 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 = "DPumpHydr.WinFrmUI.RLT Store";
|
TransparencyKey = System.Drawing.Color.Fuchsia;
|
mainForm.ResumeLayout(false);
|
nightPanel1.ResumeLayout(false);
|
LibraryMenu.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)LibraryIcon).EndInit();
|
HelpMenu.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)SettingIcon).EndInit();
|
GameMenu.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)GameIcon).EndInit();
|
VoluteMenu.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)AppIcon).EndInit();
|
YeLunMenu.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)HomeIcon).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.NightPanel YeLunMenu;
|
private DPumpHydr.WinFrmUI.RLT.Controls.SpaceSeparatorVertical HomeSeparator;
|
private DPumpHydr.WinFrmUI.RLT.Controls.NightPanel VoluteMenu;
|
private DPumpHydr.WinFrmUI.RLT.Controls.SpaceSeparatorVertical AppSeparator;
|
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 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 DPumpHydr.WinFrmUI.RLT.Controls.ParrotPictureBox UserPicture;
|
private System.Windows.Forms.Panel mainPanel;
|
}
|
}
|