source: trunk/LocalPlayer/NatStat.lfm

Last change on this file was 470, checked in by chronos, 5 months ago
  • Fixed: Windows .lfm files corrected for width and height information.
File size: 1.7 KB
Line 
1object NatStatDlg: TNatStatDlg
2 Left = 192
3 Width = 400
4 Top = 119
5 Height = 480
6 BorderStyle = bsNone
7 ClientHeight = 480
8 ClientWidth = 400
9 Color = clBtnFace
10 Font.Charset = DEFAULT_CHARSET
11 Font.Color = clWindowText
12 Font.Height = -13
13 Font.Name = 'MS Sans Serif'
14 Font.Style = []
15 FormStyle = fsStayOnTop
16 OnCreate = FormCreate
17 OnDestroy = FormDestroy
18 OnKeyDown = FormKeyDown
19 OnShow = FormShow
20 PixelsPerInch = 96
21 Scaled = False
22 object ToggleBtn: TButtonB
23 Left = 6
24 Top = 6
25 Width = 25
26 Height = 25
27 Down = False
28 Permanent = False
29 OnClick = ToggleBtnClick
30 ButtonIndex = 28
31 end
32 object CloseBtn: TButtonB
33 Left = 369
34 Top = 6
35 Width = 25
36 Height = 25
37 Down = False
38 Permanent = False
39 OnClick = CloseBtnClick
40 ButtonIndex = 0
41 end
42 object ScrollUpBtn: TButtonC
43 Left = 381
44 Top = 278
45 Width = 12
46 Height = 12
47 Down = False
48 Permanent = False
49 OnClick = ScrollUpBtnClick
50 ButtonIndex = 1
51 end
52 object ScrollDownBtn: TButtonC
53 Left = 381
54 Top = 290
55 Width = 12
56 Height = 12
57 Down = False
58 Permanent = False
59 OnClick = ScrollDownBtnClick
60 ButtonIndex = 0
61 end
62 object ContactBtn: TEOTButton
63 Left = 330
64 Top = 45
65 Width = 48
66 Height = 48
67 Down = False
68 Permanent = False
69 OnClick = DialogBtnClick
70 ButtonIndex = 3
71 end
72 object TellAIBtn: TButtonC
73 Left = 24
74 Top = 450
75 Width = 12
76 Height = 12
77 Down = False
78 Permanent = False
79 OnClick = TellAIBtnClick
80 ButtonIndex = 0
81 end
82 object Popup: TPopupMenu
83 Left = 16
84 Top = 48
85 end
86end
Note: See TracBrowser for help on using the repository browser.