Ignore:
Timestamp:
Aug 3, 2012, 1:34:09 PM (12 years ago)
Author:
chronos
Message:
  • Added: Form for application runtime module management.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StudioPackage/Forms/UFormMain.lfm

    r8 r9  
    11object FormMain: TFormMain
    2   Left = 265
     2  Left = 256
    33  Height = 520
    4   Top = 144
     4  Top = 122
    55  Width = 747
    66  Caption = 'LibreDevelop Studio'
     
    391391    object MenuItem2: TMenuItem
    392392      Caption = 'Edit'
     393      object MenuItem36: TMenuItem
     394        Action = AUndo
     395      end
     396      object MenuItem35: TMenuItem
     397        Action = ARedo
     398      end
     399      object MenuItem18: TMenuItem
     400        Caption = '-'
     401      end
    393402      object MenuItem4: TMenuItem
    394403        Action = AClipboardCopy
     
    508517        }
    509518      end
     519      object MenuItem47: TMenuItem
     520        Action = ADelete
     521      end
    510522      object MenuItem7: TMenuItem
    511523        Action = ASelectAll
     524      end
     525    end
     526    object MenuItem37: TMenuItem
     527      Caption = 'Search'
     528      object MenuItem38: TMenuItem
     529        Action = ASearch
     530      end
     531      object MenuItem39: TMenuItem
     532        Action = ASearchInFiles
     533      end
     534      object MenuItem40: TMenuItem
     535        Action = AFindNext
     536      end
     537      object MenuItem41: TMenuItem
     538        Action = AFindPrevious
     539      end
     540      object MenuItem42: TMenuItem
     541        Caption = '-'
     542      end
     543      object MenuItem43: TMenuItem
     544        Action = AReplace
     545      end
     546      object MenuItem44: TMenuItem
     547        Action = AReplaceInFiles
     548      end
     549      object MenuItem45: TMenuItem
     550        Caption = '-'
     551      end
     552      object MenuItem46: TMenuItem
     553        Action = AGoToLineNumber
    512554      end
    513555    end
     
    571613        }
    572614      end
     615      object MenuItem48: TMenuItem
     616        Action = AViewModules
     617      end
    573618    end
    574619    object MenuItem17: TMenuItem
     
    718763      Caption = 'Close'
    719764      ImageIndex = 3
     765      OnExecute = AFileCloseExecute
     766    end
     767    object AUndo: TAction
     768      Category = 'File'
     769      Caption = 'Undo'
     770    end
     771    object ARedo: TAction
     772      Category = 'File'
     773      Caption = 'Redo'
     774    end
     775    object ASearch: TAction
     776      Category = 'Search'
     777      Caption = 'Search'
     778    end
     779    object AReplace: TAction
     780      Category = 'Search'
     781      Caption = 'Replace'
     782    end
     783    object ASearchInFiles: TAction
     784      Category = 'Search'
     785      Caption = 'Search in files'
     786    end
     787    object AGoToLineNumber: TAction
     788      Category = 'Search'
     789      Caption = 'Go to line number...'
     790    end
     791    object AReplaceInFiles: TAction
     792      Category = 'Search'
     793      Caption = 'Replace in files'
     794    end
     795    object AFindNext: TAction
     796      Category = 'Search'
     797      Caption = 'Find next'
     798      ShortCut = 114
     799    end
     800    object AFindPrevious: TAction
     801      Category = 'Search'
     802      Caption = 'Find previous'
     803      ShortCut = 8306
     804    end
     805    object ADelete: TAction
     806      Category = 'Edit'
     807      Caption = 'Delete'
     808    end
     809    object AViewModules: TAction
     810      Caption = 'Modules'
     811      OnExecute = AViewModulesExecute
    720812    end
    721813  end
Note: See TracChangeset for help on using the changeset viewer.