Setup.WizardForm.dfm 22 KB

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