object frmBackgroundSound: TfrmBackgroundSound Left = 273 Top = 190 HelpContext = 151 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'BGSound' ClientHeight = 114 ClientWidth = 385 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 369 Height = 71 Shape = bsFrame IsControl = True end object lblSoundFile: TLabel Left = 16 Top = 24 Width = 53 Height = 13 Caption = 'Sound &File:' FocusControl = txtFile end object lblLoop: TLabel Left = 16 Top = 52 Width = 24 Height = 13 Caption = 'L&oop' FocusControl = txtLoop end object OKBtn: TBitBtn Left = 130 Top = 85 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 214 Top = 85 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 298 Top = 85 Width = 77 Height = 25 HelpContext = 1 Caption = '&Help' TabOrder = 6 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object bbtnBrowse: TBitBtn Left = 288 Top = 17 Width = 77 Height = 25 Hint = 'Search for file on local computer' Caption = '&Browse' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = bbtnBrowseClick Glyph.Data = { 12040000424D1204000000000000760000002800000054000000150000000100 0400000000009C03000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777 7777777777777777777777777777777777777777777777777777777777777777 7777777700007777777777777777777777777777777777777777777777777777 77777777777F7F7F7F7F7F7F7F7F7F7F00007777777777777777777777777777 7777777777777777777777777777777777777777777777777777777700007777 777777777777777777777FFFFFFFFFFFF77777777777777777777777777F7F7F 7F7F7F7F7F7F7F7F00007780000000000000777777778888888888888F777777 8000000000000077777778000000000000077777000077007B7B7B7B7B7B0777 77788F777777777778F77777007B7B7B7B7B7B07777F7007B7B7B7B7B7B07F7F 0000770F07B7B7B7B7B707777778F8F77777777778F777770707B7B7B7B7B7B0 777770707B7B7B7B7B7B07770000770B0B7B7B7B7B7B07777778F8F777777777 778F77770BB07B7B7B7B7B7B077F70BB07B7B7B7B7B7B07F0000770F0BB7B7B7 B7B7B0777778F78F77777777778F777707BF000007B7B7B7B077707B7000007B 7B7B7B070000770BF07B7B7B7B7B70777778F78FFFFF77777778F7770BFBFBFB F0000000077F70B7BF0FFF000000007F0000770FB0B7B7B7B7B7B0777778F778 8888FFFFFFF8F77707BFBFBFBFBFB0777777707B7B0FFFFFFFF077770000770B F07B7B7B7B7B7B077778F77777778888888777770BFBFBFBFBFBF077777F70B7 BF0FFFFFFFF07F7F0000770FBF000000B7B7B7077778F777777777778F777777 07BFBFBFBFBFB0777777707B7B0FFFFFFFF077770000770BFBFBFBF000000077 7778F7777FFFFFFF8F7777770BFBFBFBFBFBF077777F70B7BF0FFFFFFFF07F7F 0000770FBFBF0000000777777778FFFFF88888887777777707BFBF0000000777 7777707B7B0FFFFFFFF077770000777000007777777777777777888887777777 777777777000007777777777777F7F00000FFFFF00007F7F0000777777777777 77777777777777777777777777777777777777777777777777777777770FFFFF 0F07777700007777777777777777777777777777777777777777777777777777 77777777777F7F7F7F0FFFFF007F7F7F00007777777777777777777777777777 7777777777777777777777777777777777777777770000000777777700007777 77777777777777777777777777777777777777777777777777777777777F7F7F 7F7F7F7F7F7F7F7F000077777777777777777777777777777777777777777777 77777777777777777777777777777777777777770000} NumGlyphs = 4 end object txtFile: TEdit Left = 96 Top = 20 Width = 185 Height = 21 Hint = 'Name of file on server (e.g., myfile.html)' ParentShowHint = False ShowHint = True TabOrder = 0 end object txtLoop: TEdit Left = 96 Top = 48 Width = 50 Height = 21 Hint = 'Number of times the video repeats' ParentShowHint = False ShowHint = True TabOrder = 2 Text = '1' end object chkInfinite: TCheckBox Left = 192 Top = 50 Width = 97 Height = 17 Hint = 'Should the video repeat forever?' Caption = '&Infinite Loop' ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = chkInfiniteClick end object udLoop: TUpDown Left = 146 Top = 48 Width = 7 Height = 21 Associate = txtLoop Min = 1 Max = 10000 Position = 1 TabOrder = 7 Wrap = False end object dlgOpen: TOpenDialog DefaultExt = 'WAV' FileEditStyle = fsEdit FileName = '*.wav' Filter = 'Wav Files (*.wav)|*.WAV|All Files (*.*)|*.*' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist] Title = 'Select WAV file' Left = 8 Top = 88 end end