home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Secret Service 54a
/
SSERVCD_54A.bin
/
UTILS
/
SHAREWAR
/
sparkle.exe
/
sparkler
/
sparkler.exe
/
0
/
RCDATA
/
TFRMOPENSNDLIB
/
TFRMOPENSNDLIB.txt
Wrap
Text File
|
1997-12-11
|
3KB
|
159 lines
object frmOpenSndLib: TfrmOpenSndLib
Left = 241
Top = 153
BorderStyle = bsDialog
Caption = 'Sound Library'
ClientHeight = 239
ClientWidth = 303
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 287
Height = 197
Shape = bsFrame
end
object Bevel2: TBevel
Left = 182
Top = 52
Width = 105
Height = 110
end
object btnOK: TButton
Left = 140
Top = 210
Width = 76
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 219
Top = 210
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
Default = True
ModalResult = 2
TabOrder = 1
end
object btnLoad: TButton
Left = 182
Top = 16
Width = 104
Height = 25
Caption = '&Open...'
TabOrder = 2
OnClick = btnLoadClick
end
object IndexPanel: TPanel
Left = 183
Top = 53
Width = 103
Height = 18
Caption = 'Index: 0'
TabOrder = 3
end
object NamePanel: TPanel
Left = 183
Top = 71
Width = 103
Height = 18
Caption = 'Name: <None>'
TabOrder = 4
end
object SizePanel: TPanel
Left = 183
Top = 89
Width = 103
Height = 18
Caption = 'Size: 0'
TabOrder = 5
end
object FrequencyPanel: TPanel
Left = 183
Top = 107
Width = 103
Height = 18
Caption = 'Frequency: 0'
TabOrder = 6
end
object ListBox1: TListBox
Left = 12
Top = 12
Width = 157
Height = 153
ItemHeight = 13
TabOrder = 7
OnClick = ListBox1Click
OnDblClick = btnPlayClick
end
object ChannelsPanel: TPanel
Left = 183
Top = 125
Width = 103
Height = 18
Caption = 'Channels: 0'
TabOrder = 8
end
object BPSPanel: TPanel
Left = 183
Top = 143
Width = 103
Height = 18
Caption = 'BPS: 0'
TabOrder = 9
end
object btnPlay: TButton
Left = 12
Top = 172
Width = 75
Height = 25
Caption = '&Play'
Enabled = False
TabOrder = 10
OnClick = btnPlayClick
end
object btnStop: TButton
Left = 94
Top = 172
Width = 75
Height = 25
Caption = '&Stop'
Enabled = False
TabOrder = 11
OnClick = btnStopClick
end
object chkLoop: TCheckBox
Left = 182
Top = 176
Width = 97
Height = 17
Caption = '&Loop'
TabOrder = 12
end
object OpenDialog1: TOpenDialog
DefaultExt = 'IML'
FileEditStyle = fsEdit
Filter = 'Sound Library Files (*.SDL)|*.SDL|All Files (*.*)|*.*'
Options = [ofPathMustExist, ofFileMustExist]
Title = 'Open Sound Library'
Left = 14
Top = 210
end
object DGCAudio1: TDGCAudio
Left = 50
Top = 208
end
end