| 1 | //------------------------------------------------------------------------------
|
|---|
| 2 | // <auto-generated>
|
|---|
| 3 | // This code was generated by a tool.
|
|---|
| 4 | // Runtime Version:2.0.50727.1433
|
|---|
| 5 | //
|
|---|
| 6 | // Changes to this file may cause incorrect behavior and will be lost if
|
|---|
| 7 | // the code is regenerated.
|
|---|
| 8 | // </auto-generated>
|
|---|
| 9 | //------------------------------------------------------------------------------
|
|---|
| 10 |
|
|---|
| 11 | namespace BazaZamowien.Properties {
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|---|
| 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")]
|
|---|
| 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|---|
| 17 |
|
|---|
| 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|---|
| 19 |
|
|---|
| 20 | public static Settings Default {
|
|---|
| 21 | get {
|
|---|
| 22 | return defaultInstance;
|
|---|
| 23 | }
|
|---|
| 24 | }
|
|---|
| 25 |
|
|---|
| 26 | [global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|---|
| 27 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 28 | [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
|
|---|
| 29 | [global::System.Configuration.DefaultSettingValueAttribute("Data Source=sql.ct.com.pl;Initial Catalog=zamowienia;Persist Security Info=True;U" +
|
|---|
| 30 | "ser ID=sa;Password=maro2451")]
|
|---|
| 31 | public string zamowieniaConnectionString {
|
|---|
| 32 | get {
|
|---|
| 33 | return ((string)(this["zamowieniaConnectionString"]));
|
|---|
| 34 | }
|
|---|
| 35 | }
|
|---|
| 36 |
|
|---|
| 37 | [global::System.Configuration.UserScopedSettingAttribute()]
|
|---|
| 38 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 39 | [global::System.Configuration.DefaultSettingValueAttribute("CT")]
|
|---|
| 40 | public string loginDATABASE {
|
|---|
| 41 | get {
|
|---|
| 42 | return ((string)(this["loginDATABASE"]));
|
|---|
| 43 | }
|
|---|
| 44 | set {
|
|---|
| 45 | this["loginDATABASE"] = value;
|
|---|
| 46 | }
|
|---|
| 47 | }
|
|---|
| 48 |
|
|---|
| 49 | [global::System.Configuration.UserScopedSettingAttribute()]
|
|---|
| 50 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 51 | [global::System.Configuration.DefaultSettingValueAttribute("zamowienia")]
|
|---|
| 52 | public string zamowieniaDATABASE {
|
|---|
| 53 | get {
|
|---|
| 54 | return ((string)(this["zamowieniaDATABASE"]));
|
|---|
| 55 | }
|
|---|
| 56 | set {
|
|---|
| 57 | this["zamowieniaDATABASE"] = value;
|
|---|
| 58 | }
|
|---|
| 59 | }
|
|---|
| 60 |
|
|---|
| 61 | [global::System.Configuration.UserScopedSettingAttribute()]
|
|---|
| 62 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 63 | [global::System.Configuration.DefaultSettingValueAttribute("PREMIE")]
|
|---|
| 64 | public string premieDATABASE {
|
|---|
| 65 | get {
|
|---|
| 66 | return ((string)(this["premieDATABASE"]));
|
|---|
| 67 | }
|
|---|
| 68 | set {
|
|---|
| 69 | this["premieDATABASE"] = value;
|
|---|
| 70 | }
|
|---|
| 71 | }
|
|---|
| 72 |
|
|---|
| 73 | [global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|---|
| 74 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 75 | [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
|
|---|
| 76 | [global::System.Configuration.DefaultSettingValueAttribute("Data Source=sql.ct.com.pl;Initial Catalog=PREMIE;User ID=sa")]
|
|---|
| 77 | public string PREMIEConnectionString {
|
|---|
| 78 | get {
|
|---|
| 79 | return ((string)(this["PREMIEConnectionString"]));
|
|---|
| 80 | }
|
|---|
| 81 | }
|
|---|
| 82 |
|
|---|
| 83 | [global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|---|
| 84 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 85 | [global::System.Configuration.DefaultSettingValueAttribute("sql.ct.com.pl")]
|
|---|
| 86 | public string ZDALNE {
|
|---|
| 87 | get {
|
|---|
| 88 | return ((string)(this["ZDALNE"]));
|
|---|
| 89 | }
|
|---|
| 90 | }
|
|---|
| 91 |
|
|---|
| 92 | [global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|---|
| 93 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|---|
| 94 | [global::System.Configuration.DefaultSettingValueAttribute("10.0.0.21")]
|
|---|
| 95 | public string LOKALNE {
|
|---|
| 96 | get {
|
|---|
| 97 | return ((string)(this["LOKALNE"]));
|
|---|
| 98 | }
|
|---|
| 99 | }
|
|---|
| 100 | }
|
|---|
| 101 | }
|
|---|