home *** CD-ROM | disk | FTP | other *** search
- // colormer.h : header file
- // Copyright (C) 1990, 1998 LEAD Technologies, Inc.
- // All rights reserved.
-
- /////////////////////////////////////////////////////////////////////////////
- // CColorMergeDlg dialog
-
- class CColorMergeDlg : public CDialog
- {
- // Construction
- public:
- CColorMergeDlg(CWnd* pParent = NULL, CDocument *pDoc = NULL); // standard constructor
- CDocument *pDoc;
-
- // Dialog Data
- //{{AFX_DATA(CColorMergeDlg)
- enum { IDD = IDD_COLORMERGE };
- CStatic m_Static4;
- CStatic m_Static3;
- CStatic m_Static2;
- CStatic m_Static1;
- CComboBox m_Combo4;
- CComboBox m_Combo3;
- CComboBox m_Combo2;
- CComboBox m_Combo1;
- CPtrArray* m_pDocArray;
- DWORD m_dwFlags;
- CDocument* m_pDocument[4];
- //}}AFX_DATA
-
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CColorMergeDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CColorMergeDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnDestroy();
- virtual void OnOK();
- afx_msg void OnRadio1();
- afx_msg void OnRadio2();
- afx_msg void OnRadio3();
- afx_msg void OnRadio4();
- afx_msg void OnRadio5();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };