Changeset 144 for trunk/Forms/UFormTargets.lfm
- Timestamp:
- Jun 2, 2023, 11:18:38 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormTargets.lfm
r133 r144 1 1 object FormTargets: TFormTargets 2 2 Left = 294 3 Height = 4 303 Height = 413 4 4 Top = 172 5 Width = 7185 Width = 689 6 6 Caption = 'Compilers' 7 ClientHeight = 4 308 ClientWidth = 7189 DesignTimePPI = 1 507 ClientHeight = 413 8 ClientWidth = 689 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnShow = FormShow 13 LCLVersion = '2.2. 0.4'13 LCLVersion = '2.2.6.0' 14 14 object ListView1: TListView 15 15 Left = 10 16 Height = 41016 Height = 393 17 17 Top = 10 18 Width = 70118 Width = 672 19 19 Anchors = [akTop, akLeft, akRight, akBottom] 20 20 Columns = < 21 21 item 22 22 Caption = 'Name' 23 Width = 10023 Width = 96 24 24 end 25 25 item 26 26 Caption = 'Execution path' 27 Width = 2 5027 Width = 240 28 28 end 29 29 item 30 30 Caption = 'Compiler path' 31 Width = 3 3631 Width = 323 32 32 end> 33 33 OwnerData = True
Note:
See TracChangeset
for help on using the changeset viewer.