source: trunk/LocalPlayer/UnitStat.lfm

Last change on this file was 478, checked in by chronos, 5 months ago
File size: 1.2 KB
Line 
1object UnitStatDlg: TUnitStatDlg
2 Left = 344
3 Height = 326
4 Top = 213
5 Width = 208
6 BorderStyle = bsNone
7 ClientHeight = 326
8 ClientWidth = 208
9 Color = clBtnFace
10 Font.Color = clWindowText
11 Font.Height = -13
12 Font.Name = 'MS Sans Serif'
13 FormStyle = fsStayOnTop
14 OnClose = FormClose
15 OnCreate = FormCreate
16 OnDestroy = FormDestroy
17 OnShow = FormShow
18 LCLVersion = '2.2.6.0'
19 PixelsPerInch = 96
20 Scaled = False
21 object SwitchBtn: TButtonB
22 Left = 12
23 Height = 25
24 Top = 29
25 Width = 25
26 Down = False
27 Permanent = False
28 OnClick = SwitchBtnClick
29 ButtonIndex = 11
30 end
31 object CloseBtn: TButtonB
32 Left = 177
33 Height = 25
34 Top = 6
35 Width = 25
36 Down = False
37 Permanent = False
38 OnClick = CloseBtnClick
39 ButtonIndex = 0
40 end
41 object ConscriptsBtn: TButtonB
42 Left = 43
43 Height = 25
44 Top = 29
45 Width = 25
46 Down = False
47 Permanent = False
48 OnClick = ConscriptsBtnClick
49 ButtonIndex = 29
50 end
51 object HelpBtn: TButtonC
52 Left = 178
53 Height = 12
54 Top = 145
55 Width = 12
56 Down = False
57 Permanent = False
58 OnClick = HelpBtnClick
59 ButtonIndex = 5
60 end
61end
Note: See TracBrowser for help on using the repository browser.