update server icon
This commit is contained in:
parent
6f7d7e61b9
commit
d8f04f1b74
BIN
MediaBrowser.ServerApplication/Icon.ico
Normal file
BIN
MediaBrowser.ServerApplication/Icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
104
MediaBrowser.ServerApplication/MainForm.Designer.cs
generated
104
MediaBrowser.ServerApplication/MainForm.Designer.cs
generated
|
@ -32,19 +32,19 @@
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
||||||
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
||||||
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(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.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.cmdApiDocs = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.cmdStandardDocs = new System.Windows.Forms.ToolStripMenuItem();
|
this.cmdStandardDocs = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.cmdSwagger = new System.Windows.Forms.ToolStripMenuItem();
|
this.cmdSwagger = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.cmdGtihub = 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.contextMenuStrip1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
|
@ -71,48 +71,13 @@
|
||||||
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||||||
this.contextMenuStrip1.ShowCheckMargin = true;
|
this.contextMenuStrip1.ShowCheckMargin = true;
|
||||||
this.contextMenuStrip1.ShowImageMargin = false;
|
this.contextMenuStrip1.ShowImageMargin = false;
|
||||||
this.contextMenuStrip1.Size = new System.Drawing.Size(209, 214);
|
this.contextMenuStrip1.Size = new System.Drawing.Size(209, 192);
|
||||||
//
|
//
|
||||||
// cmdExit
|
// cmdBrowse
|
||||||
//
|
//
|
||||||
this.cmdExit.Name = "cmdExit";
|
this.cmdBrowse.Name = "cmdBrowse";
|
||||||
this.cmdExit.Size = new System.Drawing.Size(208, 22);
|
this.cmdBrowse.Size = new System.Drawing.Size(208, 22);
|
||||||
this.cmdExit.Text = "Exit";
|
this.cmdBrowse.Text = "Browse Library";
|
||||||
//
|
|
||||||
// cmdCommunity
|
|
||||||
//
|
|
||||||
this.cmdCommunity.Name = "cmdCommunity";
|
|
||||||
this.cmdCommunity.Size = new System.Drawing.Size(208, 22);
|
|
||||||
this.cmdCommunity.Text = "Visit Community";
|
|
||||||
//
|
|
||||||
// cmdLogWindow
|
|
||||||
//
|
|
||||||
this.cmdLogWindow.CheckOnClick = true;
|
|
||||||
this.cmdLogWindow.Name = "cmdLogWindow";
|
|
||||||
this.cmdLogWindow.Size = new System.Drawing.Size(208, 22);
|
|
||||||
this.cmdLogWindow.Text = "Show Log Window";
|
|
||||||
//
|
|
||||||
// toolStripSeparator1
|
|
||||||
//
|
|
||||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
||||||
this.toolStripSeparator1.Size = new System.Drawing.Size(205, 6);
|
|
||||||
//
|
|
||||||
// cmdRestart
|
|
||||||
//
|
|
||||||
this.cmdRestart.Name = "cmdRestart";
|
|
||||||
this.cmdRestart.Size = new System.Drawing.Size(208, 22);
|
|
||||||
this.cmdRestart.Text = "Restart Server";
|
|
||||||
//
|
|
||||||
// cmdLibraryExplorer
|
|
||||||
//
|
|
||||||
this.cmdLibraryExplorer.Name = "cmdLibraryExplorer";
|
|
||||||
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
|
// cmdConfigure
|
||||||
//
|
//
|
||||||
|
@ -120,11 +85,27 @@
|
||||||
this.cmdConfigure.Size = new System.Drawing.Size(208, 22);
|
this.cmdConfigure.Size = new System.Drawing.Size(208, 22);
|
||||||
this.cmdConfigure.Text = "Configure Media Browser";
|
this.cmdConfigure.Text = "Configure Media Browser";
|
||||||
//
|
//
|
||||||
// cmdBrowse
|
// toolStripSeparator2
|
||||||
//
|
//
|
||||||
this.cmdBrowse.Name = "cmdBrowse";
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||||
this.cmdBrowse.Size = new System.Drawing.Size(208, 22);
|
this.toolStripSeparator2.Size = new System.Drawing.Size(205, 6);
|
||||||
this.cmdBrowse.Text = "Browse Library";
|
//
|
||||||
|
// cmdLibraryExplorer
|
||||||
|
//
|
||||||
|
this.cmdLibraryExplorer.Name = "cmdLibraryExplorer";
|
||||||
|
this.cmdLibraryExplorer.Size = new System.Drawing.Size(208, 22);
|
||||||
|
this.cmdLibraryExplorer.Text = "Open Library Explorer";
|
||||||
|
//
|
||||||
|
// cmdRestart
|
||||||
|
//
|
||||||
|
this.cmdRestart.Name = "cmdRestart";
|
||||||
|
this.cmdRestart.Size = new System.Drawing.Size(208, 22);
|
||||||
|
this.cmdRestart.Text = "Restart Server";
|
||||||
|
//
|
||||||
|
// toolStripSeparator1
|
||||||
|
//
|
||||||
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||||
|
this.toolStripSeparator1.Size = new System.Drawing.Size(205, 6);
|
||||||
//
|
//
|
||||||
// cmdApiDocs
|
// cmdApiDocs
|
||||||
//
|
//
|
||||||
|
@ -154,6 +135,25 @@
|
||||||
this.cmdGtihub.Size = new System.Drawing.Size(136, 22);
|
this.cmdGtihub.Size = new System.Drawing.Size(136, 22);
|
||||||
this.cmdGtihub.Text = "Github Wiki";
|
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
|
// MainForm
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -37,7 +37,7 @@
|
||||||
<StartupObject>MediaBrowser.ServerApplication.MainStartup</StartupObject>
|
<StartupObject>MediaBrowser.ServerApplication.MainStartup</StartupObject>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ApplicationIcon>Resources\Images\Icon.ico</ApplicationIcon>
|
<ApplicationIcon>Icon.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
@ -237,6 +237,7 @@
|
||||||
<Content Include="CORE_RL_zlib_.dll">
|
<Content Include="CORE_RL_zlib_.dll">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="Icon.ico" />
|
||||||
<Content Include="IM_MOD_RL_bgr_.dll">
|
<Content Include="IM_MOD_RL_bgr_.dll">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
@ -399,7 +400,6 @@
|
||||||
<Content Include="IM_MOD_RL_yuv_.dll">
|
<Content Include="IM_MOD_RL_yuv_.dll">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Resources\Images\Icon.ico" />
|
|
||||||
<Content Include="Resources\Images\mb3logo800.png" />
|
<Content Include="Resources\Images\mb3logo800.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 138 KiB |
|
@ -74,7 +74,7 @@ namespace MediaBrowser.ServerApplication
|
||||||
// notifyIcon1
|
// notifyIcon1
|
||||||
//
|
//
|
||||||
notifyIcon1.ContextMenuStrip = contextMenuStrip1;
|
notifyIcon1.ContextMenuStrip = contextMenuStrip1;
|
||||||
notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
notifyIcon1.Text = "Emby";
|
notifyIcon1.Text = "Emby";
|
||||||
notifyIcon1.Visible = true;
|
notifyIcon1.Visible = true;
|
||||||
//
|
//
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user