OptionFrm.dfm 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. object OptionForm: TOptionForm
  2. Left = 518
  3. Top = 322
  4. Width = 487
  5. Height = 369
  6. Caption = #36873#39033
  7. Color = clBtnFace
  8. Font.Charset = ANSI_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = #23435#20307
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 12
  16. object pcOptions: TPageControl
  17. Left = 8
  18. Top = 8
  19. Width = 457
  20. Height = 289
  21. ActivePage = tsCommon
  22. TabOrder = 0
  23. object tsCommon: TTabSheet
  24. Caption = #24120#35268
  25. object lblCommon: TLabel
  26. Left = 8
  27. Top = 8
  28. Width = 48
  29. Height = 12
  30. Caption = #24120#35268#36873#39033
  31. Font.Charset = ANSI_CHARSET
  32. Font.Color = clBlue
  33. Font.Height = -12
  34. Font.Name = #23435#20307
  35. Font.Style = []
  36. ParentFont = False
  37. end
  38. object lblSaveInterval: TLabel
  39. Left = 120
  40. Top = 30
  41. Width = 60
  42. Height = 12
  43. Caption = #26102#38388#38388#38548#65306
  44. end
  45. object lblMinutes: TLabel
  46. Left = 240
  47. Top = 30
  48. Width = 24
  49. Height = 12
  50. Caption = #20998#38047
  51. end
  52. object pnlUserInfo: TPanel
  53. Left = 61
  54. Top = 13
  55. Width = 383
  56. Height = 2
  57. BevelOuter = bvLowered
  58. TabOrder = 0
  59. end
  60. object cbAutoSave: TCheckBox
  61. Left = 11
  62. Top = 28
  63. Width = 97
  64. Height = 17
  65. Caption = #21551#29992#33258#21160#20445#23384
  66. TabOrder = 1
  67. OnClick = cbAutoSaveClick
  68. end
  69. object cbbSaveIntervall: TComboBox
  70. Left = 181
  71. Top = 26
  72. Width = 52
  73. Height = 20
  74. ItemHeight = 12
  75. TabOrder = 2
  76. Text = '15'
  77. Items.Strings = (
  78. '5'
  79. '15'
  80. '30'
  81. '60'
  82. '120')
  83. end
  84. object gbOverRange: TGroupBox
  85. Left = 11
  86. Top = 52
  87. Width = 430
  88. Height = 141
  89. Caption = #28165#21333#27719#24635#36229#35745#26174#31034
  90. TabOrder = 3
  91. object lblTitleOverRange: TLabel
  92. Left = 8
  93. Top = 45
  94. Width = 102
  95. Height = 12
  96. Caption = #32047#35745#23436#25104#21512#21516#35745#37327'>'
  97. end
  98. object Label1: TLabel
  99. Left = 8
  100. Top = 22
  101. Width = 12
  102. Height = 12
  103. Caption = #36229
  104. end
  105. object Label2: TLabel
  106. Left = 70
  107. Top = 22
  108. Width = 48
  109. Height = 12
  110. Caption = '% '#26102#26174#31034
  111. end
  112. object rbLedger: TRadioButton
  113. Left = 8
  114. Top = 66
  115. Width = 113
  116. Height = 17
  117. Caption = '0'#21495#21488#36134#25968#37327
  118. TabOrder = 0
  119. OnClick = rbLedgerClick
  120. end
  121. object rbDeal: TRadioButton
  122. Tag = 1
  123. Left = 8
  124. Top = 90
  125. Width = 113
  126. Height = 17
  127. Caption = #31614#32422#28165#21333#25968#37327
  128. TabOrder = 1
  129. OnClick = rbLedgerClick
  130. end
  131. object rbBoth: TRadioButton
  132. Tag = 2
  133. Left = 8
  134. Top = 114
  135. Width = 209
  136. Height = 17
  137. Caption = '0'#21495#21488#36134#25968#37327#25110#31614#32422#28165#21333#25968#37327
  138. TabOrder = 2
  139. OnClick = rbLedgerClick
  140. end
  141. object edtOverRangePercent: TEdit
  142. Left = 25
  143. Top = 19
  144. Width = 40
  145. Height = 20
  146. TabOrder = 3
  147. Text = '100'
  148. OnExit = edtOverRangePercentExit
  149. OnKeyDown = edtOverRangePercentKeyDown
  150. OnKeyPress = edtOverRangePercentKeyPress
  151. end
  152. end
  153. object GroupBox1: TGroupBox
  154. Left = 11
  155. Top = 200
  156. Width = 430
  157. Height = 49
  158. Caption = #23548#20986'Excel'
  159. TabOrder = 4
  160. object cbExcelWithMis: TCheckBox
  161. Left = 11
  162. Top = 20
  163. Width = 142
  164. Height = 17
  165. Caption = #21253#21547#38169#28431#22686#20943#25968#37327
  166. TabOrder = 0
  167. OnClick = cbAutoSaveClick
  168. end
  169. end
  170. end
  171. end
  172. object btnOk: TButton
  173. Left = 302
  174. Top = 304
  175. Width = 75
  176. Height = 21
  177. Caption = #30830' '#23450
  178. Font.Charset = ANSI_CHARSET
  179. Font.Color = clWindowText
  180. Font.Height = -12
  181. Font.Name = #23435#20307
  182. Font.Style = []
  183. ModalResult = 1
  184. ParentFont = False
  185. TabOrder = 1
  186. end
  187. object btnCancel: TButton
  188. Left = 388
  189. Top = 304
  190. Width = 75
  191. Height = 21
  192. Caption = #21462' '#28040
  193. Font.Charset = ANSI_CHARSET
  194. Font.Color = clWindowText
  195. Font.Height = -12
  196. Font.Name = #23435#20307
  197. Font.Style = []
  198. ModalResult = 2
  199. ParentFont = False
  200. TabOrder = 2
  201. end
  202. object xpm: TXPMenu
  203. DimLevel = 30
  204. GrayLevel = 10
  205. Font.Charset = DEFAULT_CHARSET
  206. Font.Color = clMenuText
  207. Font.Height = -12
  208. Font.Name = #23435#20307
  209. Font.Style = []
  210. Color = clBtnFace
  211. IconBackColor = clBtnFace
  212. MenuBarColor = clBtnFace
  213. SelectColor = 38640
  214. SelectBorderColor = clHighlight
  215. SelectFontColor = clMenuText
  216. DisabledColor = clInactiveCaption
  217. SeparatorColor = clBtnFace
  218. CheckedColor = clHighlight
  219. IconWidth = 24
  220. DrawSelect = True
  221. UseSystemColors = False
  222. OverrideOwnerDraw = False
  223. Gradient = False
  224. FlatMenu = False
  225. AutoDetect = True
  226. XPControls = [xcToolbar]
  227. Active = True
  228. ControlUseTrueXPStyle = True
  229. BtnRoundArc = 5
  230. BtnOutLineBorderColor = 7552000
  231. BtnInnerBorderMoveColor = 3257087
  232. BtnInnerBorderFocusColor = 15183500
  233. BtnSurfaceNormalColor = 16251903
  234. BtnSurfaceDownColor = 14608359
  235. BtnSurfaceBottomLineColor = 14608359
  236. BtnSurfaceDownBottomLineColor = 15199215
  237. RdoChkControlChkColor = 41472
  238. ComboBoxChkColor = 9201994
  239. ComboboxSurfaceMoveColor = 16771030
  240. ControlDisabledBorderColor = 11913158
  241. Left = 431
  242. Top = 16
  243. end
  244. end