home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
500 Game Surplus
/
XSurplus.iso
/
279
/
_SETUP.1
/
UltraLogic.exe
/
0
/
RCDATA
/
TFRMTUTORIAL
/
TFRMTUTORIAL.txt
< prev
Wrap
Text File
|
1996-12-23
|
2KB
|
95 lines
object frmTutorial: TfrmTutorial
Left = 251
Top = 183
ActiveControl = btnYes
BorderStyle = bsDialog
Caption = 'Welcome to Ultra Logic!'
ClientHeight = 126
ClientWidth = 318
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object imgBackGround: TImage
Left = 0
Top = 0
Width = 318
Height = 126
Align = alClient
Picture.Data = {<image000.bmp>}
Stretch = True
end
object Bevel1: TBevel
Left = 4
Top = 86
Width = 310
Height = 5
Shape = bsBottomLine
end
object Label1: TLabel
Left = 15
Top = 7
Width = 286
Height = 52
Caption =
'Welcome to Ultra Logic! Ultra Logic includes an interactive, ea' +
'sy to follow, graphical tutorial that helps first time players u' +
'nderstand the game. You can browse throught this tutorial now or' +
' at any point later in the game.'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Transparent = True
WordWrap = True
end
object Label2: TLabel
Left = 19
Top = 64
Width = 280
Height = 16
Alignment = taCenter
Caption = 'Do you want to see the tutorial now?'
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
WordWrap = True
end
object btnYes: TButton
Left = 49
Top = 97
Width = 75
Height = 25
Caption = 'Sure!'
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 6
ParentFont = False
TabOrder = 0
OnClick = btnYesClick
end
object btnNo: TButton
Left = 195
Top = 97
Width = 75
Height = 25
Caption = 'No'
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 7
ParentFont = False
TabOrder = 1
end
end