Revision 5bcf6d70 trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs

b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
61 61
        
62 62
        [global::System.Configuration.UserScopedSettingAttribute()]
63 63
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
64
        [global::System.Configuration.DefaultSettingValueAttribute("")]
65
        public string ProxyPort {
64
        [global::System.Configuration.DefaultSettingValueAttribute("8080")]
65
        public int ProxyPort {
66 66
            get {
67
                return ((string)(this["ProxyPort"]));
67
                return ((int)(this["ProxyPort"]));
68 68
            }
69 69
            set {
70 70
                this["ProxyPort"] = value;
......
74 74
        [global::System.Configuration.UserScopedSettingAttribute()]
75 75
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
76 76
        [global::System.Configuration.DefaultSettingValueAttribute("")]
77
        public string ProxyType {
78
            get {
79
                return ((string)(this["ProxyType"]));
80
            }
81
            set {
82
                this["ProxyType"] = value;
83
            }
84
        }
85
        
86
        [global::System.Configuration.UserScopedSettingAttribute()]
87
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
88
        [global::System.Configuration.DefaultSettingValueAttribute("")]
89 77
        public string ProxyUsername {
90 78
            get {
91 79
                return ((string)(this["ProxyUsername"]));
......
157 145
        
158 146
        [global::System.Configuration.UserScopedSettingAttribute()]
159 147
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
160
        [global::System.Configuration.DefaultSettingValueAttribute(@"
161
          <ArrayOfAccountSettings xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
162
            <AccountSettings>
163
              <AccountName>pkanavos</AccountName>
164
              <ApiKey>9d3cb7b231e96f72ebe96af1c6cd5112</ApiKey>
165
              <SelectiveFolders />
166
            </AccountSettings>
167
          </ArrayOfAccountSettings>
168
        ")]
169
        public global::Pithos.Interfaces.AccountsCollection Accounts {
148
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
149
        public bool ShowDesktopNotifications {
170 150
            get {
171
                return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
151
                return ((bool)(this["ShowDesktopNotifications"]));
172 152
            }
173 153
            set {
174
                this["Accounts"] = value;
154
                this["ShowDesktopNotifications"] = value;
175 155
            }
176 156
        }
177 157
        
178 158
        [global::System.Configuration.UserScopedSettingAttribute()]
179 159
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
180 160
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
181
        public bool ShowDesktopNotifications {
161
        public bool StartOnSystemStartup {
182 162
            get {
183
                return ((bool)(this["ShowDesktopNotifications"]));
163
                return ((bool)(this["StartOnSystemStartup"]));
184 164
            }
185 165
            set {
186
                this["ShowDesktopNotifications"] = value;
166
                this["StartOnSystemStartup"] = value;
167
            }
168
        }
169
        
170
        [global::System.Configuration.UserScopedSettingAttribute()]
171
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
172
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
173
        public bool UseNoProxy {
174
            get {
175
                return ((bool)(this["UseNoProxy"]));
176
            }
177
            set {
178
                this["UseNoProxy"] = value;
187 179
            }
188 180
        }
189 181
        
190 182
        [global::System.Configuration.UserScopedSettingAttribute()]
191 183
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
192 184
        [global::System.Configuration.DefaultSettingValueAttribute("True")]
193
        public bool StartOnSystemStartup {
185
        public bool UseDefaultProxy {
194 186
            get {
195
                return ((bool)(this["StartOnSystemStartup"]));
187
                return ((bool)(this["UseDefaultProxy"]));
196 188
            }
197 189
            set {
198
                this["StartOnSystemStartup"] = value;
190
                this["UseDefaultProxy"] = value;
191
            }
192
        }
193
        
194
        [global::System.Configuration.UserScopedSettingAttribute()]
195
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
196
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
197
        public bool UseManualProxy {
198
            get {
199
                return ((bool)(this["UseManualProxy"]));
200
            }
201
            set {
202
                this["UseManualProxy"] = value;
203
            }
204
        }
205
        
206
        [global::System.Configuration.UserScopedSettingAttribute()]
207
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
208
        [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
209
<ArrayOfAccountSettings xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
210
  <AccountSettings>
211
    <AccountName>pkanavos</AccountName>
212
    <ApiKey>9d3cb7b231e96f72ebe96af1c6cd5112</ApiKey>
213
    <SelectiveFolders />
214
  </AccountSettings>
215
</ArrayOfAccountSettings>")]
216
        public global::Pithos.Interfaces.AccountsCollection Accounts {
217
            get {
218
                return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
219
            }
220
            set {
221
                this["Accounts"] = value;
222
            }
223
        }
224
        
225
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
226
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
227
        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/pithos.html")]
228
        public string PithosSite {
229
            get {
230
                return ((string)(this["PithosSite"]));
199 231
            }
200 232
        }
201 233
    }

Also available in: Unified diff