Changeset 115 for branches/generator/Forms/UFormRules.lfm
- Timestamp:
- Nov 27, 2017, 9:16:09 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRules.lfm
r114 r115 26 26 AnchorSideTop.Control = CoolBar1 27 27 Left = 24 28 Height = 2 428 Height = 22 29 29 Top = 5 30 30 Width = 70 … … 43 43 object ToolButton1: TToolButton 44 44 Left = 1 45 Top = 245 Top = 0 46 46 Action = AAdd 47 47 end 48 48 object ToolButton2: TToolButton 49 49 Left = 24 50 Top = 250 Top = 0 51 51 Action = AModify 52 52 end 53 53 object ToolButton3: TToolButton 54 54 Left = 47 55 Top = 255 Top = 0 56 56 Action = ARemove 57 57 end … … 92 92 object AAdd: TAction 93 93 Caption = 'Add' 94 Hint = 'Add' 94 95 ImageIndex = 0 95 96 OnExecute = AAddExecute … … 97 98 object AModify: TAction 98 99 Caption = 'Modify' 100 Hint = 'Modify' 99 101 ImageIndex = 3 100 102 OnExecute = AModifyExecute … … 102 104 object ARemove: TAction 103 105 Caption = 'Remove' 106 Hint = 'Remove' 104 107 ImageIndex = 1 105 108 OnExecute = ARemoveExecute
Note:
See TracChangeset
for help on using the changeset viewer.