2021-07-31 19:27:29 +00:00
|
|
|
|
using FizzyLauncher.Windows.Forms;
|
|
|
|
|
|
|
|
|
|
namespace FizzyLauncher
|
2021-07-22 23:45:30 +00:00
|
|
|
|
{
|
|
|
|
|
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.components = new System.ComponentModel.Container();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
|
|
|
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
|
|
|
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
|
|
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
|
|
|
|
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
|
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.exitToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.addGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.showBigIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.enableAnimationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.alwaysOnTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.viewHelpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripMenuItem16 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.tileContainer1 = new FizzyLauncher.Windows.Forms.TileContainer();
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.contextMenuStrip2.SuspendLayout();
|
|
|
|
|
this.menuStrip1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// saveFileDialog1
|
|
|
|
|
//
|
|
|
|
|
this.saveFileDialog1.Filter = "Session files|*.jsonfig";
|
|
|
|
|
this.saveFileDialog1.Title = "Choose file to save the session";
|
|
|
|
|
//
|
|
|
|
|
// openFileDialog1
|
|
|
|
|
//
|
|
|
|
|
this.openFileDialog1.Filter = "Session files|*.jsonfig";
|
|
|
|
|
this.openFileDialog1.Title = "Choose session file";
|
|
|
|
|
//
|
|
|
|
|
// notifyIcon1
|
|
|
|
|
//
|
|
|
|
|
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip2;
|
|
|
|
|
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
|
|
|
|
this.notifyIcon1.Text = "notifyIcon1";
|
|
|
|
|
this.notifyIcon1.Visible = true;
|
|
|
|
|
this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick);
|
|
|
|
|
//
|
|
|
|
|
// contextMenuStrip2
|
|
|
|
|
//
|
|
|
|
|
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.exitToolStripMenuItem1});
|
|
|
|
|
this.contextMenuStrip2.Name = "contextMenuStrip2";
|
|
|
|
|
this.contextMenuStrip2.Size = new System.Drawing.Size(94, 26);
|
|
|
|
|
//
|
|
|
|
|
// exitToolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
|
|
|
|
|
this.exitToolStripMenuItem1.Size = new System.Drawing.Size(93, 22);
|
|
|
|
|
this.exitToolStripMenuItem1.Text = "E&xit";
|
|
|
|
|
this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem1_Click);
|
|
|
|
|
//
|
|
|
|
|
// menuStrip1
|
|
|
|
|
//
|
|
|
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.fileToolStripMenuItem,
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.toolStripMenuItem1,
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.viewToolStripMenuItem,
|
|
|
|
|
this.toolsToolStripMenuItem,
|
|
|
|
|
this.helpToolStripMenuItem1});
|
|
|
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
|
|
|
this.menuStrip1.Size = new System.Drawing.Size(633, 24);
|
|
|
|
|
this.menuStrip1.TabIndex = 2;
|
|
|
|
|
this.menuStrip1.MenuActivate += new System.EventHandler(this.menuStrip1_MenuActivate);
|
|
|
|
|
//
|
|
|
|
|
// fileToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.newToolStripMenuItem,
|
|
|
|
|
this.openToolStripMenuItem,
|
|
|
|
|
this.toolStripMenuItem13,
|
|
|
|
|
this.closeToolStripMenuItem,
|
|
|
|
|
this.toolStripMenuItem14,
|
|
|
|
|
this.saveToolStripMenuItem,
|
|
|
|
|
this.saveAsToolStripMenuItem,
|
|
|
|
|
this.toolStripMenuItem15,
|
|
|
|
|
this.exitToolStripMenuItem2});
|
|
|
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
|
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
|
|
|
this.fileToolStripMenuItem.Text = "&File";
|
|
|
|
|
//
|
|
|
|
|
// newToolStripMenuItem
|
|
|
|
|
//
|
2021-11-09 23:27:16 +00:00
|
|
|
|
this.newToolStripMenuItem.Image = global::RyzStudio.UIResource.file2;
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
|
2021-07-28 16:33:13 +00:00
|
|
|
|
this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.newToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.newToolStripMenuItem.Text = "&New";
|
|
|
|
|
this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// openToolStripMenuItem
|
|
|
|
|
//
|
2021-11-09 23:27:16 +00:00
|
|
|
|
this.openToolStripMenuItem.Image = global::RyzStudio.UIResource.folder2;
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
|
2021-07-28 16:33:13 +00:00
|
|
|
|
this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.openToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.openToolStripMenuItem.Text = "&Open";
|
|
|
|
|
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem13
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem13.Name = "toolStripMenuItem13";
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.toolStripMenuItem13.Size = new System.Drawing.Size(143, 6);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
//
|
|
|
|
|
// closeToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.closeToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.closeToolStripMenuItem.Text = "&Close";
|
|
|
|
|
this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem14
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem14.Name = "toolStripMenuItem14";
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.toolStripMenuItem14.Size = new System.Drawing.Size(143, 6);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
//
|
|
|
|
|
// saveToolStripMenuItem
|
|
|
|
|
//
|
2021-11-09 23:27:16 +00:00
|
|
|
|
this.saveToolStripMenuItem.Image = global::RyzStudio.UIResource.disk2;
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
2021-07-28 16:33:13 +00:00
|
|
|
|
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.saveToolStripMenuItem.Text = "&Save";
|
|
|
|
|
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// saveAsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.saveAsToolStripMenuItem.Text = "Save &As...";
|
|
|
|
|
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem15
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem15.Name = "toolStripMenuItem15";
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.toolStripMenuItem15.Size = new System.Drawing.Size(143, 6);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
//
|
|
|
|
|
// exitToolStripMenuItem2
|
|
|
|
|
//
|
|
|
|
|
this.exitToolStripMenuItem2.Name = "exitToolStripMenuItem2";
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.exitToolStripMenuItem2.Size = new System.Drawing.Size(146, 22);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.exitToolStripMenuItem2.Text = "E&xit";
|
|
|
|
|
this.exitToolStripMenuItem2.Click += new System.EventHandler(this.exitToolStripMenuItem2_Click);
|
|
|
|
|
//
|
2021-07-31 19:27:29 +00:00
|
|
|
|
// toolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.addGroupToolStripMenuItem});
|
|
|
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
|
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(39, 20);
|
|
|
|
|
this.toolStripMenuItem1.Text = "&Edit";
|
|
|
|
|
//
|
|
|
|
|
// addGroupToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.addGroupToolStripMenuItem.Name = "addGroupToolStripMenuItem";
|
|
|
|
|
this.addGroupToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
|
|
|
|
|
this.addGroupToolStripMenuItem.Text = "&Add Group";
|
|
|
|
|
this.addGroupToolStripMenuItem.Click += new System.EventHandler(this.addGroupToolStripMenuItem_Click);
|
|
|
|
|
//
|
2021-07-22 23:45:30 +00:00
|
|
|
|
// viewToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.showBigIconsToolStripMenuItem,
|
|
|
|
|
this.enableAnimationsToolStripMenuItem,
|
|
|
|
|
this.alwaysOnTopToolStripMenuItem});
|
|
|
|
|
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
|
|
|
|
|
this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
|
|
|
|
this.viewToolStripMenuItem.Text = "&View";
|
|
|
|
|
//
|
|
|
|
|
// showBigIconsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.showBigIconsToolStripMenuItem.Name = "showBigIconsToolStripMenuItem";
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.showBigIconsToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.showBigIconsToolStripMenuItem.Text = "Show &Big Icons";
|
|
|
|
|
this.showBigIconsToolStripMenuItem.Click += new System.EventHandler(this.showBigIconsToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// enableAnimationsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.enableAnimationsToolStripMenuItem.Name = "enableAnimationsToolStripMenuItem";
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.enableAnimationsToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.enableAnimationsToolStripMenuItem.Text = "Enable &Animations";
|
|
|
|
|
this.enableAnimationsToolStripMenuItem.Click += new System.EventHandler(this.enableAnimationsToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// alwaysOnTopToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.alwaysOnTopToolStripMenuItem.Name = "alwaysOnTopToolStripMenuItem";
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.alwaysOnTopToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.alwaysOnTopToolStripMenuItem.Text = "Always On &Top";
|
|
|
|
|
this.alwaysOnTopToolStripMenuItem.Click += new System.EventHandler(this.alwaysOnTopToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.optionsToolStripMenuItem});
|
|
|
|
|
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
|
|
|
|
|
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
|
|
|
|
|
this.toolsToolStripMenuItem.Text = "&Tools";
|
|
|
|
|
//
|
|
|
|
|
// optionsToolStripMenuItem
|
|
|
|
|
//
|
2021-11-09 23:27:16 +00:00
|
|
|
|
this.optionsToolStripMenuItem.Image = global::RyzStudio.UIResource.cog2;
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
2021-07-28 16:33:13 +00:00
|
|
|
|
this.optionsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F12)));
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.optionsToolStripMenuItem.Text = "&Options";
|
|
|
|
|
this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// helpToolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.helpToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.viewHelpToolStripMenuItem1,
|
|
|
|
|
this.toolStripMenuItem16,
|
|
|
|
|
this.aboutToolStripMenuItem1});
|
|
|
|
|
this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1";
|
|
|
|
|
this.helpToolStripMenuItem1.Size = new System.Drawing.Size(44, 20);
|
|
|
|
|
this.helpToolStripMenuItem1.Text = "&Help";
|
|
|
|
|
//
|
|
|
|
|
// viewHelpToolStripMenuItem1
|
|
|
|
|
//
|
2021-11-09 23:27:16 +00:00
|
|
|
|
this.viewHelpToolStripMenuItem1.Image = global::RyzStudio.UIResource.help2;
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.viewHelpToolStripMenuItem1.Name = "viewHelpToolStripMenuItem1";
|
2021-07-28 16:33:13 +00:00
|
|
|
|
this.viewHelpToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F1;
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.viewHelpToolStripMenuItem1.Size = new System.Drawing.Size(146, 22);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.viewHelpToolStripMenuItem1.Text = "&View Help";
|
|
|
|
|
this.viewHelpToolStripMenuItem1.Click += new System.EventHandler(this.viewHelpToolStripMenuItem1_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem16
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem16.Name = "toolStripMenuItem16";
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.toolStripMenuItem16.Size = new System.Drawing.Size(143, 6);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
//
|
|
|
|
|
// aboutToolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.aboutToolStripMenuItem1.Size = new System.Drawing.Size(146, 22);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.aboutToolStripMenuItem1.Text = "&About";
|
|
|
|
|
this.aboutToolStripMenuItem1.Click += new System.EventHandler(this.aboutToolStripMenuItem1_Click);
|
|
|
|
|
//
|
2021-10-24 01:33:53 +00:00
|
|
|
|
// tileContainer1
|
2021-07-22 23:45:30 +00:00
|
|
|
|
//
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.tileContainer1.AutoScroll = true;
|
|
|
|
|
this.tileContainer1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
|
|
|
this.tileContainer1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.tileContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tileContainer1.Location = new System.Drawing.Point(0, 24);
|
|
|
|
|
this.tileContainer1.Margin = new System.Windows.Forms.Padding(0);
|
2021-10-24 01:33:53 +00:00
|
|
|
|
this.tileContainer1.Name = "tileContainer1";
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.tileContainer1.Padding = new System.Windows.Forms.Padding(10, 10, 10, 20);
|
|
|
|
|
this.tileContainer1.Size = new System.Drawing.Size(633, 376);
|
|
|
|
|
this.tileContainer1.TabIndex = 3;
|
2021-07-22 23:45:30 +00:00
|
|
|
|
//
|
|
|
|
|
// MainForm
|
|
|
|
|
//
|
2021-10-24 01:33:53 +00:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
|
|
|
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(633, 400);
|
2021-07-31 19:27:29 +00:00
|
|
|
|
this.Controls.Add(this.tileContainer1);
|
2021-07-22 23:45:30 +00:00
|
|
|
|
this.Controls.Add(this.menuStrip1);
|
|
|
|
|
this.DoubleBuffered = true;
|
|
|
|
|
this.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
this.MinimumSize = new System.Drawing.Size(420, 280);
|
|
|
|
|
this.Name = "MainForm";
|
|
|
|
|
this.Text = "Fizzy Launcher";
|
|
|
|
|
this.contextMenuStrip2.ResumeLayout(false);
|
|
|
|
|
this.menuStrip1.ResumeLayout(false);
|
|
|
|
|
this.menuStrip1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
|
|
|
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|
|
|
|
private System.Windows.Forms.NotifyIcon notifyIcon1;
|
|
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
|
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem1;
|
2021-07-31 19:27:29 +00:00
|
|
|
|
private TileContainer tileContainer1;
|
2021-07-22 23:45:30 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem13;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem14;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem15;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem2;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem showBigIconsToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem enableAnimationsToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem alwaysOnTopToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem viewHelpToolStripMenuItem1;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem16;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem1;
|
2021-07-31 19:27:29 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem addGroupToolStripMenuItem;
|
2021-07-22 23:45:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|