OptionFrm.dfm 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  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 = TabSheet1
  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. object TabSheet1: TTabSheet
  172. Caption = #39640#32423
  173. ImageIndex = 1
  174. DesignSize = (
  175. 449
  176. 262)
  177. object imgHelp: TImage
  178. Left = 425
  179. Top = 26
  180. Width = 32
  181. Height = 32
  182. Cursor = crHandPoint
  183. Anchors = [akTop, akRight]
  184. AutoSize = True
  185. Picture.Data = {
  186. 055449636F6E0000010001001010000001002000680400001600000028000000
  187. 1000000020000000010020000000000000000000000000000000000000000000
  188. 0000000000000000000000000000000000000000000000000000000000000000
  189. D098A090C09090E0B06060FF802020E0801820E0A05850B0C098906000000000
  190. 000000000000000000000000000000000000000000000000C0808010C07870D0
  191. D0B0A0FFC05830FFE0A080FFF0C8B0FFF0C0A0FFD09070FF903010FFB0787080
  192. 0000000000000000000000000000000000000000C0808070C08080FFE0C0B0FF
  193. D07040FFFFD0B0FFFFFFF0FFE0C8C0FF904030FFFFE8D0FFF0B890FF903010FF
  194. C09080600000000000000000C0888020C08080E0C09890FFE0E8E0FFE0B8A0FF
  195. F0B090FFFFFFFFFFFFFFFFFFE0D0C0FFD0A090FFFFE8E0FFFFE0D0FFD09070FF
  196. A05050B000000000C0788080C07880FFD0C8C0FFF0F8F0FFD0C8C0FFE08050FF
  197. FFD0B0FFFFFFFFFFFFFFFFFFFFF0F0FF905040FFC08870FFFFE8E0FFF0C0A0FF
  198. 801810E0A08080E0C09090FFE0F0E0FFE0E8E0FFC09090FFC08880FFF08850FF
  199. FFD0B0FFFFFFFFFFFFFFFFFFF0E8E0FFE0D0D0FF905040FFD0A890FFFFC0A0FF
  200. 902820E0C07870FFE0E8E0FFD0C0C0FFC07880FFC08080FFC08080FFF0A080FF
  201. FFC0A0FFFFFFFFFFC08880FFA05840FFE0D0D0FFA05840FFC0A090FFE0A880FF
  202. C06860FFC08080FFD0A8B0FFC08080FFD09090FFD09090FFD08890FFE0A8A0FF
  203. FFA870FFFFC8B0FFF0E8E0FFC08880FFA05840FFC08880FFF0C8B0FFD07040FF
  204. D09090F0D0A0A0FFD0A8B0FFD09090FFE0A0A0FFE098A0FFD09890FFD09090FF
  205. E0A8A0FFFFA870FFFFC0A0FFFFE0D0FFFFE0D0FFFFC0A0FFE08850FFD0C0B0FF
  206. E0E0E0FFD0A0A020D0A0A0FFF0D0D0FFD09890FFE0A8B0FFE0A8B0FFE0A8A0FF
  207. E0A0A0FFE0B0B0FFF0A890FFFF9060FFF09050FFE0A080FFD09890FFC06870FF
  208. C0B0B0FF00000000D0A0A030D0A0A0FFF0C8D0FFD09890FFE0B0B0FFF0B8B0FF
  209. E0B0B0FFE0A8B0FFE0A0A0FFE0A0A0FFD09890FFD09090FFD08880FFC07070FF
  210. C07070FF0000000000000000D0A0A030D0A0A0FFF0C8D0FFD09890FFE0B0B0FF
  211. F0C0C0FFF0B8B0FFF0B0B0FFE0B0B0FFE0A8B0FFE0A0A0FFD098A0FFD09090FF
  212. D08880E0000000000000000000000000D0A0A030D0A0A0FFF0C8D0FFD09890FF
  213. F0B8B0FFF0C8C0FFF0C0C0FFF0C0C0FFF0B8C0FFE0B0B0FFD0A8A0FFD0808090
  214. C080801000000000000000000000000000000000D0A0A030D0A0A0FFF0C8D0FF
  215. D09890FFF0C0C0FFE0C0C0FFE0C0C0FFD0A8B0FFC08080A0C080801000000000
  216. 000000000000000000000000000000000000000000000000D0A0A030D0A0A0FF
  217. F0D0D0FFE0A0A0FFD0A8A0FFC08080A0C0808020000000000000000000000000
  218. 00000000000000000000000000000000000000000000000000000000D0A0A020
  219. D09090D0C08080A0C08080200000000000000000000000000000000000000000
  220. 00000000FE039C41F8019C41F0009C41C0009C4180009C4100009C4100009C41
  221. 00009C4100009C4100009C4180009C41C0009C41E0009C41F0039C41F80F9C41
  222. FC3F9C41}
  223. OnClick = imgHelpClick
  224. end
  225. object rgGatherZJJLSelect: TRadioGroup
  226. Left = 8
  227. Top = 8
  228. Width = 409
  229. Height = 49
  230. Caption = #20013#38388#35745#37327#27719#24635#23618#27425
  231. Columns = 3
  232. Items.Strings = (
  233. #26080
  234. #36328#32423#36873#25321#39033#30446#33410
  235. #21516#32423#36873#25321#39033#30446#33410)
  236. TabOrder = 0
  237. end
  238. object pnlGatherZJJLSelectHint: TPanel
  239. Left = 8
  240. Top = 56
  241. Width = 409
  242. Height = 41
  243. BevelOuter = bvNone
  244. TabOrder = 1
  245. Visible = False
  246. object lHintOut: TLabel
  247. Left = 5
  248. Top = 5
  249. Width = 276
  250. Height = 12
  251. Caption = #36328#32423#36873#25321#39033#30446#33410#65306#33258#21160#21246#36873#21516#19968#31456#32423#19979#30340#65292#21516#23618#33410#28857
  252. Font.Charset = ANSI_CHARSET
  253. Font.Color = clBlue
  254. Font.Height = -12
  255. Font.Name = #23435#20307
  256. Font.Style = []
  257. ParentFont = False
  258. end
  259. object lHintIn: TLabel
  260. Left = 5
  261. Top = 21
  262. Width = 252
  263. Height = 12
  264. Caption = #21516#32423#36873#25321#39033#30446#33410#65306#33258#21160#21246#36873#29238#39033#19979#30340#65292#21516#23618#33410#28857
  265. Font.Charset = ANSI_CHARSET
  266. Font.Color = clBlue
  267. Font.Height = -12
  268. Font.Name = #23435#20307
  269. Font.Style = []
  270. ParentFont = False
  271. end
  272. end
  273. end
  274. end
  275. object btnOk: TButton
  276. Left = 302
  277. Top = 304
  278. Width = 75
  279. Height = 21
  280. Caption = #30830' '#23450
  281. Font.Charset = ANSI_CHARSET
  282. Font.Color = clWindowText
  283. Font.Height = -12
  284. Font.Name = #23435#20307
  285. Font.Style = []
  286. ModalResult = 1
  287. ParentFont = False
  288. TabOrder = 1
  289. end
  290. object btnCancel: TButton
  291. Left = 388
  292. Top = 304
  293. Width = 75
  294. Height = 21
  295. Caption = #21462' '#28040
  296. Font.Charset = ANSI_CHARSET
  297. Font.Color = clWindowText
  298. Font.Height = -12
  299. Font.Name = #23435#20307
  300. Font.Style = []
  301. ModalResult = 2
  302. ParentFont = False
  303. TabOrder = 2
  304. end
  305. object xpm: TXPMenu
  306. DimLevel = 30
  307. GrayLevel = 10
  308. Font.Charset = DEFAULT_CHARSET
  309. Font.Color = clMenuText
  310. Font.Height = -12
  311. Font.Name = #23435#20307
  312. Font.Style = []
  313. Color = clBtnFace
  314. IconBackColor = clBtnFace
  315. MenuBarColor = clBtnFace
  316. SelectColor = 38640
  317. SelectBorderColor = clHighlight
  318. SelectFontColor = clMenuText
  319. DisabledColor = clInactiveCaption
  320. SeparatorColor = clBtnFace
  321. CheckedColor = clHighlight
  322. IconWidth = 24
  323. DrawSelect = True
  324. UseSystemColors = False
  325. OverrideOwnerDraw = False
  326. Gradient = False
  327. FlatMenu = False
  328. AutoDetect = True
  329. XPControls = [xcToolbar]
  330. Active = True
  331. ControlUseTrueXPStyle = True
  332. BtnRoundArc = 5
  333. BtnOutLineBorderColor = 7552000
  334. BtnInnerBorderMoveColor = 3257087
  335. BtnInnerBorderFocusColor = 15183500
  336. BtnSurfaceNormalColor = 16251903
  337. BtnSurfaceDownColor = 14608359
  338. BtnSurfaceBottomLineColor = 14608359
  339. BtnSurfaceDownBottomLineColor = 15199215
  340. RdoChkControlChkColor = 41472
  341. ComboBoxChkColor = 9201994
  342. ComboboxSurfaceMoveColor = 16771030
  343. ControlDisabledBorderColor = 11913158
  344. Left = 431
  345. Top = 16
  346. end
  347. end