Final walkthrough tweaks
This commit is contained in:
parent
e365ba7296
commit
3681c0f18f
7 changed files with 32 additions and 10 deletions
10
Source/LibationWinForms/Form1.Designer.cs
generated
10
Source/LibationWinForms/Form1.Designer.cs
generated
|
|
@ -70,6 +70,7 @@
|
|||
this.accountsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.basicSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.tourToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||
this.upgradePb = new System.Windows.Forms.ToolStripProgressBar();
|
||||
|
|
@ -386,6 +387,7 @@
|
|||
this.openTrashBinToolStripMenuItem,
|
||||
this.launchHangoverToolStripMenuItem,
|
||||
this.toolStripSeparator2,
|
||||
this.tourToolStripMenuItem,
|
||||
this.aboutToolStripMenuItem});
|
||||
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
|
||||
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
|
||||
|
|
@ -410,6 +412,13 @@
|
|||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||
this.toolStripSeparator2.Size = new System.Drawing.Size(130, 6);
|
||||
//
|
||||
// tourToolStripMenuItem
|
||||
//
|
||||
this.tourToolStripMenuItem.Name = "tourToolStripMenuItem";
|
||||
this.tourToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
|
||||
this.tourToolStripMenuItem.Text = "Take a Guided &Tour of Libation";
|
||||
this.tourToolStripMenuItem.Click += new System.EventHandler(this.tourToolStripMenuItem_Click);
|
||||
//
|
||||
// aboutToolStripMenuItem
|
||||
//
|
||||
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
||||
|
|
@ -664,6 +673,7 @@
|
|||
private System.Windows.Forms.ToolStripMenuItem removeAllAccountsToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem removeSomeAccountsToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
||||
private System.Windows.Forms.ToolStripMenuItem tourToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem scanningToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem autoScanLibraryToolStripMenuItem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue