www.pudn.com > FlashShow.rar > Flash_TestDlg.h
// Flash_TestDlg.h : header file
//
#pragma once
#include "shockwaveflash1.h"
// CFlash_TestDlg dialog
class CFlash_TestDlg : public CDialog
{
// Construction
public:
CFlash_TestDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
enum { IDD = IDD_FLASH_TEST_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
DECLARE_MESSAGE_MAP()
public:
CShockwaveflash1 m_Flash;
};