diff options
Diffstat (limited to 'MediaBrowser.ServerApplication/MainForm.Designer.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/MainForm.Designer.cs | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/MediaBrowser.ServerApplication/MainForm.Designer.cs b/MediaBrowser.ServerApplication/MainForm.Designer.cs index 02c96f53d..480e10a46 100644 --- a/MediaBrowser.ServerApplication/MainForm.Designer.cs +++ b/MediaBrowser.ServerApplication/MainForm.Designer.cs @@ -32,19 +32,19 @@ 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.cmdExit = new System.Windows.Forms.ToolStripMenuItem(); - this.cmdCommunity = new System.Windows.Forms.ToolStripMenuItem(); - this.cmdLogWindow = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.cmdRestart = new System.Windows.Forms.ToolStripMenuItem(); - this.cmdLibraryExplorer = new System.Windows.Forms.ToolStripMenuItem(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.cmdConfigure = new System.Windows.Forms.ToolStripMenuItem(); this.cmdBrowse = new System.Windows.Forms.ToolStripMenuItem(); + this.cmdConfigure = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.cmdLibraryExplorer = new System.Windows.Forms.ToolStripMenuItem(); + this.cmdRestart = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.cmdApiDocs = new System.Windows.Forms.ToolStripMenuItem(); this.cmdStandardDocs = new System.Windows.Forms.ToolStripMenuItem(); this.cmdSwagger = new System.Windows.Forms.ToolStripMenuItem(); this.cmdGtihub = new System.Windows.Forms.ToolStripMenuItem(); + this.cmdLogWindow = new System.Windows.Forms.ToolStripMenuItem(); + this.cmdCommunity = new System.Windows.Forms.ToolStripMenuItem(); + this.cmdExit = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // @@ -71,37 +71,24 @@ this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.ShowCheckMargin = true; this.contextMenuStrip1.ShowImageMargin = false; - this.contextMenuStrip1.Size = new System.Drawing.Size(209, 214); - // - // cmdExit + this.contextMenuStrip1.Size = new System.Drawing.Size(209, 192); // - this.cmdExit.Name = "cmdExit"; - this.cmdExit.Size = new System.Drawing.Size(208, 22); - this.cmdExit.Text = "Exit"; - // - // cmdCommunity - // - this.cmdCommunity.Name = "cmdCommunity"; - this.cmdCommunity.Size = new System.Drawing.Size(208, 22); - this.cmdCommunity.Text = "Visit Community"; - // - // cmdLogWindow + // cmdBrowse // - this.cmdLogWindow.CheckOnClick = true; - this.cmdLogWindow.Name = "cmdLogWindow"; - this.cmdLogWindow.Size = new System.Drawing.Size(208, 22); - this.cmdLogWindow.Text = "Show Log Window"; + this.cmdBrowse.Name = "cmdBrowse"; + this.cmdBrowse.Size = new System.Drawing.Size(208, 22); + this.cmdBrowse.Text = "Browse Library"; // - // toolStripSeparator1 + // cmdConfigure // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(205, 6); + this.cmdConfigure.Name = "cmdConfigure"; + this.cmdConfigure.Size = new System.Drawing.Size(208, 22); + this.cmdConfigure.Text = "Configure Media Browser"; // - // cmdRestart + // toolStripSeparator2 // - this.cmdRestart.Name = "cmdRestart"; - this.cmdRestart.Size = new System.Drawing.Size(208, 22); - this.cmdRestart.Text = "Restart Server"; + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(205, 6); // // cmdLibraryExplorer // @@ -109,22 +96,16 @@ this.cmdLibraryExplorer.Size = new System.Drawing.Size(208, 22); this.cmdLibraryExplorer.Text = "Open Library Explorer"; // - // toolStripSeparator2 - // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(205, 6); - // - // cmdConfigure + // cmdRestart // - this.cmdConfigure.Name = "cmdConfigure"; - this.cmdConfigure.Size = new System.Drawing.Size(208, 22); - this.cmdConfigure.Text = "Configure Media Browser"; + this.cmdRestart.Name = "cmdRestart"; + this.cmdRestart.Size = new System.Drawing.Size(208, 22); + this.cmdRestart.Text = "Restart Server"; // - // cmdBrowse + // toolStripSeparator1 // - this.cmdBrowse.Name = "cmdBrowse"; - this.cmdBrowse.Size = new System.Drawing.Size(208, 22); - this.cmdBrowse.Text = "Browse Library"; + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(205, 6); // // cmdApiDocs // @@ -154,6 +135,25 @@ this.cmdGtihub.Size = new System.Drawing.Size(136, 22); this.cmdGtihub.Text = "Github Wiki"; // + // cmdLogWindow + // + this.cmdLogWindow.CheckOnClick = true; + this.cmdLogWindow.Name = "cmdLogWindow"; + this.cmdLogWindow.Size = new System.Drawing.Size(208, 22); + this.cmdLogWindow.Text = "Show Log Window"; + // + // cmdCommunity + // + this.cmdCommunity.Name = "cmdCommunity"; + this.cmdCommunity.Size = new System.Drawing.Size(208, 22); + this.cmdCommunity.Text = "Visit Community"; + // + // cmdExit + // + this.cmdExit.Name = "cmdExit"; + this.cmdExit.Size = new System.Drawing.Size(208, 22); + this.cmdExit.Text = "Exit"; + // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
