home *** CD-ROM | disk | FTP | other *** search
- // colorres.h : header file
- // Copyright (C) 1990, 1998 LEAD Technologies, Inc.
- // All rights reserved.
-
- /////////////////////////////////////////////////////////////////////////////
- // CColorResDlg dialog
-
- class CColorResDlg : public CDialog
- {
- // Construction
- public:
- CColorResDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CColorResDlg)
- enum { IDD = IDD_COLORRES };
- int m_nBitsPerPixel;
- int m_nPalette;
- int m_nDither;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CColorResDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- void EnableControls();
-
- // Generated message map functions
- //{{AFX_MSG(CColorResDlg)
- afx_msg void OnRadio1();
- afx_msg void OnRadio2();
- afx_msg void OnRadio3();
- afx_msg void OnRadio4();
- afx_msg void OnRadio5();
- afx_msg void OnRadio6();
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };