| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332 |
- object MainForm: TMainForm
- Left = 206
- Top = 97
- BorderStyle = bsNone
- Caption = '*'
- ClientHeight = 306
- ClientWidth = 361
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Menu = MainMenu1
- Position = poDefault
- StyleElements = []
- OnAfterMonitorDpiChanged = FormAfterMonitorDpiChanged
- OnCloseQuery = FormCloseQuery
- OnKeyDown = FormKeyDown
- OnResize = FormResize
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 29
- Width = 361
- Height = 1
- Align = alTop
- Shape = bsTopLine
- end
- object BodyPanel: TPanel
- Left = 0
- Top = 92
- Width = 361
- Height = 194
- Align = alClient
- BevelOuter = bvNone
- FullRepaint = False
- TabOrder = 3
- object SplitPanel: TPanel
- Left = 0
- Top = 86
- Width = 361
- Height = 4
- Cursor = crSizeNS
- Align = alBottom
- BevelOuter = bvNone
- FullRepaint = False
- TabOrder = 1
- Visible = False
- StyleName = 'Windows'
- OnMouseMove = SplitPanelMouseMove
- end
- object StatusPanel: TPanel
- Left = 0
- Top = 90
- Width = 361
- Height = 104
- Align = alBottom
- BevelOuter = bvNone
- FullRepaint = False
- TabOrder = 0
- Visible = False
- object FindResultsList: TListBox
- Left = 0
- Top = 0
- Width = 361
- Height = 83
- Style = lbOwnerDrawFixed
- Align = alClient
- BorderStyle = bsNone
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 3
- Visible = False
- OnDblClick = FindResultsListDblClick
- OnDrawItem = FindResultsListDrawItem
- OnKeyDown = OutputListKeyDown
- end
- object DebugCallStackList: TListBox
- Left = 0
- Top = 0
- Width = 361
- Height = 83
- Style = lbOwnerDrawFixed
- Align = alClient
- BorderStyle = bsNone
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 2
- Visible = False
- OnDrawItem = DebugCallStackListDrawItem
- OnKeyDown = OutputListKeyDown
- end
- object DebugOutputList: TListBox
- Left = 0
- Top = 0
- Width = 361
- Height = 83
- Style = lbOwnerDrawFixed
- Align = alClient
- BorderStyle = bsNone
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 1
- Visible = False
- OnDrawItem = DebugOutputListDrawItem
- OnKeyDown = OutputListKeyDown
- end
- object CompilerOutputList: TListBox
- Left = 0
- Top = 0
- Width = 361
- Height = 83
- Style = lbOwnerDrawFixed
- Align = alClient
- BorderStyle = bsNone
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 0
- OnDrawItem = CompilerOutputListDrawItem
- OnKeyDown = OutputListKeyDown
- end
- object OutputTabSet: TNewTabSet
- Left = 0
- Top = 83
- Width = 361
- Height = 21
- Align = alBottom
- TabIndex = 0
- Tabs.Strings = (
- 'Compiler Output'
- 'Debug Output'
- 'Debug Call Stack'
- 'Find Results')
- OnClick = OutputTabSetClick
- end
- end
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 286
- Width = 361
- Height = 20
- Panels = <
- item
- Alignment = taCenter
- Bevel = pbNone
- Text = ' 1: 1'
- Width = 64
- end
- item
- Alignment = taCenter
- Bevel = pbNone
- Width = 64
- end
- item
- Alignment = taCenter
- Bevel = pbNone
- Text = 'Insert'
- Width = 64
- end
- item
- Alignment = taCenter
- Bevel = pbNone
- Text = '.*'
- Width = 23
- end
- item
- Bevel = pbNone
- Style = psOwnerDraw
- Width = 110
- end
- item
- Bevel = pbNone
- Style = psOwnerDraw
- Width = 23
- end
- item
- Bevel = pbNone
- Style = psOwnerDraw
- Width = 128
- end
- item
- Bevel = pbNone
- Width = 50
- end>
- OnClick = StatusBarClick
- OnDrawPanel = StatusBarDrawPanel
- OnResize = StatusBarResize
- end
- object ToolBarPanel: TPanel
- Left = 0
- Top = 0
- Width = 361
- Height = 29
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- StyleName = 'Windows'
- object ToolBar: TToolBar
- AlignWithMargins = True
- Left = 7
- Top = 4
- Width = 351
- Height = 25
- Margins.Left = 7
- Margins.Top = 4
- Margins.Bottom = 0
- Images = ThemedToolbarVirtualImageList
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Transparent = True
- object BackNavButton: TToolButton
- Left = 0
- Top = 0
- ImageIndex = 54
- ImageName = 'button-arrow-left'
- OnClick = BackNavButtonClick
- end
- object ForwardNavButton: TToolButton
- Left = 23
- Top = 0
- ImageIndex = 55
- ImageName = 'button-arrow-right'
- OnClick = ForwardNavButtonClick
- end
- object ToolButton1: TToolButton
- Left = 46
- Top = 0
- Width = 8
- Style = tbsSeparator
- end
- object NewMainFileButton: TToolButton
- Left = 54
- Top = 0
- Hint = 'New Main Script (Ctrl+N)'
- ImageIndex = 0
- ImageName = 'document-new'
- OnClick = FNewMainFileClick
- end
- object OpenMainFileButton: TToolButton
- Left = 77
- Top = 0
- Hint = 'Open Main Script (Ctrl+O)'
- ImageIndex = 1
- ImageName = 'folder-open-filled-arrow-down-right'
- OnClick = FOpenMainFileClick
- end
- object SaveButton: TToolButton
- Left = 100
- Top = 0
- Hint = 'Save (Ctrl+S)'
- ImageIndex = 2
- ImageName = 'save-filled'
- OnClick = FSaveClick
- end
- object ToolButton2: TToolButton
- Left = 123
- Top = 0
- Width = 8
- Style = tbsSeparator
- end
- object CompileButton: TToolButton
- Left = 131
- Top = 0
- ImageIndex = 3
- ImageName = 'build'
- OnClick = BCompileClick
- end
- object StopCompileButton: TToolButton
- Left = 154
- Top = 0
- Hint = 'Stop Compile (Esc)'
- Enabled = False
- ImageIndex = 4
- ImageName = 'build-cancel-2'
- OnClick = BStopCompileClick
- end
- object ToolButton3: TToolButton
- Left = 177
- Top = 0
- Width = 8
- Style = tbsSeparator
- end
- object RunButton: TToolButton
- Left = 185
- Top = 0
- ImageIndex = 5
- ImageName = 'debug-start-filled'
- OnClick = RRunClick
- end
- object PauseButton: TToolButton
- Left = 208
- Top = 0
- Hint = 'Pause'
- Enabled = False
- ImageIndex = 6
- ImageName = 'debug-break-all-filled'
- OnClick = RPauseClick
- end
- object TerminateButton: TToolButton
- Left = 231
- Top = 0
- Enabled = False
- ImageIndex = 10
- ImageName = 'debug-stop-filled'
- OnClick = RTerminateClick
- end
- object ToolButton4: TToolButton
- Left = 254
- Top = 0
- Width = 8
- Style = tbsSeparator
- end
- object TargetSetupButton: TToolButton
- Left = 262
- Top = 0
- Hint = 'Target Setup (Ctrl+Q)'
- Grouped = True
- ImageIndex = 7
- ImageName = 'install'
- Style = tbsCheck
- OnClick = RTargetClick
- end
- object TargetUninstallButton: TToolButton
- Left = 285
- Top = 0
- Hint = 'Target Uninstall (Ctrl+W)'
- Grouped = True
- ImageIndex = 8
- ImageName = 'uninstall'
- Style = tbsCheck
- OnClick = RTargetClick
- end
- object ToolButton5: TToolButton
- Left = 308
- Top = 0
- Width = 8
- Style = tbsSeparator
- end
- object HelpButton: TToolButton
- Left = 316
- Top = 0
- Hint = 'Help (F1)'
- ImageIndex = 9
- ImageName = 'button-help'
- OnClick = HDocClick
- end
- end
- end
- object MemosTabSet: TNewTabSet
- Left = 0
- Top = 71
- Width = 361
- Height = 21
- Align = alTop
- TabIndex = 0
- Tabs.Strings = (
- 'Main Script')
- TabPosition = tpTop
- OnClick = MemosTabSetClick
- OnCloseButtonClick = MemosTabSetOnCloseButtonClick
- end
- object UpdatePanel: TPanel
- Left = 0
- Top = 30
- Width = 361
- Height = 41
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- Visible = False
- StyleName = 'Windows'
- object UpdatePanelCloseBitBtn: TBitmapButton
- AlignWithMargins = True
- Left = 328
- Top = 8
- Width = 25
- Height = 25
- Margins.Top = 8
- Margins.Right = 8
- Margins.Bottom = 8
- Align = alRight
- Caption = 'Close Banner'
- TabOrder = 1
- OnClick = UpdatePanelCloseBitBtnClick
- OnPaint = UpdatePanelCloseBitBtnPaint
- end
- object UpdatePanelDonateBitBtn: TBitmapButton
- AlignWithMargins = True
- Left = 300
- Top = 8
- Width = 25
- Height = 25
- Cursor = crHandPoint
- Margins.Top = 8
- Margins.Right = 0
- Margins.Bottom = 8
- Align = alRight
- Caption = 'Donate'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = UpdatePanelDonateBitBtnClick
- end
- object UpdateLinkLabel: TLinkLabel
- Left = 13
- Top = 13
- Width = 303
- Height = 17
- Caption =
- 'Your version of Inno Setup has been updated! <a id="hwhatsnew">S' +
- 'ee what'#39's new</a>.'
- TabOrder = 0
- OnLinkClick = UpdateLinkLabelLinkClick
- end
- end
- object MainMenu1: TMainMenu
- AutoHotkeys = maManual
- AutoLineReduction = maManual
- Left = 48
- Top = 64
- object FMenu: TMenuItem
- Caption = '&File'
- OnClick = FMenuClick
- object FNewMainFile: TMenuItem
- Caption = '&New'
- ShortCut = 16462
- OnClick = FNewMainFileClick
- end
- object FOpenMainFile: TMenuItem
- Caption = '&Open...'
- ShortCut = 16463
- OnClick = FOpenMainFileClick
- end
- object FRecent: TMenuItem
- Caption = 'Open &Recent'
- object N6: TMenuItem
- Caption = '-'
- end
- object FClearRecent: TMenuItem
- Caption = '&Clear Recently Opened'
- OnClick = FClearRecentClick
- end
- end
- object N19: TMenuItem
- Caption = '-'
- end
- object FSave: TMenuItem
- Caption = '&Save'
- ShortCut = 16467
- OnClick = FSaveClick
- end
- object FSaveMainFileAs: TMenuItem
- Caption = 'Save &As...'
- OnClick = FSaveClick
- end
- object FSaveEncoding: TMenuItem
- Caption = 'Save &Encoding'
- object FSaveEncodingAuto: TMenuItem
- Caption = '&Auto (ANSI or UTF-8)'
- RadioItem = True
- OnClick = FSaveEncodingItemClick
- end
- object FSaveEncodingUTF8WithoutBOM: TMenuItem
- Caption = '&UTF-8'
- RadioItem = True
- OnClick = FSaveEncodingItemClick
- end
- object FSaveEncodingUTF8WithBOM: TMenuItem
- Caption = 'UTF-8 with &BOM'
- RadioItem = True
- OnClick = FSaveEncodingItemClick
- end
- end
- object FSaveAll: TMenuItem
- Caption = 'Sa&ve All'
- ShortCut = 24659
- OnClick = FSaveAllClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object FPrint: TMenuItem
- Caption = '&Print...'
- ShortCut = 16464
- OnClick = FPrintClick
- end
- object N22: TMenuItem
- Caption = '-'
- end
- object FExit: TMenuItem
- Caption = 'E&xit'
- OnClick = FExitClick
- end
- end
- object EMenu: TMenuItem
- Caption = '&Edit'
- OnClick = EMenuClick
- object EUndo: TMenuItem
- Caption = '&Undo'
- OnClick = EUndoClick
- end
- object ERedo: TMenuItem
- Caption = '&Redo'
- OnClick = ERedoClick
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object ECut: TMenuItem
- Caption = 'Cu&t'
- OnClick = ECutClick
- end
- object ECopy: TMenuItem
- Caption = '&Copy'
- OnClick = ECopyClick
- end
- object EPaste: TMenuItem
- Caption = '&Paste'
- OnClick = EPasteClick
- end
- object EDelete: TMenuItem
- Caption = 'De&lete'
- OnClick = EDeleteClick
- end
- object N25: TMenuItem
- Caption = '-'
- end
- object ESelectAll: TMenuItem
- Caption = 'Select &All'
- OnClick = ESelectAllClick
- end
- object ESelectNextOccurrence: TMenuItem
- Caption = 'Add Next &Occurrence'
- OnClick = ESelectNextOccurrenceClick
- end
- object ESelectAllOccurrences: TMenuItem
- Caption = '&Select All Occurrences'
- OnClick = ESelectAllOccurrencesClick
- end
- object ESelectAllFindMatches: TMenuItem
- Caption = 'Select All Find &Matches'
- OnClick = ESelectAllFindMatchesClick
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object EFind: TMenuItem
- Caption = '&Find...'
- ShortCut = 16454
- OnClick = EFindClick
- end
- object EFindInFiles: TMenuItem
- Caption = 'F&ind in Files...'
- ShortCut = 24646
- OnClick = EFindInFilesClick
- end
- object EFindNext: TMenuItem
- Caption = 'Find &Next'
- ShortCut = 114
- OnClick = EFindNextOrPreviousClick
- end
- object EFindPrevious: TMenuItem
- Caption = 'Find Pre&vious'
- ShortCut = 8306
- OnClick = EFindNextOrPreviousClick
- end
- object EReplace: TMenuItem
- Caption = 'R&eplace...'
- ShortCut = 16456
- OnClick = EReplaceClick
- end
- object EFindRegEx: TMenuItem
- Caption = 'Use Regular E&xpressions'
- OnClick = EFindRegExClick
- end
- object N13: TMenuItem
- Caption = '-'
- end
- object EFoldLine: TMenuItem
- Caption = 'Fol&d Section'
- OnClick = EFoldOrUnfoldLineClick
- end
- object EUnfoldLine: TMenuItem
- Caption = '&Unfold Section'
- OnClick = EFoldOrUnfoldLineClick
- end
- object EGotoFile: TMenuItem
- Caption = 'Go to File...'
- OnClick = EGotoFileClick
- end
- object EGotoLine: TMenuItem
- Caption = '&Go to Line...'
- ShortCut = 16455
- OnClick = EGotoLineClick
- end
- object N18: TMenuItem
- Caption = '-'
- end
- object EToggleLinesComment: TMenuItem
- Caption = 'Toggle Line Comment'
- OnClick = EToggleLinesCommentClick
- end
- object EBraceMatch: TMenuItem
- Caption = 'Go To Matching Brace'
- OnClick = EBraceMatchClick
- end
- end
- object VMenu: TMenuItem
- Caption = '&View'
- OnClick = VMenuClick
- object VZoom: TMenuItem
- Caption = '&Zoom'
- object VZoomIn: TMenuItem
- Caption = 'Zoom &In'
- OnClick = VZoomInClick
- end
- object VZoomOut: TMenuItem
- Caption = 'Zoom &Out'
- OnClick = VZoomOutClick
- end
- object N9: TMenuItem
- Caption = '-'
- end
- object VZoomReset: TMenuItem
- Caption = '&Reset'
- OnClick = VZoomResetClick
- end
- end
- object N8: TMenuItem
- Caption = '-'
- end
- object VToolbar: TMenuItem
- Caption = '&Toolbar'
- OnClick = VToolbarClick
- end
- object VStatusBar: TMenuItem
- Caption = 'St&atus Bar'
- OnClick = VStatusBarClick
- end
- object N11: TMenuItem
- Caption = '-'
- end
- object VNextTab: TMenuItem
- Caption = '&Next Tab'
- ShortCut = 16393
- OnClick = VNextTabClick
- end
- object VPreviousTab: TMenuItem
- Caption = '&Previous Tab'
- ShortCut = 24585
- OnClick = VPreviousTabClick
- end
- object VCloseCurrentTab: TMenuItem
- Caption = 'C&lose Tab'
- ShortCut = 16499
- OnClick = VCloseCurrentTabClick
- end
- object VReopenTab: TMenuItem
- Caption = 'Re&open Tab'
- end
- object VReopenTabs: TMenuItem
- Caption = 'Reopen &All Tabs'
- OnClick = VReopenTabsClick
- end
- object MemosTabSetPopupMenu: TMenuItem
- Caption = 'MemosTabSetPopupMenu'
- Visible = False
- OnClick = MemosTabSetPopupMenuClick
- object VCloseCurrentTab2: TMenuItem
- Caption = 'C&lose Current Tab'
- OnClick = VCloseCurrentTabClick
- end
- object VReopenTab2: TMenuItem
- Caption = 'Re&open Tab'
- end
- object VReopenTabs2: TMenuItem
- Caption = 'Reopen &All Tabs'
- OnClick = VReopenTabsClick
- end
- end
- object NavPopupMenu: TMenuItem
- Caption = 'NavPopupMenu'
- Visible = False
- OnClick = NavPopupMenuClick
- end
- object N20: TMenuItem
- Caption = '-'
- end
- object VCompilerOutput: TMenuItem
- Caption = '&Compiler Output'
- RadioItem = True
- OnClick = VCompilerOutputClick
- end
- object VDebugOutput: TMenuItem
- Caption = '&Debug Output'
- RadioItem = True
- OnClick = VDebugOutputClick
- end
- object VDebugCallStack: TMenuItem
- Caption = 'D&ebug Call Stack'
- RadioItem = True
- OnClick = VDebugCallStackClick
- end
- object VFindResults: TMenuItem
- Caption = '&Find Results'
- RadioItem = True
- OnClick = VFindResultsClick
- end
- object VHide: TMenuItem
- Caption = '&Hide Bottom Pane'
- RadioItem = True
- OnClick = VHideClick
- end
- object N24: TMenuItem
- Caption = '-'
- end
- object VWordWrap: TMenuItem
- Caption = '&Word Wrap'
- ShortCut = 32858
- OnClick = VWordWrapClick
- end
- object OutputListPopupMenu: TMenuItem
- Caption = 'OutputListPopupMenu'
- Visible = False
- OnClick = SimpleMenuClick
- object POutputListCopy: TMenuItem
- Caption = '&Copy'
- OnClick = POutputListCopyClick
- end
- object POutputListSelectAll: TMenuItem
- Caption = 'Select &All'
- OnClick = POutputListSelectAllClick
- end
- end
- end
- object BMenu: TMenuItem
- Caption = '&Build'
- OnClick = BMenuClick
- object BCompile: TMenuItem
- Caption = '&Compile'
- OnClick = BCompileClick
- end
- object BStopCompile: TMenuItem
- Caption = 'S&top Compile'
- Enabled = False
- OnClick = BStopCompileClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object BLowPriority: TMenuItem
- Caption = '&Low Priority During Compile'
- OnClick = BLowPriorityClick
- end
- object N17: TMenuItem
- Caption = '-'
- end
- object BOpenOutputFolder: TMenuItem
- Caption = '&Open Output Folder'
- Enabled = False
- OnClick = BOpenOutputFolderClick
- end
- end
- object RMenu: TMenuItem
- Caption = '&Run'
- OnClick = RMenuClick
- object RRun: TMenuItem
- Caption = '&Run'
- OnClick = RRunClick
- end
- object RParameters: TMenuItem
- Caption = '&Parameters...'
- OnClick = RParametersClick
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object RRunToCursor: TMenuItem
- Caption = 'Run to &Cursor'
- OnClick = RRunToCursorClick
- end
- object RStepInto: TMenuItem
- Caption = 'Step &Into'
- OnClick = RStepIntoClick
- end
- object RStepOver: TMenuItem
- Caption = 'Step &Over'
- OnClick = RStepOverClick
- end
- object RStepOut: TMenuItem
- Caption = 'Step Out'
- OnClick = RStepOutClick
- end
- object RToggleBreakPoint: TMenuItem
- Caption = 'Toggle &Breakpoint'
- OnClick = RToggleBreakPointClick
- end
- object RDeleteBreakPoints: TMenuItem
- Caption = '&Delete All Breakpoints'
- OnClick = RDeleteBreakPointsClick
- end
- object BreakPointsPopupMenu: TMenuItem
- Caption = 'BreakPointsPopupMenu'
- Visible = False
- OnClick = BreakPointsPopupMenuClick
- object RToggleBreakPoint2: TMenuItem
- Caption = 'Toggle &Breakpoint'
- OnClick = RToggleBreakPointClick
- end
- object RDeleteBreakPoints2: TMenuItem
- Caption = '&Delete All Breakpoints'
- OnClick = RDeleteBreakPointsClick
- end
- end
- object RPause: TMenuItem
- Caption = 'P&ause'
- Enabled = False
- OnClick = RPauseClick
- end
- object RTerminate: TMenuItem
- Caption = '&Terminate'
- Enabled = False
- OnClick = RTerminateClick
- end
- object N10: TMenuItem
- Caption = '-'
- end
- object REvaluate: TMenuItem
- Caption = '&Evaluate Constant...'
- Enabled = False
- OnClick = REvaluateClick
- end
- object N15: TMenuItem
- Caption = '-'
- end
- object RTargetSetup: TMenuItem
- Caption = 'Target &Setup'
- GroupIndex = 1
- RadioItem = True
- ShortCut = 16465
- OnClick = RTargetClick
- end
- object RTargetUninstall: TMenuItem
- Caption = 'Target &Uninstall'
- GroupIndex = 1
- RadioItem = True
- ShortCut = 32849
- OnClick = RTargetClick
- end
- end
- object TMenu: TMenuItem
- Caption = '&Tools'
- OnClick = TMenuClick
- object TAddRemovePrograms: TMenuItem
- Caption = '&Add/Remove Programs'
- OnClick = TAddRemoveProgramsClick
- end
- object N23: TMenuItem
- Caption = '-'
- end
- object TGenerateGUID: TMenuItem
- Caption = 'Generate &GUID'
- ShortCut = 24647
- OnClick = TGenerateGUIDClick
- end
- object TFilesDesigner: TMenuItem
- Caption = 'Generate [F&iles] Entries...'
- ShortCut = 24649
- OnClick = TFilesDesignerClick
- end
- object TRegistryDesigner: TMenuItem
- Caption = 'Generate [&Registry] Entries...'
- ImageIndex = 66
- ShortCut = 24658
- OnClick = TRegistryDesignerClick
- end
- object TMsgBoxDesigner: TMenuItem
- Caption = 'Generate &MsgBox/TaskDialogMsgBox Call...'
- ShortCut = 24653
- OnClick = TMsgBoxDesignerClick
- end
- object N7: TMenuItem
- Caption = '-'
- end
- object TSignTools: TMenuItem
- Caption = '&Configure Sign Tools...'
- OnClick = TSignToolsClick
- end
- object N16: TMenuItem
- Caption = '-'
- end
- object TOptions: TMenuItem
- Caption = '&Options...'
- OnClick = TOptionsClick
- end
- end
- object HMenu: TMenuItem
- Caption = '&Help'
- OnClick = HMenuClick
- object HPurchase: TMenuItem
- Caption = 'Purchase or Renew Commercial &License'
- OnClick = HPurchaseClick
- end
- object HRegister: TMenuItem
- Caption = 'Enter Commercial License &Key...'
- OnClick = HRegisterClick
- end
- object HUnregister: TMenuItem
- Caption = 'Remove Commercial License Key'
- OnClick = HUnregisterClick
- end
- object HDonate: TMenuItem
- Caption = '&Donate'
- OnClick = HDonateClick
- end
- object N21: TMenuItem
- Caption = '-'
- end
- object HShortcutsDoc: TMenuItem
- Caption = '&Keyboard And Mouse Commands'
- OnClick = HShortcutsDocClick
- end
- object HRegexDoc: TMenuItem
- Caption = 'Regular E&xpressions'
- OnClick = HRegexDocClick
- end
- object N14: TMenuItem
- Caption = '-'
- end
- object HDoc: TMenuItem
- Caption = 'Inno &Setup Documentation'
- OnClick = HDocClick
- end
- object HExamples: TMenuItem
- Caption = 'Inno Setup &Example Scripts'
- OnClick = HExamplesClick
- end
- object HFaq: TMenuItem
- Caption = 'Inno Setup &FAQ'
- OnClick = HFaqClick
- end
- object HMailingList: TMenuItem
- Caption = 'Inno Setup &Mailing List'
- OnClick = HMailingListClick
- end
- object HWhatsNew: TMenuItem
- Caption = 'Inno Setup &Revision History'
- OnClick = HWhatsNewClick
- end
- object HWebsite: TMenuItem
- Caption = 'Inno Setup &Web Site'
- OnClick = HWebsiteClick
- end
- object N12: TMenuItem
- Caption = '-'
- end
- object HISPPDoc: TMenuItem
- Caption = 'Inno Setup &Preprocessor Documentation'
- OnClick = HISPPDocClick
- end
- object HISPPSep: TMenuItem
- Caption = '-'
- end
- object HAbout: TMenuItem
- Caption = '&About Inno Setup'
- OnClick = HAboutClick
- end
- end
- end
- object FindDialog: TFindDialog
- OnFind = FindDialogFind
- Left = 48
- Top = 120
- end
- object ReplaceDialog: TReplaceDialog
- OnFind = FindDialogFind
- OnReplace = ReplaceDialogReplace
- Left = 160
- Top = 120
- end
- object CheckIfTerminatedTimer: TTimer
- Enabled = False
- Interval = 100
- OnTimer = CheckIfTerminatedTimerTimer
- Left = 160
- Top = 64
- end
- object ThemedToolbarVirtualImageList: TVirtualImageList
- AutoFill = True
- Images = <
- item
- CollectionIndex = 0
- CollectionName = 'document-new'
- Name = 'document-new'
- end
- item
- CollectionIndex = 1
- CollectionName = 'folder-open-filled-arrow-down-right'
- Name = 'folder-open-filled-arrow-down-right'
- end
- item
- CollectionIndex = 2
- CollectionName = 'save-filled'
- Name = 'save-filled'
- end
- item
- CollectionIndex = 3
- CollectionName = 'build'
- Name = 'build'
- end
- item
- CollectionIndex = 4
- CollectionName = 'build-cancel-2'
- Name = 'build-cancel-2'
- end
- item
- CollectionIndex = 5
- CollectionName = 'debug-start-filled'
- Name = 'debug-start-filled'
- end
- item
- CollectionIndex = 6
- CollectionName = 'debug-break-all-filled'
- Name = 'debug-break-all-filled'
- end
- item
- CollectionIndex = 7
- CollectionName = 'install'
- Name = 'install'
- end
- item
- CollectionIndex = 8
- CollectionName = 'uninstall'
- Name = 'uninstall'
- end
- item
- CollectionIndex = 9
- CollectionName = 'button-help'
- Name = 'button-help'
- end
- item
- CollectionIndex = 10
- CollectionName = 'debug-stop-filled'
- Name = 'debug-stop-filled'
- end
- item
- CollectionIndex = 11
- CollectionName = 'save-as-filled'
- Name = 'save-as-filled'
- end
- item
- CollectionIndex = 12
- CollectionName = 'save-all-filled'
- Name = 'save-all-filled'
- end
- item
- CollectionIndex = 13
- CollectionName = 'printer'
- Name = 'printer'
- end
- item
- CollectionIndex = 14
- CollectionName = 'command-undo-1'
- Name = 'command-undo-1'
- end
- item
- CollectionIndex = 15
- CollectionName = 'command-redo-1'
- Name = 'command-redo-1'
- end
- item
- CollectionIndex = 16
- CollectionName = 'clipboard-cut'
- Name = 'clipboard-cut'
- end
- item
- CollectionIndex = 17
- CollectionName = 'clipboard-copy'
- Name = 'clipboard-copy'
- end
- item
- CollectionIndex = 18
- CollectionName = 'clipboard-paste'
- Name = 'clipboard-paste'
- end
- item
- CollectionIndex = 19
- CollectionName = 'select-all'
- Name = 'select-all'
- end
- item
- CollectionIndex = 20
- CollectionName = 'find'
- Name = 'find'
- end
- item
- CollectionIndex = 21
- CollectionName = 'replace'
- Name = 'replace'
- end
- item
- CollectionIndex = 22
- CollectionName = 'control-edit'
- Name = 'control-edit'
- end
- item
- CollectionIndex = 23
- CollectionName = 'debug-step-into'
- Name = 'debug-step-into'
- end
- item
- CollectionIndex = 24
- CollectionName = 'debug-step-over'
- Name = 'debug-step-over'
- end
- item
- CollectionIndex = 25
- CollectionName = 'debug-step-out'
- Name = 'debug-step-out'
- end
- item
- CollectionIndex = 26
- CollectionName = 'debug-breakpoint-filled'
- Name = 'debug-breakpoint-filled'
- end
- item
- CollectionIndex = 27
- CollectionName = 'variables'
- Name = 'variables'
- end
- item
- CollectionIndex = 28
- CollectionName = 'heart-filled'
- Name = 'heart-filled'
- end
- item
- CollectionIndex = 29
- CollectionName = 'alert-filled'
- Name = 'alert-filled'
- end
- item
- CollectionIndex = 30
- CollectionName = 'home'
- Name = 'home'
- end
- item
- CollectionIndex = 31
- CollectionName = 'button-info'
- Name = 'button-info'
- end
- item
- CollectionIndex = 32
- CollectionName = 'application'
- Name = 'application'
- end
- item
- CollectionIndex = 33
- CollectionName = 'folder-open-filled-find'
- Name = 'folder-open-filled-find'
- end
- item
- CollectionIndex = 34
- CollectionName = 'gear-filled'
- Name = 'gear-filled'
- end
- item
- CollectionIndex = 35
- CollectionName = 'key-filled'
- Name = 'key-filled'
- end
- item
- CollectionIndex = 36
- CollectionName = 'unused\letter-a-arrow-right-2'
- Name = 'unused\letter-a-arrow-right-2'
- end
- item
- CollectionIndex = 37
- CollectionName = 'symbol-cancel'
- Name = 'symbol-cancel'
- end
- item
- CollectionIndex = 38
- CollectionName = 'comment-text-script-filled'
- Name = 'comment-text-script-filled'
- end
- item
- CollectionIndex = 39
- CollectionName = 'control-tree-script-filled'
- Name = 'control-tree-script-filled'
- end
- item
- CollectionIndex = 40
- CollectionName = 'documents-script-filled'
- Name = 'documents-script-filled'
- end
- item
- CollectionIndex = 41
- CollectionName = 'tag-script-filled'
- Name = 'tag-script-filled'
- end
- item
- CollectionIndex = 42
- CollectionName = 'control-tab-filled-arrow-left-2'
- Name = 'control-tab-filled-arrow-left-2'
- end
- item
- CollectionIndex = 43
- CollectionName = 'control-tab-filled-arrow-right-2'
- Name = 'control-tab-filled-arrow-right-2'
- end
- item
- CollectionIndex = 44
- CollectionName = 'unused\control-tab-filled-cancel-2'
- Name = 'unused\control-tab-filled-cancel-2'
- end
- item
- CollectionIndex = 45
- CollectionName = 'control-tab-filled-redo-1'
- Name = 'control-tab-filled-redo-1'
- end
- item
- CollectionIndex = 46
- CollectionName = 'unused\find-arrow-left-2'
- Name = 'unused\find-arrow-left-2'
- end
- item
- CollectionIndex = 47
- CollectionName = 'unused\find-arrow-right-2'
- Name = 'unused\find-arrow-right-2'
- end
- item
- CollectionIndex = 48
- CollectionName = 'announcement'
- Name = 'announcement'
- end
- item
- CollectionIndex = 49
- CollectionName = 'debug-start-filled-arrow-right-2'
- Name = 'debug-start-filled-arrow-right-2'
- end
- item
- CollectionIndex = 50
- CollectionName = 'zoom-in'
- Name = 'zoom-in'
- end
- item
- CollectionIndex = 51
- CollectionName = 'zoom-out'
- Name = 'zoom-out'
- end
- item
- CollectionIndex = 52
- CollectionName = 'unused\debug-breakpoint-filled-eraser'
- Name = 'unused\debug-breakpoint-filled-eraser'
- end
- item
- CollectionIndex = 53
- CollectionName = 'debug-breakpoints-filled-eraser'
- Name = 'debug-breakpoints-filled-eraser'
- end
- item
- CollectionIndex = 54
- CollectionName = 'button-arrow-left'
- Name = 'button-arrow-left'
- end
- item
- CollectionIndex = 55
- CollectionName = 'button-arrow-right'
- Name = 'button-arrow-right'
- end
- item
- CollectionIndex = 56
- CollectionName = 'folder-open-filled'
- Name = 'folder-open-filled'
- end
- item
- CollectionIndex = 57
- CollectionName = 'eraser'
- Name = 'eraser'
- end
- item
- CollectionIndex = 58
- CollectionName = 'symbol-add'
- Name = 'symbol-add'
- end
- item
- CollectionIndex = 59
- CollectionName = 'symbol-remove'
- Name = 'symbol-remove'
- end
- item
- CollectionIndex = 60
- CollectionName = 'padlock-filled'
- Name = 'padlock-filled'
- end
- item
- CollectionIndex = 61
- CollectionName = 'shopping-cart'
- Name = 'shopping-cart'
- end>
- ImageCollection = ImagesModule.LightToolBarImageCollection
- Left = 80
- Top = 176
- end
- object LightToolbarVirtualImageList: TVirtualImageList
- Images = <>
- ImageCollection = ImagesModule.LightToolBarImageCollection
- Left = 191
- Top = 197
- end
- object FindInFilesDialog: TFindDialog
- Options = [frDown, frHideUpDown]
- OnFind = FindInFilesDialogFind
- Left = 272
- Top = 120
- end
- object PrintDialog: TPrintDialog
- Left = 272
- Top = 64
- end
- object ThemedMarkersAndACVirtualImageList: TVirtualImageList
- Images = <>
- Width = 12
- Height = 12
- Left = 320
- Top = 176
- end
- end
|