2020-03-27 23:16:34 +00:00
|
|
|
|
namespace AppLauncher
|
|
|
|
|
{
|
|
|
|
|
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()
|
|
|
|
|
{
|
|
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.titlePanel1 = new AppLauncher.Windows.Forms.TitlePanel();
|
2020-03-28 22:48:06 +00:00
|
|
|
|
this.headingPanel1 = new AppLauncher.Windows.Forms.HeadingPanel();
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel7 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel8 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel9 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel10 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel11 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel12 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel13 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel14 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel15 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.flowLayoutPanel1.SuspendLayout();
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// button1
|
|
|
|
|
//
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.button1.Location = new System.Drawing.Point(12, 359);
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.button1.Name = "button1";
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.button1.Size = new System.Drawing.Size(78, 40);
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.button1.TabIndex = 0;
|
|
|
|
|
this.button1.Text = "button1";
|
|
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
2020-03-27 23:16:34 +00:00
|
|
|
|
//
|
|
|
|
|
// richTextBox1
|
|
|
|
|
//
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.richTextBox1.Location = new System.Drawing.Point(573, 340);
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.richTextBox1.Name = "richTextBox1";
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.richTextBox1.Size = new System.Drawing.Size(215, 88);
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.richTextBox1.TabIndex = 2;
|
|
|
|
|
this.richTextBox1.Text = "";
|
|
|
|
|
//
|
2020-03-28 02:54:08 +00:00
|
|
|
|
// flowLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.panel2);
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.panel3);
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.panel5);
|
|
|
|
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(557, 130);
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(231, 204);
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.flowLayoutPanel1.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// panel2
|
|
|
|
|
//
|
|
|
|
|
this.panel2.BackColor = System.Drawing.Color.LightGray;
|
|
|
|
|
this.panel2.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel2.Name = "panel2";
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel2.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// panel3
|
|
|
|
|
//
|
|
|
|
|
this.panel3.BackColor = System.Drawing.Color.LightGray;
|
|
|
|
|
this.panel3.Location = new System.Drawing.Point(3, 76);
|
|
|
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel3.Name = "panel3";
|
|
|
|
|
this.panel3.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel3.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// panel5
|
|
|
|
|
//
|
|
|
|
|
this.panel5.BackColor = System.Drawing.Color.LightGray;
|
|
|
|
|
this.panel5.Location = new System.Drawing.Point(76, 3);
|
|
|
|
|
this.panel5.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel5.Name = "panel5";
|
|
|
|
|
this.panel5.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel5.TabIndex = 7;
|
|
|
|
|
//
|
2020-03-29 14:28:38 +00:00
|
|
|
|
// titlePanel1
|
2020-03-28 02:54:08 +00:00
|
|
|
|
//
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.titlePanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.titlePanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.titlePanel1.MinimumSize = new System.Drawing.Size(40, 40);
|
|
|
|
|
this.titlePanel1.Name = "titlePanel1";
|
|
|
|
|
this.titlePanel1.Size = new System.Drawing.Size(800, 40);
|
|
|
|
|
this.titlePanel1.TabIndex = 8;
|
|
|
|
|
this.titlePanel1.TitleText = "Launcher";
|
2020-03-28 02:54:08 +00:00
|
|
|
|
//
|
2020-03-28 22:48:06 +00:00
|
|
|
|
// headingPanel1
|
|
|
|
|
//
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.headingPanel1.Checked = false;
|
|
|
|
|
this.headingPanel1.Location = new System.Drawing.Point(12, 64);
|
|
|
|
|
this.headingPanel1.MinimumSize = new System.Drawing.Size(100, 20);
|
2020-03-28 22:48:06 +00:00
|
|
|
|
this.headingPanel1.Name = "headingPanel1";
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.headingPanel1.Size = new System.Drawing.Size(600, 20);
|
|
|
|
|
this.headingPanel1.TabIndex = 9;
|
|
|
|
|
this.headingPanel1.TitleText = "Featured";
|
|
|
|
|
//
|
|
|
|
|
// panel4
|
|
|
|
|
//
|
|
|
|
|
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
|
|
|
this.panel4.BackgroundImage = global::AppLauncher.Properties.Resources.mail_ea_32;
|
|
|
|
|
this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.panel4.Location = new System.Drawing.Point(87, 90);
|
|
|
|
|
this.panel4.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel4.Name = "panel4";
|
|
|
|
|
this.panel4.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel4.TabIndex = 10;
|
|
|
|
|
//
|
|
|
|
|
// panel6
|
|
|
|
|
//
|
|
|
|
|
this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
|
|
|
this.panel6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.panel6.Location = new System.Drawing.Point(233, 90);
|
|
|
|
|
this.panel6.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel6.Name = "panel6";
|
|
|
|
|
this.panel6.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel6.TabIndex = 12;
|
|
|
|
|
//
|
|
|
|
|
// panel7
|
|
|
|
|
//
|
|
|
|
|
this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
|
|
|
this.panel7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.panel7.Location = new System.Drawing.Point(160, 90);
|
|
|
|
|
this.panel7.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel7.Name = "panel7";
|
|
|
|
|
this.panel7.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel7.TabIndex = 11;
|
|
|
|
|
//
|
|
|
|
|
// panel8
|
|
|
|
|
//
|
|
|
|
|
this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
|
|
|
this.panel8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.panel8.Location = new System.Drawing.Point(233, 163);
|
|
|
|
|
this.panel8.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel8.Name = "panel8";
|
|
|
|
|
this.panel8.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel8.TabIndex = 16;
|
|
|
|
|
//
|
|
|
|
|
// panel9
|
|
|
|
|
//
|
|
|
|
|
this.panel9.BackColor = System.Drawing.Color.White;
|
|
|
|
|
this.panel9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.panel9.Location = new System.Drawing.Point(160, 163);
|
|
|
|
|
this.panel9.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel9.Name = "panel9";
|
|
|
|
|
this.panel9.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel9.TabIndex = 15;
|
|
|
|
|
//
|
|
|
|
|
// panel10
|
|
|
|
|
//
|
|
|
|
|
this.panel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
|
|
|
this.panel10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.panel10.Location = new System.Drawing.Point(87, 163);
|
|
|
|
|
this.panel10.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel10.Name = "panel10";
|
|
|
|
|
this.panel10.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel10.TabIndex = 14;
|
|
|
|
|
//
|
|
|
|
|
// panel11
|
|
|
|
|
//
|
|
|
|
|
this.panel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
|
|
|
this.panel11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.panel11.Location = new System.Drawing.Point(14, 163);
|
|
|
|
|
this.panel11.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel11.Name = "panel11";
|
|
|
|
|
this.panel11.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel11.TabIndex = 13;
|
|
|
|
|
//
|
|
|
|
|
// panel12
|
|
|
|
|
//
|
|
|
|
|
this.panel12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
|
|
|
this.panel12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.panel12.Location = new System.Drawing.Point(233, 236);
|
|
|
|
|
this.panel12.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel12.Name = "panel12";
|
|
|
|
|
this.panel12.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel12.TabIndex = 20;
|
|
|
|
|
//
|
|
|
|
|
// panel13
|
|
|
|
|
//
|
|
|
|
|
this.panel13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
|
|
|
this.panel13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.panel13.Location = new System.Drawing.Point(160, 236);
|
|
|
|
|
this.panel13.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel13.Name = "panel13";
|
|
|
|
|
this.panel13.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel13.TabIndex = 19;
|
|
|
|
|
//
|
|
|
|
|
// panel14
|
|
|
|
|
//
|
|
|
|
|
this.panel14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
|
|
|
this.panel14.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.panel14.Location = new System.Drawing.Point(87, 236);
|
|
|
|
|
this.panel14.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel14.Name = "panel14";
|
|
|
|
|
this.panel14.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel14.TabIndex = 18;
|
|
|
|
|
//
|
|
|
|
|
// panel15
|
|
|
|
|
//
|
|
|
|
|
this.panel15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
|
|
|
this.panel15.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.panel15.Location = new System.Drawing.Point(14, 236);
|
|
|
|
|
this.panel15.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel15.Name = "panel15";
|
|
|
|
|
this.panel15.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel15.TabIndex = 17;
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
|
|
|
this.panel1.BackgroundImage = global::AppLauncher.Properties.Resources.chrome_ea_32;
|
|
|
|
|
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(14, 90);
|
|
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.panel1.TabIndex = 3;
|
2020-03-28 22:48:06 +00:00
|
|
|
|
//
|
2020-03-28 02:54:08 +00:00
|
|
|
|
// MainForm
|
2020-03-27 23:16:34 +00:00
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(83)))), ((int)(((byte)(93)))));
|
|
|
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 440);
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.Controls.Add(this.panel12);
|
|
|
|
|
this.Controls.Add(this.panel13);
|
|
|
|
|
this.Controls.Add(this.panel14);
|
|
|
|
|
this.Controls.Add(this.panel15);
|
|
|
|
|
this.Controls.Add(this.panel8);
|
|
|
|
|
this.Controls.Add(this.panel9);
|
|
|
|
|
this.Controls.Add(this.panel10);
|
|
|
|
|
this.Controls.Add(this.panel11);
|
|
|
|
|
this.Controls.Add(this.panel6);
|
|
|
|
|
this.Controls.Add(this.panel7);
|
|
|
|
|
this.Controls.Add(this.panel4);
|
2020-03-28 22:48:06 +00:00
|
|
|
|
this.Controls.Add(this.headingPanel1);
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.Controls.Add(this.titlePanel1);
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.Controls.Add(this.flowLayoutPanel1);
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
|
this.Controls.Add(this.richTextBox1);
|
|
|
|
|
this.Controls.Add(this.button1);
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.Name = "MainForm";
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.Text = "Form1";
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
2020-03-28 02:54:08 +00:00
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
|
|
private System.Windows.Forms.Panel panel5;
|
2020-03-29 14:28:38 +00:00
|
|
|
|
private Windows.Forms.TitlePanel titlePanel1;
|
2020-03-28 22:48:06 +00:00
|
|
|
|
private Windows.Forms.HeadingPanel headingPanel1;
|
2020-03-29 14:28:38 +00:00
|
|
|
|
private System.Windows.Forms.Panel panel4;
|
|
|
|
|
private System.Windows.Forms.Panel panel6;
|
|
|
|
|
private System.Windows.Forms.Panel panel7;
|
|
|
|
|
private System.Windows.Forms.Panel panel8;
|
|
|
|
|
private System.Windows.Forms.Panel panel9;
|
|
|
|
|
private System.Windows.Forms.Panel panel10;
|
|
|
|
|
private System.Windows.Forms.Panel panel11;
|
|
|
|
|
private System.Windows.Forms.Panel panel12;
|
|
|
|
|
private System.Windows.Forms.Panel panel13;
|
|
|
|
|
private System.Windows.Forms.Panel panel14;
|
|
|
|
|
private System.Windows.Forms.Panel panel15;
|
2020-03-27 23:16:34 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|