Files
blowfish-encryption/[Project] Blowfish/BlowfishApplet/Properties/Settings.settings
T
2026-06-17 11:50:06 +02:00

18 lines
802 B
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="BlowfishApplet.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="myColor" Type="System.Drawing.Color" Scope="User">
<Value Profile="(Default)">Highlight</Value>
</Setting>
<Setting Name="posX" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="posY" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="cryptType" Type="System.String" Scope="User">
<Value Profile="(Default)">CBC</Value>
</Setting>
</Settings>
</SettingsFile>