object frmPlayWavFile: TfrmPlayWavFile Left = 250 Top = 130 Width = 335 Height = 286 Caption = '���������ļ�' Color = clBtnFace ParentFont = True OldCreateOrder = False OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object pnlContent: TPanel Left = 0 Top = 0 Width = 327 Height = 201 Align = alTop BevelOuter = bvNone ParentColor = True TabOrder = 0 object lblWavFile: TLabel Left = 32 Top = 19 Width = 73 Height = 13 Alignment = taRightJustify Caption = '�����ļ�(&V)��' FocusControl = cmbVariant end object lblNote: TLabel Left = 31 Top = 169 Width = 74 Height = 13 Alignment = taRightJustify Caption = '����˵��(&N)��' FocusControl = edtNote end object cmbVariant: TComboBox Left = 115 Top = 15 Width = 185 Height = 21 ItemHeight = 13 TabOrder = 0 end object ckbInterruptible: TCheckBox Left = 115 Top = 130 Width = 211 Height = 17 Caption = '�û����������ж�(&I)' TabOrder = 4 end object edtNote: TEdit Left = 115 Top = 165 Width = 185 Height = 21 TabOrder = 5 end object btnNew: TButton Left = 115 Top = 50 Width = 110 Height = 25 Caption = '�½����(&N)...' TabOrder = 1 OnClick = btnNewClick end object btnClear: TButton Left = 240 Top = 50 Width = 58 Height = 25 Caption = '���(&E)' TabOrder = 2 OnClick = btnClearClick end object playerWavFile: TMediaPlayer Left = 115 Top = 90 Width = 169 Height = 25 ColoredButtons = [] VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btRecord] TabOrder = 3 end end object btnOk: TButton Left = 25 Top = 218 Width = 75 Height = 25 Caption = 'ȷ��(&O)' Default = True TabOrder = 1 OnClick = btnOkClick end object btnCancel: TButton Left = 125 Top = 218 Width = 75 Height = 25 Cancel = True Caption = 'ȡ��(&C)' ModalResult = 2 TabOrder = 2 end object btnHelp: TButton Left = 225 Top = 218 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 3 OnClick = btnHelpClick end object diaWavFile: TOpenDialog Filter = '�����ļ�(*.wav)|*.WAV' Left = 8 Top = 8 end end