?? plugin_one.h
字號:
// PlugIn_one.h : main header file for the PLUGIN_ONE DLL
//
#if !defined(AFX_PLUGIN_ONE_H__E96B3728_B531_42F9_8DC2_EBDBD53D8C62__INCLUDED_)
#define AFX_PLUGIN_ONE_H__E96B3728_B531_42F9_8DC2_EBDBD53D8C62__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CPlugIn_oneApp
// See PlugIn_one.cpp for the implementation of this class
//
class CPlugIn_oneApp : public CWinApp
{
public:
CPlugIn_oneApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPlugIn_oneApp)
//}}AFX_VIRTUAL
//{{AFX_MSG(CPlugIn_oneApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
//設置一個ToolBar指針
CToolBar *m_pwndToolBar;
public:
//用于設置主窗體工具欄指針
void SetToolBarPointer(CToolBar *pwndToolBar);
//用于添加按鈕到主窗體工具欄上
void AddButtonToToolBar();
//用于從主窗體上刪除掉添加的按鈕
void RemoveButtonFromToolBar();
//用于得到插件按鈕的標識
UINT GetToolBarButtonInfo(void);
//用于得到插件的圖標
HICON* GetPlugInIcon(void);
//用于執行外部程序
bool WinExec(LPCTSTR FileName);
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PLUGIN_ONE_H__E96B3728_B531_42F9_8DC2_EBDBD53D8C62__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -