⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 jedit 一个小型java编译器的源码
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Main.rc
//
#define IDM_MAINMENU                    100
#define IDM_MAIN                        100
#define IDM_QUIT                        101
#define IDM_ABOUT                       102
#define IDD_NEW                         102
#define IDD_SETTING                     103
#define IDI_ICONJAVA                    107
#define IDI_ICON                        110
#define IDD_FIND                        111
#define IDM_DWMENU                      111
#define IDD_REPLACE                     112
#define IDD_GOTOLINE                    113
#define IDM_POPUP                       114
#define IDD_ABOUT                       200
#define IDA_ACCEL                       300
#define IDC_FILENAME                    1000
#define IDC_RADIOFILE                   1001
#define IDC_RADIOWORKSPACE              1002
#define IDC_PATHNAME                    1003
#define IDC_DIR                         1005
#define IDC_DEST                        1005
#define IDC_LINE                        1006
#define IDC_CPDIR                       1006
#define IDC_SRC                         1007
#define IDC_JDKPATH                     1008
#define IDC_UP                          1008
#define IDC_DOWN                        1009
#define IDC_RUNINCONSOLE                1010
#define IDC_ICMP                        1010
#define IDREPLACE                       1011
#define IDC_RUNINJEDIT                  1012
#define IDREPLACEALL                    1012
#define IDFINDNEXT                      1013
#define IDC_CUSTOM1                     1014
#define IDC_ADD                         1016
#define IDC_DELETE                      1017
#define IDC_UPDATE                      1019
#define IDC_ITEM                        1022
#define IDC_NOTICE                      1023
#define IDC_SIMCON                      1024
#define IDC_SIMAPP                      1025
#define IDC_SIMCONINPUT                 1026
#define IDC_SIMPACK                     1027
#define IDM_NEW                         40002
#define IDM_ARRANGE                     40003
#define IDM_CASCADE                     40004
#define IDM_TILE                        40005
#define IDM_NEXT                        40006
#define IDM_CLOSE                       40007
#define IDM_OPEN                        40008
#define IDM_SAVE                        40009
#define IDM_SAVEALL                     40010
#define IDM_SAVEAS                      40011
#define IDM_OPENWORKSPACE               40013
#define IDM_SAVEWORKSPACE               40014
#define IDM_CLOSEWORKSPACE              40015
#define IDM_UNDO                        40017
#define IDM_REDO                        40018
#define IDM_CUT                         40019
#define IDM_COPY                        40020
#define IDM_PASTE                       40021
#define IDM_TIMEDATE                    40022
#define IDM_DELETE                      40023
#define IDM_SELECTALL                   40024
#define IDM_FIND                        40025
#define IDM_REPLACE                     40026
#define IDM_FINDFILE                    40027
#define IDM_COMPILE                     40028
#define IDM_RUN                         40029
#define IDM_SETTING                     40030
#define IDM_FUNSETTING                  40031
#define IDM_BGCOLOR                     40032
#define IDM_TEXTCOLOR                   40033
#define IDM_BGPIC                       40034
#define IDM_KWCOLOR                     40035
#define IDM_COMMENTCOLOR                40036
#define IDM_GOTOLINE                    40037
#define IDM_COMPILEPACKAGE              40038
#define IDM_RUNAPPLET                   40039
#define IDM_HIDE                        40040
#define IDM_AUTOHIDE                    40041
#define IDM_DEFAULT                     40042
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC                     1
#define _APS_NEXT_RESOURCE_VALUE        115
#define _APS_NEXT_COMMAND_VALUE         40043
#define _APS_NEXT_CONTROL_VALUE         1029
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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