
AM OpenAL_NT.pas M fpsound_openal.pas git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2275 8e941d3f-bd1b-0410-a28a-d453659cc2b4
35 lines
710 B
Plaintext
35 lines
710 B
Plaintext
object Form1: TForm1
|
|
Left = 200
|
|
Height = 240
|
|
Top = 166
|
|
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 = 'Load and Play'
|
|
OnClick = btnOpenPlayAndCloseClick
|
|
TabOrder = 0
|
|
end
|
|
object pathEdit: TFileNameEdit
|
|
Left = 8
|
|
Height = 27
|
|
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
|