
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2151 8e941d3f-bd1b-0410-a28a-d453659cc2b4
246 lines
4.3 KiB
Plaintext
246 lines
4.3 KiB
Plaintext
object formConfig: TformConfig
|
|
Left = 290
|
|
Height = 432
|
|
Top = 192
|
|
Width = 582
|
|
Caption = 'TappyTux Loader'
|
|
ClientHeight = 432
|
|
ClientWidth = 582
|
|
OnClick = btnLoadClick
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
Position = poDesktopCenter
|
|
LCLVersion = '0.9.31'
|
|
Visible = True
|
|
object comboGameType: TComboBox
|
|
Left = 9
|
|
Height = 21
|
|
Top = 38
|
|
Width = 183
|
|
ItemHeight = 0
|
|
OnChange = comboGameTypeChange
|
|
TabOrder = 0
|
|
Text = 'GameType'
|
|
end
|
|
object memoGameType: TMemo
|
|
Left = 8
|
|
Height = 290
|
|
Top = 72
|
|
Width = 184
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
end
|
|
object labelWordlist: TLabel
|
|
Left = 208
|
|
Height = 17
|
|
Top = 16
|
|
Width = 93
|
|
Caption = 'Select Wordlist'
|
|
ParentColor = False
|
|
end
|
|
object listWordlist: TListBox
|
|
Left = 212
|
|
Height = 300
|
|
Top = 38
|
|
Width = 132
|
|
ItemHeight = 0
|
|
TabOrder = 2
|
|
end
|
|
object lblSettings: TLabel
|
|
Left = 392
|
|
Height = 17
|
|
Top = 16
|
|
Width = 52
|
|
Caption = 'Settings'
|
|
ParentColor = False
|
|
end
|
|
object lblSound: TLabel
|
|
Left = 367
|
|
Height = 17
|
|
Top = 72
|
|
Width = 63
|
|
Caption = 'Sound FX'
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object lblMusic: TLabel
|
|
Left = 367
|
|
Height = 17
|
|
Top = 104
|
|
Width = 40
|
|
Caption = 'Music'
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object lblLevel: TLabel
|
|
Left = 367
|
|
Height = 17
|
|
Top = 132
|
|
Width = 93
|
|
Caption = 'Starting Level'
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object comboSound: TComboBox
|
|
Left = 464
|
|
Height = 21
|
|
Top = 68
|
|
Width = 104
|
|
ItemHeight = 0
|
|
Items.Strings = (
|
|
'ON'
|
|
'OFF'
|
|
)
|
|
TabOrder = 3
|
|
Text = 'Select'
|
|
end
|
|
object comboMusic: TComboBox
|
|
Left = 464
|
|
Height = 21
|
|
Top = 96
|
|
Width = 104
|
|
ItemHeight = 0
|
|
Items.Strings = (
|
|
'ON'
|
|
'OFF'
|
|
)
|
|
TabOrder = 4
|
|
Text = 'Select'
|
|
end
|
|
object comboLevel: TComboBox
|
|
Left = 464
|
|
Height = 21
|
|
Top = 128
|
|
Width = 104
|
|
ItemHeight = 0
|
|
Items.Strings = (
|
|
'1'
|
|
'2'
|
|
'3'
|
|
'4'
|
|
'5'
|
|
'6'
|
|
'7'
|
|
'8'
|
|
'9'
|
|
'10'
|
|
)
|
|
TabOrder = 5
|
|
Text = 'Select'
|
|
end
|
|
object lblCredits: TLabel
|
|
Left = 440
|
|
Height = 17
|
|
Top = 200
|
|
Width = 46
|
|
Caption = 'Credits'
|
|
ParentColor = False
|
|
end
|
|
object memoCredits: TMemo
|
|
Left = 367
|
|
Height = 125
|
|
Top = 237
|
|
Width = 201
|
|
Font.Height = -9
|
|
Lines.Strings = (
|
|
'TappyTux 3.0 (2011)'
|
|
''
|
|
'Felipe Monteiro de Carvalho'
|
|
'Dennis T. S. C.'
|
|
'Ana Claudia M. V.'
|
|
'Felipe M. K. M.'
|
|
'Guilherme Henrique S. S.'
|
|
''
|
|
''
|
|
'TappyTux 2.2 (2004)'
|
|
''
|
|
'Chief Software Architect'
|
|
' A.J. Venter'
|
|
' (aj@getopenlab.com)'
|
|
''
|
|
'Artwork'
|
|
' Silvia Hirano'
|
|
' Karl Fischer'
|
|
' A.J. Venter'
|
|
''
|
|
'Additional Artwork'
|
|
' The supertux project'
|
|
''
|
|
'Sound Effects'
|
|
' The KDE project'
|
|
''
|
|
'Music'
|
|
' DK Miller'
|
|
''
|
|
'Design & Quality Control'
|
|
' D.G. Brandjes'
|
|
''
|
|
'This program is free '
|
|
'software under the '
|
|
'GNU GPL'
|
|
'http://www.gnu.org'
|
|
''
|
|
)
|
|
OnChange = memoCreditsChange
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoVertical
|
|
TabOrder = 6
|
|
end
|
|
object btnLoad: TButton
|
|
Left = 19
|
|
Height = 37
|
|
Top = 379
|
|
Width = 542
|
|
Caption = 'Play'
|
|
OnClick = btnLoadClick
|
|
TabOrder = 7
|
|
end
|
|
object btnWordlist: TButton
|
|
Left = 211
|
|
Height = 20
|
|
Top = 342
|
|
Width = 133
|
|
Caption = 'Wordlist Editor'
|
|
Enabled = False
|
|
OnClick = btnWordlistClick
|
|
TabOrder = 8
|
|
end
|
|
object lblGameType: TLabel
|
|
Left = 16
|
|
Height = 17
|
|
Top = 16
|
|
Width = 67
|
|
Caption = 'GameType'
|
|
ParentColor = False
|
|
end
|
|
object lblLevel1: TLabel
|
|
Left = 367
|
|
Height = 17
|
|
Top = 46
|
|
Width = 66
|
|
Caption = 'Language'
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object comboLanguage: TComboBox
|
|
Left = 464
|
|
Height = 21
|
|
Top = 42
|
|
Width = 104
|
|
ItemHeight = 0
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'English'
|
|
'Portuguese'
|
|
)
|
|
OnChange = comboLanguageChange
|
|
TabOrder = 9
|
|
Text = 'English'
|
|
end
|
|
end
|