IDE.MainForm.dfm 34 KB

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