GME
13
|
00001 #if !defined(AFX_REGISTRYPANEL_H__0B6B960F_DCC5_4677_868C_115C74AC150E__INCLUDED_) 00002 #define AFX_REGISTRYPANEL_H__0B6B960F_DCC5_4677_868C_115C74AC150E__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 // RegistryPanel.h : header file 00008 // 00009 00011 // CRegistryPanel window 00012 00013 class CRegistryPanel : public CButton 00014 { 00015 // Construction 00016 public: 00017 CRegistryPanel(); 00018 00019 // Attributes 00020 public: 00021 00022 // Operations 00023 public: 00024 00025 // Overrides 00026 // ClassWizard generated virtual function overrides 00027 //{{AFX_VIRTUAL(CRegistryPanel) 00028 //}}AFX_VIRTUAL 00029 00030 // Implementation 00031 public: 00032 virtual ~CRegistryPanel(); 00033 00034 // Generated message map functions 00035 protected: 00036 //{{AFX_MSG(CRegistryPanel) 00037 afx_msg void OnSize(UINT nType, int cx, int cy); 00038 //}}AFX_MSG 00039 00040 DECLARE_MESSAGE_MAP() 00041 }; 00042 00044 00045 //{{AFX_INSERT_LOCATION}} 00046 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00047 00048 #endif // !defined(AFX_REGISTRYPANEL_H__0B6B960F_DCC5_4677_868C_115C74AC150E__INCLUDED_)