Changeset 190 for trunk/Forms/UFormPlayersStats.lfm
- Timestamp:
- Apr 22, 2018, 2:46:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormPlayersStats.lfm
r182 r190 1 1 object FormPlayersStats: TFormPlayersStats 2 Left = 4112 Left = 709 3 3 Height = 300 4 Top = 2374 Top = 637 5 5 Width = 697 6 6 Caption = 'Players stats' 7 7 ClientHeight = 300 8 8 ClientWidth = 697 9 DesignTimePPI = 12010 9 OnClose = FormClose 11 10 OnShow = FormShow 12 LCLVersion = '1.8.0. 6'11 LCLVersion = '1.8.0.4' 13 12 object ListView1: TListView 14 13 Left = 4 … … 41 40 item 42 41 Caption = 'Units' 43 Width = 1 0042 Width = 169 44 43 end> 45 44 OwnerData = True … … 66 65 end 67 66 end 67 object ListViewSort1: TListViewSort 68 ListView = ListView1 69 OnCompareItem = ListViewSort1CompareItem 70 OnFilter = ListViewSort1Filter 71 Column = 0 72 Order = soNone 73 left = 544 74 top = 110 75 end 68 76 end
Note:
See TracChangeset
for help on using the changeset viewer.