Last change
on this file was 232, checked in by chronos, 5 years ago |
- Fixed: Set all as non-scaled to avoid Lazarus IDE to resize buttons with fixed size.
|
File size:
650 bytes
|
Line | |
---|
1 | object 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 | Scaled = False
|
---|
20 | object CloseBtn: TButtonB
|
---|
21 | Left = 442
|
---|
22 | Top = 6
|
---|
23 | Width = 25
|
---|
24 | Height = 25
|
---|
25 | Down = False
|
---|
26 | Permanent = False
|
---|
27 | OnClick = CloseBtnClick
|
---|
28 | ButtonIndex = 0
|
---|
29 | end
|
---|
30 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.