391 lines
20 KiB
C#
391 lines
20 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.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();
|
|
this.titlePanel1 = new AppLauncher.Windows.Forms.TitlePanel();
|
|
this.headingPanel1 = new AppLauncher.Windows.Forms.HeadingPanel();
|
|
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();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.panel16 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tilePanel1 = new AppLauncher.Windows.Forms.TilePanel();
|
|
this.tilePanel2 = new AppLauncher.Windows.Forms.TilePanel();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(12, 359);
|
|
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(573, 340);
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
this.richTextBox1.Size = new System.Drawing.Size(215, 88);
|
|
this.richTextBox1.TabIndex = 2;
|
|
this.richTextBox1.Text = "";
|
|
//
|
|
// 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;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(557, 130);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(231, 204);
|
|
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;
|
|
//
|
|
// 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(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;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(160, 340);
|
|
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);
|
|
//
|
|
// panel16
|
|
//
|
|
this.panel16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
|
|
this.panel16.BackgroundImage = global::AppLauncher.Properties.Resources.mail_ea_32;
|
|
this.panel16.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.panel16.Location = new System.Drawing.Point(365, 120);
|
|
this.panel16.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
|
this.panel16.Name = "panel16";
|
|
this.panel16.Size = new System.Drawing.Size(70, 70);
|
|
this.panel16.TabIndex = 22;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoEllipsis = true;
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
|
|
this.label1.Location = new System.Drawing.Point(362, 190);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(73, 13);
|
|
this.label1.TabIndex = 23;
|
|
this.label1.Text = "OpenOffice OpenOffice";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// 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(321, 236);
|
|
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.Size = new System.Drawing.Size(70, 70);
|
|
this.tilePanel1.TabIndex = 24;
|
|
this.tilePanel1.TitleText = "Mail";
|
|
//
|
|
// 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.mail_ea_32;
|
|
this.tilePanel2.Location = new System.Drawing.Point(394, 236);
|
|
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.Size = new System.Drawing.Size(70, 70);
|
|
this.tilePanel2.TabIndex = 25;
|
|
this.tilePanel2.TitleText = "Mail";
|
|
//
|
|
// 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.tilePanel2);
|
|
this.Controls.Add(this.tilePanel1);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.panel16);
|
|
this.Controls.Add(this.button2);
|
|
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);
|
|
this.Controls.Add(this.headingPanel1);
|
|
this.Controls.Add(this.titlePanel1);
|
|
this.Controls.Add(this.flowLayoutPanel1);
|
|
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 System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel panel5;
|
|
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.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;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Panel panel16;
|
|
private System.Windows.Forms.Label label1;
|
|
private Windows.Forms.TilePanel tilePanel1;
|
|
private Windows.Forms.TilePanel tilePanel2;
|
|
}
|
|
}
|
|
|