home *** CD-ROM | disk | FTP | other *** search
-
- /******************************************************************
-
- $Archive: $
- $Workfile: $
- $Author: $
- $Date: $
- $Revision: $
-
- *******************************************************************/
-
- #if !defined (__MyPropertyPage1_h)
- #define __MyPropertyPage1_h
-
- /////////////////////////////////////////////////////////////////////////////
- // CMyPropertyPage1 dialog
-
- class CMyPropertyPage1 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyPropertyPage1)
-
- // Construction
- public:
- CMyPropertyPage1();
- ~CMyPropertyPage1();
- CString m_strSkinDir;
- CTypedPtrMap <CMapStringToString,CString,CString> m_comboMap;
-
- // Dialog Data
- //{{AFX_DATA(CMyPropertyPage1)
- enum { IDD = IDD_PROPPAGE1 };
- CProgressCtrl m_progress1;
- CListBox m_listBox;
- CScrollBar m_ctlVScroll;
- CScrollBar m_ctlHScroll;
- CScrollBar m_ctlHScroll1;
- CComboBox m_ctlCombo2;
- CComboBox m_ctlCombo4;
- int m_nCombo1;
- int m_nCombo3;
- CSpinButtonCtrl m_ctlSpin2;
- CSpinButtonCtrl m_ctlSpin1;
- int m_edit2;
- //}}AFX_DATA
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CMyPropertyPage1)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyPropertyPage1)
- afx_msg BOOL OnInitDialog();
- afx_msg void OnEditchangeComboSkin();
- afx_msg void OnChangeEdit2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- #endif // __MyPropertyPage1_h
-