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

142 lines
6.7 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()
{
2020-04-11 17:43:20 +00:00
this.components = new System.ComponentModel.Container();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
2020-05-07 22:31:03 +00:00
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
2020-04-27 12:17:13 +00:00
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
2020-04-11 17:43:20 +00:00
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2020-04-05 12:36:39 +00:00
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
2020-05-03 14:53:15 +00:00
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
2020-04-11 17:43:20 +00:00
this.contextMenuStrip1.SuspendLayout();
2020-03-27 23:16:34 +00:00
this.SuspendLayout();
//
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[] {
2020-05-03 14:53:15 +00:00
this.toolStripMenuItem4,
this.toolStripMenuItem3,
2020-04-12 00:12:21 +00:00
this.toolStripSeparator1,
2020-04-11 17:43:20 +00:00
this.exitToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
2020-05-03 14:53:15 +00:00
this.contextMenuStrip1.Size = new System.Drawing.Size(100, 76);
2020-04-27 12:17:13 +00:00
//
2020-05-07 22:31:03 +00:00
// toolStripMenuItem4
2020-03-29 14:28:38 +00:00
//
2020-05-07 22:31:03 +00:00
this.toolStripMenuItem4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem2});
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(99, 22);
this.toolStripMenuItem4.Text = "&File";
2020-03-29 14:28:38 +00:00
//
2020-05-07 22:31:03 +00:00
// toolStripMenuItem2
2020-04-05 12:36:39 +00:00
//
2020-05-07 22:31:03 +00:00
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(123, 22);
this.toolStripMenuItem2.Text = "&Save As...";
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
2020-04-05 12:36:39 +00:00
//
2020-05-03 14:53:15 +00:00
// toolStripMenuItem3
//
this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1});
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
2020-05-07 22:31:03 +00:00
this.toolStripMenuItem3.Size = new System.Drawing.Size(99, 22);
2020-05-03 14:53:15 +00:00
this.toolStripMenuItem3.Text = "&View";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
2020-05-07 22:31:03 +00:00
this.toolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
2020-05-03 14:53:15 +00:00
this.toolStripMenuItem1.Text = "Always On &Top";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
2020-05-07 22:31:03 +00:00
// toolStripSeparator1
2020-05-03 14:53:15 +00:00
//
2020-05-07 22:31:03 +00:00
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(96, 6);
2020-05-03 14:53:15 +00:00
//
2020-05-07 22:31:03 +00:00
// exitToolStripMenuItem
2020-05-03 14:53:15 +00:00
//
2020-05-07 22:31:03 +00:00
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(99, 22);
this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.AutoScroll = true;
this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 59);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
2020-05-10 10:03:55 +00:00
this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
2020-05-07 22:31:03 +00:00
this.flowLayoutPanel1.Size = new System.Drawing.Size(600, 361);
this.flowLayoutPanel1.TabIndex = 27;
this.flowLayoutPanel1.WrapContents = false;
2020-05-03 14:53:15 +00:00
//
// saveFileDialog1
//
this.saveFileDialog1.Filter = "Session files|*.jsonfig";
this.saveFileDialog1.Title = "Choose file to save the session";
//
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)(254)))), ((int)(((byte)(254)))), ((int)(((byte)(254)))));
2020-03-27 23:16:34 +00:00
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
2020-04-27 12:17:13 +00:00
this.ClientSize = new System.Drawing.Size(1088, 440);
2020-04-05 12:36:39 +00:00
this.Controls.Add(this.flowLayoutPanel1);
2020-03-28 02:54:08 +00:00
this.Name = "MainForm";
2020-03-27 23:16:34 +00:00
this.Text = "Form1";
2020-05-16 12:25:59 +00:00
this.TitleContextMenuStrip = this.contextMenuStrip1;
2020-04-11 17:43:20 +00:00
this.contextMenuStrip1.ResumeLayout(false);
2020-03-27 23:16:34 +00:00
this.ResumeLayout(false);
}
#endregion
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;
2020-04-12 00:12:21 +00:00
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
2020-05-03 14:53:15 +00:00
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
2020-03-27 23:16:34 +00:00
}
}