MusicKit  0.0.0
testPerformAppDlg.h
00001 // testPerformAppDlg.h : header file
00002 //
00003 
00004 #if !defined(AFX_TESTPERFORMAPPDLG_H__57533766_4927_11D3_93E2_00A0CC26DBF7__INCLUDED_)
00005 #define AFX_TESTPERFORMAPPDLG_H__57533766_4927_11D3_93E2_00A0CC26DBF7__INCLUDED_
00006 
00007 #if _MSC_VER > 1000
00008 #pragma once
00009 #endif // _MSC_VER > 1000
00010 
00012 // CTestPerformAppDlg dialog
00013 
00014 class CTestPerformAppDlg : public CDialog
00015 {
00016 // Construction
00017 public:
00018         CTestPerformAppDlg(CWnd* pParent = NULL);       // standard constructor
00019 
00020 // Dialog Data
00021         //{{AFX_DATA(CTestPerformAppDlg)
00022         enum { IDD = IDD_TESTPERFORMAPP_DIALOG };
00023                 // NOTE: the ClassWizard will add data members here
00024         //}}AFX_DATA
00025 
00026         // ClassWizard generated virtual function overrides
00027         //{{AFX_VIRTUAL(CTestPerformAppDlg)
00028         protected:
00029         virtual void DoDataExchange(CDataExchange* pDX);        // DDX/DDV support
00030         //}}AFX_VIRTUAL
00031 
00032 // Implementation
00033 protected:
00034         HICON m_hIcon;
00035 
00036         // Generated message map functions
00037         //{{AFX_MSG(CTestPerformAppDlg)
00038         virtual BOOL OnInitDialog();
00039         afx_msg void OnPaint();
00040         afx_msg HCURSOR OnQueryDragIcon();
00041         afx_msg void OnPlay();
00042         //}}AFX_MSG
00043         DECLARE_MESSAGE_MAP()
00044 };
00045 
00046 //{{AFX_INSERT_LOCATION}}
00047 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00048 
00049 #endif // !defined(AFX_TESTPERFORMAPPDLG_H__57533766_4927_11D3_93E2_00A0CC26DBF7__INCLUDED_)