Changeset 76 for trunk/Forms/UFormImportSources.lfm
- Timestamp:
- Aug 2, 2016, 1:41:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportSources.lfm
r73 r76 79 79 ViewStyle = vsReport 80 80 OnChange = ListView1Change 81 OnClick = ListView1Click82 81 OnData = ListView1Data 83 82 OnDblClick = ListView1DblClick … … 119 118 ImageIndex = 5 120 119 OnExecute = AProcessExecute 120 end 121 object AEnable: TAction 122 Caption = 'Enable' 123 OnExecute = AEnableExecute 124 end 125 object ADisable: TAction 126 Caption = 'Disable' 127 OnExecute = ADisableExecute 121 128 end 122 129 end … … 281 288 } 282 289 end 290 object MenuItem5: TMenuItem 291 Action = AEnable 292 end 293 object MenuItem6: TMenuItem 294 Action = ADisable 295 end 283 296 end 284 297 object JobProgressView1: TJobProgressView
Note:
See TracChangeset
for help on using the changeset viewer.