Skip to content

Commit

Permalink
Add icons?
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 committed Nov 22, 2019
1 parent 3f644e2 commit 7e21f70
Show file tree
Hide file tree
Showing 11 changed files with 111 additions and 8 deletions.
31 changes: 24 additions & 7 deletions SuperGrate/Main.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions SuperGrate/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,10 @@ private void miHelpButton_Click(object sender, EventArgs e)
Cursor = Cursors.Help;
}
}
private void miNewInstance_Click(object sender, EventArgs e)
{
Process.Start(Application.ExecutablePath);
}
}
public enum ListSources
{
Expand Down
3 changes: 3 additions & 0 deletions SuperGrate/Main.resx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
<metadata name="helpProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>258, 17</value>
</metadata>
<metadata name="helpProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>258, 17</value>
</metadata>
<data name="lbxUsers.HelpString" xml:space="preserve">
<value>This box is a list of the user profiles on either the source computer or the store. To tell the difference, look to the left. (You can multi-select by holding down the mouse, or by holding shift / ctrl key on the keyboard. To un-select a profile, hold down the crtl key and click.)</value>
</data>
Expand Down
50 changes: 50 additions & 0 deletions SuperGrate/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions SuperGrate/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,27 @@
<data name="banner" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\images\banner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="computer" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\computer.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\delete.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="go" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\go.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="supergrate" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Images\supergrate.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="SuperGrateProfileDelete" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Utilities\SuperGrateProfileDelete.exe;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="usercheck" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\usercheck.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="users" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\users.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="working" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Images\working.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
Expand Down
Binary file added SuperGrate/Resources/computer.ico
Binary file not shown.
Binary file added SuperGrate/Resources/delete.ico
Binary file not shown.
Binary file added SuperGrate/Resources/go.ico
Binary file not shown.
Binary file added SuperGrate/Resources/usercheck.ico
Binary file not shown.
Binary file added SuperGrate/Resources/users.ico
Binary file not shown.
16 changes: 15 additions & 1 deletion SuperGrate/SuperGrate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,24 @@
<ItemGroup>
<None Include="Images\banner.png" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="Resources\delete.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Utilities\SuperGrateProfileDelete.exe" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\go.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\usercheck.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\users.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\computer.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Fody.6.0.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.0.0\build\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down

0 comments on commit 7e21f70

Please sign in to comment.