Changeset 91 for trunk/Forms/UFormTest.lfm
- Timestamp:
- Feb 2, 2022, 4:33:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormTest.lfm
r90 r91 22 22 item 23 23 Caption = 'Name' 24 Width = 20024 Width = 300 25 25 end 26 26 item 27 27 Caption = 'Result' 28 Width = 86928 Width = 769 29 29 end> 30 30 OwnerData = True 31 PopupMenu = PopupMenuTest 31 32 ReadOnly = True 32 33 RowSelect = True … … 34 35 ViewStyle = vsReport 35 36 OnData = ListViewTestCasesData 37 OnDblClick = AShowExecute 38 OnSelectItem = ListViewTestCasesSelectItem 36 39 end 37 40 object ButtonRun: TButton … … 45 48 TabOrder = 1 46 49 end 50 object ActionList1: TActionList 51 Left = 537 52 Top = 115 53 object AShow: TAction 54 Caption = 'Show' 55 OnExecute = AShowExecute 56 end 57 object ARun: TAction 58 Caption = 'Run' 59 OnExecute = ARunExecute 60 end 61 end 62 object PopupMenuTest: TPopupMenu 63 Left = 539 64 Top = 244 65 object MenuItem1: TMenuItem 66 Action = AShow 67 end 68 object MenuItem2: TMenuItem 69 Action = ARun 70 end 71 end 47 72 end
Note:
See TracChangeset
for help on using the changeset viewer.