Changeset 42 for trunk/Forms/UFormTargets.lfm
- Timestamp:
- Feb 19, 2012, 10:18:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormTargets.lfm
r37 r42 1 1 object FormCompilers: TFormCompilers 2 2 Left = 292 3 Height = 2643 Height = 344 4 4 Top = 138 5 Width = 3605 Width = 574 6 6 Caption = 'Compilers' 7 ClientHeight = 2648 ClientWidth = 3607 ClientHeight = 344 8 ClientWidth = 574 9 9 OnShow = FormShow 10 10 LCLVersion = '0.9.31' 11 11 object ListView1: TListView 12 12 Left = 8 13 Height = 24813 Height = 328 14 14 Top = 8 15 Width = 34615 Width = 560 16 16 Anchors = [akTop, akLeft, akRight, akBottom] 17 17 Columns = < … … 22 22 item 23 23 Caption = 'Execution path' 24 Width = 247 24 Width = 200 25 end 26 item 27 Caption = 'Compiler path' 28 Width = 261 25 29 end> 26 30 OwnerData = True
Note:
See TracChangeset
for help on using the changeset viewer.