Ignore:
Timestamp:
Nov 27, 2017, 9:16:09 AM (7 years ago)
Author:
chronos
Message:
  • Added: Rules icon.
File:
1 edited

Legend:

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

    r114 r115  
    2626      AnchorSideTop.Control = CoolBar1
    2727      Left = 24
    28       Height = 24
     28      Height = 22
    2929      Top = 5
    3030      Width = 70
     
    4343      object ToolButton1: TToolButton
    4444        Left = 1
    45         Top = 2
     45        Top = 0
    4646        Action = AAdd
    4747      end
    4848      object ToolButton2: TToolButton
    4949        Left = 24
    50         Top = 2
     50        Top = 0
    5151        Action = AModify
    5252      end
    5353      object ToolButton3: TToolButton
    5454        Left = 47
    55         Top = 2
     55        Top = 0
    5656        Action = ARemove
    5757      end
     
    9292    object AAdd: TAction
    9393      Caption = 'Add'
     94      Hint = 'Add'
    9495      ImageIndex = 0
    9596      OnExecute = AAddExecute
     
    9798    object AModify: TAction
    9899      Caption = 'Modify'
     100      Hint = 'Modify'
    99101      ImageIndex = 3
    100102      OnExecute = AModifyExecute
     
    102104    object ARemove: TAction
    103105      Caption = 'Remove'
     106      Hint = 'Remove'
    104107      ImageIndex = 1
    105108      OnExecute = ARemoveExecute
Note: See TracChangeset for help on using the changeset viewer.