source: tags/1.2.0/LocalPlayer/UnitStat.lfm

Last change on this file was 40, checked in by chronos, 7 years ago
  • Fixed: More bitmaps to solve black background problem.
  • Fixed: Bad drawing of gradient lines.
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 = '1.6.2.0'
19 object SwitchBtn: TButtonB
20 Left = 12
21 Height = 25
22 Top = 29
23 Width = 25
24 Down = False
25 Permanent = False
26 OnClick = SwitchBtnClick
27 ButtonIndex = 11
28 end
29 object CloseBtn: TButtonB
30 Left = 177
31 Height = 25
32 Top = 6
33 Width = 25
34 Down = False
35 Permanent = False
36 OnClick = CloseBtnClick
37 ButtonIndex = 0
38 end
39 object ConscriptsBtn: TButtonB
40 Left = 43
41 Height = 25
42 Top = 29
43 Width = 25
44 Down = False
45 Permanent = False
46 OnClick = ConscriptsBtnClick
47 ButtonIndex = 29
48 end
49 object HelpBtn: TButtonC
50 Left = 178
51 Height = 12
52 Top = 145
53 Width = 12
54 Down = False
55 Permanent = False
56 OnClick = HelpBtnClick
57 ButtonIndex = 5
58 end
59end
Note: See TracBrowser for help on using the repository browser.