Changeset 362 for trunk/Forms/FormPlayersStats.lfm
- Timestamp:
- Dec 31, 2024, 1:15:01 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormPlayersStats.lfm
r317 r362 1 1 object FormPlayersStats: TFormPlayersStats 2 Left = 9073 Height = 3004 Top = 5705 Width = 7462 Left = 689 3 Height = 249 4 Top = 437 5 Width = 598 6 6 Caption = 'Players stats' 7 ClientHeight = 300 8 ClientWidth = 746 9 DesignTimePPI = 144 7 ClientHeight = 249 8 ClientWidth = 598 9 Constraints.MinHeight = 100 10 Constraints.MinWidth = 100 11 DesignTimePPI = 120 10 12 OnShow = FormShow 11 LCLVersion = '3. 4.0.0'13 LCLVersion = '3.6.0.0' 12 14 object ListView1: TListView 13 Left = 5 14 Height = 290 15 Top = 5 16 Width = 736 17 Align = alClient 18 BorderSpacing.Around = 5 15 Left = 8 16 Height = 191 17 Top = 8 18 Width = 582 19 Align = alTop 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 BorderSpacing.Around = 8 19 22 Columns = < 20 23 item 21 24 Caption = 'Name' 22 Width = 1 2025 Width = 100 23 26 end 24 27 item 25 28 Caption = 'Mode' 26 Width = 1 2029 Width = 100 27 30 end 28 31 item 29 32 Caption = 'Cells' 30 Width = 1 2033 Width = 100 31 34 end 32 35 item 33 36 Caption = 'Discovered' 34 Width = 1 2037 Width = 100 35 38 end 36 39 item 37 40 Caption = 'Cities' 38 Width = 1 2041 Width = 100 39 42 end 40 43 item 41 44 Caption = 'Units' 42 Width = 1 2045 Width = 100 43 46 end 44 47 item 45 48 Caption = 'Win objective cells' 46 Width = 1 5049 Width = 125 47 50 end> 48 51 OwnerData = True … … 54 57 OnData = ListView1Data 55 58 end 59 object ButtonClose: TButton 60 Left = 496 61 Height = 31 62 Top = 207 63 Width = 94 64 Anchors = [akRight, akBottom] 65 Caption = 'Close' 66 TabOrder = 1 67 OnClick = ButtonCloseClick 68 end 56 69 object PopupMenu1: TPopupMenu 57 Left = 1 7258 Top = 1 3270 Left = 143 71 Top = 110 59 72 object MenuItem1: TMenuItem 60 73 Action = ASpectate … … 62 75 end 63 76 object ActionList1: TActionList 64 Left = 44865 Top = 1 3677 Left = 373 78 Top = 113 66 79 object ASpectate: TAction 67 80 Caption = 'Spectate' … … 75 88 Column = 0 76 89 Order = soNone 77 Left = 65378 Top = 1 3290 Left = 544 91 Top = 110 79 92 end 80 93 end
Note:
See TracChangeset
for help on using the changeset viewer.