Changeset 103 for trunk/Forms/UFormTargets.lfm
- Timestamp:
- May 5, 2019, 12:17:58 AM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormTargets.lfm
r96 r103 1 1 object FormTargets: TFormTargets 2 2 Left = 292 3 Height = 3443 Height = 413 4 4 Top = 138 5 Width = 5745 Width = 689 6 6 Caption = 'Compilers' 7 ClientHeight = 3448 ClientWidth = 5749 DesignTimePPI = 1 207 ClientHeight = 413 8 ClientWidth = 689 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnShow = FormShow 12 LCLVersion = ' 1.8.2.0'12 LCLVersion = '2.0.0.4' 13 13 object ListView1: TListView 14 Left = 815 Height = 3 2816 Top = 817 Width = 56014 Left = 10 15 Height = 393 16 Top = 10 17 Width = 672 18 18 Anchors = [akTop, akLeft, akRight, akBottom] 19 19 Columns = < 20 20 item 21 21 Caption = 'Name' 22 Width = 8022 Width = 96 23 23 end 24 24 item 25 25 Caption = 'Execution path' 26 Width = 2 0026 Width = 240 27 27 end 28 28 item 29 29 Caption = 'Compiler path' 30 Width = 26130 Width = 313 31 31 end> 32 32 OwnerData = True 33 ParentFont = False 33 34 ReadOnly = True 34 35 RowSelect = True
Note:
See TracChangeset
for help on using the changeset viewer.