2012-01-20 16:15:10 +00:00
|
|
|
object Form1: TForm1
|
2012-02-01 01:46:41 +00:00
|
|
|
Left = 200
|
2012-01-20 16:15:10 +00:00
|
|
|
Height = 240
|
2012-02-01 01:46:41 +00:00
|
|
|
Top = 166
|
2012-01-20 16:15:10 +00:00
|
|
|
Width = 320
|
|
|
|
Caption = 'Form1'
|
|
|
|
ClientHeight = 240
|
|
|
|
ClientWidth = 320
|
2012-01-23 10:43:32 +00:00
|
|
|
OnCreate = FormCreate
|
2012-01-20 16:15:10 +00:00
|
|
|
LCLVersion = '0.9.31'
|
|
|
|
object btnOpenPlayAndClose: TButton
|
|
|
|
Left = 12
|
|
|
|
Height = 25
|
|
|
|
Top = 48
|
|
|
|
Width = 292
|
2012-01-25 15:03:16 +00:00
|
|
|
Caption = 'Load and Play'
|
2012-01-20 16:15:10 +00:00
|
|
|
OnClick = btnOpenPlayAndCloseClick
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object pathEdit: TFileNameEdit
|
2012-01-25 14:28:29 +00:00
|
|
|
Left = 8
|
2012-02-01 01:46:41 +00:00
|
|
|
Height = 27
|
2012-01-20 16:15:10 +00:00
|
|
|
Top = 13
|
|
|
|
Width = 268
|
|
|
|
FileName = '/home/felipe/Programas/lazarus-ccr/components/fpsound/testsounds/test.wav'
|
|
|
|
DialogOptions = []
|
|
|
|
FilterIndex = 0
|
|
|
|
HideDirectories = False
|
|
|
|
ButtonWidth = 23
|
|
|
|
NumGlyphs = 0
|
|
|
|
MaxLength = 0
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|