BMPDLG.h
上传用户:qiutianh
上传日期:2022-08-08
资源大小:939k
文件大小:1k
- // BMPDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CBMPDlg dialog
- class CBMPDlg : public CDialog
- {
- // Construction
- public:
- CBMPDlg(CWnd* pParent = NULL); // standard constructor
- int m_bits;
- // Dialog Data
- //{{AFX_DATA(CBMPDlg)
- enum { IDD = IDD_CMAP_DLG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CBMPDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CBMPDlg)
- afx_msg void OnBmp1bits();
- afx_msg void OnBmp4bit();
- afx_msg void OnBmp8bit();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };