Ignore:
Timestamp:
Aug 9, 2017, 10:14:31 PM (7 years ago)
Author:
chronos
Message:
  • Added: Allow to move up/down rule items.
  • Fixed: Store rule operator to XML file.
File:
1 edited

Legend:

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

    r112 r113  
    114114      Action = ARemove
    115115    end
     116    object ToolButton4: TToolButton
     117      Left = 70
     118      Top = 2
     119      Action = AMoveUp
     120    end
     121    object ToolButton5: TToolButton
     122      Left = 93
     123      Top = 2
     124      Action = AMoveDown
     125    end
    116126  end
    117127  object ActionList1: TActionList
     
    134144      OnExecute = ARemoveExecute
    135145    end
     146    object AMoveUp: TAction
     147      Caption = 'Move up'
     148      ImageIndex = 7
     149      OnExecute = AMoveUpExecute
     150    end
     151    object AMoveDown: TAction
     152      Caption = 'Move down'
     153      ImageIndex = 6
     154      OnExecute = AMoveDownExecute
     155    end
    136156  end
    137157  object PopupMenu1: TPopupMenu
    138158    Images = Core.ImageList1
    139159    left = 118
    140     top = 185
     160    top = 187
    141161    object MenuItem1: TMenuItem
    142162      Action = AAdd
     
    148168      Action = ARemove
    149169    end
     170    object MenuItem4: TMenuItem
     171      Action = AMoveUp
     172    end
     173    object MenuItem5: TMenuItem
     174      Action = AMoveDown
     175    end
    150176  end
    151177end
Note: See TracChangeset for help on using the changeset viewer.