Ignore:
Timestamp:
Apr 22, 2018, 2:46:28 PM (6 years ago)
Author:
chronos
Message:
  • Added: Sorting by table columns in players stats form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormPlayersStats.lfm

    r182 r190  
    11object FormPlayersStats: TFormPlayersStats
    2   Left = 411
     2  Left = 709
    33  Height = 300
    4   Top = 237
     4  Top = 637
    55  Width = 697
    66  Caption = 'Players stats'
    77  ClientHeight = 300
    88  ClientWidth = 697
    9   DesignTimePPI = 120
    109  OnClose = FormClose
    1110  OnShow = FormShow
    12   LCLVersion = '1.8.0.6'
     11  LCLVersion = '1.8.0.4'
    1312  object ListView1: TListView
    1413    Left = 4
     
    4140      item
    4241        Caption = 'Units'
    43         Width = 100
     42        Width = 169
    4443      end>
    4544    OwnerData = True
     
    6665    end
    6766  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
    6876end
Note: See TracChangeset for help on using the changeset viewer.