1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- #if !defined(AFX_SkinDIYDlg_H__05EE231E_4A04_434F_A594_521DAD26A58C__INCLUDED_)
- #define AFX_SkinDIYDlg_H__05EE231E_4A04_434F_A594_521DAD26A58C__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SkinDIYDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SkinDIYDlg dialog
- class SkinDIYDlg : public CDialog
- {
- // Construction
- public:
- SkinDIYDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(SkinDIYDlg)
- enum { IDD = IDD_DLGSkinDIY };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SkinDIYDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SkinDIYDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- afx_msg void OnButton3();
- afx_msg void OnButton4();
- afx_msg void OnButton5();
- afx_msg void OnButton6();
- afx_msg void OnButton7();
- afx_msg void OnBUTdefault1();
- afx_msg void OnBUTdefault2();
- afx_msg void OnBUTdefault3();
- afx_msg void OnPaint();
- afx_msg void OnBUTdefault4();
- afx_msg void OnBUTdefault5();
- afx_msg void OnBUTdefault6();
- afx_msg void OnBUTdefault7();
- afx_msg void OnBUTdefault8();
- afx_msg void OnBUTdefault9();
- afx_msg void OnButton8();
- afx_msg void OnButton9();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SkinDIYDlg_H__05EE231E_4A04_434F_A594_521DAD26A58C__INCLUDED_)
|