OSDN Git Service

Added a simple GUI front-end for Windows platform.
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 24 Apr 2021 00:59:39 +0000 (02:59 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Tue, 4 May 2021 19:35:30 +0000 (21:35 +0200)
commit502e92ee09100c7c98703c41c8bba88d95af2ef5
tree8095a35d292e4a490748b01d168eae86745fe1d1
parent7f643ad5665730e7a9bd4121bf5c1a6e4be397d3
Added a simple GUI front-end for Windows platform.
51 files changed:
Slunk.sln
frontend/SlunkCrypt.vcxproj
frontend/res/crypto.ico [new file with mode: 0644]
frontend/res/version.rc
frontend/src/main.c
gui/App.config [new file with mode: 0644]
gui/App.xaml [new file with mode: 0644]
gui/App.xaml.cs [new file with mode: 0644]
gui/Controls/Hyperlink.xaml [new file with mode: 0644]
gui/Controls/Hyperlink.xaml.cs [new file with mode: 0644]
gui/Controls/ImageToggleButton.xaml [new file with mode: 0644]
gui/Controls/ImageToggleButton.xaml.cs [new file with mode: 0644]
gui/Controls/PasswordToggleBox.xaml [new file with mode: 0644]
gui/Controls/PasswordToggleBox.xaml.cs [new file with mode: 0644]
gui/Process/SlunkCryptRunner.cs [new file with mode: 0644]
gui/Properties/AssemblyInfo.cs [new file with mode: 0644]
gui/Properties/Resources.Designer.cs [new file with mode: 0644]
gui/Properties/Resources.resx [new file with mode: 0644]
gui/Properties/Settings.Designer.cs [new file with mode: 0644]
gui/Properties/Settings.settings [new file with mode: 0644]
gui/Resources/Application.ico [new file with mode: 0644]
gui/Resources/Application.manifest [new file with mode: 0644]
gui/Resources/Banner.png [new file with mode: 0644]
gui/Resources/Browse.png [new file with mode: 0644]
gui/Resources/Cancel.png [new file with mode: 0644]
gui/Resources/Exit.png [new file with mode: 0644]
gui/Resources/Eye.png [new file with mode: 0644]
gui/Resources/Eye_1.png [new file with mode: 0644]
gui/Resources/Eye_2.png [new file with mode: 0644]
gui/Resources/Fonts/Hack-Bold.ttf [new file with mode: 0644]
gui/Resources/Fonts/Hack-BoldItalic.ttf [new file with mode: 0644]
gui/Resources/Fonts/Hack-Italic.ttf [new file with mode: 0644]
gui/Resources/Fonts/Hack-Regular.ttf [new file with mode: 0644]
gui/Resources/Fonts/LICENSE.txt [new file with mode: 0644]
gui/Resources/Info.png [new file with mode: 0644]
gui/Resources/Start.png [new file with mode: 0644]
gui/Resources/Stop.ico [new file with mode: 0644]
gui/Resources/Tab_Decrypt.png [new file with mode: 0644]
gui/Resources/Tab_Encrypt.png [new file with mode: 0644]
gui/Resources/Tab_LogFile.png [new file with mode: 0644]
gui/SlunkCryptGUI.csproj [new file with mode: 0644]
gui/SlunkCryptGUI.xaml [new file with mode: 0644]
gui/SlunkCryptGUI.xaml.cs [new file with mode: 0644]
gui/Utilities/BusyManager.cs [new file with mode: 0644]
gui/Utilities/FontSizeConverter.cs [new file with mode: 0644]
gui/Utilities/PathUtils.cs [new file with mode: 0644]
gui/Utilities/ProcessRunner.cs [new file with mode: 0644]
gui/Utilities/SystemMenu.cs [new file with mode: 0644]
gui/Utilities/VersionInfo.cs [new file with mode: 0644]
gui/Utilities/VisibilityConverter.cs [new file with mode: 0644]
libslunkcrypt/libSlunkCrypt.vcxproj