00001
00002
00004
00005 #if !defined(AFX_MYBUTTON_H__97329DBF_D8FB_4581_AEE7_E8CC128A5860__INCLUDED_)
00006 #define AFX_MYBUTTON_H__97329DBF_D8FB_4581_AEE7_E8CC128A5860__INCLUDED_
00007
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011
00012 #include "MyControl.h"
00013
00014 class CMyButton : public CMyControl
00015 {
00016 public:
00017 CMyButton();
00018 virtual ~CMyButton() {};
00019
00020 BOOL operator=(HWND hWnd);
00021
00022 BOOL SetIcon(long idIcon,int dx,int dy);
00023 };
00024
00025 #endif // !defined(AFX_MYBUTTON_H__97329DBF_D8FB_4581_AEE7_E8CC128A5860__INCLUDED_)