| Line No. | Rev | Author | Line | 
|---|---|---|---|
| 1 | 32 | kaklik | //------------------------------------------------------------------------------ | 
         
| 2 | // <auto-generated> | 
         ||
| 3 | //     This code was generated by a tool. | 
         ||
| 4 | //     Runtime Version:2.0.50727.3053 | 
         ||
| 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 MPFS21 { | 
         ||
| 12 | |||
| 13 | |||
| 14 |     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | 
         ||
| 15 |     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.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.UserScopedSettingAttribute()] | 
         ||
| 27 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 28 |         [global::System.Configuration.DefaultSettingValueAttribute("C:\\Microchip Solutions\\TCPIP Demo App\\WebPages2")] | 
         ||
| 29 |         public string SourceDirectory { | 
         ||
| 30 |             get { | 
         ||
| 31 |                 return ((string)(this["SourceDirectory"])); | 
         ||
| 32 |             } | 
         ||
| 33 |             set { | 
         ||
| 34 |                 this["SourceDirectory"] = value; | 
         ||
| 35 |             } | 
         ||
| 36 |         } | 
         ||
| 37 | |||
| 38 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 39 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 40 |         [global::System.Configuration.DefaultSettingValueAttribute("C:\\Microchip Solutions\\TCPIP Demo App\\MPFSImg2.bin")] | 
         ||
| 41 |         public string SourceImage { | 
         ||
| 42 |             get { | 
         ||
| 43 |                 return ((string)(this["SourceImage"])); | 
         ||
| 44 |             } | 
         ||
| 45 |             set { | 
         ||
| 46 |                 this["SourceImage"] = value; | 
         ||
| 47 |             } | 
         ||
| 48 |         } | 
         ||
| 49 | |||
| 50 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 51 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 52 |         [global::System.Configuration.DefaultSettingValueAttribute("True")] | 
         ||
| 53 |         public bool StartWithDirectory { | 
         ||
| 54 |             get { | 
         ||
| 55 |                 return ((bool)(this["StartWithDirectory"])); | 
         ||
| 56 |             } | 
         ||
| 57 |             set { | 
         ||
| 58 |                 this["StartWithDirectory"] = value; | 
         ||
| 59 |             } | 
         ||
| 60 |         } | 
         ||
| 61 | |||
| 62 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 63 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 64 |         [global::System.Configuration.DefaultSettingValueAttribute("C:\\Microchip Solutions\\TCPIP Demo App")] | 
         ||
| 65 |         public string ProjectDirectory { | 
         ||
| 66 |             get { | 
         ||
| 67 |                 return ((string)(this["ProjectDirectory"])); | 
         ||
| 68 |             } | 
         ||
| 69 |             set { | 
         ||
| 70 |                 this["ProjectDirectory"] = value; | 
         ||
| 71 |             } | 
         ||
| 72 |         } | 
         ||
| 73 | |||
| 74 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 75 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 76 |         [global::System.Configuration.DefaultSettingValueAttribute("MPFSImg2")] | 
         ||
| 77 |         public string ImageName { | 
         ||
| 78 |             get { | 
         ||
| 79 |                 return ((string)(this["ImageName"])); | 
         ||
| 80 |             } | 
         ||
| 81 |             set { | 
         ||
| 82 |                 this["ImageName"] = value; | 
         ||
| 83 |             } | 
         ||
| 84 |         } | 
         ||
| 85 | |||
| 86 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 87 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 88 |         [global::System.Configuration.DefaultSettingValueAttribute("True")] | 
         ||
| 89 |         public bool UploadImageAfterBuild { | 
         ||
| 90 |             get { | 
         ||
| 91 |                 return ((bool)(this["UploadImageAfterBuild"])); | 
         ||
| 92 |             } | 
         ||
| 93 |             set { | 
         ||
| 94 |                 this["UploadImageAfterBuild"] = value; | 
         ||
| 95 |             } | 
         ||
| 96 |         } | 
         ||
| 97 | |||
| 98 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 99 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 100 |         [global::System.Configuration.DefaultSettingValueAttribute("0")] | 
         ||
| 101 |         public byte OutputFormat { | 
         ||
| 102 |             get { | 
         ||
| 103 |                 return ((byte)(this["OutputFormat"])); | 
         ||
| 104 |             } | 
         ||
| 105 |             set { | 
         ||
| 106 |                 this["OutputFormat"] = value; | 
         ||
| 107 |             } | 
         ||
| 108 |         } | 
         ||
| 109 | |||
| 110 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 111 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 112 |         [global::System.Configuration.DefaultSettingValueAttribute("2")] | 
         ||
| 113 |         public byte OutputVersion { | 
         ||
| 114 |             get { | 
         ||
| 115 |                 return ((byte)(this["OutputVersion"])); | 
         ||
| 116 |             } | 
         ||
| 117 |             set { | 
         ||
| 118 |                 this["OutputVersion"] = value; | 
         ||
| 119 |             } | 
         ||
| 120 |         } | 
         ||
| 121 | |||
| 122 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 123 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 124 |         [global::System.Configuration.DefaultSettingValueAttribute("*.htm, *.html, *.cgi, *.xml")] | 
         ||
| 125 |         public string DynamicFiles { | 
         ||
| 126 |             get { | 
         ||
| 127 |                 return ((string)(this["DynamicFiles"])); | 
         ||
| 128 |             } | 
         ||
| 129 |             set { | 
         ||
| 130 |                 this["DynamicFiles"] = value; | 
         ||
| 131 |             } | 
         ||
| 132 |         } | 
         ||
| 133 | |||
| 134 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 135 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 136 |         [global::System.Configuration.DefaultSettingValueAttribute("*.inc, snmp.bib")] | 
         ||
| 137 |         public string NoCompressFiles { | 
         ||
| 138 |             get { | 
         ||
| 139 |                 return ((string)(this["NoCompressFiles"])); | 
         ||
| 140 |             } | 
         ||
| 141 |             set { | 
         ||
| 142 |                 this["NoCompressFiles"] = value; | 
         ||
| 143 |             } | 
         ||
| 144 |         } | 
         ||
| 145 | |||
| 146 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 147 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 148 |         [global::System.Configuration.DefaultSettingValueAttribute("64")] | 
         ||
| 149 |         public decimal ReserveBlockClassic { | 
         ||
| 150 |             get { | 
         ||
| 151 |                 return ((decimal)(this["ReserveBlockClassic"])); | 
         ||
| 152 |             } | 
         ||
| 153 |             set { | 
         ||
| 154 |                 this["ReserveBlockClassic"] = value; | 
         ||
| 155 |             } | 
         ||
| 156 |         } | 
         ||
| 157 | |||
| 158 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 159 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 160 |         [global::System.Configuration.DefaultSettingValueAttribute("MCHPBOARD")] | 
         ||
| 161 |         public string UploadAddress { | 
         ||
| 162 |             get { | 
         ||
| 163 |                 return ((string)(this["UploadAddress"])); | 
         ||
| 164 |             } | 
         ||
| 165 |             set { | 
         ||
| 166 |                 this["UploadAddress"] = value; | 
         ||
| 167 |             } | 
         ||
| 168 |         } | 
         ||
| 169 | |||
| 170 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 171 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 172 |         [global::System.Configuration.DefaultSettingValueAttribute("mpfsupload")] | 
         ||
| 173 |         public string UploadPath { | 
         ||
| 174 |             get { | 
         ||
| 175 |                 return ((string)(this["UploadPath"])); | 
         ||
| 176 |             } | 
         ||
| 177 |             set { | 
         ||
| 178 |                 this["UploadPath"] = value; | 
         ||
| 179 |             } | 
         ||
| 180 |         } | 
         ||
| 181 | |||
| 182 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 183 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 184 |         [global::System.Configuration.DefaultSettingValueAttribute("admin")] | 
         ||
| 185 |         public string UploadUser { | 
         ||
| 186 |             get { | 
         ||
| 187 |                 return ((string)(this["UploadUser"])); | 
         ||
| 188 |             } | 
         ||
| 189 |             set { | 
         ||
| 190 |                 this["UploadUser"] = value; | 
         ||
| 191 |             } | 
         ||
| 192 |         } | 
         ||
| 193 | |||
| 194 |         [global::System.Configuration.UserScopedSettingAttribute()] | 
         ||
| 195 |         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | 
         ||
| 196 |         [global::System.Configuration.DefaultSettingValueAttribute("microchip")] | 
         ||
| 197 |         public string UploadPass { | 
         ||
| 198 |             get { | 
         ||
| 199 |                 return ((string)(this["UploadPass"])); | 
         ||
| 200 |             } | 
         ||
| 201 |             set { | 
         ||
| 202 |                 this["UploadPass"] = value; | 
         ||
| 203 |             } | 
         ||
| 204 |         } | 
         ||
| 205 |     } | 
         ||
| 206 | } | 
         
Powered by WebSVN v2.8.3