Changeset 60 for trunk/IDE/Forms/UFormTargets.lfm
- Timestamp:
- Jul 17, 2012, 7:25:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/UFormTargets.lfm
r42 r60 1 1 object FormTargets: TFormTargets 2 2 Left = 292 3 Height = 2643 Height = 343 4 4 Top = 138 5 Width = 3605 Width = 522 6 6 Caption = 'Targets' 7 ClientHeight = 2648 ClientWidth = 3607 ClientHeight = 343 8 ClientWidth = 522 9 9 OnShow = FormShow 10 LCLVersion = ' 0.9.31'10 LCLVersion = '1.1' 11 11 object ListView1: TListView 12 12 Left = 8 13 Height = 24813 Height = 327 14 14 Top = 8 15 Width = 34615 Width = 508 16 16 Anchors = [akTop, akLeft, akRight, akBottom] 17 17 Columns = < … … 21 21 end 22 22 item 23 Caption = 'Execution path' 24 Width = 247 23 Caption = 'Compiler path' 24 Width = 200 25 end 26 item 27 Caption = 'Executor path' 28 Width = 200 25 29 end> 26 30 OwnerData = True 31 PopupMenu = PopupMenu1 27 32 ReadOnly = True 28 33 RowSelect = True … … 30 35 ViewStyle = vsReport 31 36 OnData = ListView1Data 32 OnDblClick = ListView1DblClick 37 OnDblClick = ATargetOptionsExecute 38 end 39 object PopupMenu1: TPopupMenu 40 Images = FormMain.ImageList1 41 left = 124 42 top = 69 43 end 44 object ActionList1: TActionList 45 left = 200 46 top = 72 47 object ATargetOptions: TAction 48 Caption = 'Options' 49 Hint = 'Target options' 50 OnExecute = ATargetOptionsExecute 51 end 33 52 end 34 53 end
Note:
See TracChangeset
for help on using the changeset viewer.