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
- class SkinDIYDlg : public CDialog
- {
- public:
- SkinDIYDlg(CWnd* pParent = NULL);
-
- enum { IDD = IDD_DLGSkinDIY };
-
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- 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();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|