Changeset 110 for trunk/Forms/FormScore.lfm
- Timestamp:
- Dec 10, 2024, 11:05:12 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormScore.lfm
r109 r110 1 1 object FormScore: TFormScore 2 Left = 7412 Left = 669 3 3 Height = 352 4 Top = 49 65 Width = 6294 Top = 492 5 Width = 706 6 6 Caption = 'Score' 7 7 ClientHeight = 352 8 ClientWidth = 6298 ClientWidth = 706 9 9 DesignTimePPI = 144 10 10 OnShow = FormShow … … 14 14 Height = 296 15 15 Top = 8 16 Width = 6 1616 Width = 693 17 17 Anchors = [akTop, akLeft, akRight, akBottom] 18 18 Columns = < … … 61 61 end 62 62 object ButtonClose: TButton 63 Left = 5 1263 Left = 589 64 64 Height = 38 65 65 Top = 312 … … 80 80 OnClick = ButtonClearClick 81 81 end 82 object ListViewSort1: TListViewSort 83 ListView = ListView1 84 OnCompareItem = ListViewSort1CompareItem 85 OnFilter = ListViewSort1Filter 86 Column = 2 87 Order = soDown 88 Left = 253 89 Top = 153 90 end 82 91 end
Note:
See TracChangeset
for help on using the changeset viewer.