Skip to content

Commit

Permalink
Updated Dictionary Command Resources
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepleez committed Apr 16, 2020
1 parent c256800 commit 04a109e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions taskt/Properties/Resources.Designer.cs

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

3 changes: 3 additions & 0 deletions taskt/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,7 @@
<data name="command_nextloop" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\command-nextloop.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="command_dictionary" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\command-dictionary.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file added taskt/Resources/command-dictionary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion taskt/UI/CustomControls/CustomControls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,11 @@ public static Dictionary<string, Image> UIImageDictionary()
uiImages.Add("DatabaseDefineConnectionCommand", taskt.Properties.Resources.command_database);
uiImages.Add("DatabaseExecuteQueryCommand", taskt.Properties.Resources.command_database);
uiImages.Add("RemoteTaskCommand", taskt.Properties.Resources.command_remote);
uiImages.Add("RemoteAPICommand", taskt.Properties.Resources.command_remote);
uiImages.Add("RemoteAPICommand", taskt.Properties.Resources.command_remote);
uiImages.Add("AddDictionaryCommand", taskt.Properties.Resources.command_dictionary);
uiImages.Add("CreateDictionaryCommand", taskt.Properties.Resources.command_dictionary);
uiImages.Add("GetDictionaryValueCommand", taskt.Properties.Resources.command_dictionary);
uiImages.Add("LoadDictionaryCommand", taskt.Properties.Resources.command_dictionary);

return uiImages;
}
Expand Down
1 change: 1 addition & 0 deletions taskt/taskt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@
<Content Include="Resources\7z.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Resources\command-dictionary.png" />
<Content Include="Resources\IEDriverServer.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down

0 comments on commit 04a109e

Please sign in to comment.