- //------------------------------------------------------------------------------
- // <auto-generated>
- // 這段程式碼是由工具產生的。
- // 執行階段版本:2.0.50727.4927
- //
- // 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
- // 變更將會遺失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace HKBU_DataExport.Properties {
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.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("Data Source=192.168.2.110;Initial Catalog=busc_ibooking;User ID=sa;Password=sa")]
- public string ConnectionString {
- get {
- return ((string)(this["ConnectionString"]));
- }
- set {
- this["ConnectionString"] = value;
- }
- }
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("ite_goodlist")]
- public string Table1 {
- get {
- return ((string)(this["Table1"]));
- }
- set {
- this["Table1"] = value;
- }
- }
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("C:\Export")]
- public string Output_Path {
- get {
- return ((string)(this["Output_Path"]));
- }
- set {
- this["Output_Path"] = value;
- }
- }
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("ite_visitor")]
- public string Table2 {
- get {
- return ((string)(this["Table2"]));
- }
- set {
- this["Table2"] = value;
- }
- }
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("15")]
- public int update_hour {
- get {
- return ((int)(this["update_hour"]));
- }
- set {
- this["update_hour"] = value;
- }
- }
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("24")]
- public int update_minute {
- get {
- return ((int)(this["update_minute"]));
- }
- set {
- this["update_minute"] = value;
- }
- }
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("10")]
- public int update_frequency {
- get {
- return ((int)(this["update_frequency"]));
- }
- set {
- this["update_frequency"] = value;
- }
- }
- }
- }