Horizon – Rev 13
?pathlinks?
namespace Horizon
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
#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.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.enableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.manageFoldersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.snapshotsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.trashDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.launchOnBootToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.atomicOperationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showBalloonTooltipsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.screenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.windowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.screenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.networkSharingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.attributesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.creationTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.directoryNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lastAccessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lastWriteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.securityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.notificationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.eventsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.createToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.updateToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.transferToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.revertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.gotifyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.gotifyToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.logViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.autoNotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// notifyIcon1
//
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "Horizon";
this.notifyIcon1.Visible = true;
this.notifyIcon1.Click += new System.EventHandler(this.NotifyIcon1_Click);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.enableToolStripMenuItem,
this.manageFoldersToolStripMenuItem,
this.toolStripSeparator2,
this.snapshotsToolStripMenuItem,
this.toolStripSeparator3,
this.toolStripMenuItem1,
this.settingsToolStripMenuItem,
this.toolStripSeparator1,
this.logViewToolStripMenuItem,
this.updateToolStripMenuItem,
this.toolStripSeparator4,
this.aboutToolStripMenuItem,
this.quitToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(181, 248);
//
// enableToolStripMenuItem
//
this.enableToolStripMenuItem.CheckOnClick = true;
this.enableToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("enableToolStripMenuItem.Image")));
this.enableToolStripMenuItem.Name = "enableToolStripMenuItem";
this.enableToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.enableToolStripMenuItem.Text = "Enable";
this.enableToolStripMenuItem.CheckedChanged += new System.EventHandler(this.EnableToolStripMenuItem_CheckedChanged);
//
// manageFoldersToolStripMenuItem
//
this.manageFoldersToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("manageFoldersToolStripMenuItem.Image")));
this.manageFoldersToolStripMenuItem.Name = "manageFoldersToolStripMenuItem";
this.manageFoldersToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.manageFoldersToolStripMenuItem.Text = "Manage Folders...";
this.manageFoldersToolStripMenuItem.Click += new System.EventHandler(this.ManageFoldersToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
//
// snapshotsToolStripMenuItem
//
this.snapshotsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("snapshotsToolStripMenuItem.Image")));
this.snapshotsToolStripMenuItem.Name = "snapshotsToolStripMenuItem";
this.snapshotsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.snapshotsToolStripMenuItem.Text = "Snapshots...";
this.snapshotsToolStripMenuItem.Click += new System.EventHandler(this.SnapshotsToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(177, 6);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.trashDatabaseToolStripMenuItem});
this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image")));
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
this.toolStripMenuItem1.Text = "Tools";
//
// trashDatabaseToolStripMenuItem
//
this.trashDatabaseToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("trashDatabaseToolStripMenuItem.Image")));
this.trashDatabaseToolStripMenuItem.Name = "trashDatabaseToolStripMenuItem";
this.trashDatabaseToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.trashDatabaseToolStripMenuItem.Text = "Trash Database";
this.trashDatabaseToolStripMenuItem.Click += new System.EventHandler(this.TrashDatabaseToolStripMenuItem_Click);
//
// settingsToolStripMenuItem
//
this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.launchOnBootToolStripMenuItem,
this.atomicOperationsToolStripMenuItem,
this.showBalloonTooltipsToolStripMenuItem,
this.autoNotesToolStripMenuItem,
this.screenshotToolStripMenuItem,
this.networkSharingToolStripMenuItem,
this.toolStripMenuItem3,
this.notificationsToolStripMenuItem});
this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.settingsToolStripMenuItem.Text = "Settings";
//
// launchOnBootToolStripMenuItem
//
this.launchOnBootToolStripMenuItem.CheckOnClick = true;
this.launchOnBootToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("launchOnBootToolStripMenuItem.Image")));
this.launchOnBootToolStripMenuItem.Name = "launchOnBootToolStripMenuItem";
this.launchOnBootToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
this.launchOnBootToolStripMenuItem.Text = "Launch on Boot";
this.launchOnBootToolStripMenuItem.CheckedChanged += new System.EventHandler(this.LaunchOnBootToolStripMenuItem_CheckedChanged);
//
// atomicOperationsToolStripMenuItem
//
this.atomicOperationsToolStripMenuItem.Checked = true;
this.atomicOperationsToolStripMenuItem.CheckOnClick = true;
this.atomicOperationsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.atomicOperationsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("atomicOperationsToolStripMenuItem.Image")));
this.atomicOperationsToolStripMenuItem.Name = "atomicOperationsToolStripMenuItem";
this.atomicOperationsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
this.atomicOperationsToolStripMenuItem.Text = "Atomic Operations";
this.atomicOperationsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.AtomicOperationsToolStripMenuItem_CheckedChanged);
//
// showBalloonTooltipsToolStripMenuItem
//
this.showBalloonTooltipsToolStripMenuItem.Checked = true;
this.showBalloonTooltipsToolStripMenuItem.CheckOnClick = true;
this.showBalloonTooltipsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.showBalloonTooltipsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showBalloonTooltipsToolStripMenuItem.Image")));
this.showBalloonTooltipsToolStripMenuItem.Name = "showBalloonTooltipsToolStripMenuItem";
this.showBalloonTooltipsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
this.showBalloonTooltipsToolStripMenuItem.Text = "Show Balloon Tooltips";
this.showBalloonTooltipsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.ShowBalloonTooltipsToolStripMenuItem_CheckedChanged);
//
// screenshotToolStripMenuItem
//
this.screenshotToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.windowToolStripMenuItem,
this.screenToolStripMenuItem});
this.screenshotToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("screenshotToolStripMenuItem.Image")));
this.screenshotToolStripMenuItem.Name = "screenshotToolStripMenuItem";
this.screenshotToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
this.screenshotToolStripMenuItem.Text = "Screenshot";
//
// windowToolStripMenuItem
//
this.windowToolStripMenuItem.CheckOnClick = true;
this.windowToolStripMenuItem.Name = "windowToolStripMenuItem";
this.windowToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.windowToolStripMenuItem.Text = "Window";
this.windowToolStripMenuItem.Click += new System.EventHandler(this.WindowToolStripMenuItem_Click);
//
// screenToolStripMenuItem
//
this.screenToolStripMenuItem.CheckOnClick = true;
this.screenToolStripMenuItem.Name = "screenToolStripMenuItem";
this.screenToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.screenToolStripMenuItem.Text = "Screen";
this.screenToolStripMenuItem.Click += new System.EventHandler(this.ScreenToolStripMenuItem_Click);
//
// networkSharingToolStripMenuItem
//
this.networkSharingToolStripMenuItem.CheckOnClick = true;
this.networkSharingToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("networkSharingToolStripMenuItem.Image")));
this.networkSharingToolStripMenuItem.Name = "networkSharingToolStripMenuItem";
this.networkSharingToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
this.networkSharingToolStripMenuItem.Text = "Network Sharing";
this.networkSharingToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.networkSharingToolStripMenuItem_CheckStateChanged);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.attributesToolStripMenuItem,
this.creationTimeToolStripMenuItem,
this.directoryNameToolStripMenuItem,
this.fileNameToolStripMenuItem,
this.lastAccessToolStripMenuItem,
this.lastWriteToolStripMenuItem,
this.securityToolStripMenuItem,
this.sizeToolStripMenuItem});
this.toolStripMenuItem3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem3.Image")));
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(190, 22);
this.toolStripMenuItem3.Text = "Watchers";
//
// attributesToolStripMenuItem
//
this.attributesToolStripMenuItem.Checked = true;
this.attributesToolStripMenuItem.CheckOnClick = true;
this.attributesToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.attributesToolStripMenuItem.Name = "attributesToolStripMenuItem";
this.attributesToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.attributesToolStripMenuItem.Text = "Attributes";
this.attributesToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
//
// creationTimeToolStripMenuItem
//
this.creationTimeToolStripMenuItem.CheckOnClick = true;
this.creationTimeToolStripMenuItem.Name = "creationTimeToolStripMenuItem";
this.creationTimeToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.creationTimeToolStripMenuItem.Text = "CreationTime";
this.creationTimeToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
//
// directoryNameToolStripMenuItem
//
this.directoryNameToolStripMenuItem.CheckOnClick = true;
this.directoryNameToolStripMenuItem.Name = "directoryNameToolStripMenuItem";
this.directoryNameToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.directoryNameToolStripMenuItem.Text = "DirectoryName";
this.directoryNameToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
//
// fileNameToolStripMenuItem
//
this.fileNameToolStripMenuItem.CheckOnClick = true;
this.fileNameToolStripMenuItem.Name = "fileNameToolStripMenuItem";
this.fileNameToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.fileNameToolStripMenuItem.Text = "FileName";
this.fileNameToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
//
// lastAccessToolStripMenuItem
//
this.lastAccessToolStripMenuItem.CheckOnClick = true;
this.lastAccessToolStripMenuItem.Name = "lastAccessToolStripMenuItem";
this.lastAccessToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.lastAccessToolStripMenuItem.Text = "LastAccess";
this.lastAccessToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
//
// lastWriteToolStripMenuItem
//
this.lastWriteToolStripMenuItem.Checked = true;
this.lastWriteToolStripMenuItem.CheckOnClick = true;
this.lastWriteToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.lastWriteToolStripMenuItem.Name = "lastWriteToolStripMenuItem";
this.lastWriteToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.lastWriteToolStripMenuItem.Text = "LastWrite";
this.lastWriteToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
//
// securityToolStripMenuItem
//
this.securityToolStripMenuItem.CheckOnClick = true;
this.securityToolStripMenuItem.Name = "securityToolStripMenuItem";
this.securityToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.securityToolStripMenuItem.Text = "Security";
this.securityToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
//
// sizeToolStripMenuItem
//
this.sizeToolStripMenuItem.CheckOnClick = true;
this.sizeToolStripMenuItem.Name = "sizeToolStripMenuItem";
this.sizeToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.sizeToolStripMenuItem.Text = "Size";
this.sizeToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
//
// notificationsToolStripMenuItem
//
this.notificationsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.eventsToolStripMenuItem,
this.toolStripSeparator5,
this.gotifyToolStripMenuItem,
this.gotifyToolStripTextBox,
this.toolStripSeparator6});
this.notificationsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("notificationsToolStripMenuItem.Image")));
this.notificationsToolStripMenuItem.Name = "notificationsToolStripMenuItem";
this.notificationsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
this.notificationsToolStripMenuItem.Text = "Notifications";
//
// eventsToolStripMenuItem
//
this.eventsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.createToolStripMenuItem,
this.updateToolStripMenuItem1,
this.transferToolStripMenuItem,
this.revertToolStripMenuItem});
this.eventsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("eventsToolStripMenuItem.Image")));
this.eventsToolStripMenuItem.Name = "eventsToolStripMenuItem";
this.eventsToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.eventsToolStripMenuItem.Text = "Events";
this.eventsToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.eventsToolStripMenuItem_CheckStateChanged);
//
// createToolStripMenuItem
//
this.createToolStripMenuItem.Checked = true;
this.createToolStripMenuItem.CheckOnClick = true;
this.createToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.createToolStripMenuItem.Name = "createToolStripMenuItem";
this.createToolStripMenuItem.Size = new System.Drawing.Size(115, 22);
this.createToolStripMenuItem.Text = "Create";
//
// updateToolStripMenuItem1
//
this.updateToolStripMenuItem1.CheckOnClick = true;
this.updateToolStripMenuItem1.Name = "updateToolStripMenuItem1";
this.updateToolStripMenuItem1.Size = new System.Drawing.Size(115, 22);
this.updateToolStripMenuItem1.Text = "Update";
//
// transferToolStripMenuItem
//
this.transferToolStripMenuItem.Name = "transferToolStripMenuItem";
this.transferToolStripMenuItem.Size = new System.Drawing.Size(115, 22);
this.transferToolStripMenuItem.Text = "Transfer";
//
// revertToolStripMenuItem
//
this.revertToolStripMenuItem.Name = "revertToolStripMenuItem";
this.revertToolStripMenuItem.Size = new System.Drawing.Size(115, 22);
this.revertToolStripMenuItem.Text = "Revert";
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(157, 6);
//
// gotifyToolStripMenuItem
//
this.gotifyToolStripMenuItem.CheckOnClick = true;
this.gotifyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("gotifyToolStripMenuItem.Image")));
this.gotifyToolStripMenuItem.Name = "gotifyToolStripMenuItem";
this.gotifyToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.gotifyToolStripMenuItem.Text = "Gotify";
this.gotifyToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.gotifyToolStripMenuItem_CheckedChanged);
//
// gotifyToolStripTextBox
//
this.gotifyToolStripTextBox.Font = new System.Drawing.Font("Segoe UI", 9F);
this.gotifyToolStripTextBox.Name = "gotifyToolStripTextBox";
this.gotifyToolStripTextBox.Size = new System.Drawing.Size(100, 23);
this.gotifyToolStripTextBox.TextChanged += new System.EventHandler(this.gotfyToolStripTextBox_TextChanged);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(157, 6);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
//
// logViewToolStripMenuItem
//
this.logViewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("logViewToolStripMenuItem.Image")));
this.logViewToolStripMenuItem.Name = "logViewToolStripMenuItem";
this.logViewToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.logViewToolStripMenuItem.Text = "Log View...";
this.logViewToolStripMenuItem.Click += new System.EventHandler(this.LogViewToolStripMenuItem_Click);
//
// updateToolStripMenuItem
//
this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image")));
this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
this.updateToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.updateToolStripMenuItem.Text = "Update...";
this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItem_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(177, 6);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
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);
//
// quitToolStripMenuItem
//
this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.quitToolStripMenuItem.Text = "Quit";
this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click);
//
// autoNotesToolStripMenuItem
//
this.autoNotesToolStripMenuItem.Checked = true;
this.autoNotesToolStripMenuItem.CheckOnClick = true;
this.autoNotesToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.autoNotesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("autoNotesToolStripMenuItem.Image")));
this.autoNotesToolStripMenuItem.Name = "autoNotesToolStripMenuItem";
this.autoNotesToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
this.autoNotesToolStripMenuItem.Text = "Auto-Notes";
this.autoNotesToolStripMenuItem.Click += new System.EventHandler(this.autoNotesToolStripMenuItem_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.Opacity = 0D;
this.ShowInTaskbar = false;
this.Text = "Horizon: Main";
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
this.Load += new System.EventHandler(this.MainForm_Load);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem manageFoldersToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem snapshotsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem enableToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem launchOnBootToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem trashDatabaseToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem atomicOperationsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem logViewToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripMenuItem showBalloonTooltipsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem screenshotToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem windowToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem screenToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem networkSharingToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem attributesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem creationTimeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem directoryNameToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fileNameToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem lastAccessToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem lastWriteToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem securityToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem sizeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem notificationsToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripMenuItem gotifyToolStripMenuItem;
private System.Windows.Forms.ToolStripTextBox gotifyToolStripTextBox;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripMenuItem eventsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem createToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem transferToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem revertToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem autoNotesToolStripMenuItem;
}
}