SetDlg.h
资源名称:ebd_src.zip [点击查看]
上传用户:kelijie
上传日期:2007-01-01
资源大小:123k
文件大小:1k
源码类别:
图形图象
开发平台:
Visual C++
- #if !defined(AFX_SETDLG_H__05A32078_F33A_11D2_8F4B_00805FBDCBE4__INCLUDED_)
- #define AFX_SETDLG_H__05A32078_F33A_11D2_8F4B_00805FBDCBE4__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // SetDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSetDlg dialog
- class CSetDlg : public CDialog
- {
- // Construction
- public:
- CSetDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CSetDlg)
- enum { IDD = IDD_SETTING };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- BOOL m_bAnimation;
- BYTE m_Color1[4];
- BYTE m_Color2[4];
- void SetControl();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSetDlg)
- public:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- public:
- // Generated message map functions
- //{{AFX_MSG(CSetDlg)
- afx_msg void OnTime();
- afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SETDLG_H__05A32078_F33A_11D2_8F4B_00805FBDCBE4__INCLUDED_)
English
