flattoolbar.h

来自「停车场管理系统」· C头文件 代码 · 共 34 行

H
34
字号
class CFlatToolBar : public CToolBar 
{
   DECLARE_DYNAMIC(CFlatToolBar);
public:
	CStatic m_static1;
	CStatic m_static2;
	CStatic m_static3;
    CEdit m_editbox;

   public:
      void SetFlatLookStyle();
      void RepaintBackground();
      void DrawSeparators();
      void DrawSeparators(CClientDC* pDC);
      void EraseNonClient();
      void DrawGripper(CWindowDC *pDC, CRect& rectWindow);

   protected:
      // ClassWizard generated virtual function overrides
      //{{AFX_VIRTUAL(CFlatToolBar)
      virtual void OnUpdateCmdUI(CFrameWnd* pTarget, BOOL bDisableIfNoHndler);
      //}}AFX_VIRTUAL

   // 消息处理函数
   protected:
   //{{AFX_MSG(CFlatToolBar)
   afx_msg void OnWindowPosChanging(LPWINDOWPOS lpWndPos);
   afx_msg void OnPaint();
   afx_msg void OnNcPaint();
   afx_msg void OnNcCalcSize( BOOL bCalcValidRects, NCCALCSIZE_PARAMS* lpncsp );
   //}}AFX_MSG

   DECLARE_MESSAGE_MAP();
};

⌨️ 快捷键说明

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