statusbarxp.h

来自「用过恒迅达交换机的人都知道。恒迅达交换机是需要在交换机内部运行中间程序来给脚本提」· C头文件 代码 · 共 30 行

H
30
字号
///////////////////////////////////////////////////////////////////////////////
//
// StatusBarXP.h
//
///////////////////////////////////////////////////////////////////////////////

#pragma once

///////////////////////////////////////////////////////////////////////////////
class CStatusBarXP : public CStatusBar
{
public:
    BOOL SetIndicators (const UINT* lpIDArray, int nIDCount);

// Overrides
    // ClassWizard generated virtual function overrides
    //{{AFX_VIRTUAL(CStatusBarXP)
   	void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
  //}}AFX_VIRTUAL

    // Generated message map functions
protected:
    //{{AFX_MSG(CStatusBarXP)
    afx_msg void OnPaint();
   //}}AFX_MSG

    DECLARE_MESSAGE_MAP()
    DECLARE_DYNCREATE(CStatusBarXP)
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?