SkinDIY.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #if !defined(AFX_SkinDIYDlg_H__05EE231E_4A04_434F_A594_521DAD26A58C__INCLUDED_)
  2. #define AFX_SkinDIYDlg_H__05EE231E_4A04_434F_A594_521DAD26A58C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SkinDIYDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SkinDIYDlg dialog
  10. class SkinDIYDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. SkinDIYDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(SkinDIYDlg)
  17. enum { IDD = IDD_DLGSkinDIY };
  18. // NOTE: the ClassWizard will add data members here
  19. //}}AFX_DATA
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(SkinDIYDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. // Generated message map functions
  29. //{{AFX_MSG(SkinDIYDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnButton1();
  32. afx_msg void OnButton2();
  33. afx_msg void OnButton3();
  34. afx_msg void OnButton4();
  35. afx_msg void OnButton5();
  36. afx_msg void OnButton6();
  37. afx_msg void OnButton7();
  38. afx_msg void OnBUTdefault1();
  39. afx_msg void OnBUTdefault2();
  40. afx_msg void OnBUTdefault3();
  41. afx_msg void OnPaint();
  42. afx_msg void OnBUTdefault4();
  43. afx_msg void OnBUTdefault5();
  44. afx_msg void OnBUTdefault6();
  45. afx_msg void OnBUTdefault7();
  46. afx_msg void OnBUTdefault8();
  47. afx_msg void OnBUTdefault9();
  48. afx_msg void OnButton8();
  49. afx_msg void OnButton9();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_SkinDIYDlg_H__05EE231E_4A04_434F_A594_521DAD26A58C__INCLUDED_)