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-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.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();
|
2020-03-30 10:48:24 +00:00
|
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
|
|
this.tilePanel2 = new AppLauncher.Windows.Forms.TilePanel();
|
2020-03-31 19:53:50 +00:00
|
|
|
|
this.tilePanel1 = new AppLauncher.Windows.Forms.TilePanel();
|
|
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
2020-04-05 00:32:49 +00:00
|
|
|
|
this.tilePanelContainer1 = new AppLauncher.Windows.Forms.TilePanelContainer();
|
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-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-30 10:48:24 +00:00
|
|
|
|
this.headingPanel1.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|
|
|
|
this.headingPanel1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
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";
|
|
|
|
|
//
|
|
|
|
|
// 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;
|
|
|
|
|
//
|
2020-03-30 10:48:24 +00:00
|
|
|
|
// 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);
|
|
|
|
|
//
|
2020-03-31 19:53:50 +00:00
|
|
|
|
// 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(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";
|
2020-04-05 00:32:49 +00:00
|
|
|
|
this.tilePanel2.ProcessArgument = null;
|
|
|
|
|
this.tilePanel2.ProcessFilename = null;
|
|
|
|
|
this.tilePanel2.ProcessWindowStyle = System.Diagnostics.ProcessWindowStyle.Normal;
|
|
|
|
|
this.tilePanel2.ProcessWorkingDirectory = null;
|
2020-03-31 19:53:50 +00:00
|
|
|
|
this.tilePanel2.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.tilePanel2.TabIndex = 25;
|
|
|
|
|
this.tilePanel2.TitleText = "Accessories";
|
|
|
|
|
//
|
2020-03-30 10:48:24 +00:00
|
|
|
|
// 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";
|
2020-04-05 00:32:49 +00:00
|
|
|
|
this.tilePanel1.ProcessArgument = null;
|
|
|
|
|
this.tilePanel1.ProcessFilename = null;
|
|
|
|
|
this.tilePanel1.ProcessWindowStyle = System.Diagnostics.ProcessWindowStyle.Normal;
|
|
|
|
|
this.tilePanel1.ProcessWorkingDirectory = null;
|
2020-03-30 10:48:24 +00:00
|
|
|
|
this.tilePanel1.Size = new System.Drawing.Size(70, 70);
|
|
|
|
|
this.tilePanel1.TabIndex = 24;
|
|
|
|
|
this.tilePanel1.TitleText = "Mail";
|
|
|
|
|
//
|
2020-03-31 19:53:50 +00:00
|
|
|
|
// 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;
|
2020-03-30 10:48:24 +00:00
|
|
|
|
//
|
2020-04-05 00:32:49 +00:00
|
|
|
|
// 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(509, 109);
|
|
|
|
|
this.tilePanelContainer1.Name = "tilePanelContainer1";
|
|
|
|
|
this.tilePanelContainer1.Size = new System.Drawing.Size(278, 220);
|
|
|
|
|
this.tilePanelContainer1.TabIndex = 26;
|
|
|
|
|
//
|
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-04-05 00:32:49 +00:00
|
|
|
|
this.Controls.Add(this.tilePanelContainer1);
|
2020-03-30 10:48:24 +00:00
|
|
|
|
this.Controls.Add(this.tilePanel2);
|
|
|
|
|
this.Controls.Add(this.tilePanel1);
|
|
|
|
|
this.Controls.Add(this.button2);
|
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-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";
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
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-30 10:48:24 +00:00
|
|
|
|
private System.Windows.Forms.Button button2;
|
|
|
|
|
private Windows.Forms.TilePanel tilePanel1;
|
|
|
|
|
private Windows.Forms.TilePanel tilePanel2;
|
2020-04-05 00:32:49 +00:00
|
|
|
|
private Windows.Forms.TilePanelContainer tilePanelContainer1;
|
2020-03-27 23:16:34 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|