Horizon

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 27  →  ?path2? @ 28
/Horizon/MainForm.Designer.cs
@@ -41,6 +41,15 @@
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.quitToolStripMenuItem = 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.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
@@ -69,7 +78,7 @@
this.aboutToolStripMenuItem,
this.quitToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(181, 248);
this.contextMenuStrip1.Size = new System.Drawing.Size(166, 226);
//
// enableToolStripMenuItem
//
@@ -76,7 +85,7 @@
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.Size = new System.Drawing.Size(165, 22);
this.enableToolStripMenuItem.Text = "Enable";
this.enableToolStripMenuItem.CheckedChanged += new System.EventHandler(this.EnableToolStripMenuItem_CheckedChanged);
//
@@ -130,10 +139,11 @@
this.atomicOperationsToolStripMenuItem,
this.showBalloonTooltipsToolStripMenuItem,
this.screenshotToolStripMenuItem,
this.networkSharingToolStripMenuItem});
this.networkSharingToolStripMenuItem,
this.toolStripMenuItem3});
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.Size = new System.Drawing.Size(165, 22);
this.settingsToolStripMenuItem.Text = "Settings";
//
// launchOnBootToolStripMenuItem
@@ -244,6 +254,90 @@
this.quitToolStripMenuItem.Text = "Quit";
this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click);
//
// 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(188, 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(180, 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(180, 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(180, 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(180, 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(180, 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(180, 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(180, 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(180, 22);
this.sizeToolStripMenuItem.Text = "Size";
this.sizeToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -288,6 +382,16 @@
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;
}
}