Ignore:
Timestamp:
Aug 9, 2017, 8:47:42 AM (7 years ago)
Author:
chronos
Message:
  • Added: Icons for various actions.
  • Added: Show rule items in rules list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/generator/Forms/UFormMain.lfm

    r110 r112  
    1919  end
    2020  object MainMenu1: TMainMenu
    21     left = 240
    22     top = 152
     21    Images = Core.ImageList1
     22    left = 248
     23    top = 216
    2324    object MenuItem2: TMenuItem
    2425      Caption = 'File'
     
    4445  end
    4546  object ActionList1: TActionList
     47    Images = Core.ImageList1
    4648    left = 428
    4749    top = 229
     
    5254    object AExit: TAction
    5355      Caption = 'Exit'
     56      ImageIndex = 2
    5457      OnExecute = AExitExecute
    5558    end
    5659    object AOpen: TAction
    5760      Caption = 'Open...'
     61      ImageIndex = 4
    5862      OnExecute = AOpenExecute
    5963    end
    6064    object ASaveAs: TAction
    6165      Caption = 'Save as...'
     66      ImageIndex = 5
    6267      OnExecute = ASaveAsExecute
    6368    end
Note: See TracChangeset for help on using the changeset viewer.