Skip to content

Commit

Permalink
高清图标
Browse files Browse the repository at this point in the history
  • Loading branch information
kenvix committed Mar 4, 2017
1 parent d9760ea commit b200df6
Show file tree
Hide file tree
Showing 24 changed files with 128 additions and 113 deletions.
Binary file modified .vs/USBCopyer/v14/.suo
Binary file not shown.
Binary file removed USBCopyer/GPL-Logo.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions USBCopyer/Host.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ private void setIconX(int v)
if (v == 0)
{
nicon.Text = title + " - 空闲";
nicon.Icon = Icon = Program.ico;
nicon.Icon = Icon = Properties.Resources.icon_small;
}
else if (v == 1)
{
nicon.Text = title + " - 正在工作";
nicon.Icon = Icon = Properties.Resources.workingIcon;
nicon.Icon = Icon = Properties.Resources.working_small;
}
}

Expand Down
32 changes: 26 additions & 6 deletions USBCopyer/Properties/Resources.Designer.cs

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

10 changes: 8 additions & 2 deletions USBCopyer/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,13 @@
<data name="EventViewer" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\EventViewer.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;gb2312</value>
</data>
<data name="workingIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\ico3.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="GPL_Logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\GPL-Logo.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icon_small" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\icon_small.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="working_small" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\working_small.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file added USBCopyer/Resources/GPL-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added USBCopyer/Resources/icon_small.ico
Binary file not shown.
Binary file added USBCopyer/Resources/working_small.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions USBCopyer/Setting.Designer.cs

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

Loading

0 comments on commit b200df6

Please sign in to comment.