ShopNameStatic.h
334 Bytes
#pragma once
#include "afxwin.h"
class CShopNameStatic :
public CStatic
{
DECLARE_DYNAMIC(CShopNameStatic)
public:
CShopNameStatic();
~CShopNameStatic();
DECLARE_MESSAGE_MAP()
/*afx_msg void OnPaint();
afx_msg void OnSize(UINT nType, int cx, int cy);*/
//afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
};