00001 #if !defined(AFX_MYANIMATIONDIALOG_H__9B3F1D45_401D_41B3_86EF_07EDD48E4272__INCLUDED_)
00002 #define AFX_MYANIMATIONDIALOG_H__9B3F1D45_401D_41B3_86EF_07EDD48E4272__INCLUDED_
00003
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007
00008
00009
00011
00012
00014 class MyAnimationDialog : public CDialog
00015 {
00016
00017 public:
00019 int GetAnimType();
00021 void SetAnimType(int animType);
00023 int GetAnimSpeed();
00025 void SetAnimSpeed(int animSpeed);
00026 MyAnimationDialog(CWnd* pParent = NULL);
00027
00028
00029
00030 enum { IDD = IDD_ANIMATIONDIALOG };
00031 int m_AnimSpeed;
00032 int m_AnimType;
00033
00034
00035
00036
00037
00038
00039 protected:
00040 virtual void DoDataExchange(CDataExchange* pDX);
00041
00042
00043
00044 protected:
00045
00046
00047
00048 virtual BOOL OnInitDialog();
00049
00050 DECLARE_MESSAGE_MAP()
00051 };
00052
00053
00054
00055
00056 #endif // !defined(AFX_MYANIMATIONDIALOG_H__9B3F1D45_401D_41B3_86EF_07EDD48E4272__INCLUDED_)