|
|
@@ -71,17 +71,6 @@ namespace UAS_MES.Properties {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- [global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
|
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
- [global::System.Configuration.DefaultSettingValueAttribute("Password=select!#%*(;User ID=MES;Pooling=false;Data Source=(DESCRIPTION=(ADDRESS_" +
|
|
|
- "LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=117.25.180.218)(PORT=1521)))(CONNECT_DATA=(SER" +
|
|
|
- "VER=DEDICATED)(SERVICE_NAME=orcl)));")]
|
|
|
- public string MES {
|
|
|
- get {
|
|
|
- return ((string)(this["MES"]));
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.Configuration.DefaultSettingValueAttribute("DefaultValue")]
|
|
|
@@ -129,5 +118,16 @@ namespace UAS_MES.Properties {
|
|
|
this["FTPAddress"] = value;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ [global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("Password=select!#%*(;User ID=MES;Pooling=false;Data Source=(DESCRIPTION=(ADDRESS_" +
|
|
|
+ "LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=117.25.180.218)(PORT=1521)))(CONNECT_DATA=(SER" +
|
|
|
+ "VER=DEDICATED)(SERVICE_NAME=orcl)));")]
|
|
|
+ public string MES {
|
|
|
+ get {
|
|
|
+ return ((string)(this["MES"]));
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|