Changeset 133 for trunk/Forms/UFormTargets.lfm
- Timestamp:
- Mar 4, 2022, 10:57:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormTargets.lfm
r103 r133 1 1 object FormTargets: TFormTargets 2 Left = 29 23 Height = 4 134 Top = 1 385 Width = 6892 Left = 294 3 Height = 430 4 Top = 172 5 Width = 718 6 6 Caption = 'Compilers' 7 ClientHeight = 413 8 ClientWidth = 689 9 DesignTimePPI = 144 7 ClientHeight = 430 8 ClientWidth = 718 9 DesignTimePPI = 150 10 OnClose = FormClose 10 11 OnCreate = FormCreate 11 12 OnShow = FormShow 12 LCLVersion = '2. 0.0.4'13 LCLVersion = '2.2.0.4' 13 14 object ListView1: TListView 14 15 Left = 10 15 Height = 39316 Height = 410 16 17 Top = 10 17 Width = 67218 Width = 701 18 19 Anchors = [akTop, akLeft, akRight, akBottom] 19 20 Columns = < 20 21 item 21 22 Caption = 'Name' 22 Width = 9623 Width = 100 23 24 end 24 25 item 25 26 Caption = 'Execution path' 26 Width = 2 4027 Width = 250 27 28 end 28 29 item 29 30 Caption = 'Compiler path' 30 Width = 3 1331 Width = 336 31 32 end> 32 33 OwnerData = True
Note:
See TracChangeset
for help on using the changeset viewer.