object VrWaveSoundDialog: TVrWaveSoundDialog Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'VrWave Editor' ClientHeight = 159 ClientWidth = 350 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 0 Width = 233 Height = 159 Align = alLeft Shape = bsRightLine end object VrShadowButton1: TVrShadowButton Left = 12 Top = 120 Width = 65 Height = 30 Brush.Color = clBlue Pen.Color = clNavy Pen.Width = 2 ShadowColor = clBlack ShadowOutline = clBlack Style = ssRectangle TextAlign = vtaLeft Transparent = True Caption = ' OPEN' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] OnClick = VrShadowButton1Click end object VrShadowButton2: TVrShadowButton Left = 80 Top = 120 Width = 65 Height = 30 Brush.Color = clBlue Pen.Color = clNavy Pen.Width = 2 ShadowColor = clBlack ShadowOutline = clBlack Style = ssRectangle TextAlign = vtaLeft Transparent = True Caption = ' CLEAR' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] OnClick = VrShadowButton2Click end object VrShadowButton3: TVrShadowButton Left = 148 Top = 120 Width = 65 Height = 30 Brush.Color = clBlue Pen.Color = clNavy Pen.Width = 2 ShadowColor = clBlack ShadowOutline = clBlack Style = ssRectangle TextAlign = vtaLeft Transparent = True Caption = ' PLAY' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] OnClick = VrShadowButton3Click end object Label1: TLabel Left = 8 Top = 12 Width = 40 Height = 15 Caption = 'Status:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 8 Top = 60 Width = 27 Height = 15 Caption = 'Size:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object VrShadowButton5: TVrShadowButton Left = 244 Top = 44 Width = 93 Height = 30 Brush.Color = clBlue Pen.Color = clNavy Pen.Width = 2 ShadowColor = clBlack ShadowOutline = clBlack Style = ssRectangle TextAlign = vtaLeft Transparent = True Caption = ' CANCEL' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] OnClick = VrShadowButton5Click end object VrShadowButton4: TVrShadowButton Left = 244 Top = 12 Width = 93 Height = 30 Brush.Color = clBlue Pen.Color = clNavy Pen.Width = 2 ShadowColor = clBlack ShadowOutline = clBlack Style = ssRectangle TextAlign = vtaLeft Transparent = True Caption = ' OK' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] OnClick = VrShadowButton4Click end object Panel1: TPanel Left = 8 Top = 28 Width = 209 Height = 21 Alignment = taLeftJustify BevelOuter = bvLowered Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object Panel2: TPanel Left = 8 Top = 76 Width = 209 Height = 21 Alignment = taLeftJustify BevelOuter = bvLowered Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end object OpenDialog: TOpenDialog FileName = '*.wav' Filter = '*.wav|*.wav|All Files (*.*)|*.*' Left = 124 Top = 4 end object VrWave: TVrWave Left = 92 Top = 4 end end