home *** CD-ROM | disk | FTP | other *** search
- object sounds: Tsounds
- Left = 236
- Top = 126
- Width = 293
- Height = 145
- Caption = 'Sound Selection'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object snd_label: TLabel
- Left = 9
- Top = 5
- Width = 50
- Height = 13
- Caption = 'Sound File'
- end
- object sndfile_edit: TEdit
- Left = 5
- Top = 20
- Width = 276
- Height = 21
- TabOrder = 0
- end
- object sndsel_btn: TBitBtn
- Left = 30
- Top = 45
- Width = 86
- Height = 25
- Caption = 'Select File'
- TabOrder = 1
- OnClick = sndsel_btnClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 5555555555555555555555555555555555555555555555555555555555555555
- 555555555555555555555555555555555555555FFFFFFFFFF555550000000000
- 55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
- B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
- 000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
- 555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
- 55555575FFF75555555555700007555555555557777555555555555555555555
- 5555555555555555555555555555555555555555555555555555}
- NumGlyphs = 2
- end
- object sndtst_btn: TBitBtn
- Left = 145
- Top = 45
- Width = 96
- Height = 25
- Caption = 'Test Sound'
- TabOrder = 2
- OnClick = sndtst_btnClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333333333FFF3333F333333300033339333333337773F33733333330008033
- 933333333737F7F37333333307078733333933337337373F3337333077088803
- 33933337F37F337F3373333077088803393333F7337FF37F3733300777008803
- 9333377F33773F7F733307088808087333337F7F337F7F7F3FFF070777080873
- 99997F7F337F7F7F77770808880808733333737F337F737F3F33300888008803
- 93333773F377337F73F333308807880339333337F37F337F373F333088077803
- 339333373F73F37333733333087777333339333373F7F7F33F37333330807033
- 933333333737F73373F333333300033339333333337773333733}
- NumGlyphs = 2
- end
- object nosnd_btn: TButton
- Left = 35
- Top = 80
- Width = 75
- Height = 25
- Caption = 'No Sound'
- TabOrder = 3
- OnClick = nosnd_btnClick
- end
- object MediaPlayer1: TMediaPlayer
- Left = 10
- Top = -20
- Width = 253
- Height = 30
- Visible = False
- TabOrder = 4
- OnNotify = MediaPlayer1Notify
- end
- object done_btn: TButton
- Left = 220
- Top = 85
- Width = 50
- Height = 25
- Caption = 'Done'
- TabOrder = 5
- OnClick = done_btnClick
- end
- object OpenDialog1: TOpenDialog
- Filter = 'Sound Files|*.wav;*.mid'
- Title = 'Select Sound File'
- OnSelectionChange = OpenDialog1SelectionChange
- Left = 236
- end
- end
-