2014-09-12 13:55:50 +00:00
|
|
|
object mainform: Tmainform
|
|
|
|
Left = 415
|
2014-09-14 15:04:10 +00:00
|
|
|
Height = 257
|
2014-09-12 13:55:50 +00:00
|
|
|
Top = 305
|
2014-09-14 15:04:10 +00:00
|
|
|
Width = 352
|
2014-09-12 13:55:50 +00:00
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
|
Caption = 'mainform'
|
2014-09-14 15:04:10 +00:00
|
|
|
ClientHeight = 257
|
|
|
|
ClientWidth = 352
|
2014-09-12 13:55:50 +00:00
|
|
|
DefaultMonitor = dmPrimary
|
|
|
|
OnCreate = FormCreate
|
|
|
|
Position = poScreenCenter
|
2014-09-14 15:04:10 +00:00
|
|
|
LCLVersion = '1.2.4.0'
|
2014-09-12 13:55:50 +00:00
|
|
|
object cmd_Async: TButton
|
2014-09-14 15:04:10 +00:00
|
|
|
Left = 264
|
2014-09-12 13:55:50 +00:00
|
|
|
Height = 25
|
2014-09-14 15:04:10 +00:00
|
|
|
Top = 180
|
2014-09-12 13:55:50 +00:00
|
|
|
Width = 75
|
|
|
|
Caption = 'Play Async'
|
|
|
|
OnClick = cmd_AsyncClick
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object BitBtn1: TBitBtn
|
2014-09-14 15:04:10 +00:00
|
|
|
Left = 264
|
2014-09-12 13:55:50 +00:00
|
|
|
Height = 30
|
2014-09-14 15:04:10 +00:00
|
|
|
Top = 216
|
2014-09-12 13:55:50 +00:00
|
|
|
Width = 75
|
|
|
|
DefaultCaption = True
|
|
|
|
Kind = bkClose
|
|
|
|
ModalResult = 11
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object cmd_Sync: TButton
|
2014-09-14 15:04:10 +00:00
|
|
|
Left = 264
|
2014-09-12 13:55:50 +00:00
|
|
|
Height = 25
|
2014-09-14 15:04:10 +00:00
|
|
|
Top = 148
|
2014-09-12 13:55:50 +00:00
|
|
|
Width = 75
|
|
|
|
Caption = 'Play Sync'
|
|
|
|
OnClick = cmd_SyncClick
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
2014-09-14 15:04:10 +00:00
|
|
|
object TIPropertyGrid1: TTIPropertyGrid
|
|
|
|
Left = 4
|
|
|
|
Height = 238
|
|
|
|
Top = 8
|
|
|
|
Width = 252
|
|
|
|
DefaultValueFont.Color = clWindowText
|
|
|
|
Filter = [tkInteger, tkChar, tkEnumeration, tkFloat, tkSet, tkMethod, tkSString, tkLString, tkAString, tkWString, tkVariant, tkArray, tkRecord, tkInterface, tkClass, tkObject, tkWChar, tkBool, tkInt64, tkQWord, tkDynArray, tkInterfaceRaw, tkProcVar, tkUString, tkUChar, tkHelper]
|
|
|
|
Indent = 16
|
|
|
|
NameFont.Color = clWindowText
|
|
|
|
TIObject = playsound1
|
|
|
|
ValueFont.Color = clMaroon
|
|
|
|
end
|
2014-09-12 13:55:50 +00:00
|
|
|
object playsound1: Tplaysound
|
|
|
|
About.Description.Strings = (
|
|
|
|
'Plays WAVE sounds in Windows or Linux'
|
|
|
|
)
|
2014-09-14 15:04:10 +00:00
|
|
|
About.Title = 'About About PlaySound'
|
2014-09-12 13:55:50 +00:00
|
|
|
About.Height = 400
|
|
|
|
About.Width = 400
|
|
|
|
About.Font.Color = clNavy
|
|
|
|
About.Font.Height = -13
|
|
|
|
About.BackGroundColor = clCream
|
|
|
|
About.Version = '0.0.1'
|
|
|
|
About.Authorname = 'Gordon Bamber'
|
|
|
|
About.Organisation = 'Public Domain'
|
|
|
|
About.AuthorEmail = 'minesadorada@charcodelvalle.com'
|
|
|
|
About.ComponentName = 'PlaySound'
|
|
|
|
About.LicenseType = abLGPL
|
|
|
|
SoundFile = '/home/gordon/development/lazarus/'
|
2014-09-14 15:04:10 +00:00
|
|
|
PlayCommand = 'sndPlaySnd'
|
|
|
|
left = 4
|
|
|
|
top = 8
|
2014-09-12 13:55:50 +00:00
|
|
|
end
|
|
|
|
end
|