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-04-11 17:43:20 +00:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
2020-03-29 14:28:38 +00:00
|
|
|
|
this.titlePanel1 = new AppLauncher.Windows.Forms.TitlePanel();
|
2020-04-11 17:43:20 +00:00
|
|
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2020-03-30 10:48:24 +00:00
|
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
2020-04-05 12:36:39 +00:00
|
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
2020-04-11 17:43:20 +00:00
|
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// button1
|
|
|
|
|
//
|
2020-04-05 12:36:39 +00:00
|
|
|
|
this.button1.Location = new System.Drawing.Point(710, 243);
|
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
|
|
|
|
//
|
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);
|
2020-04-11 17:43:20 +00:00
|
|
|
|
this.titlePanel1.MainMenu = this.contextMenuStrip1;
|
2020-03-29 14:28:38 +00:00
|
|
|
|
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-04-11 17:43:20 +00:00
|
|
|
|
// contextMenuStrip1
|
2020-03-29 14:28:38 +00:00
|
|
|
|
//
|
2020-04-11 17:43:20 +00:00
|
|
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.exitToolStripMenuItem});
|
|
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(94, 26);
|
2020-03-29 14:28:38 +00:00
|
|
|
|
//
|
2020-04-11 17:43:20 +00:00
|
|
|
|
// exitToolStripMenuItem
|
2020-03-29 14:28:38 +00:00
|
|
|
|
//
|
2020-04-11 17:43:20 +00:00
|
|
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
|
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(93, 22);
|
|
|
|
|
this.exitToolStripMenuItem.Text = "E&xit";
|
|
|
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
2020-03-29 14:28:38 +00:00
|
|
|
|
//
|
2020-03-30 10:48:24 +00:00
|
|
|
|
// button2
|
|
|
|
|
//
|
2020-04-05 12:36:39 +00:00
|
|
|
|
this.button2.Location = new System.Drawing.Point(710, 289);
|
2020-03-30 10:48:24 +00:00
|
|
|
|
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-04-05 12:36:39 +00:00
|
|
|
|
// flowLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
2020-04-11 17:43:20 +00:00
|
|
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 59);
|
2020-04-05 12:36:39 +00:00
|
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
2020-04-11 17:43:20 +00:00
|
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(672, 369);
|
2020-04-05 12:36:39 +00:00
|
|
|
|
this.flowLayoutPanel1.TabIndex = 27;
|
|
|
|
|
//
|
2020-04-11 17:43:20 +00:00
|
|
|
|
// button3
|
2020-04-05 12:36:39 +00:00
|
|
|
|
//
|
2020-04-11 17:43:20 +00:00
|
|
|
|
this.button3.Location = new System.Drawing.Point(722, 355);
|
|
|
|
|
this.button3.Name = "button3";
|
|
|
|
|
this.button3.Size = new System.Drawing.Size(78, 40);
|
|
|
|
|
this.button3.TabIndex = 28;
|
|
|
|
|
this.button3.Text = "button3";
|
|
|
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
2020-04-05 12:36:39 +00:00
|
|
|
|
//
|
2020-04-11 17:43:20 +00:00
|
|
|
|
// pictureBox1
|
2020-04-05 12:36:39 +00:00
|
|
|
|
//
|
2020-04-11 17:43:20 +00:00
|
|
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(695, 96);
|
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(100, 109);
|
|
|
|
|
this.pictureBox1.TabIndex = 29;
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
2020-04-05 12:36:39 +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-04-11 17:43:20 +00:00
|
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
|
|
|
this.Controls.Add(this.button3);
|
2020-04-05 12:36:39 +00:00
|
|
|
|
this.Controls.Add(this.flowLayoutPanel1);
|
2020-03-30 10:48:24 +00:00
|
|
|
|
this.Controls.Add(this.button2);
|
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.button1);
|
2020-03-28 02:54:08 +00:00
|
|
|
|
this.Name = "MainForm";
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.Text = "Form1";
|
2020-04-11 17:43:20 +00:00
|
|
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
2020-03-27 23:16:34 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button button1;
|
2020-03-29 14:28:38 +00:00
|
|
|
|
private Windows.Forms.TitlePanel titlePanel1;
|
2020-03-30 10:48:24 +00:00
|
|
|
|
private System.Windows.Forms.Button button2;
|
2020-04-05 12:36:39 +00:00
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
2020-04-11 17:43:20 +00:00
|
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.Button button3;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
2020-03-27 23:16:34 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|