home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1997 March
/
dpcb0397.iso
/
multimed
/
HELICOP
/
heliDemo.exe
/
0
/
RCDATA
/
TREINFORCEMENT_FORM
/
TREINFORCEMENT_FORM.txt
Wrap
Text File
|
1996-12-11
|
5KB
|
227 lines
object Reinforcement_Form: TReinforcement_Form
Left = 0
Top = 0
ActiveControl = KeyGrabber1
BorderStyle = bsNone
Caption = 'Reinforcement_Form'
ClientHeight = 480
ClientWidth = 640
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Reinforcement_Backdrop: TImage
Left = 0
Top = 0
Width = 640
Height = 480
end
object Exit_Button: TImage
Left = 508
Top = 423
Width = 121
Height = 54
Visible = False
OnClick = Exit_ButtonClick
end
object Type_the_Word_Label: TLabel
Left = 228
Top = 320
Width = 171
Height = 29
Caption = 'Type the word:'
Font.Color = clWhite
Font.Height = -24
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Target_Word_Display: TLabel
Left = 415
Top = 320
Width = 200
Height = 33
AutoSize = False
Caption = 'targ word'
Font.Color = clWhite
Font.Height = -24
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Your_Word_Label: TLabel
Left = 273
Top = 354
Width = 131
Height = 37
AutoSize = False
Caption = 'Your word:'
Font.Color = clWhite
Font.Height = -24
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Target_Word_Input: TLabel
Left = 415
Top = 354
Width = 189
Height = 29
Caption = 'aquamarine'
Font.Color = clWhite
Font.Height = -24
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Wrong: TLabel
Left = 144
Top = 402
Width = 369
Height = 62
Alignment = taCenter
AutoSize = False
Caption = 'This word is incorrect. Try harder next time.'
Font.Color = clWhite
Font.Height = -24
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
WordWrap = True
end
object Exit_Label: TLabel
Left = 506
Top = 438
Width = 125
Height = 19
Alignment = taCenter
AutoSize = False
Caption = 'Continue'
Font.Color = clWhite
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
Visible = False
OnClick = Exit_ButtonClick
end
object SpellCheck_Button: TImage
Left = 508
Top = 369
Width = 121
Height = 54
Visible = False
OnClick = Add_Word_ButtonClick
end
object SpellCheck_Label: TLabel
Left = 509
Top = 386
Width = 119
Height = 22
Alignment = taCenter
AutoSize = False
Caption = 'Store'
Font.Color = clWhite
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
Visible = False
OnClick = Add_Word_ButtonClick
end
object Fuel_Guage: TGauge
Left = 301
Top = 383
Width = 239
Height = 27
Color = clNavy
ShowText = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ForeColor = clRed
BackColor = clBlack
ParentColor = False
ParentFont = False
Progress = 50
Visible = False
end
object Multiplier_Label: TLabel
Left = 526
Top = 33
Width = 69
Height = 25
AutoSize = False
Caption = 'x 999'
Font.Color = clWhite
Font.Height = -24
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
Visible = False
end
object Result_Label: TLabel
Left = 223
Top = 162
Width = 118
Height = 25
Alignment = taCenter
AutoSize = False
Caption = 'x 99'
Font.Color = clWhite
Font.Height = -24
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
Visible = False
end
object Bonus_Label: TLabel
Left = 240
Top = 345
Width = 392
Height = 25
Alignment = taCenter
AutoSize = False
Caption = 'Adding fuel bonus'
Color = clWhite
Font.Color = clWhite
Font.Height = -21
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = True
Visible = False
WordWrap = True
end
object KeyGrabber1: TKeyGrabber
Left = 111
Top = 0
Width = 28
Height = 28
OnKeyDown = KeyGrabber1KeyDown
end
object Timer1: TTimer
Enabled = False
Interval = 10000
OnTimer = HiResTimerTimer
Left = 44
Top = 21
end
end