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/UFormRules.lfm

    r111 r112  
    2727      Height = 24
    2828      Top = 5
    29       Width = 150
     29      Width = 70
    3030      Align = alNone
    3131      AutoSize = True
     
    3333      BorderSpacing.Top = 3
    3434      Caption = 'ToolBar1'
     35      Images = Core.ImageList1
    3536      TabOrder = 0
    3637      object ToolButton1: TToolButton
     
    6162      item
    6263        Caption = 'Name'
    63         Width = 829
     64        Width = 200
     65      end   
     66      item
     67        Caption = 'Items'
     68        Width = 629
    6469      end>
    6570    MultiSelect = True
     
    7681  end
    7782  object ActionList1: TActionList
     83    Images = Core.ImageList1
    7884    left = 248
    7985    top = 212
    8086    object AAdd: TAction
    8187      Caption = 'Add'
     88      ImageIndex = 0
    8289      OnExecute = AAddExecute
    8390    end
    8491    object AModify: TAction
    8592      Caption = 'Modify'
     93      ImageIndex = 3
    8694      OnExecute = AModifyExecute
    8795    end
    8896    object ARemove: TAction
    8997      Caption = 'Remove'
     98      ImageIndex = 1
    9099      OnExecute = ARemoveExecute
    91100      ShortCut = 46
     
    93102  end
    94103  object PopupMenu1: TPopupMenu
     104    Images = Core.ImageList1
    95105    left = 427
    96106    top = 212
Note: See TracChangeset for help on using the changeset viewer.