Changeset 127 for trunk/Forms/UFormTest.lfm
- Timestamp:
- Apr 8, 2022, 9:19:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormTest.lfm
r116 r127 1 1 object FormTest: TFormTest 2 2 Left = 514 3 Height = 6 583 Height = 632 4 4 Top = 338 5 Width = 1 1175 Width = 1072 6 6 Caption = 'Test' 7 ClientHeight = 6 588 ClientWidth = 1 1179 DesignTimePPI = 1 507 ClientHeight = 632 8 ClientWidth = 1072 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 14 14 LCLVersion = '2.2.0.4' 15 15 object ListViewTestCases: TListView 16 Left = 2017 Height = 5 8616 Left = 19 17 Height = 562 18 18 Top = 11 19 Width = 10 8419 Width = 1041 20 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 21 Columns = < 22 22 item 23 23 Caption = 'Name' 24 Width = 30024 Width = 288 25 25 end 26 26 item 27 27 Caption = 'Result' 28 Width = 7 6928 Width = 738 29 29 end> 30 30 OwnerData = True … … 39 39 end 40 40 object ButtonRun: TButton 41 Left = 9 8442 Height = 3 943 Top = 60944 Width = 11 741 Left = 945 42 Height = 37 43 Top = 585 44 Width = 112 45 45 Anchors = [akRight, akBottom] 46 46 Caption = 'Run' … … 49 49 end 50 50 object LabelResult: TLabel 51 Left = 2 252 Height = 2 753 Top = 60751 Left = 21 52 Height = 26 53 Top = 583 54 54 Width = 15 55 55 Anchors = [akLeft, akBottom] … … 57 57 end 58 58 object ActionList1: TActionList 59 Left = 5 3760 Top = 11 559 Left = 516 60 Top = 110 61 61 object AShow: TAction 62 62 Caption = 'Show' … … 69 69 end 70 70 object PopupMenuTest: TPopupMenu 71 Left = 5 3972 Top = 2 4471 Left = 517 72 Top = 234 73 73 object MenuItem1: TMenuItem 74 74 Action = AShow
Note:
See TracChangeset
for help on using the changeset viewer.