⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 syscolstatic.h

📁 Password Safe Password Safe is a password database utility. Users can keep their passwords securely
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -