home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #8 / K-CD_2002-08.iso / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TSOUNDS / TSOUNDS.txt
Text File  |  2002-01-25  |  3KB  |  112 lines

  1. object sounds: Tsounds
  2.   Left = 236
  3.   Top = 126
  4.   Width = 293
  5.   Height = 145
  6.   Caption = 'Sound Selection'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object snd_label: TLabel
  19.     Left = 9
  20.     Top = 5
  21.     Width = 50
  22.     Height = 13
  23.     Caption = 'Sound File'
  24.   end
  25.   object sndfile_edit: TEdit
  26.     Left = 5
  27.     Top = 20
  28.     Width = 276
  29.     Height = 21
  30.     TabOrder = 0
  31.   end
  32.   object sndsel_btn: TBitBtn
  33.     Left = 30
  34.     Top = 45
  35.     Width = 86
  36.     Height = 25
  37.     Caption = 'Select File'
  38.     TabOrder = 1
  39.     OnClick = sndsel_btnClick
  40.     Glyph.Data = {
  41.       76010000424D7601000000000000760000002800000020000000100000000100
  42.       04000000000000010000120B0000120B00001000000000000000000000000000
  43.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  44.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  45.       5555555555555555555555555555555555555555555555555555555555555555
  46.       555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  47.       55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  48.       B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  49.       000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  50.       555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  51.       55555575FFF75555555555700007555555555557777555555555555555555555
  52.       5555555555555555555555555555555555555555555555555555}
  53.     NumGlyphs = 2
  54.   end
  55.   object sndtst_btn: TBitBtn
  56.     Left = 145
  57.     Top = 45
  58.     Width = 96
  59.     Height = 25
  60.     Caption = 'Test Sound'
  61.     TabOrder = 2
  62.     OnClick = sndtst_btnClick
  63.     Glyph.Data = {
  64.       76010000424D7601000000000000760000002800000020000000100000000100
  65.       04000000000000010000120B0000120B00001000000000000000000000000000
  66.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  67.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  68.       33333333333FFF3333F333333300033339333333337773F33733333330008033
  69.       933333333737F7F37333333307078733333933337337373F3337333077088803
  70.       33933337F37F337F3373333077088803393333F7337FF37F3733300777008803
  71.       9333377F33773F7F733307088808087333337F7F337F7F7F3FFF070777080873
  72.       99997F7F337F7F7F77770808880808733333737F337F737F3F33300888008803
  73.       93333773F377337F73F333308807880339333337F37F337F373F333088077803
  74.       339333373F73F37333733333087777333339333373F7F7F33F37333330807033
  75.       933333333737F73373F333333300033339333333337773333733}
  76.     NumGlyphs = 2
  77.   end
  78.   object nosnd_btn: TButton
  79.     Left = 35
  80.     Top = 80
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'No Sound'
  84.     TabOrder = 3
  85.     OnClick = nosnd_btnClick
  86.   end
  87.   object MediaPlayer1: TMediaPlayer
  88.     Left = 10
  89.     Top = -20
  90.     Width = 253
  91.     Height = 30
  92.     Visible = False
  93.     TabOrder = 4
  94.     OnNotify = MediaPlayer1Notify
  95.   end
  96.   object done_btn: TButton
  97.     Left = 220
  98.     Top = 85
  99.     Width = 50
  100.     Height = 25
  101.     Caption = 'Done'
  102.     TabOrder = 5
  103.     OnClick = done_btnClick
  104.   end
  105.   object OpenDialog1: TOpenDialog
  106.     Filter = 'Sound Files|*.wav;*.mid'
  107.     Title = 'Select Sound File'
  108.     OnSelectionChange = OpenDialog1SelectionChange
  109.     Left = 236
  110.   end
  111. end
  112.