279 lines
15 KiB
C#
279 lines
15 KiB
C#
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();
|
|
this.titlePanel1 = new AppLauncher.Windows.Forms.TitlePanel();
|
|
this.headingPanel1 = new AppLauncher.Windows.Forms.HeadingPanel();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
this.panel7 = new System.Windows.Forms.Panel();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.tilePanel2 = new AppLauncher.Windows.Forms.TilePanel();
|
|
this.tilePanel1 = new AppLauncher.Windows.Forms.TilePanel();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.tilePanelContainer1 = new AppLauncher.Windows.Forms.TilePanelContainer();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.headingPanel2 = new AppLauncher.Windows.Forms.HeadingPanel();
|
|
this.headingPanel3 = new AppLauncher.Windows.Forms.HeadingPanel();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(710, 243);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(78, 40);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// richTextBox1
|
|
//
|
|
this.richTextBox1.Location = new System.Drawing.Point(412, 69);
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
this.richTextBox1.Size = new System.Drawing.Size(215, 88);
|
|
this.richTextBox1.TabIndex = 2;
|
|
this.richTextBox1.Text = "";
|
|
//
|
|
// titlePanel1
|
|
//
|
|
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";
|
|
//
|
|
// headingPanel1
|
|
//
|
|
this.headingPanel1.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|
this.headingPanel1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
|
this.headingPanel1.Checked = false;
|
|
this.headingPanel1.Location = new System.Drawing.Point(12, 64);
|
|
this.headingPanel1.MinimumSize = new System.Drawing.Size(100, 20);
|
|
this.headingPanel1.Name = "headingPanel1";
|
|
this.headingPanel1.Size = new System.Drawing.Size(291, 20);
|
|
this.headingPanel1.TabIndex = 9;
|
|
this.headingPanel1.TilePanelContainer = null;
|
|
this.headingPanel1.TitleText = "Featured";
|
|
//
|
|
// 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;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(710, 289);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(78, 40);
|
|
this.button2.TabIndex = 21;
|
|
this.button2.Text = "button2";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// tilePanel2
|
|
//
|
|
this.tilePanel2.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|
this.tilePanel2.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
|
this.tilePanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
this.tilePanel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
|
|
this.tilePanel2.IconImage = global::AppLauncher.Properties.Resources.folder_ea_32;
|
|
this.tilePanel2.Location = new System.Drawing.Point(726, 46);
|
|
this.tilePanel2.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
this.tilePanel2.MaximumSize = new System.Drawing.Size(70, 70);
|
|
this.tilePanel2.MinimumSize = new System.Drawing.Size(70, 70);
|
|
this.tilePanel2.Name = "tilePanel2";
|
|
this.tilePanel2.ProcessArgument = null;
|
|
this.tilePanel2.ProcessFilename = null;
|
|
this.tilePanel2.ProcessWindowStyle = System.Diagnostics.ProcessWindowStyle.Normal;
|
|
this.tilePanel2.ProcessWorkingDirectory = null;
|
|
this.tilePanel2.Size = new System.Drawing.Size(70, 70);
|
|
this.tilePanel2.TabIndex = 25;
|
|
this.tilePanel2.TitleText = "Accessories";
|
|
//
|
|
// tilePanel1
|
|
//
|
|
this.tilePanel1.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|
this.tilePanel1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
|
this.tilePanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
this.tilePanel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
|
|
this.tilePanel1.IconImage = global::AppLauncher.Properties.Resources.mail_ea_32;
|
|
this.tilePanel1.Location = new System.Drawing.Point(653, 46);
|
|
this.tilePanel1.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
this.tilePanel1.MaximumSize = new System.Drawing.Size(70, 70);
|
|
this.tilePanel1.MinimumSize = new System.Drawing.Size(70, 70);
|
|
this.tilePanel1.Name = "tilePanel1";
|
|
this.tilePanel1.ProcessArgument = null;
|
|
this.tilePanel1.ProcessFilename = null;
|
|
this.tilePanel1.ProcessWindowStyle = System.Diagnostics.ProcessWindowStyle.Normal;
|
|
this.tilePanel1.ProcessWorkingDirectory = null;
|
|
this.tilePanel1.Size = new System.Drawing.Size(70, 70);
|
|
this.tilePanel1.TabIndex = 24;
|
|
this.tilePanel1.TitleText = "Mail";
|
|
//
|
|
// 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;
|
|
//
|
|
// 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;
|
|
//
|
|
// tilePanelContainer1
|
|
//
|
|
this.tilePanelContainer1.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|
this.tilePanelContainer1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
|
this.tilePanelContainer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
this.tilePanelContainer1.Location = new System.Drawing.Point(2, 23);
|
|
this.tilePanelContainer1.Margin = new System.Windows.Forms.Padding(2, 0, 0, 0);
|
|
this.tilePanelContainer1.Name = "tilePanelContainer1";
|
|
this.tilePanelContainer1.Size = new System.Drawing.Size(584, 146);
|
|
this.tilePanelContainer1.TabIndex = 26;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.Controls.Add(this.headingPanel2);
|
|
this.flowLayoutPanel1.Controls.Add(this.tilePanelContainer1);
|
|
this.flowLayoutPanel1.Controls.Add(this.headingPanel3);
|
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 163);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(615, 265);
|
|
this.flowLayoutPanel1.TabIndex = 27;
|
|
//
|
|
// headingPanel2
|
|
//
|
|
this.headingPanel2.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|
this.headingPanel2.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
|
this.headingPanel2.Checked = false;
|
|
this.headingPanel2.Location = new System.Drawing.Point(0, 0);
|
|
this.headingPanel2.Margin = new System.Windows.Forms.Padding(0, 0, 0, 3);
|
|
this.headingPanel2.MinimumSize = new System.Drawing.Size(100, 20);
|
|
this.headingPanel2.Name = "headingPanel2";
|
|
this.headingPanel2.Size = new System.Drawing.Size(223, 20);
|
|
this.headingPanel2.TabIndex = 10;
|
|
this.headingPanel2.TilePanelContainer = this.tilePanelContainer1;
|
|
this.headingPanel2.TitleText = "Featured";
|
|
//
|
|
// headingPanel3
|
|
//
|
|
this.headingPanel3.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|
this.headingPanel3.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
|
this.headingPanel3.Checked = false;
|
|
this.headingPanel3.Location = new System.Drawing.Point(0, 169);
|
|
this.headingPanel3.Margin = new System.Windows.Forms.Padding(0, 0, 0, 3);
|
|
this.headingPanel3.MinimumSize = new System.Drawing.Size(100, 20);
|
|
this.headingPanel3.Name = "headingPanel3";
|
|
this.headingPanel3.Size = new System.Drawing.Size(223, 20);
|
|
this.headingPanel3.TabIndex = 27;
|
|
this.headingPanel3.TilePanelContainer = null;
|
|
this.headingPanel3.TitleText = "Featured";
|
|
//
|
|
// MainForm
|
|
//
|
|
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;
|
|
this.ClientSize = new System.Drawing.Size(800, 440);
|
|
this.Controls.Add(this.flowLayoutPanel1);
|
|
this.Controls.Add(this.tilePanel2);
|
|
this.Controls.Add(this.tilePanel1);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.panel6);
|
|
this.Controls.Add(this.panel7);
|
|
this.Controls.Add(this.panel4);
|
|
this.Controls.Add(this.headingPanel1);
|
|
this.Controls.Add(this.titlePanel1);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.richTextBox1);
|
|
this.Controls.Add(this.button1);
|
|
this.Name = "MainForm";
|
|
this.Text = "Form1";
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private Windows.Forms.TitlePanel titlePanel1;
|
|
private Windows.Forms.HeadingPanel headingPanel1;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.Panel panel7;
|
|
private System.Windows.Forms.Button button2;
|
|
private Windows.Forms.TilePanel tilePanel1;
|
|
private Windows.Forms.TilePanel tilePanel2;
|
|
private Windows.Forms.TilePanelContainer tilePanelContainer1;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private Windows.Forms.HeadingPanel headingPanel2;
|
|
private Windows.Forms.HeadingPanel headingPanel3;
|
|
}
|
|
}
|
|
|