2011-09-15 14:14:50 +00:00
|
|
|
object formTappyTuxGame: TformTappyTuxGame
|
2011-11-15 20:45:41 +00:00
|
|
|
Left = 599
|
2011-10-24 19:51:13 +00:00
|
|
|
Height = 425
|
2011-11-15 20:45:41 +00:00
|
|
|
Top = 312
|
2011-09-14 00:35:25 +00:00
|
|
|
Width = 621
|
|
|
|
Caption = 'Tappy Tux'
|
2011-10-24 19:51:13 +00:00
|
|
|
ClientHeight = 425
|
2011-09-14 00:35:25 +00:00
|
|
|
ClientWidth = 621
|
|
|
|
OnCreate = FormCreate
|
2011-11-14 00:46:40 +00:00
|
|
|
OnShow = FormShow
|
2011-09-07 17:58:54 +00:00
|
|
|
LCLVersion = '0.9.31'
|
2011-09-14 00:35:25 +00:00
|
|
|
object btnExit: TButton
|
|
|
|
Left = 8
|
|
|
|
Height = 31
|
|
|
|
Top = 384
|
|
|
|
Width = 64
|
|
|
|
Caption = 'Exit'
|
|
|
|
OnClick = btnExitClick
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
2011-10-24 23:09:39 +00:00
|
|
|
object Answer: TEdit
|
2011-09-14 00:35:25 +00:00
|
|
|
Left = 104
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 23
|
2011-09-14 00:35:25 +00:00
|
|
|
Top = 392
|
|
|
|
Width = 514
|
2011-10-24 23:09:39 +00:00
|
|
|
OnKeyPress = AnswerKeyPress
|
2011-09-14 00:35:25 +00:00
|
|
|
TabOrder = 1
|
|
|
|
end
|
2011-10-24 23:09:39 +00:00
|
|
|
object LabelLevels: TLabel
|
2011-09-14 00:35:25 +00:00
|
|
|
Left = 8
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 39
|
2011-09-14 00:35:25 +00:00
|
|
|
Top = 24
|
2011-09-28 18:57:47 +00:00
|
|
|
Width = 78
|
2011-09-14 00:35:25 +00:00
|
|
|
Caption = 'Level '
|
|
|
|
Color = 7737967
|
|
|
|
Font.CharSet = ANSI_CHARSET
|
|
|
|
Font.Color = clLime
|
|
|
|
Font.Height = -27
|
|
|
|
Font.Name = 'Comic Sans MS'
|
|
|
|
Font.Pitch = fpVariable
|
|
|
|
Font.Quality = fqDraft
|
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
Transparent = False
|
|
|
|
end
|
2011-10-24 23:09:39 +00:00
|
|
|
object LabelScore: TLabel
|
2011-09-14 00:35:25 +00:00
|
|
|
Left = 8
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 39
|
2011-09-14 00:35:25 +00:00
|
|
|
Top = 112
|
2011-09-28 18:57:47 +00:00
|
|
|
Width = 76
|
2011-09-14 00:35:25 +00:00
|
|
|
Caption = 'Score'
|
|
|
|
Color = 7737967
|
|
|
|
Font.CharSet = ANSI_CHARSET
|
|
|
|
Font.Color = clLime
|
|
|
|
Font.Height = -27
|
|
|
|
Font.Name = 'Comic Sans MS'
|
|
|
|
Font.Pitch = fpVariable
|
|
|
|
Font.Quality = fqDraft
|
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
Transparent = False
|
|
|
|
end
|
2011-10-24 23:09:39 +00:00
|
|
|
object LabelLives: TLabel
|
2011-09-14 00:35:25 +00:00
|
|
|
Left = 9
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 39
|
2011-09-14 00:35:25 +00:00
|
|
|
Top = 192
|
2011-09-28 18:57:47 +00:00
|
|
|
Width = 77
|
2011-09-14 00:35:25 +00:00
|
|
|
Caption = 'Lives '
|
|
|
|
Color = 7737967
|
|
|
|
Font.CharSet = ANSI_CHARSET
|
|
|
|
Font.Color = clLime
|
|
|
|
Font.Height = -27
|
|
|
|
Font.Name = 'Comic Sans MS'
|
|
|
|
Font.Pitch = fpVariable
|
|
|
|
Font.Quality = fqDraft
|
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
Transparent = False
|
|
|
|
end
|
2011-10-24 23:09:39 +00:00
|
|
|
object Level: TEdit
|
2011-09-14 00:35:25 +00:00
|
|
|
Left = 8
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 23
|
2011-09-14 00:35:25 +00:00
|
|
|
Top = 64
|
|
|
|
Width = 76
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
2011-10-24 23:09:39 +00:00
|
|
|
object Score: TEdit
|
2011-09-14 00:35:25 +00:00
|
|
|
Left = 8
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 23
|
2011-09-14 00:35:25 +00:00
|
|
|
Top = 152
|
|
|
|
Width = 76
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
2011-10-24 23:09:39 +00:00
|
|
|
object Lives: TEdit
|
2011-09-14 00:35:25 +00:00
|
|
|
Left = 8
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 23
|
2011-09-14 00:35:25 +00:00
|
|
|
Top = 232
|
|
|
|
Width = 76
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
2011-10-24 23:09:39 +00:00
|
|
|
object Test: TMemo
|
|
|
|
Left = 480
|
2011-09-14 01:24:06 +00:00
|
|
|
Height = 181
|
2011-10-25 14:29:52 +00:00
|
|
|
Top = 200
|
2011-09-14 01:24:06 +00:00
|
|
|
Width = 130
|
|
|
|
Lines.Strings = (
|
2011-10-25 22:24:00 +00:00
|
|
|
'cachorro'
|
|
|
|
'gato'
|
|
|
|
'peixe'
|
|
|
|
'pássaro'
|
|
|
|
'macaco'
|
|
|
|
'leão'
|
|
|
|
'tigre'
|
|
|
|
'elefante'
|
|
|
|
'crocodilo'
|
|
|
|
'abelha'
|
|
|
|
'mosca'
|
|
|
|
'água-viva'
|
|
|
|
'tartaruga'
|
|
|
|
'lagartixa'
|
|
|
|
'sapo'
|
|
|
|
'minhoca'
|
|
|
|
'centopéia'
|
|
|
|
'rinoceronte'
|
|
|
|
'coiote'
|
|
|
|
'águia'
|
|
|
|
'canguru'
|
|
|
|
'coala'
|
|
|
|
'morcego'
|
|
|
|
'gavião'
|
|
|
|
'pavão'
|
|
|
|
'cobra'
|
|
|
|
'camelo'
|
|
|
|
'lontra'
|
|
|
|
'tubarão'
|
|
|
|
'coelho'
|
|
|
|
'baleia'
|
|
|
|
'urso'
|
|
|
|
'foca'
|
|
|
|
'escorpião'
|
|
|
|
'touro'
|
|
|
|
'vaca'
|
|
|
|
'galinha'
|
|
|
|
'formiga'
|
|
|
|
'borboleta'
|
|
|
|
'girafa'
|
|
|
|
'arara'
|
|
|
|
'salamandra'
|
|
|
|
'rã'
|
|
|
|
'pinguim'
|
|
|
|
'tatu'
|
|
|
|
'avestruz'
|
|
|
|
'hiena'
|
|
|
|
'pelicano'
|
|
|
|
'pombo'
|
|
|
|
'orangotango'
|
|
|
|
'coruja'
|
|
|
|
'papagaio'
|
|
|
|
'tucano'
|
|
|
|
'ornitorrinco'
|
|
|
|
'gambá'
|
|
|
|
'rato'
|
|
|
|
'esquilo'
|
|
|
|
'golfinho'
|
|
|
|
'ovelha'
|
|
|
|
'morsa'
|
|
|
|
'suricato'
|
|
|
|
'ornitorrinco'
|
|
|
|
'toupeira'
|
|
|
|
'barata'
|
|
|
|
'lula'
|
|
|
|
'polvo'
|
|
|
|
'tamanduá'
|
|
|
|
'camarão'
|
|
|
|
'lêmure'
|
|
|
|
'besouro'
|
|
|
|
'onça'
|
2011-09-14 01:24:06 +00:00
|
|
|
)
|
2011-10-25 22:24:00 +00:00
|
|
|
OnChange = TestChange
|
2011-09-14 01:24:06 +00:00
|
|
|
TabOrder = 5
|
2011-10-24 23:09:39 +00:00
|
|
|
Visible = False
|
|
|
|
end
|
2011-10-25 14:29:52 +00:00
|
|
|
object GameOver: TToggleBox
|
|
|
|
Left = 240
|
|
|
|
Height = 64
|
|
|
|
Top = 152
|
|
|
|
Width = 172
|
|
|
|
Caption = 'Game Over'#13#10'Continue?'
|
2011-11-14 17:17:47 +00:00
|
|
|
Checked = True
|
2011-10-25 14:29:52 +00:00
|
|
|
Color = clRed
|
2011-11-14 17:17:47 +00:00
|
|
|
Enabled = False
|
|
|
|
State = cbChecked
|
2011-11-15 17:38:30 +00:00
|
|
|
TabOrder = 6
|
2011-10-25 14:29:52 +00:00
|
|
|
Visible = False
|
|
|
|
end
|
|
|
|
object Yes: TButton
|
|
|
|
Left = 240
|
|
|
|
Height = 30
|
2011-11-15 00:03:21 +00:00
|
|
|
Top = 216
|
2011-10-25 14:29:52 +00:00
|
|
|
Width = 80
|
|
|
|
Caption = 'Yes'
|
|
|
|
Color = clRed
|
|
|
|
OnClick = YesClick
|
2011-11-15 17:38:30 +00:00
|
|
|
TabOrder = 7
|
2011-10-25 14:29:52 +00:00
|
|
|
Visible = False
|
|
|
|
end
|
|
|
|
object No: TButton
|
|
|
|
Left = 336
|
|
|
|
Height = 30
|
|
|
|
Top = 219
|
|
|
|
Width = 76
|
|
|
|
Caption = 'No'
|
|
|
|
Color = clRed
|
|
|
|
OnClick = NoClick
|
2011-11-15 17:38:30 +00:00
|
|
|
TabOrder = 8
|
2011-11-14 17:17:47 +00:00
|
|
|
Visible = False
|
2011-10-25 14:29:52 +00:00
|
|
|
end
|
2011-09-07 17:58:54 +00:00
|
|
|
end
|