forked from brian-scott-andrews/TurboRisk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStats.lfm
85 lines (85 loc) · 1.66 KB
/
Stats.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
object fStats: TfStats
Left = 359
Top = 237
HelpContext = 310
BorderStyle = bsToolWindow
Caption = 'Statistics'
ClientHeight = 208
ClientWidth = 336
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Position = poDesigned
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
object grdStats: TStringGrid
Left = 0
Top = 0
Width = 316
Height = 208
Hint = 'Right click to configure stats'
TabStop = False
BorderStyle = bsNone
ColCount = 6
DefaultRowHeight = 18
RowCount = 11
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
ParentShowHint = False
PopupMenu = mnuStats
ScrollBars = ssNone
ShowHint = True
TabOrder = 0
OnDrawCell = grdStatsDrawCell
ColWidths = (
64
36
50
91
33
64
)
RowHeights = (
18
18
18
18
18
18
18
18
18
18
18
)
end
object mnuStats: TPopupMenu
Left = 235
Top = 165
object mnuStaTer: TMenuItem
Caption = 'Territories'
OnClick = mnuStaTerClick
end
object mnuStaArm: TMenuItem
Caption = 'Armies'
OnClick = mnuStaArmClick
end
object mnuStaCon: TMenuItem
Caption = 'Continents'
OnClick = mnuStaConClick
end
object mnuStaCar: TMenuItem
Caption = 'Cards'
OnClick = mnuStaCarClick
end
object mnuStaCTIV: TMenuItem
Caption = 'Card Turn In Value'
OnClick = mnuStaCTIVClick
end
end
end