This repository has been archived on 2024-08-06. You can view files and clone it, but cannot push or open issues or pull requests.
linear-app-launcher/MainForm.Designer.cs

176 lines
8.1 KiB
C#
Raw Normal View History

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();
this.panel1 = new System.Windows.Forms.Panel();
2020-03-28 02:54:08 +00:00
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();
2020-03-28 22:48:06 +00:00
this.headingPanel1 = new AppLauncher.Windows.Forms.HeadingPanel();
2020-03-28 02:54:08 +00:00
this.flowLayoutPanel1.SuspendLayout();
2020-03-27 23:16:34 +00:00
this.SuspendLayout();
//
// button1
//
2020-03-28 22:48:06 +00:00
this.button1.Location = new System.Drawing.Point(12, 171);
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;
2020-03-28 22:48:06 +00:00
this.panel1.Location = new System.Drawing.Point(157, 130);
2020-03-28 02:54:08 +00:00
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
// 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;
//
2020-03-28 22:48:06 +00:00
// headingPanel1
//
this.headingPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.headingPanel1.Location = new System.Drawing.Point(0, 0);
this.headingPanel1.MinimumSize = new System.Drawing.Size(40, 40);
this.headingPanel1.Name = "headingPanel1";
this.headingPanel1.Size = new System.Drawing.Size(800, 40);
this.headingPanel1.TabIndex = 8;
//
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-03-28 22:48:06 +00:00
this.Controls.Add(this.headingPanel1);
2020-03-28 02:54:08 +00:00
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.flowLayoutPanel1);
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
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.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-28 22:48:06 +00:00
private Windows.Forms.HeadingPanel headingPanel1;
2020-03-27 23:16:34 +00:00
}
}