namespace AppLauncher { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.button1 = new System.Windows.Forms.Button(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.panel1 = new System.Windows.Forms.Panel(); 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(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(344, 65); 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 // this.richTextBox1.Location = new System.Drawing.Point(12, 217); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(215, 211); this.richTextBox1.TabIndex = 2; this.richTextBox1.Text = ""; // // panel1 // 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); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(70, 70); this.panel1.TabIndex = 3; // // 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 // 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.tableLayoutPanel1); this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.panel1); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.button1); this.Name = "MainForm"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 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.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; } }