OptionFrm.dfm 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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 = 117
  89. Caption = #28165#21333#27719#24635#36229#35745#26174#31034
  90. TabOrder = 3
  91. object lblTitleOverRange: TLabel
  92. Left = 8
  93. Top = 22
  94. Width = 102
  95. Height = 12
  96. Caption = #32047#35745#23436#25104#21512#21516#35745#37327'>'
  97. end
  98. object rbLedger: TRadioButton
  99. Left = 8
  100. Top = 43
  101. Width = 113
  102. Height = 17
  103. Caption = '0'#21495#21488#36134#25968#37327
  104. TabOrder = 0
  105. OnClick = rbLedgerClick
  106. end
  107. object rbDeal: TRadioButton
  108. Tag = 1
  109. Left = 8
  110. Top = 67
  111. Width = 113
  112. Height = 17
  113. Caption = #31614#32422#28165#21333#25968#37327
  114. TabOrder = 1
  115. OnClick = rbLedgerClick
  116. end
  117. object rbBoth: TRadioButton
  118. Tag = 2
  119. Left = 8
  120. Top = 91
  121. Width = 209
  122. Height = 17
  123. Caption = '0'#21495#21488#36134#25968#37327#25110#31614#32422#28165#21333#25968#37327
  124. TabOrder = 2
  125. OnClick = rbLedgerClick
  126. end
  127. end
  128. end
  129. end
  130. object btnOk: TButton
  131. Left = 302
  132. Top = 304
  133. Width = 75
  134. Height = 21
  135. Caption = #30830' '#23450
  136. Font.Charset = ANSI_CHARSET
  137. Font.Color = clWindowText
  138. Font.Height = -12
  139. Font.Name = #23435#20307
  140. Font.Style = []
  141. ModalResult = 1
  142. ParentFont = False
  143. TabOrder = 1
  144. end
  145. object btnCancel: TButton
  146. Left = 388
  147. Top = 304
  148. Width = 75
  149. Height = 21
  150. Caption = #21462' '#28040
  151. Font.Charset = ANSI_CHARSET
  152. Font.Color = clWindowText
  153. Font.Height = -12
  154. Font.Name = #23435#20307
  155. Font.Style = []
  156. ModalResult = 2
  157. ParentFont = False
  158. TabOrder = 2
  159. end
  160. object xpm: TXPMenu
  161. DimLevel = 30
  162. GrayLevel = 10
  163. Font.Charset = DEFAULT_CHARSET
  164. Font.Color = clMenuText
  165. Font.Height = -12
  166. Font.Name = #23435#20307
  167. Font.Style = []
  168. Color = clBtnFace
  169. IconBackColor = clBtnFace
  170. MenuBarColor = clBtnFace
  171. SelectColor = 38640
  172. SelectBorderColor = clHighlight
  173. SelectFontColor = clMenuText
  174. DisabledColor = clInactiveCaption
  175. SeparatorColor = clBtnFace
  176. CheckedColor = clHighlight
  177. IconWidth = 24
  178. DrawSelect = True
  179. UseSystemColors = False
  180. OverrideOwnerDraw = False
  181. Gradient = False
  182. FlatMenu = False
  183. AutoDetect = True
  184. XPControls = [xcToolbar]
  185. Active = True
  186. ControlUseTrueXPStyle = True
  187. BtnRoundArc = 5
  188. BtnOutLineBorderColor = 7552000
  189. BtnInnerBorderMoveColor = 3257087
  190. BtnInnerBorderFocusColor = 15183500
  191. BtnSurfaceNormalColor = 16251903
  192. BtnSurfaceDownColor = 14608359
  193. BtnSurfaceBottomLineColor = 14608359
  194. BtnSurfaceDownBottomLineColor = 15199215
  195. RdoChkControlChkColor = 41472
  196. ComboBoxChkColor = 9201994
  197. ComboboxSurfaceMoveColor = 16771030
  198. ControlDisabledBorderColor = 11913158
  199. Left = 431
  200. Top = 16
  201. end
  202. end