Changeset 364 for trunk/Forms/FormPlayersStats.lfm
- Timestamp:
- Jan 1, 2025, 1:04:50 AM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormPlayersStats.lfm
r362 r364 1 1 object FormPlayersStats: TFormPlayersStats 2 2 Left = 689 3 Height = 2493 Height = 308 4 4 Top = 437 5 Width = 5985 Width = 737 6 6 Caption = 'Players stats' 7 ClientHeight = 2498 ClientWidth = 5989 Constraints.MinHeight = 1 0010 Constraints.MinWidth = 1 0011 DesignTimePPI = 1 207 ClientHeight = 308 8 ClientWidth = 737 9 Constraints.MinHeight = 120 10 Constraints.MinWidth = 120 11 DesignTimePPI = 144 12 12 OnShow = FormShow 13 13 LCLVersion = '3.6.0.0' 14 14 object ListView1: TListView 15 Left = 816 Height = 19117 Top = 818 Width = 58215 Left = 10 16 Height = 247 17 Top = 10 18 Width = 717 19 19 Align = alTop 20 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 BorderSpacing.Around = 821 BorderSpacing.Around = 10 22 22 Columns = < 23 23 item 24 24 Caption = 'Name' 25 Width = 1 0025 Width = 120 26 26 end 27 27 item 28 28 Caption = 'Mode' 29 Width = 1 0029 Width = 120 30 30 end 31 31 item 32 32 Caption = 'Cells' 33 Width = 1 0033 Width = 120 34 34 end 35 35 item 36 36 Caption = 'Discovered' 37 Width = 1 0037 Width = 120 38 38 end 39 39 item 40 40 Caption = 'Cities' 41 Width = 1 0041 Width = 120 42 42 end 43 43 item 44 44 Caption = 'Units' 45 Width = 1 0045 Width = 120 46 46 end 47 47 item 48 48 Caption = 'Win objective cells' 49 Width = 1 2549 Width = 150 50 50 end> 51 51 OwnerData = True … … 58 58 end 59 59 object ButtonClose: TButton 60 Left = 49661 Height = 3 162 Top = 2 0763 Width = 9460 Left = 614 61 Height = 37 62 Top = 265 63 Width = 113 64 64 Anchors = [akRight, akBottom] 65 65 Caption = 'Close' … … 68 68 end 69 69 object PopupMenu1: TPopupMenu 70 Left = 1 4371 Top = 1 1070 Left = 172 71 Top = 132 72 72 object MenuItem1: TMenuItem 73 73 Action = ASpectate … … 75 75 end 76 76 object ActionList1: TActionList 77 Left = 37378 Top = 1 1377 Left = 448 78 Top = 136 79 79 object ASpectate: TAction 80 80 Caption = 'Spectate' … … 88 88 Column = 0 89 89 Order = soNone 90 Left = 54491 Top = 1 1090 Left = 653 91 Top = 132 92 92 end 93 93 end
Note:
See TracChangeset
for help on using the changeset viewer.