//------------------------------------------------------------------------------ // // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.42000 // // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // der Code erneut generiert wird. // //------------------------------------------------------------------------------ namespace DPM_Reporting_C.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.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("server=localhost;User Id=root;database=dpm_reporting;password=sysdba")] public string mysqlConnectionstring { get { return ((string)(this["mysqlConnectionstring"])); } set { this["mysqlConnectionstring"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("e:\\software-projekte\\dpm\\fullconvert_dpm.bat")] public string Dataconv { get { return ((string)(this["Dataconv"])); } set { this["Dataconv"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("E:\\Software-Projekte\\DPM\\DPM_Reporting\\SQL\\reports.txt")] public string ReportList { get { return ((string)(this["ReportList"])); } set { this["ReportList"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("E:\\Software-Projekte\\DPM\\DPM_Reporting\\SQL")] public string SQLDir { get { return ((string)(this["SQLDir"])); } set { this["SQLDir"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("E:\\Software-Projekte\\DPM\\DPM_Reporting\\Reports")] public string ReportDir { get { return ((string)(this["ReportDir"])); } set { this["ReportDir"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("C:\\xampp\\mysql_start.bat")] public string StartMySQL { get { return ((string)(this["StartMySQL"])); } set { this["StartMySQL"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("C:\\xampp\\mysql_stop.bat")] public string StopMySQL { get { return ((string)(this["StopMySQL"])); } set { this["StopMySQL"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("5")] public string StartWaitSeconds { get { return ((string)(this["StartWaitSeconds"])); } set { this["StartWaitSeconds"] = value; } } } }