Files
lazarus-ccr/components/fpsound/example/mainform.lfm

35 lines
717 B
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 323
Height = 240
Top = 171
Width = 320
Caption = 'Form1'
ClientHeight = 240
ClientWidth = 320
OnCreate = FormCreate
LCLVersion = '0.9.31'
object btnOpenPlayAndClose: TButton
Left = 12
Height = 25
Top = 48
Width = 292
Caption = 'Open, Play and Close'
OnClick = btnOpenPlayAndCloseClick
TabOrder = 0
end
object pathEdit: TFileNameEdit
Left = 8
Height = 25
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