CssSolution/CSS_Solution/Forms/MainForm.Designer.cs

268 lines
11 KiB
C#
Raw Normal View History

2024-03-12 08:15:15 +00:00
namespace CSS_Solution.Forms
{
partial class MainForm
{
/// <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()
{
components = new System.ComponentModel.Container();
MainPanel = new Panel();
FunctionPanel = new Panel();
SideBar = new Panel();
SettingsPanel = new Panel();
SettingsPicture = new PictureBox();
HomePanel = new Panel();
HomePicture = new PictureBox();
RunTaskPanel = new Panel();
RunTaskPicture = new PictureBox();
SetTaskPanel = new Panel();
SetTaskPicture = new PictureBox();
Title = new Panel();
Title_name = new Label();
statusStrip = new StatusStrip();
timer1 = new System.Windows.Forms.Timer(components);
MainPanel.SuspendLayout();
SideBar.SuspendLayout();
SettingsPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)SettingsPicture).BeginInit();
HomePanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)HomePicture).BeginInit();
RunTaskPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)RunTaskPicture).BeginInit();
SetTaskPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)SetTaskPicture).BeginInit();
Title.SuspendLayout();
SuspendLayout();
//
// MainPanel
//
MainPanel.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
MainPanel.BackColor = Color.FromArgb(25, 25, 25);
MainPanel.Controls.Add(FunctionPanel);
MainPanel.Controls.Add(SideBar);
MainPanel.Controls.Add(Title);
MainPanel.Controls.Add(statusStrip);
MainPanel.ForeColor = Color.White;
MainPanel.Location = new Point(3, 3);
MainPanel.Margin = new Padding(0);
MainPanel.Name = "MainPanel";
MainPanel.Size = new Size(1484, 814);
MainPanel.TabIndex = 5;
//
// FunctionPanel
//
FunctionPanel.Dock = DockStyle.Fill;
FunctionPanel.Location = new Point(81, 56);
FunctionPanel.Name = "FunctionPanel";
FunctionPanel.Size = new Size(1403, 736);
FunctionPanel.TabIndex = 2;
//
// SideBar
//
SideBar.BackColor = Color.FromArgb(26, 32, 45);
SideBar.Controls.Add(SettingsPanel);
SideBar.Controls.Add(HomePanel);
SideBar.Controls.Add(RunTaskPanel);
SideBar.Controls.Add(SetTaskPanel);
SideBar.Dock = DockStyle.Left;
SideBar.Location = new Point(0, 56);
SideBar.Name = "SideBar";
SideBar.Size = new Size(81, 736);
SideBar.TabIndex = 1;
//
// SettingsPanel
//
SettingsPanel.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
SettingsPanel.Controls.Add(SettingsPicture);
SettingsPanel.Location = new Point(10, 637);
SettingsPanel.Name = "SettingsPanel";
SettingsPanel.Size = new Size(61, 61);
SettingsPanel.TabIndex = 4;
SettingsPanel.Click += SwitchPanels_Click;
SettingsPanel.MouseEnter += SwitchPanels_MouseEnter;
//
// SettingsPicture
//
SettingsPicture.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
SettingsPicture.Image = Properties.Resources.settings;
SettingsPicture.Location = new Point(15, 15);
SettingsPicture.Name = "SettingsPicture";
SettingsPicture.Size = new Size(31, 31);
SettingsPicture.SizeMode = PictureBoxSizeMode.Zoom;
SettingsPicture.TabIndex = 1;
SettingsPicture.TabStop = false;
SettingsPicture.Click += SwitchPanels_Click;
SettingsPicture.MouseEnter += SwitchPanels_MouseEnter;
//
// HomePanel
//
HomePanel.Controls.Add(HomePicture);
HomePanel.Location = new Point(10, 10);
HomePanel.Name = "HomePanel";
HomePanel.Size = new Size(61, 61);
HomePanel.TabIndex = 3;
HomePanel.Click += SwitchPanels_Click;
HomePanel.MouseEnter += SwitchPanels_MouseEnter;
//
// HomePicture
//
HomePicture.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
HomePicture.Image = Properties.Resources.home;
HomePicture.Location = new Point(15, 15);
HomePicture.Name = "HomePicture";
HomePicture.Size = new Size(31, 31);
HomePicture.SizeMode = PictureBoxSizeMode.Zoom;
HomePicture.TabIndex = 2;
HomePicture.TabStop = false;
HomePicture.Click += SwitchPanels_Click;
HomePicture.MouseEnter += SwitchPanels_MouseEnter;
//
// RunTaskPanel
//
RunTaskPanel.Controls.Add(RunTaskPicture);
RunTaskPanel.Location = new Point(10, 152);
RunTaskPanel.Name = "RunTaskPanel";
RunTaskPanel.Size = new Size(61, 61);
RunTaskPanel.TabIndex = 2;
RunTaskPanel.Click += SwitchPanels_Click;
RunTaskPanel.MouseEnter += SwitchPanels_MouseEnter;
//
// RunTaskPicture
//
RunTaskPicture.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
RunTaskPicture.Image = Properties.Resources.Run;
RunTaskPicture.Location = new Point(15, 15);
RunTaskPicture.Name = "RunTaskPicture";
RunTaskPicture.Size = new Size(31, 31);
RunTaskPicture.SizeMode = PictureBoxSizeMode.Zoom;
RunTaskPicture.TabIndex = 1;
RunTaskPicture.TabStop = false;
RunTaskPicture.Click += SwitchPanels_Click;
RunTaskPicture.MouseEnter += SwitchPanels_MouseEnter;
//
// SetTaskPanel
//
SetTaskPanel.Controls.Add(SetTaskPicture);
SetTaskPanel.Location = new Point(10, 81);
SetTaskPanel.Name = "SetTaskPanel";
SetTaskPanel.Size = new Size(61, 61);
SetTaskPanel.TabIndex = 1;
SetTaskPanel.Click += SwitchPanels_Click;
SetTaskPanel.MouseEnter += SwitchPanels_MouseEnter;
//
// SetTaskPicture
//
SetTaskPicture.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
SetTaskPicture.Image = Properties.Resources.input;
SetTaskPicture.Location = new Point(15, 15);
SetTaskPicture.Name = "SetTaskPicture";
SetTaskPicture.Size = new Size(31, 31);
SetTaskPicture.SizeMode = PictureBoxSizeMode.Zoom;
SetTaskPicture.TabIndex = 0;
SetTaskPicture.TabStop = false;
SetTaskPicture.Click += SwitchPanels_Click;
SetTaskPicture.MouseEnter += SwitchPanels_MouseEnter;
//
// Title
//
Title.BackColor = Color.FromArgb(26, 32, 45);
Title.Controls.Add(Title_name);
Title.Dock = DockStyle.Top;
Title.Location = new Point(0, 0);
Title.Name = "Title";
Title.Size = new Size(1484, 56);
Title.TabIndex = 0;
Title.MouseDown += Title_MouseDown;
Title.MouseMove += Title_MouseMove;
//
// Title_name
//
Title_name.AutoSize = true;
Title_name.Font = new Font("Microsoft YaHei UI", 16F, FontStyle.Bold, GraphicsUnit.Point, 134);
Title_name.Location = new Point(5, 5);
Title_name.Name = "Title_name";
Title_name.Size = new Size(686, 42);
Title_name.TabIndex = 2;
Title_name.Text = "Course selection system Solution (C.s.s.S)";
//
// statusStrip
//
statusStrip.BackColor = Color.FromArgb(0, 122, 204);
statusStrip.ImageScalingSize = new Size(24, 24);
statusStrip.Location = new Point(0, 792);
statusStrip.Name = "statusStrip";
statusStrip.Size = new Size(1484, 22);
statusStrip.TabIndex = 3;
statusStrip.Text = "statusStrip1";
//
// MainForm
//
AutoScaleDimensions = new SizeF(11F, 24F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.FromArgb(0, 122, 204);
ClientSize = new Size(1490, 820);
Controls.Add(MainPanel);
DoubleBuffered = true;
FormBorderStyle = FormBorderStyle.None;
MinimumSize = new Size(775, 378);
Name = "MainForm";
Text = "MainForm";
MainPanel.ResumeLayout(false);
MainPanel.PerformLayout();
SideBar.ResumeLayout(false);
SettingsPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)SettingsPicture).EndInit();
HomePanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)HomePicture).EndInit();
RunTaskPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)RunTaskPicture).EndInit();
SetTaskPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)SetTaskPicture).EndInit();
Title.ResumeLayout(false);
Title.PerformLayout();
ResumeLayout(false);
}
#endregion
private Panel Title;
private FlowLayoutPanel flowLayoutPanel1;
private Panel top;
private Panel MainPanel;
private Panel SideBar;
private Label Title_name;
private PictureBox SetTaskPicture;
private Panel SetTaskPanel;
private Panel FunctionPanel;
private PictureBox RunTaskPicture;
private Panel RunTaskPanel;
private Panel HomePanel;
private PictureBox HomePicture;
private Panel SettingsPanel;
private PictureBox SettingsPicture;
private StatusStrip statusStrip;
private System.Windows.Forms.Timer timer1;
}
}