|
@@ -23,21 +23,10 @@ namespace UAS_XmlAnalysor.Properties {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- [global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
- [global::System.Configuration.DefaultSettingValueAttribute("Data Source=117.25.180.218/orcl;User ID=MES;PassWord=select!#%*(")]
|
|
|
|
|
- public string MES {
|
|
|
|
|
- get {
|
|
|
|
|
- return ((string)(this["MES"]));
|
|
|
|
|
- }
|
|
|
|
|
- set {
|
|
|
|
|
- this["MES"] = value;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
+ [global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
|
public string FolderPath {
|
|
public string FolderPath {
|
|
|
get {
|
|
get {
|
|
|
return ((string)(this["FolderPath"]));
|
|
return ((string)(this["FolderPath"]));
|
|
@@ -50,6 +39,7 @@ namespace UAS_XmlAnalysor.Properties {
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
+ [global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
|
public string BackUpFolderPath {
|
|
public string BackUpFolderPath {
|
|
|
get {
|
|
get {
|
|
|
return ((string)(this["BackUpFolderPath"]));
|
|
return ((string)(this["BackUpFolderPath"]));
|
|
@@ -62,6 +52,7 @@ namespace UAS_XmlAnalysor.Properties {
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
+ [global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
|
public string Source {
|
|
public string Source {
|
|
|
get {
|
|
get {
|
|
|
return ((string)(this["Source"]));
|
|
return ((string)(this["Source"]));
|
|
@@ -74,6 +65,7 @@ namespace UAS_XmlAnalysor.Properties {
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
|
|
|
+ [global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
|
public string Master {
|
|
public string Master {
|
|
|
get {
|
|
get {
|
|
|
return ((string)(this["Master"]));
|
|
return ((string)(this["Master"]));
|
|
@@ -86,6 +78,7 @@ namespace UAS_XmlAnalysor.Properties {
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
|
|
|
+ [global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
|
public bool AutoStart {
|
|
public bool AutoStart {
|
|
|
get {
|
|
get {
|
|
|
return ((bool)(this["AutoStart"]));
|
|
return ((bool)(this["AutoStart"]));
|
|
@@ -94,5 +87,18 @@ namespace UAS_XmlAnalysor.Properties {
|
|
|
this["AutoStart"] = value;
|
|
this["AutoStart"] = value;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("Data Source=117.25.180.218/orcl;User ID=MES;PassWord=select!#%*(")]
|
|
|
|
|
+ [global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
|
|
|
+ public string MES {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((string)(this["MES"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ set {
|
|
|
|
|
+ this["MES"] = value;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|