|
Last change
on this file was 470, checked in by chronos, 2 years ago |
- Fixed: Windows .lfm files corrected for width and height information.
|
|
File size:
681 bytes
|
| Line | |
|---|
| 1 | object WondersDlg: TWondersDlg
|
|---|
| 2 | Left = 208
|
|---|
| 3 | Width = 480
|
|---|
| 4 | Top = 232
|
|---|
| 5 | Height = 416
|
|---|
| 6 | BorderStyle = bsNone
|
|---|
| 7 | ClientHeight = 416
|
|---|
| 8 | ClientWidth = 480
|
|---|
| 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 | OnMouseDown = FormMouseDown
|
|---|
| 18 | OnMouseMove = FormMouseMove
|
|---|
| 19 | OnShow = FormShow
|
|---|
| 20 | PixelsPerInch = 96
|
|---|
| 21 | Scaled = False
|
|---|
| 22 | object CloseBtn: TButtonB
|
|---|
| 23 | Left = 442
|
|---|
| 24 | Top = 6
|
|---|
| 25 | Width = 25
|
|---|
| 26 | Height = 25
|
|---|
| 27 | Down = False
|
|---|
| 28 | Permanent = False
|
|---|
| 29 | OnClick = CloseBtnClick
|
|---|
| 30 | ButtonIndex = 0
|
|---|
| 31 | end
|
|---|
| 32 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.