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