2011-09-15 14:14:50 +00:00
|
|
|
object formTappyTuxGame: TformTappyTuxGame
|
2012-01-05 01:08:45 +00:00
|
|
|
Left = 362
|
2011-10-24 19:51:13 +00:00
|
|
|
Height = 425
|
2012-01-05 01:08:45 +00:00
|
|
|
Top = 361
|
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
|
2011-11-16 21:54:32 +00:00
|
|
|
OnClose = FormClose
|
2011-09-14 00:35:25 +00:00
|
|
|
OnCreate = FormCreate
|
2011-11-14 00:46:40 +00:00
|
|
|
OnShow = FormShow
|
2011-11-16 00:43:34 +00:00
|
|
|
Position = poDesktopCenter
|
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
|
2012-01-05 01:08:45 +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
|
2012-01-05 01:08:45 +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
|
2012-01-05 01:08:45 +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
|
2012-01-05 01:08:45 +00:00
|
|
|
Height = 23
|
2011-09-14 00:35:25 +00:00
|
|
|
Top = 232
|
|
|
|
Width = 76
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
2011-09-07 17:58:54 +00:00
|
|
|
end
|