📄 ids.h
字号:
#define IDM_FILE_LOAD 101#define IDM_FILE_LBATCH 102#define IDM_FILE_LBINARY 103#define IDM_FILE_DRIBBLE 104#define IDM_FILE_SBINARY 105#define IDM_FILE_EDITOR 106#define IDM_FILE_SAVE 108#define IDM_FILE_QUIT 999 /* Must be 999 in Clips & Editor */#define IDM_EXE_RESET 111#define IDM_EXE_RUN 112#define IDM_EXE_STEP 113#define IDM_EXE_WATCH 114#define IDM_EXE_OPTIONS 115#define IDM_EXE_CLEAR 116#define IDM_EXE_PREFERENCES 117#define IDM_EXE_HALT 118#define IDM_EXE_HALT_NOW 119#define IDM_EDIT_PASTE 120#define IDM_BROWSE_MODULE 121#define IDM_BROWSE_RULE 122#define IDM_BROWSE_FACTS 123#define IDM_BROWSE_TEMPLATE 124#define IDM_BROWSE_FUNCTION 125#define IDM_BROWSE_GENERIC 126#define IDM_BROWSE_CLASS 127#define IDM_BROWSE_INSTANCES 128#define IDM_BROWSE_AGENDA 129#define IDM_BROWSE_GLOBAL 130#define IDM_WIN_FACTS 131#define IDM_WIN_AGENDA 132#define IDM_WIN_INSTANCE 133#define IDM_WIN_GLOBALS 134#define IDM_WIN_FOCUS 135#define IDM_WIN_ALL 136#define IDM_WIN_NONE 137#define IDM_WIN_CLEAR 138#define IDC_WIN_MINIMIZE 139#define IDC_WIN_MAXIMIZE 140#define IDM_HELP_ABOUT 141#define IDM_HELP_COMPLETE 142#define IDM_HELP_CLIPS 143#define IDC_WARN_JOE 301#define IDC_EDIT 302#define IDC_CANCEL 2#define IDC_OK 1#define IDC_NONE 303#define IDC_PREF_COMPLETE 304#define IDC_WATCH_COMPILE 311#define IDC_WATCH_FACTS 312#define IDC_WATCH_INSTANCE 313#define IDC_WATCH_RULES 314#define IDC_WATCH_GENERIC 315#define IDC_WATCH_MESSAGE 316#define IDC_WATCH_DEFFUN 317#define IDC_WATCH_STATS 318#define IDC_WATCH_GLOBAL 319#define IDC_WATCH_SLOT 320#define IDC_WATCH_ACTIVE 321#define IDC_WATCH_METHOD 322#define IDC_WATCH_MSGHANDLER 323#define IDC_WATCH_FOCUS 324#define IDC_WATCH_START IDC_WATCH_COMPILE#define IDC_WATCH_END IDC_WATCH_FOCUS#define IDC_WATCH_COUNT 14#define IDC_WATCH_ALL 325#define IDC_WATCH_NONE 326#define IDC_EXE_SALIENCE 331#define IDC_EXE_STRATEGY 332#define IDC_EXE_STATIC 333#define IDC_EXE_DYNAMIC 334#define IDC_EXE_GLOBAL 335#define IDC_EXE_SEQUENCE 336#define IDC_EXE_RESET 337#define IDC_EXE_AUTO 338#define IDC_EXE_FACT 339#define IDC_PBUTTON1 341#define IDC_PBUTTON2 342#define IDC_PBUTTON3 343#define IDC_PBUTTON4 344#define IDC_PBUTTON5 345#define IDC_PBUTTON6 346#define IDC_CBOX1 347#define IDC_CBOX2 348#define IDC_CBOX3 349#define IDS_BATCH 401#define IDS_BINARY 402#define IDS_RULES 403#define IDS_DRIBBLE 404#define IDC_LISTBOX 209#define IDC_JOE 302#define IDC_TEXT 500#define HIDE -1#define DISABLE 0#define ENABLE 1#define CHECK 1#define UNCHECK 0#define GRAY 2#define IDM_MODULE_ONE 600#define IDT_UPDATEWAIT 800#define ARROW_CURSOR 1#define QUESTION_CURSOR 2#define WAIT_CURSOR 3
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -