lazarus-ccr/applications/tappytux/gameplayform.lfm

110 lines
2.1 KiB
Plaintext

object formTappyTuxGame: TformTappyTuxGame
Left = 388
Height = 425
Top = 172
Width = 621
Caption = 'Tappy Tux'
ClientHeight = 425
ClientWidth = 621
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
Position = poDesktopCenter
LCLVersion = '0.9.31'
object btnExit: TButton
Left = 8
Height = 31
Top = 384
Width = 64
Caption = 'Exit'
OnClick = btnExitClick
TabOrder = 0
end
object Answer: TEdit
Left = 104
Height = 22
Top = 392
Width = 514
OnKeyPress = AnswerKeyPress
TabOrder = 1
end
object LabelLevels: TLabel
Left = 8
Height = 39
Top = 24
Width = 78
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 LabelScore: TLabel
Left = 8
Height = 39
Top = 112
Width = 76
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 LabelLives: TLabel
Left = 9
Height = 39
Top = 192
Width = 77
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 Level: TEdit
Left = 8
Height = 22
Top = 64
Width = 76
ReadOnly = True
TabOrder = 2
end
object Score: TEdit
Left = 8
Height = 22
Top = 152
Width = 76
ReadOnly = True
TabOrder = 3
end
object Lives: TEdit
Left = 8
Height = 22
Top = 232
Width = 76
ReadOnly = True
TabOrder = 4
end
end