47 lines
2.0 KiB
Plaintext
47 lines
2.0 KiB
Plaintext
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Ten kod został wygenerowany przez narzędzie.
|
|
// Wersja wykonawcza:4.0.30319.42000
|
|
//
|
|
// Zmiany w tym pliku mogą spowodować nieprawidłowe zachowanie i zostaną utracone, jeśli
|
|
// kod zostanie ponownie wygenerowany.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Haftmittel.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.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.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.11.31\\sql08r2;Initial Catalog=CDNXL_GOTEC_80;User ID=sa;Passw" +
|
|
"ord=cdn")]
|
|
public string ConnectionString {
|
|
get {
|
|
return ((string)(this["ConnectionString"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("pl-PL")]
|
|
public string Language {
|
|
get {
|
|
return ((string)(this["Language"]));
|
|
}
|
|
}
|
|
}
|
|
}
|