DETAIL.H
资源名称:tc3d.zip [点击查看]
上传用户:abcdshs
上传日期:2007-01-07
资源大小:1858k
文件大小:2k
源码类别:
游戏
开发平台:
Visual C++
- // detail.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // ChangeDetail dialog
- class ChangeDetail : public CDialog
- {
- // Construction
- public:
- ChangeDetail(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(ChangeDetail)
- enum { IDD = IDD_DETAIL };
- CSliderCtrl m_slider;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(ChangeDetail)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(ChangeDetail)
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- char m_init;
- };
- /////////////////////////////////////////////////////////////////////////////
- // SpeedDiag dialog
- class SpeedDiag : public CDialog
- {
- // Construction
- public:
- SpeedDiag(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(SpeedDiag)
- enum { IDD = IDD_SPEED };
- CSliderCtrl m_slider;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SpeedDiag)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SpeedDiag)
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- char m_init;
- short m_pos;
- public:
- short Position() { return m_pos; }
- };
- /////////////////////////////////////////////////////////////////////////////
- // CTeleportDiag dialog
- class CTeleportDiag : public CDialog
- {
- // Construction
- public:
- CTeleportDiag(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CTeleportDiag)
- enum { IDD = IDD_TELEPORTER };
- int m_LevelNum;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTeleportDiag)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CTeleportDiag)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- // AddWeaponNoNo dialog