Setup.WizardForm.dfm 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818
  1. object WizardForm: TWizardForm
  2. Left = 191
  3. Top = 139
  4. BorderIcons = [biSystemMenu, biMinimize]
  5. BorderStyle = bsSingle
  6. Caption = 'WizardForm'
  7. ClientHeight = 360
  8. ClientWidth = 497
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. Scaled = False
  16. OnClose = FormClose
  17. OnResize = FormResize
  18. DesignSize = (
  19. 497
  20. 360)
  21. TextHeight = 13
  22. object FBevel: TBevel
  23. Left = 0
  24. Top = 313
  25. Width = 497
  26. Height = 1
  27. Anchors = [akLeft, akRight, akBottom]
  28. Shape = bsTopLine
  29. end
  30. object FCancelButton: TNewButton
  31. Left = 464
  32. Top = 327
  33. Width = 17
  34. Height = 23
  35. Anchors = [akRight, akBottom]
  36. Cancel = True
  37. Caption = '*'
  38. TabOrder = 4
  39. OnClick = CancelButtonClick
  40. end
  41. object FNextButton: TNewButton
  42. Left = 440
  43. Top = 327
  44. Width = 17
  45. Height = 23
  46. Anchors = [akRight, akBottom]
  47. Caption = '*'
  48. Default = True
  49. TabOrder = 3
  50. OnClick = NextButtonClick
  51. end
  52. object FBackButton: TNewButton
  53. Left = 424
  54. Top = 327
  55. Width = 16
  56. Height = 23
  57. Anchors = [akRight, akBottom]
  58. Caption = '*'
  59. TabOrder = 2
  60. OnClick = BackButtonClick
  61. end
  62. object FOuterNotebook: TNewNotebook
  63. Left = 0
  64. Top = 0
  65. Width = 497
  66. Height = 313
  67. ActivePage = FInnerPage
  68. Anchors = [akLeft, akTop, akRight, akBottom]
  69. Color = clBtnFace
  70. ParentColor = False
  71. TabOrder = 0
  72. object FWelcomePage: TNewNotebookPage
  73. Color = clWindow
  74. ParentColor = False
  75. DesignSize = (
  76. 497
  77. 313)
  78. object FWizardBitmapImage: TBitmapImage
  79. Left = 0
  80. Top = 0
  81. Width = 164
  82. Height = 314
  83. Anchors = [akLeft, akTop, akBottom]
  84. end
  85. object FWelcomeLabel2: TNewStaticText
  86. Left = 176
  87. Top = 76
  88. Width = 301
  89. Height = 234
  90. Anchors = [akLeft, akTop, akRight]
  91. AutoSize = False
  92. Caption = '*'
  93. ShowAccelChar = False
  94. TabOrder = 1
  95. WordWrap = True
  96. end
  97. object FWelcomeLabel1: TNewStaticText
  98. Left = 176
  99. Top = 16
  100. Width = 301
  101. Height = 54
  102. Anchors = [akLeft, akTop, akRight]
  103. AutoSize = False
  104. Caption = '*'
  105. ShowAccelChar = False
  106. TabOrder = 0
  107. WordWrap = True
  108. end
  109. end
  110. object FInnerPage: TNewNotebookPage
  111. DesignSize = (
  112. 497
  113. 313)
  114. object FBevel1: TBevel
  115. Left = 0
  116. Top = 58
  117. Width = 499
  118. Height = 1
  119. Anchors = [akLeft, akTop, akRight]
  120. Shape = bsTopLine
  121. end
  122. object FInnerNotebook: TNewNotebook
  123. Left = 40
  124. Top = 72
  125. Width = 417
  126. Height = 237
  127. ActivePage = FLicensePage
  128. Anchors = [akLeft, akTop, akRight, akBottom]
  129. TabOrder = 1
  130. object FLicensePage: TNewNotebookPage
  131. DesignSize = (
  132. 417
  133. 237)
  134. object FLicenseNotAcceptedRadio: TNewRadioButton
  135. Left = 0
  136. Top = 216
  137. Width = 417
  138. Height = 17
  139. Anchors = [akLeft, akRight, akBottom]
  140. Caption = '*'
  141. Checked = True
  142. TabOrder = 3
  143. TabStop = True
  144. OnClick = LicenseNotAcceptedRadioClick
  145. end
  146. object FLicenseAcceptedRadio: TNewRadioButton
  147. Left = 0
  148. Top = 196
  149. Width = 417
  150. Height = 17
  151. Anchors = [akLeft, akRight, akBottom]
  152. Caption = '*'
  153. TabOrder = 2
  154. OnClick = LicenseAcceptedRadioClick
  155. end
  156. object FLicenseMemo: TRichEditViewer
  157. Left = 0
  158. Top = 24
  159. Width = 417
  160. Height = 161
  161. Anchors = [akLeft, akTop, akRight, akBottom]
  162. BevelKind = bkFlat
  163. BorderStyle = bsNone
  164. ReadOnly = True
  165. ScrollBars = ssVertical
  166. TabOrder = 1
  167. WantReturns = False
  168. UseRichEdit = False
  169. end
  170. object FLicenseLabel1: TNewStaticText
  171. Left = 0
  172. Top = 0
  173. Width = 417
  174. Height = 14
  175. Anchors = [akLeft, akTop, akRight]
  176. AutoSize = False
  177. Caption = '*'
  178. ShowAccelChar = False
  179. TabOrder = 0
  180. WordWrap = True
  181. end
  182. end
  183. object FPasswordPage: TNewNotebookPage
  184. DesignSize = (
  185. 417
  186. 237)
  187. object FPasswordEdit: TPasswordEdit
  188. Left = 0
  189. Top = 40
  190. Width = 265
  191. Height = 21
  192. Anchors = [akLeft, akTop, akRight]
  193. TabOrder = 2
  194. end
  195. object FPasswordEditLabel: TNewStaticText
  196. Left = 0
  197. Top = 24
  198. Width = 417
  199. Height = 14
  200. Anchors = [akLeft, akTop, akRight]
  201. AutoSize = False
  202. Caption = '*'
  203. FocusControl = FPasswordEdit
  204. TabOrder = 1
  205. WordWrap = True
  206. end
  207. object FPasswordLabel: TNewStaticText
  208. Left = 0
  209. Top = 0
  210. Width = 417
  211. Height = 14
  212. Anchors = [akLeft, akTop, akRight]
  213. AutoSize = False
  214. Caption = '*'
  215. ShowAccelChar = False
  216. TabOrder = 0
  217. WordWrap = True
  218. end
  219. end
  220. object FInfoBeforePage: TNewNotebookPage
  221. DesignSize = (
  222. 417
  223. 237)
  224. object FInfoBeforeMemo: TRichEditViewer
  225. Left = 0
  226. Top = 24
  227. Width = 417
  228. Height = 205
  229. Anchors = [akLeft, akTop, akRight, akBottom]
  230. BevelKind = bkFlat
  231. BorderStyle = bsNone
  232. ReadOnly = True
  233. ScrollBars = ssVertical
  234. TabOrder = 1
  235. WantReturns = False
  236. UseRichEdit = False
  237. end
  238. object FInfoBeforeClickLabel: TNewStaticText
  239. Left = 0
  240. Top = 0
  241. Width = 417
  242. Height = 14
  243. Anchors = [akLeft, akTop, akRight]
  244. AutoSize = False
  245. Caption = '*'
  246. ShowAccelChar = False
  247. TabOrder = 0
  248. WordWrap = True
  249. end
  250. end
  251. object FUserInfoPage: TNewNotebookPage
  252. DesignSize = (
  253. 417
  254. 237)
  255. object FUserInfoSerialEdit: TNewEdit
  256. Left = 0
  257. Top = 120
  258. Width = 417
  259. Height = 21
  260. Anchors = [akLeft, akTop, akRight]
  261. MaxLength = 255
  262. TabOrder = 5
  263. OnChange = UserInfoEditChange
  264. end
  265. object FUserInfoSerialLabel: TNewStaticText
  266. Left = 0
  267. Top = 104
  268. Width = 417
  269. Height = 14
  270. Anchors = [akLeft, akTop, akRight]
  271. AutoSize = False
  272. Caption = '*'
  273. FocusControl = FUserInfoSerialEdit
  274. TabOrder = 4
  275. WordWrap = True
  276. end
  277. object FUserInfoOrgEdit: TNewEdit
  278. Left = 0
  279. Top = 68
  280. Width = 417
  281. Height = 21
  282. Anchors = [akLeft, akTop, akRight]
  283. MaxLength = 255
  284. TabOrder = 3
  285. OnChange = UserInfoEditChange
  286. end
  287. object FUserInfoOrgLabel: TNewStaticText
  288. Left = 0
  289. Top = 52
  290. Width = 417
  291. Height = 14
  292. Anchors = [akLeft, akTop, akRight]
  293. AutoSize = False
  294. Caption = '*'
  295. FocusControl = FUserInfoOrgEdit
  296. TabOrder = 2
  297. WordWrap = True
  298. end
  299. object FUserInfoNameEdit: TNewEdit
  300. Left = 0
  301. Top = 16
  302. Width = 417
  303. Height = 21
  304. Anchors = [akLeft, akTop, akRight]
  305. MaxLength = 255
  306. TabOrder = 1
  307. OnChange = UserInfoEditChange
  308. end
  309. object FUserInfoNameLabel: TNewStaticText
  310. Left = 0
  311. Top = 0
  312. Width = 417
  313. Height = 14
  314. Anchors = [akLeft, akTop, akRight]
  315. AutoSize = False
  316. Caption = '*'
  317. FocusControl = FUserInfoNameEdit
  318. TabOrder = 0
  319. WordWrap = True
  320. end
  321. end
  322. object FSelectDirPage: TNewNotebookPage
  323. DesignSize = (
  324. 417
  325. 237)
  326. object FSelectDirBitmapImage: TBitmapImage
  327. Left = 0
  328. Top = 0
  329. Width = 34
  330. Height = 34
  331. end
  332. object FDiskSpaceLabel: TNewStaticText
  333. Left = 0
  334. Top = 216
  335. Width = 417
  336. Height = 14
  337. Anchors = [akLeft, akRight, akBottom]
  338. AutoSize = False
  339. Caption = '*'
  340. ShowAccelChar = False
  341. TabOrder = 4
  342. WordWrap = True
  343. end
  344. object FDirBrowseButton: TNewButton
  345. Left = 400
  346. Top = 67
  347. Width = 17
  348. Height = 23
  349. Anchors = [akTop, akRight]
  350. Caption = '*'
  351. TabOrder = 3
  352. OnClick = DirBrowseButtonClick
  353. end
  354. object FDirEdit: TEdit
  355. Left = 0
  356. Top = 68
  357. Width = 397
  358. Height = 21
  359. Anchors = [akLeft, akTop, akRight]
  360. TabOrder = 2
  361. Text = 'DirEdit'
  362. end
  363. object FSelectDirBrowseLabel: TNewStaticText
  364. Left = 0
  365. Top = 44
  366. Width = 417
  367. Height = 14
  368. Anchors = [akLeft, akTop, akRight]
  369. AutoSize = False
  370. Caption = '*'
  371. ShowAccelChar = False
  372. TabOrder = 1
  373. WordWrap = True
  374. end
  375. object FSelectDirLabel: TNewStaticText
  376. Left = 44
  377. Top = 0
  378. Width = 373
  379. Height = 14
  380. Anchors = [akLeft, akTop, akRight]
  381. AutoSize = False
  382. Caption = '*'
  383. ShowAccelChar = False
  384. TabOrder = 0
  385. WordWrap = True
  386. end
  387. end
  388. object FSelectComponentsPage: TNewNotebookPage
  389. DesignSize = (
  390. 417
  391. 237)
  392. object FComponentsDiskSpaceLabel: TNewStaticText
  393. Left = 0
  394. Top = 216
  395. Width = 417
  396. Height = 14
  397. Anchors = [akLeft, akRight, akBottom]
  398. AutoSize = False
  399. Caption = '*'
  400. ShowAccelChar = False
  401. TabOrder = 3
  402. end
  403. object FComponentsList: TNewCheckListBox
  404. Left = 0
  405. Top = 48
  406. Width = 417
  407. Height = 157
  408. Anchors = [akLeft, akTop, akRight, akBottom]
  409. Offset = 2
  410. OnClickCheck = ComponentsListClickCheck
  411. RequireRadioSelection = True
  412. TabOrder = 2
  413. end
  414. object FTypesCombo: TNewComboBox
  415. Left = 0
  416. Top = 24
  417. Width = 417
  418. Height = 21
  419. Style = csDropDownList
  420. Anchors = [akLeft, akTop, akRight]
  421. TabOrder = 1
  422. OnChange = TypesComboChange
  423. end
  424. object FSelectComponentsLabel: TNewStaticText
  425. Left = 0
  426. Top = 0
  427. Width = 417
  428. Height = 14
  429. Anchors = [akLeft, akTop, akRight]
  430. AutoSize = False
  431. Caption = '*'
  432. ShowAccelChar = False
  433. TabOrder = 0
  434. WordWrap = True
  435. end
  436. end
  437. object FSelectProgramGroupPage: TNewNotebookPage
  438. DesignSize = (
  439. 417
  440. 237)
  441. object FSelectGroupBitmapImage: TBitmapImage
  442. Left = 0
  443. Top = 0
  444. Width = 34
  445. Height = 34
  446. end
  447. object FNoIconsCheck: TNewCheckBox
  448. Left = 0
  449. Top = 215
  450. Width = 417
  451. Height = 17
  452. Anchors = [akLeft, akRight, akBottom]
  453. Caption = '*'
  454. TabOrder = 4
  455. OnClick = NoIconsCheckClick
  456. end
  457. object FGroupBrowseButton: TNewButton
  458. Left = 400
  459. Top = 67
  460. Width = 17
  461. Height = 23
  462. Anchors = [akTop, akRight]
  463. Caption = '*'
  464. TabOrder = 3
  465. OnClick = GroupBrowseButtonClick
  466. end
  467. object FGroupEdit: TNewEdit
  468. Left = 0
  469. Top = 68
  470. Width = 397
  471. Height = 21
  472. Anchors = [akLeft, akTop, akRight]
  473. TabOrder = 2
  474. Text = 'GroupEdit'
  475. end
  476. object FSelectStartMenuFolderBrowseLabel: TNewStaticText
  477. Left = 0
  478. Top = 44
  479. Width = 417
  480. Height = 14
  481. Anchors = [akLeft, akTop, akRight]
  482. AutoSize = False
  483. Caption = '*'
  484. ShowAccelChar = False
  485. TabOrder = 1
  486. WordWrap = True
  487. end
  488. object FSelectStartMenuFolderLabel: TNewStaticText
  489. Left = 44
  490. Top = 0
  491. Width = 373
  492. Height = 14
  493. Anchors = [akLeft, akTop, akRight]
  494. AutoSize = False
  495. Caption = '*'
  496. ShowAccelChar = False
  497. TabOrder = 0
  498. WordWrap = True
  499. end
  500. end
  501. object FSelectTasksPage: TNewNotebookPage
  502. DesignSize = (
  503. 417
  504. 237)
  505. object FTasksList: TNewCheckListBox
  506. Left = 0
  507. Top = 24
  508. Width = 417
  509. Height = 205
  510. Anchors = [akLeft, akTop, akRight, akBottom]
  511. ParentColor = True
  512. RequireRadioSelection = True
  513. ShowLines = False
  514. TabOrder = 1
  515. WantTabs = True
  516. end
  517. object FSelectTasksLabel: TNewStaticText
  518. Left = 0
  519. Top = 0
  520. Width = 417
  521. Height = 14
  522. Anchors = [akLeft, akTop, akRight]
  523. AutoSize = False
  524. Caption = '*'
  525. ShowAccelChar = False
  526. TabOrder = 0
  527. WordWrap = True
  528. end
  529. end
  530. object FReadyPage: TNewNotebookPage
  531. DesignSize = (
  532. 417
  533. 237)
  534. object FReadyMemo: TNewMemo
  535. Left = 0
  536. Top = 24
  537. Width = 417
  538. Height = 205
  539. Anchors = [akLeft, akTop, akRight, akBottom]
  540. Color = clBtnFace
  541. ReadOnly = True
  542. ScrollBars = ssBoth
  543. TabOrder = 1
  544. WantReturns = False
  545. WordWrap = False
  546. end
  547. object FReadyLabel: TNewStaticText
  548. Left = 0
  549. Top = 0
  550. Width = 417
  551. Height = 14
  552. Anchors = [akLeft, akTop, akRight]
  553. AutoSize = False
  554. Caption = '*'
  555. ShowAccelChar = False
  556. TabOrder = 0
  557. WordWrap = True
  558. end
  559. end
  560. object FPreparingPage: TNewNotebookPage
  561. DesignSize = (
  562. 417
  563. 237)
  564. object FPreparingErrorBitmapImage: TBitmapImage
  565. Left = 0
  566. Top = 0
  567. Width = 17
  568. Height = 17
  569. Visible = False
  570. end
  571. object FPreparingLabel: TNewStaticText
  572. Left = 24
  573. Top = 0
  574. Width = 393
  575. Height = 14
  576. Anchors = [akLeft, akTop, akRight]
  577. AutoSize = False
  578. Caption = '*'
  579. ShowAccelChar = False
  580. TabOrder = 0
  581. Visible = False
  582. WordWrap = True
  583. end
  584. object FPreparingYesRadio: TNewRadioButton
  585. Left = 24
  586. Top = 28
  587. Width = 393
  588. Height = 17
  589. Anchors = [akLeft, akTop, akRight]
  590. Caption = '*'
  591. Checked = True
  592. TabOrder = 2
  593. TabStop = True
  594. Visible = False
  595. end
  596. object FPreparingNoRadio: TNewRadioButton
  597. Left = 24
  598. Top = 56
  599. Width = 393
  600. Height = 17
  601. Anchors = [akLeft, akTop, akRight]
  602. Caption = '*'
  603. TabOrder = 3
  604. Visible = False
  605. end
  606. object FPreparingMemo: TNewMemo
  607. Left = 24
  608. Top = 88
  609. Width = 393
  610. Height = 145
  611. Anchors = [akLeft, akTop, akRight, akBottom]
  612. Color = clBtnFace
  613. Lines.Strings = (
  614. 'PreparingMemo')
  615. ReadOnly = True
  616. ScrollBars = ssBoth
  617. TabOrder = 1
  618. WantReturns = False
  619. WordWrap = False
  620. end
  621. end
  622. object FInstallingPage: TNewNotebookPage
  623. DesignSize = (
  624. 417
  625. 237)
  626. object FFilenameLabel: TNewStaticText
  627. Left = 0
  628. Top = 16
  629. Width = 417
  630. Height = 16
  631. Anchors = [akLeft, akTop, akRight]
  632. AutoSize = False
  633. ForceLTRReading = True
  634. ShowAccelChar = False
  635. TabOrder = 1
  636. end
  637. object FStatusLabel: TNewStaticText
  638. Left = 0
  639. Top = 0
  640. Width = 417
  641. Height = 16
  642. Anchors = [akLeft, akTop, akRight]
  643. AutoSize = False
  644. ShowAccelChar = False
  645. TabOrder = 0
  646. end
  647. object FProgressGauge: TNewProgressBar
  648. Left = 0
  649. Top = 42
  650. Width = 417
  651. Height = 21
  652. Anchors = [akLeft, akTop, akRight]
  653. Min = 0
  654. Max = 100
  655. Style = npbstNormal
  656. end
  657. end
  658. object FInfoAfterPage: TNewNotebookPage
  659. DesignSize = (
  660. 417
  661. 237)
  662. object FInfoAfterMemo: TRichEditViewer
  663. Left = 0
  664. Top = 24
  665. Width = 417
  666. Height = 205
  667. Anchors = [akLeft, akTop, akRight, akBottom]
  668. BevelKind = bkFlat
  669. BorderStyle = bsNone
  670. ReadOnly = True
  671. ScrollBars = ssVertical
  672. TabOrder = 1
  673. WantReturns = False
  674. UseRichEdit = False
  675. end
  676. object FInfoAfterClickLabel: TNewStaticText
  677. Left = 0
  678. Top = 0
  679. Width = 417
  680. Height = 14
  681. Anchors = [akLeft, akTop, akRight]
  682. AutoSize = False
  683. Caption = '*'
  684. ShowAccelChar = False
  685. TabOrder = 0
  686. WordWrap = True
  687. end
  688. end
  689. end
  690. object FMainPanel: TPanel
  691. Left = 0
  692. Top = 0
  693. Width = 497
  694. Height = 58
  695. Anchors = [akLeft, akTop, akRight]
  696. BevelOuter = bvNone
  697. Color = clWindow
  698. TabOrder = 0
  699. DesignSize = (
  700. 497
  701. 58)
  702. object FWizardSmallBitmapImage: TBitmapImage
  703. Left = 439
  704. Top = 0
  705. Width = 58
  706. Height = 58
  707. Anchors = [akTop, akRight]
  708. end
  709. object FPageDescriptionLabel: TNewStaticText
  710. Left = 40
  711. Top = 26
  712. Width = 389
  713. Height = 29
  714. Anchors = [akLeft, akTop, akRight]
  715. AutoSize = False
  716. Caption = '*'
  717. ShowAccelChar = False
  718. TabOrder = 1
  719. WordWrap = True
  720. end
  721. object FPageNameLabel: TNewStaticText
  722. Left = 24
  723. Top = 10
  724. Width = 405
  725. Height = 14
  726. Anchors = [akLeft, akTop, akRight]
  727. AutoSize = False
  728. Caption = '*'
  729. ShowAccelChar = False
  730. TabOrder = 0
  731. end
  732. end
  733. end
  734. object FFinishedPage: TNewNotebookPage
  735. Color = clWindow
  736. ParentColor = False
  737. DesignSize = (
  738. 497
  739. 313)
  740. object FWizardBitmapImage2: TBitmapImage
  741. Left = 0
  742. Top = 0
  743. Width = 164
  744. Height = 314
  745. Anchors = [akLeft, akTop, akBottom]
  746. end
  747. object FRunList: TNewCheckListBox
  748. Left = 176
  749. Top = 156
  750. Width = 301
  751. Height = 149
  752. Anchors = [akLeft, akTop, akRight, akBottom]
  753. BorderStyle = bsNone
  754. ParentColor = True
  755. TabOrder = 2
  756. Visible = False
  757. WantTabs = True
  758. end
  759. object FNoRadio: TNewRadioButton
  760. Left = 176
  761. Top = 184
  762. Width = 301
  763. Height = 17
  764. Anchors = [akLeft, akTop, akRight]
  765. Caption = '*'
  766. TabOrder = 4
  767. Visible = False
  768. end
  769. object FYesRadio: TNewRadioButton
  770. Left = 176
  771. Top = 156
  772. Width = 301
  773. Height = 17
  774. Anchors = [akLeft, akTop, akRight]
  775. Caption = '*'
  776. Checked = True
  777. TabOrder = 3
  778. TabStop = True
  779. Visible = False
  780. end
  781. object FFinishedLabel: TNewStaticText
  782. Left = 176
  783. Top = 76
  784. Width = 301
  785. Height = 53
  786. Anchors = [akLeft, akTop, akRight]
  787. AutoSize = False
  788. Caption = '*'
  789. ShowAccelChar = False
  790. TabOrder = 1
  791. WordWrap = True
  792. end
  793. object FFinishedHeadingLabel: TNewStaticText
  794. Left = 176
  795. Top = 16
  796. Width = 301
  797. Height = 54
  798. Anchors = [akLeft, akTop, akRight]
  799. AutoSize = False
  800. Caption = '*'
  801. ShowAccelChar = False
  802. TabOrder = 0
  803. WordWrap = True
  804. end
  805. end
  806. end
  807. object FBeveledLabel: TNewStaticText
  808. Left = 0
  809. Top = 306
  810. Width = 5
  811. Height = 14
  812. Anchors = [akLeft, akBottom]
  813. Caption = '*'
  814. Enabled = False
  815. ShowAccelChar = False
  816. TabOrder = 1
  817. end
  818. end