syscolstatic.h
来自「Password Safe Password Safe is a passwor」· C头文件 代码 · 共 59 行
H
59 行
// SysColStatic.h//-----------------------------------------------------------------------------#if !defined(AFX_SYSCOLSTATIC_H__664DE301_4F7B_11D1_9E3D_00A0245800CF__INCLUDED_)#define AFX_SYSCOLSTATIC_H__664DE301_4F7B_11D1_9E3D_00A0245800CF__INCLUDED_#if _MSC_VER >= 1000#pragma once#endif // _MSC_VER >= 1000/* This entire file was copied from http://www.codeguru.com/staticctrl/syscol_static.shtml and was written by P錶 K. T鴑der *///-----------------------------------------------------------------------------class CSysColStatic : public CStatic{// Constructionpublic: CSysColStatic(); void ReloadBitmap(int nImageID = -1);// Attributespublic:// Operationspublic:// Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSysColStatic) //}}AFX_VIRTUAL// Implementationpublic: virtual ~CSysColStatic(); // Generated message map functionsprotected: int m_nImageID; //{{AFX_MSG(CSysColStatic) afx_msg void OnSysColorChange(); //}}AFX_MSG DECLARE_MESSAGE_MAP()};///////////////////////////////////////////////////////////////////////////////{{AFX_INSERT_LOCATION}}// Microsoft Developer Studio will insert additional declarations immediately before the previous line.#endif // !defined(AFX_SYSCOLSTATIC_H__664DE301_4F7B_11D1_9E3D_00A0245800CF__INCLUDED_)//-----------------------------------------------------------------------------// Local variables:// mode: c++// End:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?