Started work on a cleaner more focused file manager form. The form will only be used to diff profile group folders, other tasks will be reserved for future forms.
This commit is contained in:
Generated
+11
-1
@@ -36,6 +36,7 @@
|
||||
this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.deleteDBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.manageNamingPatternsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.newFileManagerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.MainMenu.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -57,7 +58,8 @@
|
||||
this.FileMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.ManageProfilesFileMainMenu,
|
||||
this.FileManagerFileMainMenu,
|
||||
this.manageNamingPatternsToolStripMenuItem});
|
||||
this.manageNamingPatternsToolStripMenuItem,
|
||||
this.newFileManagerToolStripMenuItem});
|
||||
this.FileMainMenu.Name = "FileMainMenu";
|
||||
this.FileMainMenu.Size = new System.Drawing.Size(54, 29);
|
||||
this.FileMainMenu.Text = "&File";
|
||||
@@ -112,6 +114,13 @@
|
||||
this.manageNamingPatternsToolStripMenuItem.Text = "Manage &Naming Patterns";
|
||||
this.manageNamingPatternsToolStripMenuItem.Click += new System.EventHandler(this.manageNamingPatternsToolStripMenuItem_Click);
|
||||
//
|
||||
// newFileManagerToolStripMenuItem
|
||||
//
|
||||
this.newFileManagerToolStripMenuItem.Name = "newFileManagerToolStripMenuItem";
|
||||
this.newFileManagerToolStripMenuItem.Size = new System.Drawing.Size(314, 34);
|
||||
this.newFileManagerToolStripMenuItem.Text = "New File Manager";
|
||||
this.newFileManagerToolStripMenuItem.Click += new System.EventHandler(this.newFileManagerToolStripMenuItem_Click);
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
||||
@@ -140,6 +149,7 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem deleteDBToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem manageNamingPatternsToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem newFileManagerToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user