Ignore:
Timestamp:
Jan 1, 2025, 1:04:50 AM (5 days ago)
Author:
chronos
Message:
  • Modified: Added more action icons to main toolbar and main menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormPlayersStats.lfm

    r362 r364  
    11object FormPlayersStats: TFormPlayersStats
    22  Left = 689
    3   Height = 249
     3  Height = 308
    44  Top = 437
    5   Width = 598
     5  Width = 737
    66  Caption = 'Players stats'
    7   ClientHeight = 249
    8   ClientWidth = 598
    9   Constraints.MinHeight = 100
    10   Constraints.MinWidth = 100
    11   DesignTimePPI = 120
     7  ClientHeight = 308
     8  ClientWidth = 737
     9  Constraints.MinHeight = 120
     10  Constraints.MinWidth = 120
     11  DesignTimePPI = 144
    1212  OnShow = FormShow
    1313  LCLVersion = '3.6.0.0'
    1414  object ListView1: TListView
    15     Left = 8
    16     Height = 191
    17     Top = 8
    18     Width = 582
     15    Left = 10
     16    Height = 247
     17    Top = 10
     18    Width = 717
    1919    Align = alTop
    2020    Anchors = [akTop, akLeft, akRight, akBottom]
    21     BorderSpacing.Around = 8
     21    BorderSpacing.Around = 10
    2222    Columns = <   
    2323      item
    2424        Caption = 'Name'
    25         Width = 100
     25        Width = 120
    2626      end   
    2727      item
    2828        Caption = 'Mode'
    29         Width = 100
     29        Width = 120
    3030      end   
    3131      item
    3232        Caption = 'Cells'
    33         Width = 100
     33        Width = 120
    3434      end   
    3535      item
    3636        Caption = 'Discovered'
    37         Width = 100
     37        Width = 120
    3838      end   
    3939      item
    4040        Caption = 'Cities'
    41         Width = 100
     41        Width = 120
    4242      end   
    4343      item
    4444        Caption = 'Units'
    45         Width = 100
     45        Width = 120
    4646      end   
    4747      item
    4848        Caption = 'Win objective cells'
    49         Width = 125
     49        Width = 150
    5050      end>
    5151    OwnerData = True
     
    5858  end
    5959  object ButtonClose: TButton
    60     Left = 496
    61     Height = 31
    62     Top = 207
    63     Width = 94
     60    Left = 614
     61    Height = 37
     62    Top = 265
     63    Width = 113
    6464    Anchors = [akRight, akBottom]
    6565    Caption = 'Close'
     
    6868  end
    6969  object PopupMenu1: TPopupMenu
    70     Left = 143
    71     Top = 110
     70    Left = 172
     71    Top = 132
    7272    object MenuItem1: TMenuItem
    7373      Action = ASpectate
     
    7575  end
    7676  object ActionList1: TActionList
    77     Left = 373
    78     Top = 113
     77    Left = 448
     78    Top = 136
    7979    object ASpectate: TAction
    8080      Caption = 'Spectate'
     
    8888    Column = 0
    8989    Order = soNone
    90     Left = 544
    91     Top = 110
     90    Left = 653
     91    Top = 132
    9292  end
    9393end
Note: See TracChangeset for help on using the changeset viewer.