📄 milapp.h
字号:
#ifndef MILAPP_H
#define MILAPP_H
#endif
#include <mil.h>
#include <math.h>
extern MIL_ID MilApplication;
extern MIL_ID MilSystem;
extern MIL_ID MilDigitizer;
extern MIL_ID MilDisplay;
extern MIL_ID MilImage;
extern char *ReadBuffer;
extern long ReadSize;
//extern int speed,mode;
bool MilCreate();
bool MilDestroy();
CString SendCLCommand(char *a);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -