Changeset 23 for trunk/Forms/FormTest.lfm
- Timestamp:
- Apr 4, 2025, 9:22:05 AM (2 weeks ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormTest.lfm
r22 r23 1 1 object FormTest: TFormTest 2 2 Left = 477 3 Height = 5873 Height = 880 4 4 Top = 365 5 Width = 8785 Width = 1317 6 6 Caption = 'Test' 7 ClientHeight = 587 8 ClientWidth = 878 7 ClientHeight = 880 8 ClientWidth = 1317 9 DesignTimePPI = 144 9 10 OnShow = FormShow 10 LCLVersion = ' 1.5'11 LCLVersion = '3.6.0.0' 11 12 object ListView1: TListView 12 Left = 1613 Height = 51214 Top = 6415 Width = 85613 Left = 24 14 Height = 768 15 Top = 96 16 Width = 1284 16 17 Anchors = [akTop, akLeft, akRight, akBottom] 17 18 Columns = < 18 19 item 19 20 Caption = 'Action' 20 Width = 25021 Width = 375 21 22 end 22 23 item 23 24 Caption = 'Duration' 24 Width = 1 0025 Width = 150 25 26 end 26 27 item 27 28 Caption = 'Result' 28 Width = 48929 Width = 744 29 30 end> 30 31 ReadOnly = True … … 34 35 end 35 36 object ButtonStart: TButton 36 Left = 77637 Height = 2538 Top = 2439 Width = 7537 Left = 1164 38 Height = 38 39 Top = 36 40 Width = 112 40 41 Caption = 'Start' 42 TabOrder = 1 41 43 OnClick = ButtonStartClick 42 TabOrder = 143 44 end 44 45 object ComboBox1: TComboBox 45 Left = 13646 Height = 3747 Top = 1948 Width = 32446 Left = 204 47 Height = 42 48 Top = 28 49 Width = 486 49 50 ItemHeight = 0 50 51 Style = csDropDownList … … 52 53 end 53 54 object Label1: TLabel 54 Left = 1455 Height = 2 556 Top = 1957 Width = 8555 Left = 21 56 Height = 26 57 Top = 28 58 Width = 78 58 59 Caption = 'Backend:' 59 60 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.