📄 highlight.h
字号:
// ========================================================================
//
// Filename: highlight.h
// Application: C++ Application Wizard
// Contents: Main entry point declaration
// ========================================================================
#ifndef DllExport
#define DllExport __declspec( dllexport )
extern "C"
{
long DllExport InitUserDLL3( LPSLDWORKS pSldWorks);
void DllExport MenuItemCB(void);
void DllExport SaveAsCB(LPTSTR FileName, LPSLDWORKS pSolidWorks);
void DllExport ToolbarCB0(void);
void DllExport ToolbarCB2(void);
void DllExport ToolbarCB4(void);
long DllExport updateButton(void);
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -