summaryrefslogtreecommitdiff
path: root/kurier/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'kurier/Properties/Settings.Designer.cs')
-rw-r--r--kurier/Properties/Settings.Designer.cs80
1 files changed, 68 insertions, 12 deletions
diff --git a/kurier/Properties/Settings.Designer.cs b/kurier/Properties/Settings.Designer.cs
index 4e8a361..6ba5ba7 100644
--- a/kurier/Properties/Settings.Designer.cs
+++ b/kurier/Properties/Settings.Designer.cs
@@ -8,23 +8,79 @@
// </auto-generated>
//------------------------------------------------------------------------------
-namespace kurier.Properties
-{
-
-
+namespace kurier.Properties {
+
+
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
- {
-
+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
+
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default
- {
- get
- {
+
+ public static Settings Default {
+ get {
return defaultInstance;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("localhost")]
+ public string HOST {
+ get {
+ return ((string)(this["HOST"]));
+ }
+ set {
+ this["HOST"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("3306")]
+ public string PORT {
+ get {
+ return ((string)(this["PORT"]));
+ }
+ set {
+ this["PORT"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("root")]
+ public string USER {
+ get {
+ return ((string)(this["USER"]));
+ }
+ set {
+ this["USER"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string PASS {
+ get {
+ return ((string)(this["PASS"]));
+ }
+ set {
+ this["PASS"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ public bool CONFIGURED {
+ get {
+ return ((bool)(this["CONFIGURED"]));
+ }
+ set {
+ this["CONFIGURED"] = value;
+ }
+ }
}
}