Settings.Designer.cs
上传用户:lyg_rssy
上传日期:2022-04-14
资源大小:104k
文件大小:4k
源码类别:

数据库系统

开发平台:

C#

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     這段程式碼是由工具產生的。
  4. //     執行階段版本:2.0.50727.4927
  5. //
  6. //     對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
  7. //     變更將會遺失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace HKBU_DataExport.Properties {
  11.     
  12.     
  13.     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  14.     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
  15.     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
  16.         
  17.         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
  18.         
  19.         public static Settings Default {
  20.             get {
  21.                 return defaultInstance;
  22.             }
  23.         }
  24.         
  25.         [global::System.Configuration.UserScopedSettingAttribute()]
  26.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  27.         [global::System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.2.110;Initial Catalog=busc_ibooking;User ID=sa;Password=sa")]
  28.         public string ConnectionString {
  29.             get {
  30.                 return ((string)(this["ConnectionString"]));
  31.             }
  32.             set {
  33.                 this["ConnectionString"] = value;
  34.             }
  35.         }
  36.         
  37.         [global::System.Configuration.UserScopedSettingAttribute()]
  38.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  39.         [global::System.Configuration.DefaultSettingValueAttribute("ite_goodlist")]
  40.         public string Table1 {
  41.             get {
  42.                 return ((string)(this["Table1"]));
  43.             }
  44.             set {
  45.                 this["Table1"] = value;
  46.             }
  47.         }
  48.         
  49.         [global::System.Configuration.UserScopedSettingAttribute()]
  50.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  51.         [global::System.Configuration.DefaultSettingValueAttribute("C:\Export")]
  52.         public string Output_Path {
  53.             get {
  54.                 return ((string)(this["Output_Path"]));
  55.             }
  56.             set {
  57.                 this["Output_Path"] = value;
  58.             }
  59.         }
  60.         
  61.         [global::System.Configuration.UserScopedSettingAttribute()]
  62.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  63.         [global::System.Configuration.DefaultSettingValueAttribute("ite_visitor")]
  64.         public string Table2 {
  65.             get {
  66.                 return ((string)(this["Table2"]));
  67.             }
  68.             set {
  69.                 this["Table2"] = value;
  70.             }
  71.         }
  72.         
  73.         [global::System.Configuration.UserScopedSettingAttribute()]
  74.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  75.         [global::System.Configuration.DefaultSettingValueAttribute("15")]
  76.         public int update_hour {
  77.             get {
  78.                 return ((int)(this["update_hour"]));
  79.             }
  80.             set {
  81.                 this["update_hour"] = value;
  82.             }
  83.         }
  84.         
  85.         [global::System.Configuration.UserScopedSettingAttribute()]
  86.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  87.         [global::System.Configuration.DefaultSettingValueAttribute("24")]
  88.         public int update_minute {
  89.             get {
  90.                 return ((int)(this["update_minute"]));
  91.             }
  92.             set {
  93.                 this["update_minute"] = value;
  94.             }
  95.         }
  96.         
  97.         [global::System.Configuration.UserScopedSettingAttribute()]
  98.         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  99.         [global::System.Configuration.DefaultSettingValueAttribute("10")]
  100.         public int update_frequency {
  101.             get {
  102.                 return ((int)(this["update_frequency"]));
  103.             }
  104.             set {
  105.                 this["update_frequency"] = value;
  106.             }
  107.         }
  108.     }
  109. }