Add icon to Up1 destination

This commit is contained in:
Keith 2015-06-28 13:18:47 -04:00
parent 10daefe9ef
commit 1bd0903a89
5 changed files with 23 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -112,6 +112,7 @@ private void FormSettings()
AddIconToTab(tpUpaste, Resources.Upaste);
AddIconToTab(tpYourls, Resources.Yourls);
AddIconToTab(tpLambda, Resources.Lambda);
AddIconToTab(tpUp1, Resources.Up1);
tcFileUploaders.TabPages.Remove(tpHubic);

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
// Runtime Version:4.0.30319.33440
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@ -430,7 +430,7 @@ internal static System.Drawing.Bitmap mail {
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
@ -825,7 +825,7 @@ internal static System.Drawing.Icon Pushbullet {
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
@ -875,6 +875,16 @@ internal static string TwitterTweetForm_SendTweet_Tweet_error {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Up1 {
get {
object obj = ResourceManager.GetObject("Up1", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
@ -893,7 +903,7 @@ internal static string UploadersConfigForm_BoxListFolders_Box_refresh_folders_li
return ResourceManager.GetString("UploadersConfigForm_BoxListFolders_Box_refresh_folders_list_failed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Login successful but getting account info failed..
/// </summary>
@ -912,7 +922,7 @@ internal static string UploadersConfigForm_Error {
return ResourceManager.GetString("UploadersConfigForm_Error", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hubic refresh folders list failed.
/// </summary>

View file

@ -154,6 +154,9 @@
<data name="Twitter" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Twitter.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Up1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Favicons\Up1.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="folder_gray" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\folder_gray.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>

View file

@ -750,6 +750,9 @@
<ItemGroup>
<None Include="Favicons\hubic.ico" />
</ItemGroup>
<ItemGroup>
<Content Include="Favicons\Up1.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<PropertyGroup>
@ -766,4 +769,4 @@ if not exist APIKeysLocal.cs (
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>