Changeset 75 for trunk/IDE/Forms/FormTargets.lfm
- Timestamp:
- Jun 4, 2024, 12:22:49 AM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/FormTargets.lfm
r74 r75 1 1 object FormTargets: TFormTargets 2 2 Left = 292 3 Height = 3433 Height = 514 4 4 Top = 138 5 Width = 5225 Width = 783 6 6 Caption = 'Targets' 7 ClientHeight = 343 8 ClientWidth = 522 7 ClientHeight = 514 8 ClientWidth = 783 9 DesignTimePPI = 144 9 10 OnShow = FormShow 10 LCLVersion = ' 1.1'11 LCLVersion = '3.2.0.0' 11 12 object ListView1: TListView 12 Left = 813 Height = 32714 Top = 815 Width = 50813 Left = 12 14 Height = 490 15 Top = 12 16 Width = 762 16 17 Anchors = [akTop, akLeft, akRight, akBottom] 17 18 Columns = < 18 19 item 19 20 Caption = 'Name' 20 Width = 8021 Width = 120 21 22 end 22 23 item 23 24 Caption = 'Compiler path' 24 Width = 20025 Width = 300 25 26 end 26 27 item 27 28 Caption = 'Executor path' 28 Width = 20029 Width = 327 29 30 end> 30 31 OwnerData = True … … 39 40 object PopupMenu1: TPopupMenu 40 41 Images = FormMain.ImageList1 41 left = 12442 top = 6942 Left = 186 43 Top = 104 43 44 end 44 45 object ActionList1: TActionList 45 left = 20046 top = 7246 Left = 300 47 Top = 108 47 48 object ATargetOptions: TAction 48 49 Caption = 'Options'
Note:
See TracChangeset
for help on using the changeset viewer.