--- trunk/TSAdminTool/Properties/Settings.Designer.cs 2012/07/14 03:14:54 98 +++ trunk/TSAdminTool/Properties/Settings.Designer.cs 2012/07/14 04:50:27 99 @@ -22,48 +22,5 @@ return defaultInstance; } } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] - [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\ats.mdf;Integrated Secu" + - "rity=True;User Instance=True")] - public string atsConnectionString1 { - get { - return ((string)(this["atsConnectionString1"])); - } - set { - this["atsConnectionString1"] = value; - } - } - - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] - [global::System.Configuration.DefaultSettingValueAttribute("Data Source=10.0.0.4\\CORPORATEDB;Database=\'AnywhereTS\';Integrated Security=SSPI;C" + - "onnect Timeout=30;User Instance=False")] - public string atsConnectionString { - get { - return ((string)(this["atsConnectionString"])); - } - } - - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("localhost")] - public string DBServer { - get { - return ((string)(this["DBServer"])); - } - } - - [global::System.Configuration.ApplicationScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("SQLEXPRESS")] - public string DBInstance { - get { - return ((string)(this["DBInstance"])); - } - } } }