Files
PCK-Studio/PCK-Studio/Forms/Additional-Popups/AboutThisProgram.Designer.cs

730 lines
46 KiB
C#

namespace PckStudio
{
partial class AboutThisProgram
{
/// <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(AboutThisProgram));
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.DiscordServerButton = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton();
this.WebsiteButton = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton();
this.GitHubButton = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton();
this.label3 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.LegacyDevelopersTab = new MetroFramework.Controls.MetroTabPage();
this.OthersTab = new MetroFramework.Controls.MetroTabPage();
this.label6 = new System.Windows.Forms.Label();
this.DevelopersTab = new System.Windows.Forms.TabPage();
this.label8 = new System.Windows.Forms.Label();
this.panel6 = new System.Windows.Forms.Panel();
this.AboutEternalModzButton = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton();
this.EternalModzGitHubButton = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton();
this.label5 = new System.Windows.Forms.Label();
this.crEaTiiOn_Ultimate_PictureBox3 = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_PictureBox();
this.panel5 = new System.Windows.Forms.Panel();
this.AboutMikuButton = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton();
this.MikuGitHubButton = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton();
this.label4 = new System.Windows.Forms.Label();
this.crEaTiiOn_Ultimate_PictureBox4 = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_PictureBox();
this.panel4 = new System.Windows.Forms.Panel();
this.AboutMNLButton = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton();
this.MNLGitHubButton = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton();
this.label2 = new System.Windows.Forms.Label();
this.crEaTiiOn_Ultimate_PictureBox2 = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_PictureBox();
this.panel3 = new System.Windows.Forms.Panel();
this.AboutPhoenixARCButton = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton();
this.PhoenixARCGitHubButton = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton();
this.crEaTiiOn_Ultimate_PictureBox1 = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.ProgramInformationTabControl = new CBH.Controls.CrEaTiiOn_TabPage();
this.ProgramDetailsTab = new System.Windows.Forms.TabPage();
this.panel2.SuspendLayout();
this.LegacyDevelopersTab.SuspendLayout();
this.OthersTab.SuspendLayout();
this.DevelopersTab.SuspendLayout();
this.panel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.crEaTiiOn_Ultimate_PictureBox3)).BeginInit();
this.panel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.crEaTiiOn_Ultimate_PictureBox4)).BeginInit();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.crEaTiiOn_Ultimate_PictureBox2)).BeginInit();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.crEaTiiOn_Ultimate_PictureBox1)).BeginInit();
this.ProgramInformationTabControl.SuspendLayout();
this.SuspendLayout();
//
// DiscordServerButton
//
this.DiscordServerButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.DiscordServerButton.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.DiscordServerButton.BorderRadius = 15;
this.DiscordServerButton.BorderSize = 1;
this.DiscordServerButton.ClickedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.DiscordServerButton.FlatAppearance.BorderSize = 0;
this.DiscordServerButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.DiscordServerButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.DiscordServerButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.DiscordServerButton.Font = new System.Drawing.Font("Segoe UI", 12F);
this.DiscordServerButton.ForeColor = System.Drawing.Color.White;
this.DiscordServerButton.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.DiscordServerButton.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.DiscordServerButton.HoverOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.DiscordServerButton.Location = new System.Drawing.Point(449, 7);
this.DiscordServerButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.DiscordServerButton.Name = "DiscordServerButton";
this.DiscordServerButton.Size = new System.Drawing.Size(90, 30);
this.DiscordServerButton.TabIndex = 19;
this.DiscordServerButton.Text = "Discord";
this.DiscordServerButton.TextColor = System.Drawing.Color.White;
this.DiscordServerButton.UseVisualStyleBackColor = false;
this.DiscordServerButton.Click += new System.EventHandler(this.DiscordDevelopmentServerButton);
//
// WebsiteButton
//
this.WebsiteButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.WebsiteButton.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.WebsiteButton.BorderRadius = 15;
this.WebsiteButton.BorderSize = 1;
this.WebsiteButton.ClickedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.WebsiteButton.FlatAppearance.BorderSize = 0;
this.WebsiteButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.WebsiteButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.WebsiteButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.WebsiteButton.Font = new System.Drawing.Font("Segoe UI", 12F);
this.WebsiteButton.ForeColor = System.Drawing.Color.White;
this.WebsiteButton.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.WebsiteButton.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.WebsiteButton.HoverOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.WebsiteButton.Location = new System.Drawing.Point(355, 7);
this.WebsiteButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.WebsiteButton.Name = "WebsiteButton";
this.WebsiteButton.Size = new System.Drawing.Size(90, 30);
this.WebsiteButton.TabIndex = 18;
this.WebsiteButton.Text = "Website";
this.WebsiteButton.TextColor = System.Drawing.Color.White;
this.WebsiteButton.UseVisualStyleBackColor = false;
this.WebsiteButton.Click += new System.EventHandler(this.WebsiteButton_Click);
//
// GitHubButton
//
this.GitHubButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.GitHubButton.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.GitHubButton.BorderRadius = 15;
this.GitHubButton.BorderSize = 1;
this.GitHubButton.ClickedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.GitHubButton.FlatAppearance.BorderSize = 0;
this.GitHubButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.GitHubButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.GitHubButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.GitHubButton.Font = new System.Drawing.Font("Segoe UI", 12F);
this.GitHubButton.ForeColor = System.Drawing.Color.White;
this.GitHubButton.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.GitHubButton.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.GitHubButton.HoverOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.GitHubButton.Location = new System.Drawing.Point(543, 7);
this.GitHubButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GitHubButton.Name = "GitHubButton";
this.GitHubButton.Size = new System.Drawing.Size(90, 30);
this.GitHubButton.TabIndex = 17;
this.GitHubButton.Text = "GitHub";
this.GitHubButton.TextColor = System.Drawing.Color.White;
this.GitHubButton.UseVisualStyleBackColor = false;
this.GitHubButton.Click += new System.EventHandler(this.GitHubPageButton);
//
// label3
//
this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.label3.Font = new System.Drawing.Font("Segoe UI", 9F);
this.label3.Location = new System.Drawing.Point(3, 0);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(372, 45);
this.label3.TabIndex = 7;
this.label3.Text = "Base program and PCK development by: Jam1gamer\r\nVisual tools, server development " +
"functions and OG UI by: JackHasWifi\r\nDevelopment assisted by: XxModZxXWiiPlaza a" +
"nd SlothWiiPlaza";
//
// panel2
//
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.GitHubButton);
this.panel2.Controls.Add(this.DiscordServerButton);
this.panel2.Controls.Add(this.WebsiteButton);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(641, 45);
this.panel2.TabIndex = 0;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Segoe UI", 15F);
this.label7.Location = new System.Drawing.Point(3, 8);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(109, 28);
this.label7.TabIndex = 20;
this.label7.Text = "PCK Studio";
//
// LegacyDevelopersTab
//
this.LegacyDevelopersTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.LegacyDevelopersTab.Controls.Add(this.label3);
this.LegacyDevelopersTab.HorizontalScrollbarBarColor = true;
this.LegacyDevelopersTab.HorizontalScrollbarHighlightOnWheel = false;
this.LegacyDevelopersTab.HorizontalScrollbarSize = 10;
this.LegacyDevelopersTab.Location = new System.Drawing.Point(139, 4);
this.LegacyDevelopersTab.Name = "LegacyDevelopersTab";
this.LegacyDevelopersTab.Size = new System.Drawing.Size(498, 363);
this.LegacyDevelopersTab.TabIndex = 0;
this.LegacyDevelopersTab.Text = "Legacy Developers";
this.LegacyDevelopersTab.UseCustomBackColor = true;
this.LegacyDevelopersTab.UseCustomForeColor = true;
this.LegacyDevelopersTab.VerticalScrollbarBarColor = true;
this.LegacyDevelopersTab.VerticalScrollbarHighlightOnWheel = false;
this.LegacyDevelopersTab.VerticalScrollbarSize = 10;
//
// OthersTab
//
this.OthersTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.OthersTab.Controls.Add(this.label6);
this.OthersTab.HorizontalScrollbarBarColor = true;
this.OthersTab.HorizontalScrollbarHighlightOnWheel = true;
this.OthersTab.HorizontalScrollbarSize = 10;
this.OthersTab.Location = new System.Drawing.Point(139, 4);
this.OthersTab.Name = "OthersTab";
this.OthersTab.Size = new System.Drawing.Size(498, 363);
this.OthersTab.TabIndex = 1;
this.OthersTab.Text = "Others";
this.OthersTab.UseCustomBackColor = true;
this.OthersTab.UseCustomForeColor = true;
this.OthersTab.VerticalScrollbarBarColor = true;
this.OthersTab.VerticalScrollbarHighlightOnWheel = false;
this.OthersTab.VerticalScrollbarSize = 10;
//
// label6
//
this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.label6.Font = new System.Drawing.Font("Segoe UI", 9F);
this.label6.Location = new System.Drawing.Point(3, 0);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(199, 30);
this.label6.TabIndex = 8;
this.label6.Text = "3D rendering found by: NewAgent\r\n3D skin rendering by: Łukasz Rejman";
//
// DevelopersTab
//
this.DevelopersTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.DevelopersTab.Controls.Add(this.label8);
this.DevelopersTab.Controls.Add(this.panel6);
this.DevelopersTab.Controls.Add(this.panel5);
this.DevelopersTab.Controls.Add(this.panel4);
this.DevelopersTab.Controls.Add(this.panel3);
this.DevelopersTab.Location = new System.Drawing.Point(139, 4);
this.DevelopersTab.Name = "DevelopersTab";
this.DevelopersTab.Size = new System.Drawing.Size(498, 363);
this.DevelopersTab.TabIndex = 2;
this.DevelopersTab.Text = "Developers";
//
// label8
//
this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.label8.Font = new System.Drawing.Font("Segoe UI", 9F);
this.label8.Location = new System.Drawing.Point(16, 365);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(372, 135);
this.label8.TabIndex = 9;
this.label8.Text = resources.GetString("label8.Text");
//
// panel6
//
this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.panel6.Controls.Add(this.AboutEternalModzButton);
this.panel6.Controls.Add(this.EternalModzGitHubButton);
this.panel6.Controls.Add(this.label5);
this.panel6.Controls.Add(this.crEaTiiOn_Ultimate_PictureBox3);
this.panel6.Location = new System.Drawing.Point(252, 134);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(242, 125);
this.panel6.TabIndex = 8;
//
// AboutEternalModzButton
//
this.AboutEternalModzButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.AboutEternalModzButton.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.AboutEternalModzButton.BorderRadius = 15;
this.AboutEternalModzButton.BorderSize = 1;
this.AboutEternalModzButton.ClickedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.AboutEternalModzButton.FlatAppearance.BorderSize = 0;
this.AboutEternalModzButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.AboutEternalModzButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.AboutEternalModzButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.AboutEternalModzButton.Font = new System.Drawing.Font("Segoe UI", 10F);
this.AboutEternalModzButton.ForeColor = System.Drawing.Color.White;
this.AboutEternalModzButton.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.AboutEternalModzButton.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.AboutEternalModzButton.HoverOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.AboutEternalModzButton.Location = new System.Drawing.Point(123, 87);
this.AboutEternalModzButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.AboutEternalModzButton.Name = "AboutEternalModzButton";
this.AboutEternalModzButton.Size = new System.Drawing.Size(105, 30);
this.AboutEternalModzButton.TabIndex = 26;
this.AboutEternalModzButton.Text = "About Me";
this.AboutEternalModzButton.TextColor = System.Drawing.Color.White;
this.AboutEternalModzButton.UseVisualStyleBackColor = false;
//
// EternalModzGitHubButton
//
this.EternalModzGitHubButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.EternalModzGitHubButton.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.EternalModzGitHubButton.BorderRadius = 15;
this.EternalModzGitHubButton.BorderSize = 1;
this.EternalModzGitHubButton.ClickedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.EternalModzGitHubButton.FlatAppearance.BorderSize = 0;
this.EternalModzGitHubButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.EternalModzGitHubButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.EternalModzGitHubButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.EternalModzGitHubButton.Font = new System.Drawing.Font("Segoe UI", 10F);
this.EternalModzGitHubButton.ForeColor = System.Drawing.Color.White;
this.EternalModzGitHubButton.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.EternalModzGitHubButton.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.EternalModzGitHubButton.HoverOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.EternalModzGitHubButton.Location = new System.Drawing.Point(15, 87);
this.EternalModzGitHubButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.EternalModzGitHubButton.Name = "EternalModzGitHubButton";
this.EternalModzGitHubButton.Size = new System.Drawing.Size(105, 30);
this.EternalModzGitHubButton.TabIndex = 25;
this.EternalModzGitHubButton.Text = "GitHub Profile";
this.EternalModzGitHubButton.TextColor = System.Drawing.Color.White;
this.EternalModzGitHubButton.UseVisualStyleBackColor = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Segoe UI", 12F);
this.label5.Location = new System.Drawing.Point(79, 29);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(97, 21);
this.label5.TabIndex = 4;
this.label5.Text = "EternalModz";
//
// crEaTiiOn_Ultimate_PictureBox3
//
this.crEaTiiOn_Ultimate_PictureBox3.BorderCapStyle = System.Drawing.Drawing2D.DashCap.Flat;
this.crEaTiiOn_Ultimate_PictureBox3.BorderLineStyle = System.Drawing.Drawing2D.DashStyle.Solid;
this.crEaTiiOn_Ultimate_PictureBox3.BorderSize = 2;
this.crEaTiiOn_Ultimate_PictureBox3.GradientAngle = 50F;
this.crEaTiiOn_Ultimate_PictureBox3.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.crEaTiiOn_Ultimate_PictureBox3.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.crEaTiiOn_Ultimate_PictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("crEaTiiOn_Ultimate_PictureBox3.Image")));
this.crEaTiiOn_Ultimate_PictureBox3.Location = new System.Drawing.Point(3, 4);
this.crEaTiiOn_Ultimate_PictureBox3.Name = "crEaTiiOn_Ultimate_PictureBox3";
this.crEaTiiOn_Ultimate_PictureBox3.Size = new System.Drawing.Size(70, 70);
this.crEaTiiOn_Ultimate_PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.crEaTiiOn_Ultimate_PictureBox3.TabIndex = 3;
this.crEaTiiOn_Ultimate_PictureBox3.TabStop = false;
//
// panel5
//
this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.panel5.Controls.Add(this.AboutMikuButton);
this.panel5.Controls.Add(this.MikuGitHubButton);
this.panel5.Controls.Add(this.label4);
this.panel5.Controls.Add(this.crEaTiiOn_Ultimate_PictureBox4);
this.panel5.Location = new System.Drawing.Point(252, 3);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(242, 125);
this.panel5.TabIndex = 7;
//
// AboutMikuButton
//
this.AboutMikuButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.AboutMikuButton.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.AboutMikuButton.BorderRadius = 15;
this.AboutMikuButton.BorderSize = 1;
this.AboutMikuButton.ClickedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.AboutMikuButton.FlatAppearance.BorderSize = 0;
this.AboutMikuButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.AboutMikuButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.AboutMikuButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.AboutMikuButton.Font = new System.Drawing.Font("Segoe UI", 10F);
this.AboutMikuButton.ForeColor = System.Drawing.Color.White;
this.AboutMikuButton.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.AboutMikuButton.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.AboutMikuButton.HoverOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.AboutMikuButton.Location = new System.Drawing.Point(123, 87);
this.AboutMikuButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.AboutMikuButton.Name = "AboutMikuButton";
this.AboutMikuButton.Size = new System.Drawing.Size(105, 30);
this.AboutMikuButton.TabIndex = 24;
this.AboutMikuButton.Text = "About Me";
this.AboutMikuButton.TextColor = System.Drawing.Color.White;
this.AboutMikuButton.UseVisualStyleBackColor = false;
//
// MikuGitHubButton
//
this.MikuGitHubButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.MikuGitHubButton.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.MikuGitHubButton.BorderRadius = 15;
this.MikuGitHubButton.BorderSize = 1;
this.MikuGitHubButton.ClickedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.MikuGitHubButton.FlatAppearance.BorderSize = 0;
this.MikuGitHubButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.MikuGitHubButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.MikuGitHubButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.MikuGitHubButton.Font = new System.Drawing.Font("Segoe UI", 10F);
this.MikuGitHubButton.ForeColor = System.Drawing.Color.White;
this.MikuGitHubButton.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.MikuGitHubButton.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.MikuGitHubButton.HoverOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.MikuGitHubButton.Location = new System.Drawing.Point(15, 87);
this.MikuGitHubButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MikuGitHubButton.Name = "MikuGitHubButton";
this.MikuGitHubButton.Size = new System.Drawing.Size(105, 30);
this.MikuGitHubButton.TabIndex = 23;
this.MikuGitHubButton.Text = "GitHub Profile";
this.MikuGitHubButton.TextColor = System.Drawing.Color.White;
this.MikuGitHubButton.UseVisualStyleBackColor = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Segoe UI", 12F);
this.label4.Location = new System.Drawing.Point(79, 29);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(78, 21);
this.label4.TabIndex = 4;
this.label4.Text = "Miku-666";
//
// crEaTiiOn_Ultimate_PictureBox4
//
this.crEaTiiOn_Ultimate_PictureBox4.BorderCapStyle = System.Drawing.Drawing2D.DashCap.Flat;
this.crEaTiiOn_Ultimate_PictureBox4.BorderLineStyle = System.Drawing.Drawing2D.DashStyle.Solid;
this.crEaTiiOn_Ultimate_PictureBox4.BorderSize = 2;
this.crEaTiiOn_Ultimate_PictureBox4.GradientAngle = 50F;
this.crEaTiiOn_Ultimate_PictureBox4.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.crEaTiiOn_Ultimate_PictureBox4.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.crEaTiiOn_Ultimate_PictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("crEaTiiOn_Ultimate_PictureBox4.Image")));
this.crEaTiiOn_Ultimate_PictureBox4.Location = new System.Drawing.Point(3, 4);
this.crEaTiiOn_Ultimate_PictureBox4.Name = "crEaTiiOn_Ultimate_PictureBox4";
this.crEaTiiOn_Ultimate_PictureBox4.Size = new System.Drawing.Size(70, 70);
this.crEaTiiOn_Ultimate_PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.crEaTiiOn_Ultimate_PictureBox4.TabIndex = 2;
this.crEaTiiOn_Ultimate_PictureBox4.TabStop = false;
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.panel4.Controls.Add(this.AboutMNLButton);
this.panel4.Controls.Add(this.MNLGitHubButton);
this.panel4.Controls.Add(this.label2);
this.panel4.Controls.Add(this.crEaTiiOn_Ultimate_PictureBox2);
this.panel4.Location = new System.Drawing.Point(4, 134);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(242, 125);
this.panel4.TabIndex = 6;
//
// AboutMNLButton
//
this.AboutMNLButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.AboutMNLButton.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.AboutMNLButton.BorderRadius = 15;
this.AboutMNLButton.BorderSize = 1;
this.AboutMNLButton.ClickedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.AboutMNLButton.FlatAppearance.BorderSize = 0;
this.AboutMNLButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.AboutMNLButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.AboutMNLButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.AboutMNLButton.Font = new System.Drawing.Font("Segoe UI", 12F);
this.AboutMNLButton.ForeColor = System.Drawing.Color.White;
this.AboutMNLButton.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.AboutMNLButton.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.AboutMNLButton.HoverOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.AboutMNLButton.Location = new System.Drawing.Point(123, 87);
this.AboutMNLButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.AboutMNLButton.Name = "AboutMNLButton";
this.AboutMNLButton.Size = new System.Drawing.Size(105, 30);
this.AboutMNLButton.TabIndex = 26;
this.AboutMNLButton.Text = "About Me";
this.AboutMNLButton.TextColor = System.Drawing.Color.White;
this.AboutMNLButton.UseVisualStyleBackColor = false;
//
// MNLGitHubButton
//
this.MNLGitHubButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.MNLGitHubButton.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.MNLGitHubButton.BorderRadius = 15;
this.MNLGitHubButton.BorderSize = 1;
this.MNLGitHubButton.ClickedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.MNLGitHubButton.FlatAppearance.BorderSize = 0;
this.MNLGitHubButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.MNLGitHubButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.MNLGitHubButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.MNLGitHubButton.Font = new System.Drawing.Font("Segoe UI", 10F);
this.MNLGitHubButton.ForeColor = System.Drawing.Color.White;
this.MNLGitHubButton.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.MNLGitHubButton.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.MNLGitHubButton.HoverOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.MNLGitHubButton.Location = new System.Drawing.Point(15, 87);
this.MNLGitHubButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MNLGitHubButton.Name = "MNLGitHubButton";
this.MNLGitHubButton.Size = new System.Drawing.Size(105, 30);
this.MNLGitHubButton.TabIndex = 25;
this.MNLGitHubButton.Text = "GitHub Profile";
this.MNLGitHubButton.TextColor = System.Drawing.Color.White;
this.MNLGitHubButton.UseVisualStyleBackColor = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Segoe UI", 12F);
this.label2.Location = new System.Drawing.Point(79, 29);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(62, 21);
this.label2.TabIndex = 4;
this.label2.Text = "MattNL";
//
// crEaTiiOn_Ultimate_PictureBox2
//
this.crEaTiiOn_Ultimate_PictureBox2.BorderCapStyle = System.Drawing.Drawing2D.DashCap.Flat;
this.crEaTiiOn_Ultimate_PictureBox2.BorderLineStyle = System.Drawing.Drawing2D.DashStyle.Solid;
this.crEaTiiOn_Ultimate_PictureBox2.BorderSize = 2;
this.crEaTiiOn_Ultimate_PictureBox2.GradientAngle = 50F;
this.crEaTiiOn_Ultimate_PictureBox2.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.crEaTiiOn_Ultimate_PictureBox2.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.crEaTiiOn_Ultimate_PictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("crEaTiiOn_Ultimate_PictureBox2.Image")));
this.crEaTiiOn_Ultimate_PictureBox2.Location = new System.Drawing.Point(3, 4);
this.crEaTiiOn_Ultimate_PictureBox2.Name = "crEaTiiOn_Ultimate_PictureBox2";
this.crEaTiiOn_Ultimate_PictureBox2.Size = new System.Drawing.Size(70, 70);
this.crEaTiiOn_Ultimate_PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.crEaTiiOn_Ultimate_PictureBox2.TabIndex = 1;
this.crEaTiiOn_Ultimate_PictureBox2.TabStop = false;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.panel3.Controls.Add(this.AboutPhoenixARCButton);
this.panel3.Controls.Add(this.PhoenixARCGitHubButton);
this.panel3.Controls.Add(this.crEaTiiOn_Ultimate_PictureBox1);
this.panel3.Controls.Add(this.label1);
this.panel3.Location = new System.Drawing.Point(4, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(242, 125);
this.panel3.TabIndex = 5;
//
// AboutPhoenixARCButton
//
this.AboutPhoenixARCButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.AboutPhoenixARCButton.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.AboutPhoenixARCButton.BorderRadius = 15;
this.AboutPhoenixARCButton.BorderSize = 1;
this.AboutPhoenixARCButton.ClickedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.AboutPhoenixARCButton.FlatAppearance.BorderSize = 0;
this.AboutPhoenixARCButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.AboutPhoenixARCButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.AboutPhoenixARCButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.AboutPhoenixARCButton.Font = new System.Drawing.Font("Segoe UI", 10F);
this.AboutPhoenixARCButton.ForeColor = System.Drawing.Color.White;
this.AboutPhoenixARCButton.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.AboutPhoenixARCButton.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.AboutPhoenixARCButton.HoverOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.AboutPhoenixARCButton.Location = new System.Drawing.Point(123, 92);
this.AboutPhoenixARCButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.AboutPhoenixARCButton.Name = "AboutPhoenixARCButton";
this.AboutPhoenixARCButton.Size = new System.Drawing.Size(105, 30);
this.AboutPhoenixARCButton.TabIndex = 22;
this.AboutPhoenixARCButton.Text = "About Me";
this.AboutPhoenixARCButton.TextColor = System.Drawing.Color.White;
this.AboutPhoenixARCButton.UseVisualStyleBackColor = false;
//
// PhoenixARCGitHubButton
//
this.PhoenixARCGitHubButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.PhoenixARCGitHubButton.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.PhoenixARCGitHubButton.BorderRadius = 15;
this.PhoenixARCGitHubButton.BorderSize = 1;
this.PhoenixARCGitHubButton.ClickedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.PhoenixARCGitHubButton.FlatAppearance.BorderSize = 0;
this.PhoenixARCGitHubButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.PhoenixARCGitHubButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.PhoenixARCGitHubButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.PhoenixARCGitHubButton.Font = new System.Drawing.Font("Segoe UI", 10F);
this.PhoenixARCGitHubButton.ForeColor = System.Drawing.Color.White;
this.PhoenixARCGitHubButton.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.PhoenixARCGitHubButton.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.PhoenixARCGitHubButton.HoverOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.PhoenixARCGitHubButton.Location = new System.Drawing.Point(15, 92);
this.PhoenixARCGitHubButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.PhoenixARCGitHubButton.Name = "PhoenixARCGitHubButton";
this.PhoenixARCGitHubButton.Size = new System.Drawing.Size(105, 30);
this.PhoenixARCGitHubButton.TabIndex = 21;
this.PhoenixARCGitHubButton.Text = "Github Profile";
this.PhoenixARCGitHubButton.TextColor = System.Drawing.Color.White;
this.PhoenixARCGitHubButton.UseVisualStyleBackColor = false;
this.PhoenixARCGitHubButton.Click += new System.EventHandler(this.PhoenixARCGitHubButton_Click);
//
// crEaTiiOn_Ultimate_PictureBox1
//
this.crEaTiiOn_Ultimate_PictureBox1.BorderCapStyle = System.Drawing.Drawing2D.DashCap.Flat;
this.crEaTiiOn_Ultimate_PictureBox1.BorderLineStyle = System.Drawing.Drawing2D.DashStyle.Solid;
this.crEaTiiOn_Ultimate_PictureBox1.BorderSize = 2;
this.crEaTiiOn_Ultimate_PictureBox1.GradientAngle = 50F;
this.crEaTiiOn_Ultimate_PictureBox1.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.crEaTiiOn_Ultimate_PictureBox1.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
this.crEaTiiOn_Ultimate_PictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("crEaTiiOn_Ultimate_PictureBox1.Image")));
this.crEaTiiOn_Ultimate_PictureBox1.Location = new System.Drawing.Point(3, 4);
this.crEaTiiOn_Ultimate_PictureBox1.Name = "crEaTiiOn_Ultimate_PictureBox1";
this.crEaTiiOn_Ultimate_PictureBox1.Size = new System.Drawing.Size(70, 70);
this.crEaTiiOn_Ultimate_PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.crEaTiiOn_Ultimate_PictureBox1.TabIndex = 0;
this.crEaTiiOn_Ultimate_PictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F);
this.label1.Location = new System.Drawing.Point(79, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(95, 21);
this.label1.TabIndex = 4;
this.label1.Text = "PhoenixARC";
//
// ProgramInformationTabControl
//
this.ProgramInformationTabControl.Alignment = System.Windows.Forms.TabAlignment.Left;
this.ProgramInformationTabControl.Controls.Add(this.DevelopersTab);
this.ProgramInformationTabControl.Controls.Add(this.LegacyDevelopersTab);
this.ProgramInformationTabControl.Controls.Add(this.OthersTab);
this.ProgramInformationTabControl.Controls.Add(this.ProgramDetailsTab);
this.ProgramInformationTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.ProgramInformationTabControl.ItemSize = new System.Drawing.Size(35, 135);
this.ProgramInformationTabControl.Location = new System.Drawing.Point(0, 45);
this.ProgramInformationTabControl.Multiline = true;
this.ProgramInformationTabControl.Name = "ProgramInformationTabControl";
this.ProgramInformationTabControl.SelectedIndex = 0;
this.ProgramInformationTabControl.ShowOuterBorders = false;
this.ProgramInformationTabControl.Size = new System.Drawing.Size(641, 371);
this.ProgramInformationTabControl.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.ProgramInformationTabControl.SquareColor = System.Drawing.Color.White;
this.ProgramInformationTabControl.TabIndex = 2;
//
// ProgramDetailsTab
//
this.ProgramDetailsTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.ProgramDetailsTab.Location = new System.Drawing.Point(139, 4);
this.ProgramDetailsTab.Name = "ProgramDetailsTab";
this.ProgramDetailsTab.Padding = new System.Windows.Forms.Padding(3);
this.ProgramDetailsTab.Size = new System.Drawing.Size(498, 363);
this.ProgramDetailsTab.TabIndex = 3;
this.ProgramDetailsTab.Text = "Program Details";
//
// AboutThisProgram
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.ClientSize = new System.Drawing.Size(641, 416);
this.Controls.Add(this.ProgramInformationTabControl);
this.Controls.Add(this.panel2);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F);
this.ForeColor = System.Drawing.Color.White;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutThisProgram";
this.Text = "About PCK Studio";
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.LegacyDevelopersTab.ResumeLayout(false);
this.LegacyDevelopersTab.PerformLayout();
this.OthersTab.ResumeLayout(false);
this.OthersTab.PerformLayout();
this.DevelopersTab.ResumeLayout(false);
this.DevelopersTab.PerformLayout();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.crEaTiiOn_Ultimate_PictureBox3)).EndInit();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.crEaTiiOn_Ultimate_PictureBox4)).EndInit();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.crEaTiiOn_Ultimate_PictureBox2)).EndInit();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.crEaTiiOn_Ultimate_PictureBox1)).EndInit();
this.ProgramInformationTabControl.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton DiscordServerButton;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton WebsiteButton;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton GitHubButton;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Panel panel2;
private MetroFramework.Controls.MetroTabPage LegacyDevelopersTab;
private MetroFramework.Controls.MetroTabPage OthersTab;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TabPage DevelopersTab;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Label label5;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_PictureBox crEaTiiOn_Ultimate_PictureBox3;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Label label4;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_PictureBox crEaTiiOn_Ultimate_PictureBox4;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label label2;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_PictureBox crEaTiiOn_Ultimate_PictureBox2;
private System.Windows.Forms.Panel panel3;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_PictureBox crEaTiiOn_Ultimate_PictureBox1;
private System.Windows.Forms.Label label1;
private CBH.Controls.CrEaTiiOn_TabPage ProgramInformationTabControl;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton AboutEternalModzButton;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton EternalModzGitHubButton;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton AboutMikuButton;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton MikuGitHubButton;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton AboutMNLButton;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton MNLGitHubButton;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton AboutPhoenixARCButton;
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton PhoenixARCGitHubButton;
private System.Windows.Forms.TabPage ProgramDetailsTab;
}
}