object Form6: TForm6 Left = 457 Top = 236 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = 'Add Sound' ClientHeight = 157 ClientWidth = 302 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 6 Top = 6 Width = 289 Height = 113 Caption = 'Select Sound' TabOrder = 0 object Label1: TLabel Left = 8 Top = 24 Width = 95 Height = 13 Caption = 'Play this sound after' end object Label2: TLabel Left = 184 Top = 24 Width = 73 Height = 13 Caption = 'minute(s) online' end object SpeedButton1: TSpeedButton Left = 8 Top = 56 Width = 73 Height = 20 Caption = 'Browse...' Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000120B0000120B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 555555FFFFFFFFFF55555000000000055555577777777775FFFF00B8B8B8B8B0 0000775F5555555777770B0B8B8B8B8B0FF07F75F555555575F70FB0B8B8B8B8 B0F07F575FFFFFFFF7F70BFB0000000000F07F557777777777570FBFBF0FFFFF FFF07F55557F5FFFFFF70BFBFB0F000000F07F55557F777777570FBFBF0FFFFF FFF075F5557F5FFFFFF750FBFB0F000000F0575FFF7F777777575700000FFFFF FFF05577777F5FF55FF75555550F00FF00005555557F775577775555550FFFFF 0F055555557F55557F755555550FFFFF00555555557FFFFF7755555555000000 0555555555777777755555555555555555555555555555555555} NumGlyphs = 2 OnClick = SpeedButton1Click end object Label3: TLabel Left = 88 Top = 56 Width = 81 Height = 13 Caption = 'Wave file (*.wav)' end object SpinEdit1: TSpinEdit Left = 112 Top = 22 Width = 65 Height = 22 MaxValue = 999999 MinValue = 1 TabOrder = 0 Value = 1 end object Edit4: TEdit Left = 8 Top = 80 Width = 273 Height = 25 AutoSize = False TabOrder = 1 end end object Button1: TButton Left = 220 Top = 126 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 135 Top = 126 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object OpenDialog1: TOpenDialog Filter = 'Wave Files (*.wav)|*.wav|All Files (*.*)|*.*' Options = [ofHideReadOnly, ofNoChangeDir] Left = 272 Top = 8 end end