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
Text File  |  1997-12-11  |  3KB  |  159 lines

  1. object frmOpenSndLib: TfrmOpenSndLib
  2.   Left = 241
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'Sound Library'
  6.   ClientHeight = 239
  7.   ClientWidth = 303
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnDestroy = FormDestroy
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 287
  21.     Height = 197
  22.     Shape = bsFrame
  23.   end
  24.   object Bevel2: TBevel
  25.     Left = 182
  26.     Top = 52
  27.     Width = 105
  28.     Height = 110
  29.   end
  30.   object btnOK: TButton
  31.     Left = 140
  32.     Top = 210
  33.     Width = 76
  34.     Height = 25
  35.     Caption = 'OK'
  36.     ModalResult = 1
  37.     TabOrder = 0
  38.   end
  39.   object btnCancel: TButton
  40.     Left = 219
  41.     Top = 210
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     Default = True
  47.     ModalResult = 2
  48.     TabOrder = 1
  49.   end
  50.   object btnLoad: TButton
  51.     Left = 182
  52.     Top = 16
  53.     Width = 104
  54.     Height = 25
  55.     Caption = '&Open...'
  56.     TabOrder = 2
  57.     OnClick = btnLoadClick
  58.   end
  59.   object IndexPanel: TPanel
  60.     Left = 183
  61.     Top = 53
  62.     Width = 103
  63.     Height = 18
  64.     Caption = 'Index: 0'
  65.     TabOrder = 3
  66.   end
  67.   object NamePanel: TPanel
  68.     Left = 183
  69.     Top = 71
  70.     Width = 103
  71.     Height = 18
  72.     Caption = 'Name: <None>'
  73.     TabOrder = 4
  74.   end
  75.   object SizePanel: TPanel
  76.     Left = 183
  77.     Top = 89
  78.     Width = 103
  79.     Height = 18
  80.     Caption = 'Size: 0'
  81.     TabOrder = 5
  82.   end
  83.   object FrequencyPanel: TPanel
  84.     Left = 183
  85.     Top = 107
  86.     Width = 103
  87.     Height = 18
  88.     Caption = 'Frequency: 0'
  89.     TabOrder = 6
  90.   end
  91.   object ListBox1: TListBox
  92.     Left = 12
  93.     Top = 12
  94.     Width = 157
  95.     Height = 153
  96.     ItemHeight = 13
  97.     TabOrder = 7
  98.     OnClick = ListBox1Click
  99.     OnDblClick = btnPlayClick
  100.   end
  101.   object ChannelsPanel: TPanel
  102.     Left = 183
  103.     Top = 125
  104.     Width = 103
  105.     Height = 18
  106.     Caption = 'Channels: 0'
  107.     TabOrder = 8
  108.   end
  109.   object BPSPanel: TPanel
  110.     Left = 183
  111.     Top = 143
  112.     Width = 103
  113.     Height = 18
  114.     Caption = 'BPS: 0'
  115.     TabOrder = 9
  116.   end
  117.   object btnPlay: TButton
  118.     Left = 12
  119.     Top = 172
  120.     Width = 75
  121.     Height = 25
  122.     Caption = '&Play'
  123.     Enabled = False
  124.     TabOrder = 10
  125.     OnClick = btnPlayClick
  126.   end
  127.   object btnStop: TButton
  128.     Left = 94
  129.     Top = 172
  130.     Width = 75
  131.     Height = 25
  132.     Caption = '&Stop'
  133.     Enabled = False
  134.     TabOrder = 11
  135.     OnClick = btnStopClick
  136.   end
  137.   object chkLoop: TCheckBox
  138.     Left = 182
  139.     Top = 176
  140.     Width = 97
  141.     Height = 17
  142.     Caption = '&Loop'
  143.     TabOrder = 12
  144.   end
  145.   object OpenDialog1: TOpenDialog
  146.     DefaultExt = 'IML'
  147.     FileEditStyle = fsEdit
  148.     Filter = 'Sound Library Files (*.SDL)|*.SDL|All Files (*.*)|*.*'
  149.     Options = [ofPathMustExist, ofFileMustExist]
  150.     Title = 'Open Sound Library'
  151.     Left = 14
  152.     Top = 210
  153.   end
  154.   object DGCAudio1: TDGCAudio
  155.     Left = 50
  156.     Top = 208
  157.   end
  158. end
  159.