home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 1999 July
/
Gamestar_07_1999-07_cd2.bin
/
Program
/
Fillets.exe
/
0
/
RCDATA
/
TROOM
/
TROOM.txt
Wrap
Text File
|
1998-03-27
|
816b
|
39 lines
object Room: TRoom
Left = 221
Top = 221
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Loading room...'
ClientHeight = 351
ClientWidth = 536
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnKeyUp = FormKeyUp
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 536
Height = 351
Align = alClient
OnMouseDown = Image1MouseDown
OnMouseMove = Image1MouseMove
OnMouseUp = Image1MouseUp
end
object Timer1: TTimer
Enabled = False
Interval = 90
Left = 16
Top = 16
end
end