source: trunk/LocalPlayer/Wonders.lfm@ 167

Last change on this file since 167 was 9, checked in by chronos, 9 years ago
  • Modified: Converted to Lazarus project. Application can be run with errors.
File size: 632 bytes
Line 
1object WondersDlg: TWondersDlg
2 Left = 208
3 Top = 232
4 BorderStyle = bsNone
5 ClientHeight = 416
6 ClientWidth = 480
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -13
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 FormStyle = fsStayOnTop
14 OnCreate = FormCreate
15 OnMouseDown = FormMouseDown
16 OnMouseMove = FormMouseMove
17 OnShow = FormShow
18 PixelsPerInch = 96
19 object CloseBtn: TButtonB
20 Left = 442
21 Top = 6
22 Width = 25
23 Height = 25
24 Down = False
25 Permanent = False
26 OnClick = CloseBtnClick
27 ButtonIndex = 0
28 end
29end
Note: See TracBrowser for help on using the repository browser.