close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

source: trunk/Forms/UFormPlayersStats.lfm

Last change on this file was 182, checked in by chronos, 6 years ago
  • Added: Popup menu action Spectate in Players stats window.
File size: 1.3 KB
Line 
1object FormPlayersStats: TFormPlayersStats
2 Left = 411
3 Height = 300
4 Top = 237
5 Width = 697
6 Caption = 'Players stats'
7 ClientHeight = 300
8 ClientWidth = 697
9 DesignTimePPI = 120
10 OnClose = FormClose
11 OnShow = FormShow
12 LCLVersion = '1.8.0.6'
13 object ListView1: TListView
14 Left = 4
15 Height = 292
16 Top = 4
17 Width = 689
18 Align = alClient
19 BorderSpacing.Around = 4
20 Columns = <
21 item
22 Caption = 'Name'
23 Width = 100
24 end
25 item
26 Caption = 'Mode'
27 Width = 100
28 end
29 item
30 Caption = 'Cells'
31 Width = 100
32 end
33 item
34 Caption = 'Discovered'
35 Width = 100
36 end
37 item
38 Caption = 'Cities'
39 Width = 100
40 end
41 item
42 Caption = 'Units'
43 Width = 100
44 end>
45 OwnerData = True
46 PopupMenu = PopupMenu1
47 ReadOnly = True
48 RowSelect = True
49 TabOrder = 0
50 ViewStyle = vsReport
51 OnData = ListView1Data
52 end
53 object PopupMenu1: TPopupMenu
54 left = 143
55 top = 110
56 object MenuItem1: TMenuItem
57 Action = ASpectate
58 end
59 end
60 object ActionList1: TActionList
61 left = 358
62 top = 111
63 object ASpectate: TAction
64 Caption = 'Spectate'
65 OnExecute = ASpectateExecute
66 end
67 end
68end
Note: See TracBrowser for help on using the repository browser.