home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Programare / skincraft / SkinCrafter_v1.4.12_Demo.msi / _49E29CB9A65AABBF653C1037E1AA74B6 / _F14B2C40437F47E8AD27931513A5A9F9 < prev    next >
Encoding:
Text File  |  2004-06-30  |  1.5 KB  |  65 lines

  1.  
  2. /******************************************************************
  3.  
  4. $Archive: $
  5. $Workfile: $
  6. $Author: $
  7. $Date: $
  8. $Revision: $
  9.  
  10. *******************************************************************/
  11.  
  12. #if !defined (__MyPropertyPage1_h)
  13. #define __MyPropertyPage1_h
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CMyPropertyPage1 dialog
  17.  
  18. class CMyPropertyPage1 : public CPropertyPage
  19. {
  20.     DECLARE_DYNCREATE(CMyPropertyPage1)
  21.  
  22. // Construction
  23. public:
  24.     CMyPropertyPage1();
  25.     ~CMyPropertyPage1();
  26.     CString m_strSkinDir;
  27.     CTypedPtrMap <CMapStringToString,CString,CString> m_comboMap;
  28.  
  29. // Dialog Data
  30.     //{{AFX_DATA(CMyPropertyPage1)
  31.     enum { IDD = IDD_PROPPAGE1 };
  32.     CProgressCtrl    m_progress1;
  33.     CListBox    m_listBox;
  34.     CScrollBar    m_ctlVScroll;
  35.     CScrollBar    m_ctlHScroll;
  36.     CScrollBar    m_ctlHScroll1;    
  37.     CComboBox    m_ctlCombo2;
  38.     CComboBox    m_ctlCombo4;    
  39.     int        m_nCombo1;
  40.     int        m_nCombo3;
  41.     CSpinButtonCtrl    m_ctlSpin2;
  42.     CSpinButtonCtrl    m_ctlSpin1;
  43.     int        m_edit2;
  44.     //}}AFX_DATA
  45.  
  46. // Overrides
  47.     // ClassWizard generate virtual function overrides
  48.     //{{AFX_VIRTUAL(CMyPropertyPage1)
  49.     protected:
  50.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  51.     //}}AFX_VIRTUAL
  52.  
  53. // Implementation
  54. protected:
  55.     // Generated message map functions
  56.     //{{AFX_MSG(CMyPropertyPage1)        
  57.     afx_msg BOOL OnInitDialog();
  58.     afx_msg void OnEditchangeComboSkin();
  59.     afx_msg void OnChangeEdit2();
  60.     //}}AFX_MSG
  61.     DECLARE_MESSAGE_MAP()
  62. };
  63.  
  64. #endif // __MyPropertyPage1_h
  65.