工具箱相关
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

Settings.Designer.cs 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace HCTools.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
  13. internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
  14. private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
  15. public static Settings Default {
  16. get {
  17. return defaultInstance;
  18. }
  19. }
  20. [global::System.Configuration.UserScopedSettingAttribute()]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. [global::System.Configuration.DefaultSettingValueAttribute("")]
  23. public string TFName {
  24. get {
  25. return ((string)(this["TFName"]));
  26. }
  27. set {
  28. this["TFName"] = value;
  29. }
  30. }
  31. [global::System.Configuration.UserScopedSettingAttribute()]
  32. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  33. [global::System.Configuration.DefaultSettingValueAttribute("2000国家大地坐标系,1985国家高程基准,等高距为1m。\r\nGB/T20257.1-2007 国家基本比例尺地图图式 第一部分\r\n1:500 1:1000 1" +
  34. ":2000 地形图图式\r\nxxxx年xx月测制")]
  35. public string Note2 {
  36. get {
  37. return ((string)(this["Note2"]));
  38. }
  39. set {
  40. this["Note2"] = value;
  41. }
  42. }
  43. [global::System.Configuration.UserScopedSettingAttribute()]
  44. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  45. [global::System.Configuration.DefaultSettingValueAttribute("测图员 ")]
  46. public string CTY {
  47. get {
  48. return ((string)(this["CTY"]));
  49. }
  50. set {
  51. this["CTY"] = value;
  52. }
  53. }
  54. [global::System.Configuration.UserScopedSettingAttribute()]
  55. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  56. [global::System.Configuration.DefaultSettingValueAttribute("检查员 ")]
  57. public string JCY {
  58. get {
  59. return ((string)(this["JCY"]));
  60. }
  61. set {
  62. this["JCY"] = value;
  63. }
  64. }
  65. [global::System.Configuration.UserScopedSettingAttribute()]
  66. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  67. [global::System.Configuration.DefaultSettingValueAttribute("土调员 ")]
  68. public string TDY {
  69. get {
  70. return ((string)(this["TDY"]));
  71. }
  72. set {
  73. this["TDY"] = value;
  74. }
  75. }
  76. [global::System.Configuration.UserScopedSettingAttribute()]
  77. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  78. [global::System.Configuration.DefaultSettingValueAttribute("数调员 ")]
  79. public string SDY {
  80. get {
  81. return ((string)(this["SDY"]));
  82. }
  83. set {
  84. this["SDY"] = value;
  85. }
  86. }
  87. [global::System.Configuration.UserScopedSettingAttribute()]
  88. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  89. [global::System.Configuration.DefaultSettingValueAttribute("0")]
  90. public int DH {
  91. get {
  92. return ((int)(this["DH"]));
  93. }
  94. set {
  95. this["DH"] = value;
  96. }
  97. }
  98. [global::System.Configuration.UserScopedSettingAttribute()]
  99. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  100. [global::System.Configuration.DefaultSettingValueAttribute("")]
  101. public string svpath {
  102. get {
  103. return ((string)(this["svpath"]));
  104. }
  105. set {
  106. this["svpath"] = value;
  107. }
  108. }
  109. [global::System.Configuration.UserScopedSettingAttribute()]
  110. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  111. [global::System.Configuration.DefaultSettingValueAttribute("")]
  112. public string secret {
  113. get {
  114. return ((string)(this["secret"]));
  115. }
  116. set {
  117. this["secret"] = value;
  118. }
  119. }
  120. }
  121. }