Auto generated code

This commit is contained in:
Sigmanor 2016-01-10 14:37:54 +02:00
parent 28d4342b62
commit 1f9506efe2
2 changed files with 21 additions and 5 deletions

View file

@ -78,7 +78,7 @@ public string RichTextFont {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("687")]
[global::System.Configuration.DefaultSettingValueAttribute("690")]
public int FormWidth {
get {
return ((int)(this["FormWidth"]));
@ -91,7 +91,7 @@ public int FormWidth {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("428")]
[global::System.Configuration.DefaultSettingValueAttribute("430")]
public int FormHeight {
get {
return ((int)(this["FormHeight"]));
@ -243,5 +243,18 @@ public bool FirstLaunch {
this["FirstLaunch"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool WarningMsg {
get {
return ((bool)(this["WarningMsg"]));
}
set {
this["WarningMsg"] = value;
}
}
}
}

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="EncryptPad.Properties" GeneratedClassName="Settings">
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Crypto_Notepad.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="TopPosition" Provider="PortableSettingsProvider" Type="System.Int32" Scope="User">
@ -15,10 +15,10 @@
<Value Profile="(Default)">228, 228, 228</Value>
</Setting>
<Setting Name="FormWidth" Provider="PortableSettingsProvider" Type="System.Int32" Scope="User">
<Value Profile="(Default)">687</Value>
<Value Profile="(Default)">690</Value>
</Setting>
<Setting Name="FormHeight" Provider="PortableSettingsProvider" Type="System.Int32" Scope="User">
<Value Profile="(Default)">428</Value>
<Value Profile="(Default)">430</Value>
</Setting>
<Setting Name="RichBackColor" Provider="PortableSettingsProvider" Type="System.Drawing.Color" Scope="User">
<Value Profile="(Default)">56, 56, 56</Value>
@ -53,5 +53,8 @@
<Setting Name="FirstLaunch" Provider="PortableSettingsProvider" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="WarningMsg" Provider="PortableSettingsProvider" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>