source: trunk/LocalPlayer/TechTree.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: 887 bytes
Line 
1object TechTreeDlg: TTechTreeDlg
2 Left = 1162
3 Width = 611
4 Top = 481
5 Height = 482
6 Cursor = 3
7 BorderIcons = []
8 BorderStyle = bsNone
9 ClientHeight = 482
10 ClientWidth = 611
11 Color = clBtnFace
12 Font.Charset = DEFAULT_CHARSET
13 Font.Color = clWindowText
14 Font.Height = -13
15 Font.Name = 'MS Sans Serif'
16 Font.Style = []
17 FormStyle = fsStayOnTop
18 OldCreateOrder = False
19 Position = poDefault
20 Scaled = False
21 OnCreate = FormCreate
22 OnDestroy = FormDestroy
23 OnMouseDown = FormMouseDown
24 OnMouseMove = FormMouseMove
25 OnMouseUp = FormMouseUp
26 OnPaint = FormPaint
27 OnShow = FormShow
28 PixelsPerInch = 96
29 TextHeight = 16
30 object CloseBtn: TButtonB
31 Left = 568
32 Top = 16
33 Width = 25
34 Height = 25
35 Cursor = crArrow
36 Down = False
37 Permanent = False
38 OnClick = CloseBtnClick
39 ButtonIndex = 0
40 end
41end
Note: See TracBrowser for help on using the repository browser.