123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- // Runtime Version:4.0.30319.42000
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace Bellwether.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.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("54188")]
- public string SocketPort {
- get {
- return ((string)(this["SocketPort"]));
- }
- set {
- this["SocketPort"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("127.0.0.1")]
- public string SocketIP {
- get {
- return ((string)(this["SocketIP"]));
- }
- set {
- this["SocketIP"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("D:\\RobertProject\\Bellwether\\Project\\Bellwether\\bin\\Debug\\Ribbons.scr")]
- public string Screensaver {
- get {
- return ((string)(this["Screensaver"]));
- }
- set {
- this["Screensaver"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("bg.png")]
- public string SolarPanelBg {
- get {
- return ((string)(this["SolarPanelBg"]));
- }
- set {
- this["SolarPanelBg"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("http://plm.bellwether-corp.com:8081/BW_Service.asmx/ExportSolarenergy_All_1")]
- public string SolarEnergyUrl {
- get {
- return ((string)(this["SolarEnergyUrl"]));
- }
- set {
- this["SolarEnergyUrl"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("http://plm.bellwether-corp.com:8081/BW_Service.asmx/ExportSolarenergy_All_2")]
- public string SolarCapacityUrl {
- get {
- return ((string)(this["SolarCapacityUrl"]));
- }
- set {
- this["SolarCapacityUrl"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("http://plm.bellwether-corp.com:8081/BW_Service.asmx/ExportSolarenergy_All_3")]
- public string TitleTextUrl1 {
- get {
- return ((string)(this["TitleTextUrl1"]));
- }
- set {
- this["TitleTextUrl1"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("http://plm.bellwether-corp.com:8081/BW_Service.asmx/ExportSolarenergy_All_4")]
- public string TitleTextUrl2 {
- get {
- return ((string)(this["TitleTextUrl2"]));
- }
- set {
- this["TitleTextUrl2"] = value;
- }
- }
- }
- }
|