Changeset 72 for trunk/Forms/UFormImportSources.lfm
- Timestamp:
- Aug 1, 2016, 11:00:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportSources.lfm
r69 r72 10 10 OnShow = FormShow 11 11 Position = poScreenCenter 12 LCLVersion = '1. 6.0.4'12 LCLVersion = '1.7' 13 13 object ListView1: TListView 14 14 Left = 8 … … 37 37 item 38 38 Caption = 'Date' 39 Width = 10 039 Width = 108 40 40 end> 41 41 MultiSelect = True … … 108 108 ImageIndex = 5 109 109 OnExecute = AProcessExecute 110 end 111 object AEnable: TAction 112 Caption = 'Enable' 113 OnExecute = AEnableExecute 114 end 115 object ADisable: TAction 116 Caption = 'Disable' 117 OnExecute = ADisableExecute 110 118 end 111 119 end … … 270 278 } 271 279 end 280 object MenuItem6: TMenuItem 281 Action = AEnable 282 end 283 object MenuItem5: TMenuItem 284 Action = ADisable 285 end 272 286 end 273 287 object JobProgressView1: TJobProgressView
Note:
See TracChangeset
for help on using the changeset viewer.