| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // Ce code a été généré par un outil.
- // Version du runtime :4.0.30319.42000
- //
- // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
- // le code est régénéré.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace Fuel01.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")]
- 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 {
- return defaultInstance;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string key_ope {
- get {
- return ((string)(this["key_ope"]));
- }
- set {
- this["key_ope"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string nom_ope {
- get {
- return ((string)(this["nom_ope"]));
- }
- set {
- this["nom_ope"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string abrev_ope {
- get {
- return ((string)(this["abrev_ope"]));
- }
- set {
- this["abrev_ope"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
- public string server_adress {
- get {
- return ((string)(this["server_adress"]));
- }
- set {
- this["server_adress"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string serveur_dir {
- get {
- return ((string)(this["serveur_dir"]));
- }
- set {
- this["serveur_dir"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("http://www.aformatix.com/signalR/srv/")]
- public string server_signalr {
- get {
- return ((string)(this["server_signalr"]));
- }
- set {
- this["server_signalr"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("http://localhost/ASOStationService/achats")]
- public string server_adress_datas {
- get {
- return ((string)(this["server_adress_datas"]));
- }
- set {
- this["server_adress_datas"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("http://www.aformatix.com/ASOstationservice/download/Fuel_ASO_Install.exe")]
- public string server_adress_bin {
- get {
- return ((string)(this["server_adress_bin"]));
- }
- set {
- this["server_adress_bin"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("C:\\inetpub\\wwwroot\\ASOStationService\\Achats")]
- public string chemin_copie_locale {
- get {
- return ((string)(this["chemin_copie_locale"]));
- }
- set {
- this["chemin_copie_locale"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("False")]
- public bool use_locale {
- get {
- return ((bool)(this["use_locale"]));
- }
- set {
- this["use_locale"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("http://localhost/ASOStationService/api/FileUpLoad/upLoadFiles")]
- public string adresse_copie_api {
- get {
- return ((string)(this["adresse_copie_api"]));
- }
- set {
- this["adresse_copie_api"] = value;
- }
- }
- }
- }
|