Changeset 234 for trunk/Forms/FormImportSources.lfm
- Timestamp:
- Jan 25, 2025, 10:36:28 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImportSources.lfm
r230 r234 49 49 Action = APreview 50 50 end 51 object ToolButton6: TToolButton 52 Left = 176 53 Top = 2 54 Action = AEnable 55 end 56 object ToolButton7: TToolButton 57 Left = 211 58 Top = 2 59 Action = ADisable 60 end 51 61 end 52 62 object ListView1: TListView … … 139 149 object AEnable: TAction 140 150 Caption = 'Enable' 151 ImageIndex = 24 141 152 OnExecute = AEnableExecute 142 153 end 143 154 object ADisable: TAction 144 155 Caption = 'Disable' 156 ImageIndex = 23 145 157 OnExecute = ADisableExecute 146 158 end
Note:
See TracChangeset
for help on using the changeset viewer.