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()
|
|
|
|
|
{
|
2020-03-28 02:54:08 +00:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
|
|
this.flowLayoutPanel1.SuspendLayout();
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// button1
|
|
|
|
|
//
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.button1.Location = new System.Drawing.Point(344, 65);
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.button1.Name = "button1";
|
|
|
|
|
this.button1.Size = new System.Drawing.Size(120, 40);
|
|
|
|
|
this.button1.TabIndex = 0;
|
|
|
|
|
this.button1.Text = "button1";
|
|
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// richTextBox1
|
|
|
|
|
//
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.richTextBox1.Location = new System.Drawing.Point(12, 217);
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.richTextBox1.Name = "richTextBox1";
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.richTextBox1.Size = new System.Drawing.Size(215, 211);
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.richTextBox1.TabIndex = 2;
|
|
|
|
|
this.richTextBox1.Text = "";
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.panel1.BackColor = System.Drawing.Color.LightGray;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(721, 43);
|
|
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.panel1.Name = "panel1";
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.panel1.Size = new System.Drawing.Size(70, 70);
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.panel1.TabIndex = 3;
|
|
|
|
|
//
|
2020-03-28 02:54:08 +00:00
|
|
|
|
// pictureBox1
|
|
|
|
|
//
|
|
|
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
|
|
|
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(40, 40);
|
|
|
|
|
this.pictureBox1.TabIndex = 4;
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(53, 0);
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(747, 40);
|
|
|
|
|
this.label1.TabIndex = 5;
|
|
|
|
|
this.label1.Text = "Launcher";
|
|
|
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// flowLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.panel2);
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.panel3);
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.panel4);
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.panel5);
|
|
|
|
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|
|
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(261, 143);
|
|
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(231, 238);
|
|
|
|
|
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;
|
|
|
|
|
//
|
|
|
|
|
// panel4
|
|
|
|
|
//
|
|
|
|
|
this.panel4.BackColor = System.Drawing.Color.LightGray;
|
|
|
|
|
this.panel4.Location = new System.Drawing.Point(3, 149);
|
|
|
|
|
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 = 6;
|
|
|
|
|
//
|
|
|
|
|
// 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;
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(535, 143);
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(209, 247);
|
|
|
|
|
this.tableLayoutPanel1.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// 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);
|
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
|
this.Controls.Add(this.flowLayoutPanel1);
|
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.Controls.Add(this.pictureBox1);
|
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
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
|
|
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.PictureBox pictureBox1;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
|
|
private System.Windows.Forms.Panel panel4;
|
|
|
|
|
private System.Windows.Forms.Panel panel5;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
2020-03-27 23:16:34 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|