2011-09-15 14:14:50 +00:00
|
|
|
object formTappyTuxGame: TformTappyTuxGame
|
2011-09-28 18:57:47 +00:00
|
|
|
Left = 630
|
2011-09-14 00:35:25 +00:00
|
|
|
Height = 421
|
2011-09-28 18:57:47 +00:00
|
|
|
Top = 249
|
2011-09-14 00:35:25 +00:00
|
|
|
Width = 621
|
|
|
|
Caption = 'Tappy Tux'
|
|
|
|
ClientHeight = 421
|
|
|
|
ClientWidth = 621
|
|
|
|
OnCreate = FormCreate
|
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
|
|
|
|
object Edit1: TEdit
|
|
|
|
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-09-14 01:24:06 +00:00
|
|
|
OnKeyPress = Edit1KeyPress
|
2011-09-14 00:35:25 +00:00
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object Label1: TLabel
|
|
|
|
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
|
|
|
|
object Label2: TLabel
|
|
|
|
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
|
|
|
|
object Label3: TLabel
|
|
|
|
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
|
|
|
|
object Edit2: TEdit
|
|
|
|
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
|
|
|
|
object Edit3: TEdit
|
|
|
|
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
|
|
|
|
object Edit4: TEdit
|
|
|
|
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-09-14 01:24:06 +00:00
|
|
|
object Memo1: TMemo
|
|
|
|
Left = 383
|
|
|
|
Height = 181
|
|
|
|
Top = 76
|
|
|
|
Width = 130
|
|
|
|
Lines.Strings = (
|
|
|
|
'[TESTE]'
|
|
|
|
'Palavras escritas:'
|
|
|
|
''
|
|
|
|
)
|
|
|
|
TabOrder = 5
|
|
|
|
end
|
2011-09-07 17:58:54 +00:00
|
|
|
end
|