Skip to content

Commit

Permalink
*Added images to new menu on Create eac3to Batch File screen
Browse files Browse the repository at this point in the history
*Added images to the Main Menu Screen
*Updated todo.txt
  • Loading branch information
yaboy58 committed Dec 13, 2015
1 parent e09b438 commit 1419732
Show file tree
Hide file tree
Showing 13 changed files with 145 additions and 42 deletions.
6 changes: 6 additions & 0 deletions src/BatchGuy.App/BatchGuy.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,12 @@
</ItemGroup>
<ItemGroup>
<Content Include="Icons\Avosoft-Warm-Toolbar-Folder-open.ico" />
<None Include="Icons\Custom-Icon-Design-Flatastic-10-Open-file.ico" />
<None Include="Icons\Custom-Icon-Design-Flatastic-10-New-file.ico" />
<None Include="Icons\Fatcow-Farm-Fresh-Script-add.ico" />
<None Include="Icons\Everaldo-Crystal-Clear-App-edit.ico" />
<None Include="Icons\Custom-Icon-Design-Pretty-Office-7-Extract-object.ico" />
<None Include="Icons\Custom-Icon-Design-Flatastic-2-Process-accept.ico" />
<Content Include="Icons\Icontexto-Webdev-Webdev-config.ico" />
<Content Include="Icons\webdev-config-icon.png" />
</ItemGroup>
Expand Down
27 changes: 19 additions & 8 deletions src/BatchGuy.App/CreateEAC3ToBatchForm.Designer.cs

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

1 change: 1 addition & 0 deletions src/BatchGuy.App/CreateEAC3ToBatchForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ private void HandlesSaveToolStripMenuItemClick()
private void loadToolStripMenuItem_Click(object sender, EventArgs e)
{
ofdFileDialog.Filter = "BatchGuy File|*.batchGuyEac3toSettings";
ofdFileDialog.FileName = "";
if (ofdFileDialog.ShowDialog() == DialogResult.OK)
{
string settingsFile = ofdFileDialog.FileName;
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
69 changes: 37 additions & 32 deletions src/BatchGuy.App/MainForm.Designer.cs

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

60 changes: 60 additions & 0 deletions src/BatchGuy.App/Properties/Resources.Designer.cs

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

22 changes: 20 additions & 2 deletions src/BatchGuy.App/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,31 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="Avosoft-Warm-Toolbar-Folder-open" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\Avosoft-Warm-Toolbar-Folder-open.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="Custom-Icon-Design-Flatastic-10-New-file" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\Custom-Icon-Design-Flatastic-10-New-file.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Icontexto-Webdev-Webdev-config" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\Icontexto-Webdev-Webdev-config.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Custom-Icon-Design-Flatastic-10-Open-file" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\Custom-Icon-Design-Flatastic-10-Open-file.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Everaldo-Crystal-Clear-App-edit" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\Everaldo-Crystal-Clear-App-edit.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Avosoft-Warm-Toolbar-Folder-open" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\Avosoft-Warm-Toolbar-Folder-open.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="webdev-config-icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\webdev-config-icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Custom-Icon-Design-Pretty-Office-7-Extract-object" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\Custom-Icon-Design-Pretty-Office-7-Extract-object.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Fatcow-Farm-Fresh-Script-add" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\Fatcow-Farm-Fresh-Script-add.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Custom-Icon-Design-Flatastic-2-Process-accept" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icons\Custom-Icon-Design-Flatastic-2-Process-accept.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
2 changes: 2 additions & 0 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
*English subtitles are now auto-selected on the Blu-ray Title Info Screen
*Users can now save Create eac3to Batch File screen data entered to a file
*Users can now re-load Create eac3to Batch File screen data from a saved file
*Added images to new menu on Create eac3to Batch File screen
*Added images to the Main Menu Screen


--possible nice to haves
Expand Down

0 comments on commit 1419732

Please sign in to comment.