namespace Gola2
{
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.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.trayMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.addGolaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.removeGolaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.editorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.doNotClickToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.trayMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// notifyIcon
//
this.notifyIcon.ContextMenuStrip = this.trayMenuStrip;
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
this.notifyIcon.Text = "Gola2";
this.notifyIcon.Visible = true;
this.notifyIcon.Click += new System.EventHandler(this.notifyIcon_Click);
this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
//
// trayMenuStrip
//
this.trayMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addGolaToolStripMenuItem,
this.removeGolaToolStripMenuItem,
this.doNotClickToolStripMenuItem,
this.toolStripSeparator2,
this.editorToolStripMenuItem,
this.aboutToolStripMenuItem,
this.toolStripSeparator1,
this.exitToolStripMenuItem});
this.trayMenuStrip.Name = "trayMenuStrip";
this.trayMenuStrip.Size = new System.Drawing.Size(181, 170);
//
// addGolaToolStripMenuItem
//
this.addGolaToolStripMenuItem.Name = "addGolaToolStripMenuItem";
this.addGolaToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.addGolaToolStripMenuItem.Text = "Add gola";
this.addGolaToolStripMenuItem.Click += new System.EventHandler(this.addGolaToolStripMenuItem_Click);
//
// removeGolaToolStripMenuItem
//
this.removeGolaToolStripMenuItem.Name = "removeGolaToolStripMenuItem";
this.removeGolaToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.removeGolaToolStripMenuItem.Text = "Remove gola";
this.removeGolaToolStripMenuItem.Click += new System.EventHandler(this.removeGolaToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
//
// editorToolStripMenuItem
//
this.editorToolStripMenuItem.Name = "editorToolStripMenuItem";
this.editorToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.editorToolStripMenuItem.Text = "Editor";
this.editorToolStripMenuItem.Click += new System.EventHandler(this.editorToolStripMenuItem_Click);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.aboutToolStripMenuItem.Text = "About";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// label1
//
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(143, 14);
this.label1.TabIndex = 1;
this.label1.Text = "Gola2";
//
// label2
//
this.label2.Location = new System.Drawing.Point(12, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(143, 18);
this.label2.TabIndex = 2;
this.label2.Text = "(C) 2019 XWolf Override";
this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// label3
//
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(12, 48);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(143, 23);
this.label3.TabIndex = 3;
this.label3.Text = "USE WITH CAUTION!";
this.label3.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// doNotClickToolStripMenuItem
//
this.doNotClickToolStripMenuItem.Name = "doNotClickToolStripMenuItem";
this.doNotClickToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.doNotClickToolStripMenuItem.Text = "Do not click!";
this.doNotClickToolStripMenuItem.Click += new System.EventHandler(this.doNotClickToolStripMenuItem_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(167, 80);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "About...";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.trayMenuStrip.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.NotifyIcon notifyIcon;
private System.Windows.Forms.ContextMenuStrip trayMenuStrip;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addGolaToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem removeGolaToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ToolStripMenuItem editorToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem doNotClickToolStripMenuItem;
}
}