Changeset 234 for trunk/Forms/FormCategories.lfm
- Timestamp:
- Jan 25, 2025, 10:36:28 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCategories.lfm
r230 r234 70 70 Action = ARemove 71 71 end 72 object ToolButton4: TToolButton 73 Left = 106 74 Top = 2 75 Action = AEnable 76 end 77 object ToolButton5: TToolButton 78 Left = 141 79 Top = 2 80 Action = ADisable 81 end 72 82 end 73 83 object ActionList1: TActionList … … 100 110 object AEnable: TAction 101 111 Caption = 'Enable' 112 ImageIndex = 24 102 113 OnExecute = AEnableExecute 103 114 end 104 115 object ADisable: TAction 105 116 Caption = 'Disable' 117 ImageIndex = 23 106 118 OnExecute = ADisableExecute 107 119 end
Note:
See TracChangeset
for help on using the changeset viewer.