namespace Percent___Qualification_work.Forms
{
partial class main
{
///
/// 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()
{
this.navbarPanel = new System.Windows.Forms.Panel();
this.profileBtn = new System.Windows.Forms.Label();
this.movielistBtn = new System.Windows.Forms.Label();
this.gamelistBtn = new System.Windows.Forms.Label();
this.notepadBtn = new System.Windows.Forms.Label();
this.todoBtn = new System.Windows.Forms.Label();
this.panelContainer = new System.Windows.Forms.Panel();
this.home1 = new Percent___Qualification_work.userControls.Home();
this.profile1 = new Percent___Qualification_work.userControls.Profile();
this.movieList1 = new Percent___Qualification_work.userControls.MovieList();
this.gameList1 = new Percent___Qualification_work.userControls.GameList();
this.notepad1 = new Percent___Qualification_work.userControls.Notepad();
this.toDo1 = new Percent___Qualification_work.userControls.ToDo();
this.navbarPanel.SuspendLayout();
this.panelContainer.SuspendLayout();
this.SuspendLayout();
//
// navbarPanel
//
this.navbarPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(54)))), ((int)(((byte)(67)))));
this.navbarPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.navbarPanel.Controls.Add(this.profileBtn);
this.navbarPanel.Controls.Add(this.movielistBtn);
this.navbarPanel.Controls.Add(this.gamelistBtn);
this.navbarPanel.Controls.Add(this.notepadBtn);
this.navbarPanel.Controls.Add(this.todoBtn);
this.navbarPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.navbarPanel.Location = new System.Drawing.Point(0, 0);
this.navbarPanel.Name = "navbarPanel";
this.navbarPanel.Size = new System.Drawing.Size(800, 48);
this.navbarPanel.TabIndex = 9;
//
// profileBtn
//
this.profileBtn.AutoSize = true;
this.profileBtn.Cursor = System.Windows.Forms.Cursors.Hand;
this.profileBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(186)));
this.profileBtn.ForeColor = System.Drawing.Color.LightYellow;
this.profileBtn.Location = new System.Drawing.Point(648, 14);
this.profileBtn.Name = "profileBtn";
this.profileBtn.Size = new System.Drawing.Size(60, 20);
this.profileBtn.TabIndex = 14;
this.profileBtn.Text = "Profile";
this.profileBtn.Click += new System.EventHandler(this.profileBtn_Click);
//
// movielistBtn
//
this.movielistBtn.AutoSize = true;
this.movielistBtn.Cursor = System.Windows.Forms.Cursors.Hand;
this.movielistBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(186)));
this.movielistBtn.ForeColor = System.Drawing.Color.LightYellow;
this.movielistBtn.Location = new System.Drawing.Point(506, 14);
this.movielistBtn.Name = "movielistBtn";
this.movielistBtn.Size = new System.Drawing.Size(89, 20);
this.movielistBtn.TabIndex = 13;
this.movielistBtn.Text = "Movie List";
this.movielistBtn.Click += new System.EventHandler(this.movielistBtn_Click);
//
// gamelistBtn
//
this.gamelistBtn.AutoSize = true;
this.gamelistBtn.Cursor = System.Windows.Forms.Cursors.Hand;
this.gamelistBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(186)));
this.gamelistBtn.ForeColor = System.Drawing.Color.LightYellow;
this.gamelistBtn.Location = new System.Drawing.Point(361, 14);
this.gamelistBtn.Name = "gamelistBtn";
this.gamelistBtn.Size = new System.Drawing.Size(91, 20);
this.gamelistBtn.TabIndex = 12;
this.gamelistBtn.Text = "Game List";
this.gamelistBtn.Click += new System.EventHandler(this.gamelistBtn_Click);
//
// notepadBtn
//
this.notepadBtn.AutoSize = true;
this.notepadBtn.Cursor = System.Windows.Forms.Cursors.Hand;
this.notepadBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(186)));
this.notepadBtn.ForeColor = System.Drawing.Color.LightYellow;
this.notepadBtn.Location = new System.Drawing.Point(221, 14);
this.notepadBtn.Name = "notepadBtn";
this.notepadBtn.Size = new System.Drawing.Size(77, 20);
this.notepadBtn.TabIndex = 11;
this.notepadBtn.Text = "Notepad";
this.notepadBtn.Click += new System.EventHandler(this.notepadBtn_Click);
//
// todoBtn
//
this.todoBtn.AutoSize = true;
this.todoBtn.Cursor = System.Windows.Forms.Cursors.Hand;
this.todoBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(186)));
this.todoBtn.ForeColor = System.Drawing.Color.LightYellow;
this.todoBtn.Location = new System.Drawing.Point(98, 14);
this.todoBtn.Name = "todoBtn";
this.todoBtn.Size = new System.Drawing.Size(57, 20);
this.todoBtn.TabIndex = 10;
this.todoBtn.Text = "To Do";
this.todoBtn.Click += new System.EventHandler(this.todoBtn_Click);
//
// panelContainer
//
this.panelContainer.Controls.Add(this.home1);
this.panelContainer.Controls.Add(this.profile1);
this.panelContainer.Controls.Add(this.movieList1);
this.panelContainer.Controls.Add(this.gameList1);
this.panelContainer.Controls.Add(this.notepad1);
this.panelContainer.Controls.Add(this.toDo1);
this.panelContainer.Location = new System.Drawing.Point(12, 55);
this.panelContainer.Name = "panelContainer";
this.panelContainer.Size = new System.Drawing.Size(776, 383);
this.panelContainer.TabIndex = 10;
//
// home1
//
this.home1.Dock = System.Windows.Forms.DockStyle.Fill;
this.home1.Location = new System.Drawing.Point(0, 0);
this.home1.Name = "home1";
this.home1.Size = new System.Drawing.Size(776, 383);
this.home1.TabIndex = 5;
//
// profile1
//
this.profile1.Dock = System.Windows.Forms.DockStyle.Fill;
this.profile1.Location = new System.Drawing.Point(0, 0);
this.profile1.Name = "profile1";
this.profile1.Size = new System.Drawing.Size(776, 383);
this.profile1.TabIndex = 4;
//
// movieList1
//
this.movieList1.Dock = System.Windows.Forms.DockStyle.Fill;
this.movieList1.Location = new System.Drawing.Point(0, 0);
this.movieList1.Name = "movieList1";
this.movieList1.Size = new System.Drawing.Size(776, 383);
this.movieList1.TabIndex = 3;
//
// gameList1
//
this.gameList1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gameList1.Location = new System.Drawing.Point(0, 0);
this.gameList1.Name = "gameList1";
this.gameList1.Size = new System.Drawing.Size(776, 383);
this.gameList1.TabIndex = 2;
//
// notepad1
//
this.notepad1.Dock = System.Windows.Forms.DockStyle.Fill;
this.notepad1.Location = new System.Drawing.Point(0, 0);
this.notepad1.Name = "notepad1";
this.notepad1.Size = new System.Drawing.Size(776, 383);
this.notepad1.TabIndex = 1;
//
// toDo1
//
this.toDo1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
this.toDo1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toDo1.Location = new System.Drawing.Point(0, 0);
this.toDo1.Name = "toDo1";
this.toDo1.Size = new System.Drawing.Size(776, 383);
this.toDo1.TabIndex = 0;
//
// main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.panelContainer);
this.Controls.Add(this.navbarPanel);
this.MaximumSize = new System.Drawing.Size(816, 489);
this.MinimumSize = new System.Drawing.Size(816, 489);
this.Name = "main";
this.Text = "main";
this.Load += new System.EventHandler(this.main_Load);
this.navbarPanel.ResumeLayout(false);
this.navbarPanel.PerformLayout();
this.panelContainer.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel navbarPanel;
private System.Windows.Forms.Label profileBtn;
private System.Windows.Forms.Label movielistBtn;
private System.Windows.Forms.Label gamelistBtn;
private System.Windows.Forms.Label notepadBtn;
private System.Windows.Forms.Label todoBtn;
private System.Windows.Forms.Panel panelContainer;
private userControls.GameList gameList1;
private userControls.Notepad notepad1;
private userControls.ToDo toDo1;
private userControls.MovieList movieList1;
private userControls.Profile profile1;
private userControls.Home home1;
}
}