summaryrefslogtreecommitdiff
path: root/spedytor/Properties/OptionSettings.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'spedytor/Properties/OptionSettings.Designer.cs')
-rw-r--r--spedytor/Properties/OptionSettings.Designer.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/spedytor/Properties/OptionSettings.Designer.cs b/spedytor/Properties/OptionSettings.Designer.cs
index 73cd018..2c7f273 100644
--- a/spedytor/Properties/OptionSettings.Designer.cs
+++ b/spedytor/Properties/OptionSettings.Designer.cs
@@ -25,24 +25,24 @@ namespace spedytor.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::System.Collections.Specialized.StringCollection dbNames {
+ public global::System.Collections.Specialized.StringCollection DB_NAMES {
get {
- return ((global::System.Collections.Specialized.StringCollection)(this["dbNames"]));
+ return ((global::System.Collections.Specialized.StringCollection)(this["DB_NAMES"]));
}
set {
- this["dbNames"] = value;
+ this["DB_NAMES"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool send {
+ public bool SEND_FLAG {
get {
- return ((bool)(this["send"]));
+ return ((bool)(this["SEND_FLAG"]));
}
set {
- this["send"] = value;
+ this["SEND_FLAG"] = value;
}
}
}