ec_showchoices.lfm 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. inherited ECShowChoicesFrame: TECShowChoicesFrame
  2. Left = 297
  3. Height = 331
  4. Top = 235
  5. Width = 507
  6. Caption = 'Show choices'
  7. ClientHeight = 331
  8. ClientWidth = 507
  9. inherited EcResultPanel: TPanel
  10. Top = 289
  11. Width = 507
  12. ClientWidth = 507
  13. inherited EcResultLineBevel: TBevel
  14. Width = 507
  15. end
  16. inherited EcOkBitBtn: TBitBtn
  17. Left = 293
  18. end
  19. inherited EcCancelBitBtn: TBitBtn
  20. Left = 397
  21. end
  22. end
  23. object ShowChoicesMainPanel: TPanel[1]
  24. Left = 0
  25. Height = 289
  26. Top = 0
  27. Width = 507
  28. Align = alClient
  29. BevelOuter = bvNone
  30. ClientHeight = 289
  31. ClientWidth = 507
  32. TabOrder = 1
  33. object SettingsGroupBox: TGroupBox
  34. Left = 344
  35. Height = 281
  36. Top = 4
  37. Width = 159
  38. Align = alRight
  39. BorderSpacing.Left = 4
  40. BorderSpacing.Top = 4
  41. BorderSpacing.Right = 4
  42. BorderSpacing.Bottom = 4
  43. Caption = 'Settings'
  44. ChildSizing.VerticalSpacing = 4
  45. ClientHeight = 263
  46. ClientWidth = 157
  47. TabOrder = 0
  48. object BackgroundPanel: TPanel
  49. Left = 0
  50. Height = 62
  51. Top = 0
  52. Width = 154
  53. Anchors = [akTop, akLeft, akRight]
  54. AutoSize = True
  55. BorderSpacing.Top = 4
  56. BevelOuter = bvNone
  57. ClientHeight = 62
  58. ClientWidth = 154
  59. TabOrder = 0
  60. object BackgroundLabel: TLabel
  61. AnchorSideLeft.Control = BackgroundComboBox
  62. AnchorSideRight.Control = BackgroundComboBox
  63. AnchorSideRight.Side = asrBottom
  64. Left = 8
  65. Height = 17
  66. Top = 4
  67. Width = 82
  68. BorderSpacing.Top = 4
  69. Caption = 'Background:'
  70. Color = clBtnFace
  71. ParentColor = False
  72. Transparent = False
  73. end
  74. object BackgroundComboBox: TComboBox
  75. AnchorSideTop.Control = BackgroundLabel
  76. AnchorSideTop.Side = asrBottom
  77. AnchorSideRight.Side = asrBottom
  78. Left = 8
  79. Height = 33
  80. Top = 25
  81. Width = 140
  82. Anchors = [akTop, akLeft, akRight]
  83. BorderSpacing.Left = 4
  84. BorderSpacing.Top = 4
  85. BorderSpacing.Right = 4
  86. BorderSpacing.Bottom = 4
  87. ItemHeight = 0
  88. Style = csDropDownList
  89. TabOrder = 0
  90. end
  91. end
  92. object PositionPanel: TPanel
  93. AnchorSideTop.Control = BackgroundPanel
  94. AnchorSideTop.Side = asrBottom
  95. Left = 0
  96. Height = 62
  97. Top = 66
  98. Width = 154
  99. Anchors = [akTop, akLeft, akRight]
  100. AutoSize = True
  101. BorderSpacing.Top = 4
  102. BevelOuter = bvNone
  103. ClientHeight = 62
  104. ClientWidth = 154
  105. TabOrder = 1
  106. object PositionComboBox: TComboBox
  107. AnchorSideTop.Control = PositionLabel
  108. AnchorSideTop.Side = asrBottom
  109. AnchorSideRight.Side = asrBottom
  110. Left = 8
  111. Height = 33
  112. Top = 25
  113. Width = 140
  114. Anchors = [akTop, akLeft, akRight]
  115. BorderSpacing.Left = 4
  116. BorderSpacing.Top = 4
  117. BorderSpacing.Right = 4
  118. BorderSpacing.Bottom = 4
  119. ItemHeight = 0
  120. Style = csDropDownList
  121. TabOrder = 0
  122. end
  123. object PositionLabel: TLabel
  124. AnchorSideLeft.Control = PositionComboBox
  125. AnchorSideTop.Side = asrBottom
  126. AnchorSideRight.Control = PositionComboBox
  127. AnchorSideRight.Side = asrBottom
  128. Left = 8
  129. Height = 17
  130. Top = 4
  131. Width = 57
  132. BorderSpacing.Top = 4
  133. Caption = 'Position:'
  134. Color = clBtnFace
  135. ParentColor = False
  136. Transparent = False
  137. end
  138. end
  139. object DefaultPanel: TPanel
  140. AnchorSideTop.Control = PositionPanel
  141. AnchorSideTop.Side = asrBottom
  142. Left = 0
  143. Height = 62
  144. Top = 132
  145. Width = 154
  146. Anchors = [akTop, akLeft, akRight]
  147. AutoSize = True
  148. BorderSpacing.Top = 4
  149. BevelOuter = bvNone
  150. ClientHeight = 62
  151. ClientWidth = 154
  152. TabOrder = 2
  153. object DefaultComboBox: TComboBox
  154. AnchorSideTop.Control = DefaultLabel
  155. AnchorSideTop.Side = asrBottom
  156. AnchorSideRight.Side = asrBottom
  157. Left = 8
  158. Height = 33
  159. Top = 25
  160. Width = 140
  161. Anchors = [akTop, akLeft, akRight]
  162. BorderSpacing.Left = 4
  163. BorderSpacing.Top = 4
  164. BorderSpacing.Right = 4
  165. BorderSpacing.Bottom = 4
  166. ItemHeight = 0
  167. Style = csDropDownList
  168. TabOrder = 0
  169. end
  170. object DefaultLabel: TLabel
  171. AnchorSideLeft.Control = DefaultComboBox
  172. AnchorSideTop.Side = asrBottom
  173. AnchorSideRight.Control = DefaultComboBox
  174. AnchorSideRight.Side = asrBottom
  175. Left = 8
  176. Height = 17
  177. Top = 4
  178. Width = 99
  179. BorderSpacing.Top = 4
  180. Caption = 'Default choice:'
  181. Color = clBtnFace
  182. ParentColor = False
  183. Transparent = False
  184. end
  185. end
  186. object CancellationPanel: TPanel
  187. AnchorSideTop.Control = DefaultPanel
  188. AnchorSideTop.Side = asrBottom
  189. Left = 0
  190. Height = 62
  191. Top = 198
  192. Width = 154
  193. Anchors = [akTop, akLeft, akRight]
  194. AutoSize = True
  195. BorderSpacing.Top = 4
  196. BevelOuter = bvNone
  197. ClientHeight = 62
  198. ClientWidth = 154
  199. TabOrder = 3
  200. object CancellationComboBox: TComboBox
  201. AnchorSideTop.Control = CancellationLabel
  202. AnchorSideTop.Side = asrBottom
  203. AnchorSideRight.Side = asrBottom
  204. Left = 8
  205. Height = 33
  206. Top = 25
  207. Width = 140
  208. Anchors = [akTop, akLeft, akRight]
  209. BorderSpacing.Left = 4
  210. BorderSpacing.Top = 4
  211. BorderSpacing.Right = 4
  212. BorderSpacing.Bottom = 4
  213. ItemHeight = 0
  214. Style = csDropDownList
  215. TabOrder = 0
  216. end
  217. object CancellationLabel: TLabel
  218. AnchorSideLeft.Control = CancellationComboBox
  219. AnchorSideTop.Side = asrBottom
  220. AnchorSideRight.Control = CancellationComboBox
  221. AnchorSideRight.Side = asrBottom
  222. Left = 8
  223. Height = 17
  224. Top = 4
  225. Width = 107
  226. BorderSpacing.Top = 4
  227. Caption = 'On cancellation:'
  228. Color = clBtnFace
  229. ParentColor = False
  230. Transparent = False
  231. end
  232. end
  233. end
  234. object ChoiceSettingSplitter: TSplitter
  235. Left = 335
  236. Height = 289
  237. Top = 0
  238. Width = 5
  239. Align = alRight
  240. ResizeAnchor = akRight
  241. end
  242. object ChoicesScrollBox: TScrollBox
  243. Left = 0
  244. Height = 289
  245. Top = 0
  246. Width = 335
  247. HorzScrollBar.Page = 121
  248. VertScrollBar.Page = 223
  249. Align = alClient
  250. BorderStyle = bsNone
  251. ClientHeight = 289
  252. ClientWidth = 335
  253. TabOrder = 2
  254. object ChoicesGroupBox: TGroupBox
  255. Left = 4
  256. Height = 281
  257. Top = 4
  258. Width = 327
  259. Align = alClient
  260. BorderSpacing.Left = 4
  261. BorderSpacing.Top = 4
  262. BorderSpacing.Right = 4
  263. BorderSpacing.Bottom = 4
  264. Caption = 'Choices'
  265. ClientHeight = 263
  266. ClientWidth = 325
  267. TabOrder = 0
  268. object Choice1Panel: TPanel
  269. Left = 8
  270. Height = 37
  271. Top = 0
  272. Width = 314
  273. Anchors = [akTop, akLeft, akRight]
  274. AutoSize = True
  275. BevelOuter = bvNone
  276. ClientHeight = 37
  277. ClientWidth = 314
  278. TabOrder = 0
  279. object Choice1Label: TLabel
  280. AnchorSideTop.Control = Choice1Edit
  281. AnchorSideTop.Side = asrCenter
  282. Left = 4
  283. Height = 17
  284. Top = 10
  285. Width = 19
  286. BorderSpacing.Left = 4
  287. Caption = '#1'
  288. ParentColor = False
  289. end
  290. object Choice1Edit: TEdit
  291. Tag = 1
  292. AnchorSideLeft.Control = Choice1Label
  293. AnchorSideLeft.Side = asrBottom
  294. Left = 31
  295. Height = 29
  296. Top = 4
  297. Width = 275
  298. Anchors = [akTop, akLeft, akRight]
  299. BorderSpacing.Left = 8
  300. BorderSpacing.Top = 4
  301. BorderSpacing.Bottom = 4
  302. TabOrder = 0
  303. end
  304. end
  305. object Choice2Panel: TPanel
  306. Left = 8
  307. Height = 37
  308. Top = 32
  309. Width = 314
  310. Anchors = [akTop, akLeft, akRight]
  311. AutoSize = True
  312. BevelOuter = bvNone
  313. ClientHeight = 37
  314. ClientWidth = 314
  315. TabOrder = 1
  316. object Choice2Label: TLabel
  317. AnchorSideTop.Control = Choice2Edit
  318. AnchorSideTop.Side = asrCenter
  319. Left = 4
  320. Height = 17
  321. Top = 10
  322. Width = 19
  323. BorderSpacing.Left = 4
  324. Caption = '#2'
  325. ParentColor = False
  326. end
  327. object Choice2Edit: TEdit
  328. Tag = 1
  329. AnchorSideLeft.Control = Choice2Label
  330. AnchorSideLeft.Side = asrBottom
  331. Left = 31
  332. Height = 29
  333. Top = 4
  334. Width = 275
  335. Anchors = [akTop, akLeft, akRight]
  336. BorderSpacing.Left = 8
  337. BorderSpacing.Top = 4
  338. BorderSpacing.Bottom = 4
  339. TabOrder = 0
  340. end
  341. end
  342. object Choice3Panel: TPanel
  343. Left = 8
  344. Height = 37
  345. Top = 64
  346. Width = 314
  347. Anchors = [akTop, akLeft, akRight]
  348. AutoSize = True
  349. BevelOuter = bvNone
  350. ClientHeight = 37
  351. ClientWidth = 314
  352. TabOrder = 2
  353. object Choice3Label: TLabel
  354. AnchorSideTop.Control = Choice3Edit
  355. AnchorSideTop.Side = asrCenter
  356. Left = 4
  357. Height = 17
  358. Top = 10
  359. Width = 19
  360. BorderSpacing.Left = 4
  361. Caption = '#3'
  362. ParentColor = False
  363. end
  364. object Choice3Edit: TEdit
  365. Tag = 1
  366. AnchorSideLeft.Control = Choice3Label
  367. AnchorSideLeft.Side = asrBottom
  368. Left = 31
  369. Height = 29
  370. Top = 4
  371. Width = 275
  372. Anchors = [akTop, akLeft, akRight]
  373. BorderSpacing.Left = 8
  374. BorderSpacing.Top = 4
  375. BorderSpacing.Bottom = 4
  376. TabOrder = 0
  377. end
  378. end
  379. object Choice4Panel: TPanel
  380. Left = 8
  381. Height = 37
  382. Top = 96
  383. Width = 314
  384. Anchors = [akTop, akLeft, akRight]
  385. AutoSize = True
  386. BevelOuter = bvNone
  387. ClientHeight = 37
  388. ClientWidth = 314
  389. TabOrder = 3
  390. object Choice4Label: TLabel
  391. AnchorSideTop.Control = Choice4Edit
  392. AnchorSideTop.Side = asrCenter
  393. Left = 4
  394. Height = 17
  395. Top = 10
  396. Width = 19
  397. BorderSpacing.Left = 4
  398. Caption = '#4'
  399. ParentColor = False
  400. end
  401. object Choice4Edit: TEdit
  402. Tag = 1
  403. AnchorSideLeft.Control = Choice4Label
  404. AnchorSideLeft.Side = asrBottom
  405. Left = 31
  406. Height = 29
  407. Top = 4
  408. Width = 275
  409. Anchors = [akTop, akLeft, akRight]
  410. BorderSpacing.Left = 8
  411. BorderSpacing.Top = 4
  412. BorderSpacing.Bottom = 4
  413. TabOrder = 0
  414. end
  415. end
  416. object Choice5Panel: TPanel
  417. Left = 8
  418. Height = 37
  419. Top = 128
  420. Width = 314
  421. Anchors = [akTop, akLeft, akRight]
  422. AutoSize = True
  423. BevelOuter = bvNone
  424. ClientHeight = 37
  425. ClientWidth = 314
  426. TabOrder = 4
  427. object Choice5Label: TLabel
  428. AnchorSideTop.Control = Choice5Edit
  429. AnchorSideTop.Side = asrCenter
  430. Left = 4
  431. Height = 17
  432. Top = 10
  433. Width = 19
  434. BorderSpacing.Left = 4
  435. Caption = '#5'
  436. ParentColor = False
  437. end
  438. object Choice5Edit: TEdit
  439. Tag = 1
  440. AnchorSideLeft.Control = Choice5Label
  441. AnchorSideLeft.Side = asrBottom
  442. Left = 31
  443. Height = 29
  444. Top = 4
  445. Width = 275
  446. Anchors = [akTop, akLeft, akRight]
  447. BorderSpacing.Left = 8
  448. BorderSpacing.Top = 4
  449. BorderSpacing.Bottom = 4
  450. TabOrder = 0
  451. end
  452. end
  453. object Choice6Panel: TPanel
  454. Left = 8
  455. Height = 37
  456. Top = 160
  457. Width = 314
  458. Anchors = [akTop, akLeft, akRight]
  459. AutoSize = True
  460. BevelOuter = bvNone
  461. ClientHeight = 37
  462. ClientWidth = 314
  463. TabOrder = 5
  464. object Choice6Label: TLabel
  465. AnchorSideTop.Control = Choice6Edit
  466. AnchorSideTop.Side = asrCenter
  467. Left = 4
  468. Height = 17
  469. Top = 10
  470. Width = 19
  471. BorderSpacing.Left = 4
  472. Caption = '#6'
  473. ParentColor = False
  474. end
  475. object Choice6Edit: TEdit
  476. Tag = 1
  477. AnchorSideLeft.Control = Choice6Label
  478. AnchorSideLeft.Side = asrBottom
  479. Left = 31
  480. Height = 29
  481. Top = 4
  482. Width = 275
  483. Anchors = [akTop, akLeft, akRight]
  484. BorderSpacing.Left = 8
  485. BorderSpacing.Top = 4
  486. BorderSpacing.Bottom = 4
  487. TabOrder = 0
  488. end
  489. end
  490. end
  491. end
  492. end
  493. end