2011-09-15 14:14:50 +00:00
|
|
|
object formConfig: TformConfig
|
2011-10-25 14:29:52 +00:00
|
|
|
Left = 779
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 432
|
2011-10-25 14:29:52 +00:00
|
|
|
Top = 336
|
2011-09-10 00:58:47 +00:00
|
|
|
Width = 582
|
|
|
|
Caption = 'TappyTux Loader'
|
2011-09-28 18:57:47 +00:00
|
|
|
ClientHeight = 432
|
2011-09-10 00:58:47 +00:00
|
|
|
ClientWidth = 582
|
2011-09-14 00:35:25 +00:00
|
|
|
OnClick = btnLoadClick
|
2011-09-10 21:42:25 +00:00
|
|
|
OnCreate = FormCreate
|
2011-09-07 17:58:54 +00:00
|
|
|
LCLVersion = '0.9.31'
|
2011-09-28 18:57:47 +00:00
|
|
|
Visible = True
|
2011-09-10 00:58:47 +00:00
|
|
|
object comboGameType: TComboBox
|
2011-09-15 14:14:50 +00:00
|
|
|
Left = 9
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 23
|
2011-09-10 00:58:47 +00:00
|
|
|
Top = 38
|
2011-09-15 14:14:50 +00:00
|
|
|
Width = 183
|
2011-09-28 18:57:47 +00:00
|
|
|
ItemHeight = 15
|
2011-09-10 02:43:40 +00:00
|
|
|
OnChange = comboGameTypeChange
|
2011-09-10 00:58:47 +00:00
|
|
|
TabOrder = 0
|
|
|
|
Text = 'GameType'
|
|
|
|
end
|
|
|
|
object memoGameType: TMemo
|
2011-09-15 14:14:50 +00:00
|
|
|
Left = 8
|
2011-09-10 00:58:47 +00:00
|
|
|
Height = 290
|
|
|
|
Top = 72
|
2011-09-15 14:14:50 +00:00
|
|
|
Width = 184
|
2011-09-10 00:58:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object listWordlist: TLabel
|
|
|
|
Left = 208
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 16
|
2011-09-10 00:58:47 +00:00
|
|
|
Top = 16
|
2011-09-28 18:57:47 +00:00
|
|
|
Width = 79
|
2011-09-10 00:58:47 +00:00
|
|
|
Caption = 'Select Wordlist'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object ltbWordlist: TListBox
|
|
|
|
Left = 212
|
2011-09-10 02:43:40 +00:00
|
|
|
Height = 300
|
|
|
|
Top = 38
|
2011-09-10 00:58:47 +00:00
|
|
|
Width = 132
|
2011-09-10 02:43:40 +00:00
|
|
|
Items.Strings = (
|
|
|
|
'English'
|
|
|
|
'German'
|
|
|
|
'Afrikaans'
|
|
|
|
'French'
|
|
|
|
'Portuguese'
|
|
|
|
)
|
2011-09-28 18:57:47 +00:00
|
|
|
ItemHeight = 15
|
2011-09-15 14:14:50 +00:00
|
|
|
ScrollWidth = 130
|
2011-09-10 00:58:47 +00:00
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object lblSettings: TLabel
|
|
|
|
Left = 400
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 16
|
2011-09-10 00:58:47 +00:00
|
|
|
Top = 16
|
2011-09-28 18:57:47 +00:00
|
|
|
Width = 43
|
2011-09-10 00:58:47 +00:00
|
|
|
Caption = 'Settings'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object lblSound: TLabel
|
|
|
|
Left = 408
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 16
|
2011-09-10 00:58:47 +00:00
|
|
|
Top = 47
|
2011-09-28 18:57:47 +00:00
|
|
|
Width = 53
|
2011-09-10 00:58:47 +00:00
|
|
|
Caption = 'Sound FX'
|
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
end
|
|
|
|
object lblMusic: TLabel
|
|
|
|
Left = 408
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 16
|
2011-09-10 00:58:47 +00:00
|
|
|
Top = 79
|
2011-09-28 18:57:47 +00:00
|
|
|
Width = 33
|
2011-09-10 00:58:47 +00:00
|
|
|
Caption = 'Music'
|
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
end
|
|
|
|
object lblLevel: TLabel
|
|
|
|
Left = 408
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 16
|
2011-09-10 00:58:47 +00:00
|
|
|
Top = 111
|
2011-09-28 18:57:47 +00:00
|
|
|
Width = 79
|
2011-09-10 00:58:47 +00:00
|
|
|
Caption = 'Starting Level'
|
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
end
|
|
|
|
object comboSound: TComboBox
|
|
|
|
Left = 493
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 23
|
2011-09-10 00:58:47 +00:00
|
|
|
Top = 40
|
|
|
|
Width = 68
|
2011-09-28 18:57:47 +00:00
|
|
|
ItemHeight = 15
|
2011-09-10 00:58:47 +00:00
|
|
|
Items.Strings = (
|
|
|
|
'ON'
|
|
|
|
'OFF'
|
|
|
|
)
|
|
|
|
TabOrder = 3
|
|
|
|
Text = 'Select'
|
|
|
|
end
|
|
|
|
object comboMusic: TComboBox
|
|
|
|
Left = 493
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 23
|
2011-09-10 00:58:47 +00:00
|
|
|
Top = 72
|
|
|
|
Width = 68
|
2011-09-28 18:57:47 +00:00
|
|
|
ItemHeight = 15
|
2011-09-10 00:58:47 +00:00
|
|
|
Items.Strings = (
|
|
|
|
'ON'
|
|
|
|
'OFF'
|
|
|
|
)
|
|
|
|
TabOrder = 4
|
|
|
|
Text = 'Select'
|
|
|
|
end
|
|
|
|
object comboLevel: TComboBox
|
|
|
|
Left = 493
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 23
|
2011-09-10 00:58:47 +00:00
|
|
|
Top = 104
|
|
|
|
Width = 68
|
2011-09-28 18:57:47 +00:00
|
|
|
ItemHeight = 15
|
2011-09-10 00:58:47 +00:00
|
|
|
Items.Strings = (
|
|
|
|
'1'
|
|
|
|
'2'
|
|
|
|
'3'
|
|
|
|
'4'
|
|
|
|
'5'
|
|
|
|
'6'
|
|
|
|
'7'
|
|
|
|
'8'
|
|
|
|
'9'
|
|
|
|
'10'
|
|
|
|
)
|
|
|
|
TabOrder = 5
|
|
|
|
Text = 'Select'
|
|
|
|
end
|
|
|
|
object lblCredits: TLabel
|
|
|
|
Left = 400
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 16
|
2011-09-10 00:58:47 +00:00
|
|
|
Top = 168
|
2011-09-28 18:57:47 +00:00
|
|
|
Width = 38
|
2011-09-10 00:58:47 +00:00
|
|
|
Caption = 'Credits'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object memoCredits: TMemo
|
|
|
|
Left = 408
|
|
|
|
Height = 173
|
|
|
|
Top = 189
|
|
|
|
Width = 153
|
2011-09-10 02:43:40 +00:00
|
|
|
Lines.Strings = (
|
|
|
|
'Função 1:'
|
|
|
|
' Nome 1.1'
|
|
|
|
''
|
|
|
|
'Função 2:'
|
|
|
|
' Nome 2.1'
|
|
|
|
' Nome 2.2'
|
|
|
|
''
|
|
|
|
'Função 3:'
|
|
|
|
' Nome 3.1'
|
|
|
|
' Nome 3.2'
|
|
|
|
' Nome 3.3'
|
|
|
|
''
|
|
|
|
'Função 4:'
|
|
|
|
' Nome 4.1'
|
|
|
|
)
|
2011-09-10 00:58:47 +00:00
|
|
|
ReadOnly = True
|
2011-09-10 02:43:40 +00:00
|
|
|
ScrollBars = ssAutoVertical
|
2011-09-10 00:58:47 +00:00
|
|
|
TabOrder = 6
|
|
|
|
end
|
|
|
|
object btnLoad: TButton
|
|
|
|
Left = 19
|
|
|
|
Height = 37
|
|
|
|
Top = 379
|
|
|
|
Width = 542
|
|
|
|
Caption = 'Load'
|
2011-09-14 00:35:25 +00:00
|
|
|
OnClick = btnLoadClick
|
2011-09-10 00:58:47 +00:00
|
|
|
TabOrder = 7
|
|
|
|
end
|
|
|
|
object btnWordlist: TButton
|
|
|
|
Left = 211
|
|
|
|
Height = 20
|
|
|
|
Top = 342
|
|
|
|
Width = 133
|
|
|
|
Caption = 'Wordlist Editor'
|
|
|
|
TabOrder = 8
|
|
|
|
end
|
2011-09-10 02:43:40 +00:00
|
|
|
object lblGameType: TLabel
|
|
|
|
Left = 16
|
2011-09-28 18:57:47 +00:00
|
|
|
Height = 16
|
2011-09-10 02:43:40 +00:00
|
|
|
Top = 16
|
2011-09-28 18:57:47 +00:00
|
|
|
Width = 58
|
2011-09-10 02:43:40 +00:00
|
|
|
Caption = 'GameType'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2011-09-07 17:58:54 +00:00
|
|
|
end
|