IDE.MainForm.dfm 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332
  1. object MainForm: TMainForm
  2. Left = 206
  3. Top = 97
  4. BorderStyle = bsNone
  5. Caption = '*'
  6. ClientHeight = 306
  7. ClientWidth = 361
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. KeyPreview = True
  15. Menu = MainMenu1
  16. Position = poDefault
  17. StyleElements = []
  18. OnAfterMonitorDpiChanged = FormAfterMonitorDpiChanged
  19. OnCloseQuery = FormCloseQuery
  20. OnKeyDown = FormKeyDown
  21. OnResize = FormResize
  22. TextHeight = 13
  23. object Bevel1: TBevel
  24. Left = 0
  25. Top = 29
  26. Width = 361
  27. Height = 1
  28. Align = alTop
  29. Shape = bsTopLine
  30. end
  31. object BodyPanel: TPanel
  32. Left = 0
  33. Top = 92
  34. Width = 361
  35. Height = 194
  36. Align = alClient
  37. BevelOuter = bvNone
  38. FullRepaint = False
  39. TabOrder = 3
  40. object SplitPanel: TPanel
  41. Left = 0
  42. Top = 86
  43. Width = 361
  44. Height = 4
  45. Cursor = crSizeNS
  46. Align = alBottom
  47. BevelOuter = bvNone
  48. FullRepaint = False
  49. TabOrder = 1
  50. Visible = False
  51. StyleName = 'Windows'
  52. OnMouseMove = SplitPanelMouseMove
  53. end
  54. object StatusPanel: TPanel
  55. Left = 0
  56. Top = 90
  57. Width = 361
  58. Height = 104
  59. Align = alBottom
  60. BevelOuter = bvNone
  61. FullRepaint = False
  62. TabOrder = 0
  63. Visible = False
  64. object FindResultsList: TListBox
  65. Left = 0
  66. Top = 0
  67. Width = 361
  68. Height = 83
  69. Style = lbOwnerDrawFixed
  70. Align = alClient
  71. BorderStyle = bsNone
  72. ItemHeight = 13
  73. MultiSelect = True
  74. TabOrder = 3
  75. Visible = False
  76. OnDblClick = FindResultsListDblClick
  77. OnDrawItem = FindResultsListDrawItem
  78. OnKeyDown = OutputListKeyDown
  79. end
  80. object DebugCallStackList: TListBox
  81. Left = 0
  82. Top = 0
  83. Width = 361
  84. Height = 83
  85. Style = lbOwnerDrawFixed
  86. Align = alClient
  87. BorderStyle = bsNone
  88. ItemHeight = 13
  89. MultiSelect = True
  90. TabOrder = 2
  91. Visible = False
  92. OnDrawItem = DebugCallStackListDrawItem
  93. OnKeyDown = OutputListKeyDown
  94. end
  95. object DebugOutputList: TListBox
  96. Left = 0
  97. Top = 0
  98. Width = 361
  99. Height = 83
  100. Style = lbOwnerDrawFixed
  101. Align = alClient
  102. BorderStyle = bsNone
  103. ItemHeight = 13
  104. MultiSelect = True
  105. TabOrder = 1
  106. Visible = False
  107. OnDrawItem = DebugOutputListDrawItem
  108. OnKeyDown = OutputListKeyDown
  109. end
  110. object CompilerOutputList: TListBox
  111. Left = 0
  112. Top = 0
  113. Width = 361
  114. Height = 83
  115. Style = lbOwnerDrawFixed
  116. Align = alClient
  117. BorderStyle = bsNone
  118. ItemHeight = 13
  119. MultiSelect = True
  120. TabOrder = 0
  121. OnDrawItem = CompilerOutputListDrawItem
  122. OnKeyDown = OutputListKeyDown
  123. end
  124. object OutputTabSet: TNewTabSet
  125. Left = 0
  126. Top = 83
  127. Width = 361
  128. Height = 21
  129. Align = alBottom
  130. TabIndex = 0
  131. Tabs.Strings = (
  132. 'Compiler Output'
  133. 'Debug Output'
  134. 'Debug Call Stack'
  135. 'Find Results')
  136. OnClick = OutputTabSetClick
  137. end
  138. end
  139. end
  140. object StatusBar: TStatusBar
  141. Left = 0
  142. Top = 286
  143. Width = 361
  144. Height = 20
  145. Panels = <
  146. item
  147. Alignment = taCenter
  148. Bevel = pbNone
  149. Text = ' 1: 1'
  150. Width = 64
  151. end
  152. item
  153. Alignment = taCenter
  154. Bevel = pbNone
  155. Width = 64
  156. end
  157. item
  158. Alignment = taCenter
  159. Bevel = pbNone
  160. Text = 'Insert'
  161. Width = 64
  162. end
  163. item
  164. Alignment = taCenter
  165. Bevel = pbNone
  166. Text = '.*'
  167. Width = 23
  168. end
  169. item
  170. Bevel = pbNone
  171. Style = psOwnerDraw
  172. Width = 110
  173. end
  174. item
  175. Bevel = pbNone
  176. Style = psOwnerDraw
  177. Width = 23
  178. end
  179. item
  180. Bevel = pbNone
  181. Style = psOwnerDraw
  182. Width = 128
  183. end
  184. item
  185. Bevel = pbNone
  186. Width = 50
  187. end>
  188. OnClick = StatusBarClick
  189. OnDrawPanel = StatusBarDrawPanel
  190. OnResize = StatusBarResize
  191. end
  192. object ToolBarPanel: TPanel
  193. Left = 0
  194. Top = 0
  195. Width = 361
  196. Height = 29
  197. Align = alTop
  198. BevelOuter = bvNone
  199. TabOrder = 0
  200. StyleName = 'Windows'
  201. object ToolBar: TToolBar
  202. AlignWithMargins = True
  203. Left = 7
  204. Top = 4
  205. Width = 351
  206. Height = 25
  207. Margins.Left = 7
  208. Margins.Top = 4
  209. Margins.Bottom = 0
  210. Images = ThemedToolbarVirtualImageList
  211. ParentShowHint = False
  212. ShowHint = True
  213. TabOrder = 0
  214. Transparent = True
  215. object BackNavButton: TToolButton
  216. Left = 0
  217. Top = 0
  218. ImageIndex = 54
  219. ImageName = 'button-arrow-left'
  220. OnClick = BackNavButtonClick
  221. end
  222. object ForwardNavButton: TToolButton
  223. Left = 23
  224. Top = 0
  225. ImageIndex = 55
  226. ImageName = 'button-arrow-right'
  227. OnClick = ForwardNavButtonClick
  228. end
  229. object ToolButton1: TToolButton
  230. Left = 46
  231. Top = 0
  232. Width = 8
  233. Style = tbsSeparator
  234. end
  235. object NewMainFileButton: TToolButton
  236. Left = 54
  237. Top = 0
  238. Hint = 'New Main Script (Ctrl+N)'
  239. ImageIndex = 0
  240. ImageName = 'document-new'
  241. OnClick = FNewMainFileClick
  242. end
  243. object OpenMainFileButton: TToolButton
  244. Left = 77
  245. Top = 0
  246. Hint = 'Open Main Script (Ctrl+O)'
  247. ImageIndex = 1
  248. ImageName = 'folder-open-filled-arrow-down-right'
  249. OnClick = FOpenMainFileClick
  250. end
  251. object SaveButton: TToolButton
  252. Left = 100
  253. Top = 0
  254. Hint = 'Save (Ctrl+S)'
  255. ImageIndex = 2
  256. ImageName = 'save-filled'
  257. OnClick = FSaveClick
  258. end
  259. object ToolButton2: TToolButton
  260. Left = 123
  261. Top = 0
  262. Width = 8
  263. Style = tbsSeparator
  264. end
  265. object CompileButton: TToolButton
  266. Left = 131
  267. Top = 0
  268. ImageIndex = 3
  269. ImageName = 'build'
  270. OnClick = BCompileClick
  271. end
  272. object StopCompileButton: TToolButton
  273. Left = 154
  274. Top = 0
  275. Hint = 'Stop Compile (Esc)'
  276. Enabled = False
  277. ImageIndex = 4
  278. ImageName = 'build-cancel-2'
  279. OnClick = BStopCompileClick
  280. end
  281. object ToolButton3: TToolButton
  282. Left = 177
  283. Top = 0
  284. Width = 8
  285. Style = tbsSeparator
  286. end
  287. object RunButton: TToolButton
  288. Left = 185
  289. Top = 0
  290. ImageIndex = 5
  291. ImageName = 'debug-start-filled'
  292. OnClick = RRunClick
  293. end
  294. object PauseButton: TToolButton
  295. Left = 208
  296. Top = 0
  297. Hint = 'Pause'
  298. Enabled = False
  299. ImageIndex = 6
  300. ImageName = 'debug-break-all-filled'
  301. OnClick = RPauseClick
  302. end
  303. object TerminateButton: TToolButton
  304. Left = 231
  305. Top = 0
  306. Enabled = False
  307. ImageIndex = 10
  308. ImageName = 'debug-stop-filled'
  309. OnClick = RTerminateClick
  310. end
  311. object ToolButton4: TToolButton
  312. Left = 254
  313. Top = 0
  314. Width = 8
  315. Style = tbsSeparator
  316. end
  317. object TargetSetupButton: TToolButton
  318. Left = 262
  319. Top = 0
  320. Hint = 'Target Setup (Ctrl+Q)'
  321. Grouped = True
  322. ImageIndex = 7
  323. ImageName = 'install'
  324. Style = tbsCheck
  325. OnClick = RTargetClick
  326. end
  327. object TargetUninstallButton: TToolButton
  328. Left = 285
  329. Top = 0
  330. Hint = 'Target Uninstall (Ctrl+W)'
  331. Grouped = True
  332. ImageIndex = 8
  333. ImageName = 'uninstall'
  334. Style = tbsCheck
  335. OnClick = RTargetClick
  336. end
  337. object ToolButton5: TToolButton
  338. Left = 308
  339. Top = 0
  340. Width = 8
  341. Style = tbsSeparator
  342. end
  343. object HelpButton: TToolButton
  344. Left = 316
  345. Top = 0
  346. Hint = 'Help (F1)'
  347. ImageIndex = 9
  348. ImageName = 'button-help'
  349. OnClick = HDocClick
  350. end
  351. end
  352. end
  353. object MemosTabSet: TNewTabSet
  354. Left = 0
  355. Top = 71
  356. Width = 361
  357. Height = 21
  358. Align = alTop
  359. TabIndex = 0
  360. Tabs.Strings = (
  361. 'Main Script')
  362. TabPosition = tpTop
  363. OnClick = MemosTabSetClick
  364. OnCloseButtonClick = MemosTabSetOnCloseButtonClick
  365. end
  366. object UpdatePanel: TPanel
  367. Left = 0
  368. Top = 30
  369. Width = 361
  370. Height = 41
  371. Align = alTop
  372. BevelOuter = bvNone
  373. TabOrder = 1
  374. Visible = False
  375. StyleName = 'Windows'
  376. object UpdatePanelCloseBitBtn: TBitmapButton
  377. AlignWithMargins = True
  378. Left = 328
  379. Top = 8
  380. Width = 25
  381. Height = 25
  382. Margins.Top = 8
  383. Margins.Right = 8
  384. Margins.Bottom = 8
  385. Align = alRight
  386. Caption = 'Close Banner'
  387. TabOrder = 1
  388. OnClick = UpdatePanelCloseBitBtnClick
  389. OnPaint = UpdatePanelCloseBitBtnPaint
  390. end
  391. object UpdatePanelDonateBitBtn: TBitmapButton
  392. AlignWithMargins = True
  393. Left = 300
  394. Top = 8
  395. Width = 25
  396. Height = 25
  397. Cursor = crHandPoint
  398. Margins.Top = 8
  399. Margins.Right = 0
  400. Margins.Bottom = 8
  401. Align = alRight
  402. Caption = 'Donate'
  403. ParentShowHint = False
  404. ShowHint = True
  405. TabOrder = 2
  406. OnClick = UpdatePanelDonateBitBtnClick
  407. end
  408. object UpdateLinkLabel: TLinkLabel
  409. Left = 13
  410. Top = 13
  411. Width = 303
  412. Height = 17
  413. Caption =
  414. 'Your version of Inno Setup has been updated! <a id="hwhatsnew">S' +
  415. 'ee what'#39's new</a>.'
  416. TabOrder = 0
  417. OnLinkClick = UpdateLinkLabelLinkClick
  418. end
  419. end
  420. object MainMenu1: TMainMenu
  421. AutoHotkeys = maManual
  422. AutoLineReduction = maManual
  423. Left = 48
  424. Top = 64
  425. object FMenu: TMenuItem
  426. Caption = '&File'
  427. OnClick = FMenuClick
  428. object FNewMainFile: TMenuItem
  429. Caption = '&New'
  430. ShortCut = 16462
  431. OnClick = FNewMainFileClick
  432. end
  433. object FOpenMainFile: TMenuItem
  434. Caption = '&Open...'
  435. ShortCut = 16463
  436. OnClick = FOpenMainFileClick
  437. end
  438. object FRecent: TMenuItem
  439. Caption = 'Open &Recent'
  440. object N6: TMenuItem
  441. Caption = '-'
  442. end
  443. object FClearRecent: TMenuItem
  444. Caption = '&Clear Recently Opened'
  445. OnClick = FClearRecentClick
  446. end
  447. end
  448. object N19: TMenuItem
  449. Caption = '-'
  450. end
  451. object FSave: TMenuItem
  452. Caption = '&Save'
  453. ShortCut = 16467
  454. OnClick = FSaveClick
  455. end
  456. object FSaveMainFileAs: TMenuItem
  457. Caption = 'Save &As...'
  458. OnClick = FSaveClick
  459. end
  460. object FSaveEncoding: TMenuItem
  461. Caption = 'Save &Encoding'
  462. object FSaveEncodingAuto: TMenuItem
  463. Caption = '&Auto (ANSI or UTF-8)'
  464. RadioItem = True
  465. OnClick = FSaveEncodingItemClick
  466. end
  467. object FSaveEncodingUTF8WithoutBOM: TMenuItem
  468. Caption = '&UTF-8'
  469. RadioItem = True
  470. OnClick = FSaveEncodingItemClick
  471. end
  472. object FSaveEncodingUTF8WithBOM: TMenuItem
  473. Caption = 'UTF-8 with &BOM'
  474. RadioItem = True
  475. OnClick = FSaveEncodingItemClick
  476. end
  477. end
  478. object FSaveAll: TMenuItem
  479. Caption = 'Sa&ve All'
  480. ShortCut = 24659
  481. OnClick = FSaveAllClick
  482. end
  483. object N1: TMenuItem
  484. Caption = '-'
  485. end
  486. object FPrint: TMenuItem
  487. Caption = '&Print...'
  488. ShortCut = 16464
  489. OnClick = FPrintClick
  490. end
  491. object N22: TMenuItem
  492. Caption = '-'
  493. end
  494. object FExit: TMenuItem
  495. Caption = 'E&xit'
  496. OnClick = FExitClick
  497. end
  498. end
  499. object EMenu: TMenuItem
  500. Caption = '&Edit'
  501. OnClick = EMenuClick
  502. object EUndo: TMenuItem
  503. Caption = '&Undo'
  504. OnClick = EUndoClick
  505. end
  506. object ERedo: TMenuItem
  507. Caption = '&Redo'
  508. OnClick = ERedoClick
  509. end
  510. object N3: TMenuItem
  511. Caption = '-'
  512. end
  513. object ECut: TMenuItem
  514. Caption = 'Cu&t'
  515. OnClick = ECutClick
  516. end
  517. object ECopy: TMenuItem
  518. Caption = '&Copy'
  519. OnClick = ECopyClick
  520. end
  521. object EPaste: TMenuItem
  522. Caption = '&Paste'
  523. OnClick = EPasteClick
  524. end
  525. object EDelete: TMenuItem
  526. Caption = 'De&lete'
  527. OnClick = EDeleteClick
  528. end
  529. object N25: TMenuItem
  530. Caption = '-'
  531. end
  532. object ESelectAll: TMenuItem
  533. Caption = 'Select &All'
  534. OnClick = ESelectAllClick
  535. end
  536. object ESelectNextOccurrence: TMenuItem
  537. Caption = 'Add Next &Occurrence'
  538. OnClick = ESelectNextOccurrenceClick
  539. end
  540. object ESelectAllOccurrences: TMenuItem
  541. Caption = '&Select All Occurrences'
  542. OnClick = ESelectAllOccurrencesClick
  543. end
  544. object ESelectAllFindMatches: TMenuItem
  545. Caption = 'Select All Find &Matches'
  546. OnClick = ESelectAllFindMatchesClick
  547. end
  548. object N4: TMenuItem
  549. Caption = '-'
  550. end
  551. object EFind: TMenuItem
  552. Caption = '&Find...'
  553. ShortCut = 16454
  554. OnClick = EFindClick
  555. end
  556. object EFindInFiles: TMenuItem
  557. Caption = 'F&ind in Files...'
  558. ShortCut = 24646
  559. OnClick = EFindInFilesClick
  560. end
  561. object EFindNext: TMenuItem
  562. Caption = 'Find &Next'
  563. ShortCut = 114
  564. OnClick = EFindNextOrPreviousClick
  565. end
  566. object EFindPrevious: TMenuItem
  567. Caption = 'Find Pre&vious'
  568. ShortCut = 8306
  569. OnClick = EFindNextOrPreviousClick
  570. end
  571. object EReplace: TMenuItem
  572. Caption = 'R&eplace...'
  573. ShortCut = 16456
  574. OnClick = EReplaceClick
  575. end
  576. object EFindRegEx: TMenuItem
  577. Caption = 'Use Regular E&xpressions'
  578. OnClick = EFindRegExClick
  579. end
  580. object N13: TMenuItem
  581. Caption = '-'
  582. end
  583. object EFoldLine: TMenuItem
  584. Caption = 'Fol&d Section'
  585. OnClick = EFoldOrUnfoldLineClick
  586. end
  587. object EUnfoldLine: TMenuItem
  588. Caption = '&Unfold Section'
  589. OnClick = EFoldOrUnfoldLineClick
  590. end
  591. object EGotoFile: TMenuItem
  592. Caption = 'Go to File...'
  593. OnClick = EGotoFileClick
  594. end
  595. object EGotoLine: TMenuItem
  596. Caption = '&Go to Line...'
  597. ShortCut = 16455
  598. OnClick = EGotoLineClick
  599. end
  600. object N18: TMenuItem
  601. Caption = '-'
  602. end
  603. object EToggleLinesComment: TMenuItem
  604. Caption = 'Toggle Line Comment'
  605. OnClick = EToggleLinesCommentClick
  606. end
  607. object EBraceMatch: TMenuItem
  608. Caption = 'Go To Matching Brace'
  609. OnClick = EBraceMatchClick
  610. end
  611. end
  612. object VMenu: TMenuItem
  613. Caption = '&View'
  614. OnClick = VMenuClick
  615. object VZoom: TMenuItem
  616. Caption = '&Zoom'
  617. object VZoomIn: TMenuItem
  618. Caption = 'Zoom &In'
  619. OnClick = VZoomInClick
  620. end
  621. object VZoomOut: TMenuItem
  622. Caption = 'Zoom &Out'
  623. OnClick = VZoomOutClick
  624. end
  625. object N9: TMenuItem
  626. Caption = '-'
  627. end
  628. object VZoomReset: TMenuItem
  629. Caption = '&Reset'
  630. OnClick = VZoomResetClick
  631. end
  632. end
  633. object N8: TMenuItem
  634. Caption = '-'
  635. end
  636. object VToolbar: TMenuItem
  637. Caption = '&Toolbar'
  638. OnClick = VToolbarClick
  639. end
  640. object VStatusBar: TMenuItem
  641. Caption = 'St&atus Bar'
  642. OnClick = VStatusBarClick
  643. end
  644. object N11: TMenuItem
  645. Caption = '-'
  646. end
  647. object VNextTab: TMenuItem
  648. Caption = '&Next Tab'
  649. ShortCut = 16393
  650. OnClick = VNextTabClick
  651. end
  652. object VPreviousTab: TMenuItem
  653. Caption = '&Previous Tab'
  654. ShortCut = 24585
  655. OnClick = VPreviousTabClick
  656. end
  657. object VCloseCurrentTab: TMenuItem
  658. Caption = 'C&lose Tab'
  659. ShortCut = 16499
  660. OnClick = VCloseCurrentTabClick
  661. end
  662. object VReopenTab: TMenuItem
  663. Caption = 'Re&open Tab'
  664. end
  665. object VReopenTabs: TMenuItem
  666. Caption = 'Reopen &All Tabs'
  667. OnClick = VReopenTabsClick
  668. end
  669. object MemosTabSetPopupMenu: TMenuItem
  670. Caption = 'MemosTabSetPopupMenu'
  671. Visible = False
  672. OnClick = MemosTabSetPopupMenuClick
  673. object VCloseCurrentTab2: TMenuItem
  674. Caption = 'C&lose Current Tab'
  675. OnClick = VCloseCurrentTabClick
  676. end
  677. object VReopenTab2: TMenuItem
  678. Caption = 'Re&open Tab'
  679. end
  680. object VReopenTabs2: TMenuItem
  681. Caption = 'Reopen &All Tabs'
  682. OnClick = VReopenTabsClick
  683. end
  684. end
  685. object NavPopupMenu: TMenuItem
  686. Caption = 'NavPopupMenu'
  687. Visible = False
  688. OnClick = NavPopupMenuClick
  689. end
  690. object N20: TMenuItem
  691. Caption = '-'
  692. end
  693. object VCompilerOutput: TMenuItem
  694. Caption = '&Compiler Output'
  695. RadioItem = True
  696. OnClick = VCompilerOutputClick
  697. end
  698. object VDebugOutput: TMenuItem
  699. Caption = '&Debug Output'
  700. RadioItem = True
  701. OnClick = VDebugOutputClick
  702. end
  703. object VDebugCallStack: TMenuItem
  704. Caption = 'D&ebug Call Stack'
  705. RadioItem = True
  706. OnClick = VDebugCallStackClick
  707. end
  708. object VFindResults: TMenuItem
  709. Caption = '&Find Results'
  710. RadioItem = True
  711. OnClick = VFindResultsClick
  712. end
  713. object VHide: TMenuItem
  714. Caption = '&Hide Bottom Pane'
  715. RadioItem = True
  716. OnClick = VHideClick
  717. end
  718. object N24: TMenuItem
  719. Caption = '-'
  720. end
  721. object VWordWrap: TMenuItem
  722. Caption = '&Word Wrap'
  723. ShortCut = 32858
  724. OnClick = VWordWrapClick
  725. end
  726. object OutputListPopupMenu: TMenuItem
  727. Caption = 'OutputListPopupMenu'
  728. Visible = False
  729. OnClick = SimpleMenuClick
  730. object POutputListCopy: TMenuItem
  731. Caption = '&Copy'
  732. OnClick = POutputListCopyClick
  733. end
  734. object POutputListSelectAll: TMenuItem
  735. Caption = 'Select &All'
  736. OnClick = POutputListSelectAllClick
  737. end
  738. end
  739. end
  740. object BMenu: TMenuItem
  741. Caption = '&Build'
  742. OnClick = BMenuClick
  743. object BCompile: TMenuItem
  744. Caption = '&Compile'
  745. OnClick = BCompileClick
  746. end
  747. object BStopCompile: TMenuItem
  748. Caption = 'S&top Compile'
  749. Enabled = False
  750. OnClick = BStopCompileClick
  751. end
  752. object N2: TMenuItem
  753. Caption = '-'
  754. end
  755. object BLowPriority: TMenuItem
  756. Caption = '&Low Priority During Compile'
  757. OnClick = BLowPriorityClick
  758. end
  759. object N17: TMenuItem
  760. Caption = '-'
  761. end
  762. object BOpenOutputFolder: TMenuItem
  763. Caption = '&Open Output Folder'
  764. Enabled = False
  765. OnClick = BOpenOutputFolderClick
  766. end
  767. end
  768. object RMenu: TMenuItem
  769. Caption = '&Run'
  770. OnClick = RMenuClick
  771. object RRun: TMenuItem
  772. Caption = '&Run'
  773. OnClick = RRunClick
  774. end
  775. object RParameters: TMenuItem
  776. Caption = '&Parameters...'
  777. OnClick = RParametersClick
  778. end
  779. object N5: TMenuItem
  780. Caption = '-'
  781. end
  782. object RRunToCursor: TMenuItem
  783. Caption = 'Run to &Cursor'
  784. OnClick = RRunToCursorClick
  785. end
  786. object RStepInto: TMenuItem
  787. Caption = 'Step &Into'
  788. OnClick = RStepIntoClick
  789. end
  790. object RStepOver: TMenuItem
  791. Caption = 'Step &Over'
  792. OnClick = RStepOverClick
  793. end
  794. object RStepOut: TMenuItem
  795. Caption = 'Step Out'
  796. OnClick = RStepOutClick
  797. end
  798. object RToggleBreakPoint: TMenuItem
  799. Caption = 'Toggle &Breakpoint'
  800. OnClick = RToggleBreakPointClick
  801. end
  802. object RDeleteBreakPoints: TMenuItem
  803. Caption = '&Delete All Breakpoints'
  804. OnClick = RDeleteBreakPointsClick
  805. end
  806. object BreakPointsPopupMenu: TMenuItem
  807. Caption = 'BreakPointsPopupMenu'
  808. Visible = False
  809. OnClick = BreakPointsPopupMenuClick
  810. object RToggleBreakPoint2: TMenuItem
  811. Caption = 'Toggle &Breakpoint'
  812. OnClick = RToggleBreakPointClick
  813. end
  814. object RDeleteBreakPoints2: TMenuItem
  815. Caption = '&Delete All Breakpoints'
  816. OnClick = RDeleteBreakPointsClick
  817. end
  818. end
  819. object RPause: TMenuItem
  820. Caption = 'P&ause'
  821. Enabled = False
  822. OnClick = RPauseClick
  823. end
  824. object RTerminate: TMenuItem
  825. Caption = '&Terminate'
  826. Enabled = False
  827. OnClick = RTerminateClick
  828. end
  829. object N10: TMenuItem
  830. Caption = '-'
  831. end
  832. object REvaluate: TMenuItem
  833. Caption = '&Evaluate Constant...'
  834. Enabled = False
  835. OnClick = REvaluateClick
  836. end
  837. object N15: TMenuItem
  838. Caption = '-'
  839. end
  840. object RTargetSetup: TMenuItem
  841. Caption = 'Target &Setup'
  842. GroupIndex = 1
  843. RadioItem = True
  844. ShortCut = 16465
  845. OnClick = RTargetClick
  846. end
  847. object RTargetUninstall: TMenuItem
  848. Caption = 'Target &Uninstall'
  849. GroupIndex = 1
  850. RadioItem = True
  851. ShortCut = 32849
  852. OnClick = RTargetClick
  853. end
  854. end
  855. object TMenu: TMenuItem
  856. Caption = '&Tools'
  857. OnClick = TMenuClick
  858. object TAddRemovePrograms: TMenuItem
  859. Caption = '&Add/Remove Programs'
  860. OnClick = TAddRemoveProgramsClick
  861. end
  862. object N23: TMenuItem
  863. Caption = '-'
  864. end
  865. object TGenerateGUID: TMenuItem
  866. Caption = 'Generate &GUID'
  867. ShortCut = 24647
  868. OnClick = TGenerateGUIDClick
  869. end
  870. object TFilesDesigner: TMenuItem
  871. Caption = 'Generate [F&iles] Entries...'
  872. ShortCut = 24649
  873. OnClick = TFilesDesignerClick
  874. end
  875. object TRegistryDesigner: TMenuItem
  876. Caption = 'Generate [&Registry] Entries...'
  877. ImageIndex = 66
  878. ShortCut = 24658
  879. OnClick = TRegistryDesignerClick
  880. end
  881. object TMsgBoxDesigner: TMenuItem
  882. Caption = 'Generate &MsgBox/TaskDialogMsgBox Call...'
  883. ShortCut = 24653
  884. OnClick = TMsgBoxDesignerClick
  885. end
  886. object N7: TMenuItem
  887. Caption = '-'
  888. end
  889. object TSignTools: TMenuItem
  890. Caption = '&Configure Sign Tools...'
  891. OnClick = TSignToolsClick
  892. end
  893. object N16: TMenuItem
  894. Caption = '-'
  895. end
  896. object TOptions: TMenuItem
  897. Caption = '&Options...'
  898. OnClick = TOptionsClick
  899. end
  900. end
  901. object HMenu: TMenuItem
  902. Caption = '&Help'
  903. OnClick = HMenuClick
  904. object HPurchase: TMenuItem
  905. Caption = 'Purchase or Renew Commercial &License'
  906. OnClick = HPurchaseClick
  907. end
  908. object HRegister: TMenuItem
  909. Caption = 'Enter Commercial License &Key...'
  910. OnClick = HRegisterClick
  911. end
  912. object HUnregister: TMenuItem
  913. Caption = 'Remove Commercial License Key'
  914. OnClick = HUnregisterClick
  915. end
  916. object HDonate: TMenuItem
  917. Caption = '&Donate'
  918. OnClick = HDonateClick
  919. end
  920. object N21: TMenuItem
  921. Caption = '-'
  922. end
  923. object HShortcutsDoc: TMenuItem
  924. Caption = '&Keyboard And Mouse Commands'
  925. OnClick = HShortcutsDocClick
  926. end
  927. object HRegexDoc: TMenuItem
  928. Caption = 'Regular E&xpressions'
  929. OnClick = HRegexDocClick
  930. end
  931. object N14: TMenuItem
  932. Caption = '-'
  933. end
  934. object HDoc: TMenuItem
  935. Caption = 'Inno &Setup Documentation'
  936. OnClick = HDocClick
  937. end
  938. object HExamples: TMenuItem
  939. Caption = 'Inno Setup &Example Scripts'
  940. OnClick = HExamplesClick
  941. end
  942. object HFaq: TMenuItem
  943. Caption = 'Inno Setup &FAQ'
  944. OnClick = HFaqClick
  945. end
  946. object HMailingList: TMenuItem
  947. Caption = 'Inno Setup &Mailing List'
  948. OnClick = HMailingListClick
  949. end
  950. object HWhatsNew: TMenuItem
  951. Caption = 'Inno Setup &Revision History'
  952. OnClick = HWhatsNewClick
  953. end
  954. object HWebsite: TMenuItem
  955. Caption = 'Inno Setup &Web Site'
  956. OnClick = HWebsiteClick
  957. end
  958. object N12: TMenuItem
  959. Caption = '-'
  960. end
  961. object HISPPDoc: TMenuItem
  962. Caption = 'Inno Setup &Preprocessor Documentation'
  963. OnClick = HISPPDocClick
  964. end
  965. object HISPPSep: TMenuItem
  966. Caption = '-'
  967. end
  968. object HAbout: TMenuItem
  969. Caption = '&About Inno Setup'
  970. OnClick = HAboutClick
  971. end
  972. end
  973. end
  974. object FindDialog: TFindDialog
  975. OnFind = FindDialogFind
  976. Left = 48
  977. Top = 120
  978. end
  979. object ReplaceDialog: TReplaceDialog
  980. OnFind = FindDialogFind
  981. OnReplace = ReplaceDialogReplace
  982. Left = 160
  983. Top = 120
  984. end
  985. object CheckIfTerminatedTimer: TTimer
  986. Enabled = False
  987. Interval = 100
  988. OnTimer = CheckIfTerminatedTimerTimer
  989. Left = 160
  990. Top = 64
  991. end
  992. object ThemedToolbarVirtualImageList: TVirtualImageList
  993. AutoFill = True
  994. Images = <
  995. item
  996. CollectionIndex = 0
  997. CollectionName = 'document-new'
  998. Name = 'document-new'
  999. end
  1000. item
  1001. CollectionIndex = 1
  1002. CollectionName = 'folder-open-filled-arrow-down-right'
  1003. Name = 'folder-open-filled-arrow-down-right'
  1004. end
  1005. item
  1006. CollectionIndex = 2
  1007. CollectionName = 'save-filled'
  1008. Name = 'save-filled'
  1009. end
  1010. item
  1011. CollectionIndex = 3
  1012. CollectionName = 'build'
  1013. Name = 'build'
  1014. end
  1015. item
  1016. CollectionIndex = 4
  1017. CollectionName = 'build-cancel-2'
  1018. Name = 'build-cancel-2'
  1019. end
  1020. item
  1021. CollectionIndex = 5
  1022. CollectionName = 'debug-start-filled'
  1023. Name = 'debug-start-filled'
  1024. end
  1025. item
  1026. CollectionIndex = 6
  1027. CollectionName = 'debug-break-all-filled'
  1028. Name = 'debug-break-all-filled'
  1029. end
  1030. item
  1031. CollectionIndex = 7
  1032. CollectionName = 'install'
  1033. Name = 'install'
  1034. end
  1035. item
  1036. CollectionIndex = 8
  1037. CollectionName = 'uninstall'
  1038. Name = 'uninstall'
  1039. end
  1040. item
  1041. CollectionIndex = 9
  1042. CollectionName = 'button-help'
  1043. Name = 'button-help'
  1044. end
  1045. item
  1046. CollectionIndex = 10
  1047. CollectionName = 'debug-stop-filled'
  1048. Name = 'debug-stop-filled'
  1049. end
  1050. item
  1051. CollectionIndex = 11
  1052. CollectionName = 'save-as-filled'
  1053. Name = 'save-as-filled'
  1054. end
  1055. item
  1056. CollectionIndex = 12
  1057. CollectionName = 'save-all-filled'
  1058. Name = 'save-all-filled'
  1059. end
  1060. item
  1061. CollectionIndex = 13
  1062. CollectionName = 'printer'
  1063. Name = 'printer'
  1064. end
  1065. item
  1066. CollectionIndex = 14
  1067. CollectionName = 'command-undo-1'
  1068. Name = 'command-undo-1'
  1069. end
  1070. item
  1071. CollectionIndex = 15
  1072. CollectionName = 'command-redo-1'
  1073. Name = 'command-redo-1'
  1074. end
  1075. item
  1076. CollectionIndex = 16
  1077. CollectionName = 'clipboard-cut'
  1078. Name = 'clipboard-cut'
  1079. end
  1080. item
  1081. CollectionIndex = 17
  1082. CollectionName = 'clipboard-copy'
  1083. Name = 'clipboard-copy'
  1084. end
  1085. item
  1086. CollectionIndex = 18
  1087. CollectionName = 'clipboard-paste'
  1088. Name = 'clipboard-paste'
  1089. end
  1090. item
  1091. CollectionIndex = 19
  1092. CollectionName = 'select-all'
  1093. Name = 'select-all'
  1094. end
  1095. item
  1096. CollectionIndex = 20
  1097. CollectionName = 'find'
  1098. Name = 'find'
  1099. end
  1100. item
  1101. CollectionIndex = 21
  1102. CollectionName = 'replace'
  1103. Name = 'replace'
  1104. end
  1105. item
  1106. CollectionIndex = 22
  1107. CollectionName = 'control-edit'
  1108. Name = 'control-edit'
  1109. end
  1110. item
  1111. CollectionIndex = 23
  1112. CollectionName = 'debug-step-into'
  1113. Name = 'debug-step-into'
  1114. end
  1115. item
  1116. CollectionIndex = 24
  1117. CollectionName = 'debug-step-over'
  1118. Name = 'debug-step-over'
  1119. end
  1120. item
  1121. CollectionIndex = 25
  1122. CollectionName = 'debug-step-out'
  1123. Name = 'debug-step-out'
  1124. end
  1125. item
  1126. CollectionIndex = 26
  1127. CollectionName = 'debug-breakpoint-filled'
  1128. Name = 'debug-breakpoint-filled'
  1129. end
  1130. item
  1131. CollectionIndex = 27
  1132. CollectionName = 'variables'
  1133. Name = 'variables'
  1134. end
  1135. item
  1136. CollectionIndex = 28
  1137. CollectionName = 'heart-filled'
  1138. Name = 'heart-filled'
  1139. end
  1140. item
  1141. CollectionIndex = 29
  1142. CollectionName = 'alert-filled'
  1143. Name = 'alert-filled'
  1144. end
  1145. item
  1146. CollectionIndex = 30
  1147. CollectionName = 'home'
  1148. Name = 'home'
  1149. end
  1150. item
  1151. CollectionIndex = 31
  1152. CollectionName = 'button-info'
  1153. Name = 'button-info'
  1154. end
  1155. item
  1156. CollectionIndex = 32
  1157. CollectionName = 'application'
  1158. Name = 'application'
  1159. end
  1160. item
  1161. CollectionIndex = 33
  1162. CollectionName = 'folder-open-filled-find'
  1163. Name = 'folder-open-filled-find'
  1164. end
  1165. item
  1166. CollectionIndex = 34
  1167. CollectionName = 'gear-filled'
  1168. Name = 'gear-filled'
  1169. end
  1170. item
  1171. CollectionIndex = 35
  1172. CollectionName = 'key-filled'
  1173. Name = 'key-filled'
  1174. end
  1175. item
  1176. CollectionIndex = 36
  1177. CollectionName = 'unused\letter-a-arrow-right-2'
  1178. Name = 'unused\letter-a-arrow-right-2'
  1179. end
  1180. item
  1181. CollectionIndex = 37
  1182. CollectionName = 'symbol-cancel'
  1183. Name = 'symbol-cancel'
  1184. end
  1185. item
  1186. CollectionIndex = 38
  1187. CollectionName = 'comment-text-script-filled'
  1188. Name = 'comment-text-script-filled'
  1189. end
  1190. item
  1191. CollectionIndex = 39
  1192. CollectionName = 'control-tree-script-filled'
  1193. Name = 'control-tree-script-filled'
  1194. end
  1195. item
  1196. CollectionIndex = 40
  1197. CollectionName = 'documents-script-filled'
  1198. Name = 'documents-script-filled'
  1199. end
  1200. item
  1201. CollectionIndex = 41
  1202. CollectionName = 'tag-script-filled'
  1203. Name = 'tag-script-filled'
  1204. end
  1205. item
  1206. CollectionIndex = 42
  1207. CollectionName = 'control-tab-filled-arrow-left-2'
  1208. Name = 'control-tab-filled-arrow-left-2'
  1209. end
  1210. item
  1211. CollectionIndex = 43
  1212. CollectionName = 'control-tab-filled-arrow-right-2'
  1213. Name = 'control-tab-filled-arrow-right-2'
  1214. end
  1215. item
  1216. CollectionIndex = 44
  1217. CollectionName = 'unused\control-tab-filled-cancel-2'
  1218. Name = 'unused\control-tab-filled-cancel-2'
  1219. end
  1220. item
  1221. CollectionIndex = 45
  1222. CollectionName = 'control-tab-filled-redo-1'
  1223. Name = 'control-tab-filled-redo-1'
  1224. end
  1225. item
  1226. CollectionIndex = 46
  1227. CollectionName = 'unused\find-arrow-left-2'
  1228. Name = 'unused\find-arrow-left-2'
  1229. end
  1230. item
  1231. CollectionIndex = 47
  1232. CollectionName = 'unused\find-arrow-right-2'
  1233. Name = 'unused\find-arrow-right-2'
  1234. end
  1235. item
  1236. CollectionIndex = 48
  1237. CollectionName = 'announcement'
  1238. Name = 'announcement'
  1239. end
  1240. item
  1241. CollectionIndex = 49
  1242. CollectionName = 'debug-start-filled-arrow-right-2'
  1243. Name = 'debug-start-filled-arrow-right-2'
  1244. end
  1245. item
  1246. CollectionIndex = 50
  1247. CollectionName = 'zoom-in'
  1248. Name = 'zoom-in'
  1249. end
  1250. item
  1251. CollectionIndex = 51
  1252. CollectionName = 'zoom-out'
  1253. Name = 'zoom-out'
  1254. end
  1255. item
  1256. CollectionIndex = 52
  1257. CollectionName = 'unused\debug-breakpoint-filled-eraser'
  1258. Name = 'unused\debug-breakpoint-filled-eraser'
  1259. end
  1260. item
  1261. CollectionIndex = 53
  1262. CollectionName = 'debug-breakpoints-filled-eraser'
  1263. Name = 'debug-breakpoints-filled-eraser'
  1264. end
  1265. item
  1266. CollectionIndex = 54
  1267. CollectionName = 'button-arrow-left'
  1268. Name = 'button-arrow-left'
  1269. end
  1270. item
  1271. CollectionIndex = 55
  1272. CollectionName = 'button-arrow-right'
  1273. Name = 'button-arrow-right'
  1274. end
  1275. item
  1276. CollectionIndex = 56
  1277. CollectionName = 'folder-open-filled'
  1278. Name = 'folder-open-filled'
  1279. end
  1280. item
  1281. CollectionIndex = 57
  1282. CollectionName = 'eraser'
  1283. Name = 'eraser'
  1284. end
  1285. item
  1286. CollectionIndex = 58
  1287. CollectionName = 'symbol-add'
  1288. Name = 'symbol-add'
  1289. end
  1290. item
  1291. CollectionIndex = 59
  1292. CollectionName = 'symbol-remove'
  1293. Name = 'symbol-remove'
  1294. end
  1295. item
  1296. CollectionIndex = 60
  1297. CollectionName = 'padlock-filled'
  1298. Name = 'padlock-filled'
  1299. end
  1300. item
  1301. CollectionIndex = 61
  1302. CollectionName = 'shopping-cart'
  1303. Name = 'shopping-cart'
  1304. end>
  1305. ImageCollection = ImagesModule.LightToolBarImageCollection
  1306. Left = 80
  1307. Top = 176
  1308. end
  1309. object LightToolbarVirtualImageList: TVirtualImageList
  1310. Images = <>
  1311. ImageCollection = ImagesModule.LightToolBarImageCollection
  1312. Left = 191
  1313. Top = 197
  1314. end
  1315. object FindInFilesDialog: TFindDialog
  1316. Options = [frDown, frHideUpDown]
  1317. OnFind = FindInFilesDialogFind
  1318. Left = 272
  1319. Top = 120
  1320. end
  1321. object PrintDialog: TPrintDialog
  1322. Left = 272
  1323. Top = 64
  1324. end
  1325. object ThemedMarkersAndACVirtualImageList: TVirtualImageList
  1326. Images = <>
  1327. Width = 12
  1328. Height = 12
  1329. Left = 320
  1330. Top = 176
  1331. end
  1332. end