📄 winconst.h
字号:
/*
Copyright 2001-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
You may contact the author at:
mailto::camille@bluegrass.net
or by snail mail at:
David Lindauer
850 Washburn Ave Apt 99
Louisville, KY 40222
*/
#define IDC_RADIO_ALL_TEXT 102
#define IDC_RADIO_SELECTED_TEXT 103
#define IDC_EAI_DIRCOMBO 10000
#define IDC_PROGRESSBAR 101
#define IDC_PBNAME 120
#define IDC_PBPERCENT 121
#define IDC_TOLIBRARIAN 104
#define IDC_TOLINKER 103
#define IDC_TOASSEMBLER 102
#define IDC_TOCOMPILER 101
#define IDC_FILELIST 100
#define IDC_SELECTALL 101
#define IDC_DESELECTALL 102
#define IDC_BROWSETO 100
#define MAX_CHILDREN 100
#define MAX_MRU 5
#define MAX_WINMENU 10
#define EXTENSION_BASE 10000
#define WM_WINMENU (EXTENSION_BASE +100)
#define EM_GETINSERTSTATUS (EXTENSION_BASE + 101)
#define WM_REDRAWTOOLBAR (EXTENSION_BASE + 102)
#define WM_SETCOLOR (EXTENSION_BASE + 103)
#define WM_RETRIEVECOLOR (EXTENSION_BASE + 104)
#define WM_SETEDITORSETTINGS (EXTENSION_BASE + 105)
#define WM_BREAKPOINT (EXTENSION_BASE + 106)
#define WM_EXCEPTION (EXTENSION_BASE + 107)
#define WM_GETCURSORADDRESS (EXTENSION_BASE +108)
#define WM_UNUSED (EXTENSION_BASE + 109)
#define WM_UNUSED1 (EXTENSION_BASE + 110)
#define WM_UNUSED2 (EXTENSION_BASE + 111)
#define WM_WORDUNDERCURSOR (EXTENSION_BASE + 112)
#define WM_ADDWATCH (EXTENSION_BASE + 113)
#define WM_RESTACK (EXTENSION_BASE + 114)
#define WM_SELERRWINDOW (EXTENSION_BASE + 115)
#define WM_SETHISTORY (EXTENSION_BASE + 116)
#define WM_SAVEHISTORY (EXTENSION_BASE + 117)
#define WM_SETMODIFY (EXTENSION_BASE + 118)
#define WM_FILETITLE (EXTENSION_BASE + 119)
#define WM_FILENAME (EXTENSION_BASE + 120)
#define WM_ERRDONESCAN (EXTENSION_BASE +121)
#define EM_COLORIZE (EXTENSION_BASE+122)
#define EM_GETTEXTHEIGHT (EXTENSION_BASE + 123)
#define EN_LINECHANGE (EXTENSION_BASE + 124)
#define EM_GETCOLUMN (EXTENSION_BASE +125)
#define WM_RESETTABS (EXTENSION_BASE + 126)
#define WM_GETHEIGHT (EXTENSION_BASE + 127)
#define WM_SETACTIVETAB (EXTENSION_BASE + 128)
#define EM_GETREADONLY (EXTENSION_BASE + 129)
#define EM_TOUPPER (EXTENSION_BASE + 130)
#define EM_TOLOWER (EXTENSION_BASE + 131)
#define WM_ADDWATCHINDIRECT (EXTENSION_BASE+132)
#define EM_SELECTINDENT (EXTENSION_BASE + 133)
#define EN_SETCURSOR (EXTENSION_BASE + 134)
#define IDC_GOTO 101
#define IDC_RETURN 102
#define IDC_EDWATCH 101
#define IDC_OUTPUTPATH 101
#define IDC_INCLUDEPATH 102
#define IDC_BUILDTYPE 103
#define IDC_MAPFILE 104
#define IDC_DEBUGINFO 105
#define IDC_COMPILEVIAASM 106
#define IDC_CHOSENPROJECT 107
#define IDC_SHOWWARNINGS 108
#define IDC_LIBTYPE 109
#define IDC_C99 110
#define IDC_CHECKBOX1 111
#define IDC_ANSI 111
#define IDC_BMGOTO 101
#define IDC_BMLISTBOX 102
#define IDC_INSTALLPATH 101
#define IDC_HELPMSDN 102
#define IDC_HELPSDK 103
#define IDC_HELPSPEC 104
#define IDC_HELPGB 105
#define IDC_HELPPATH 106
#define IDC_BROWSEINFO 101
#define IDC_BACKUPFILE 101
#define IDC_BACKUPPROJ 102
#define IDC_AUTOINDENT 103
#define IDC_AUTOFORMAT 104
#define ID_QUERYSAVE 100
#define ID_QUERYHASFILE 101
#define ID_STATUS_WINDOW 102
#define IDC_BPSSENABLE 100
#define IDC_BPEDIT1 101
#define IDC_BPMODE1 102
#define IDC_BPSIZE1 103
#define IDC_BPENABLE1 104
#define IDC_BPEDIT2 111
#define IDC_BPMODE2 112
#define IDC_BPSIZE2 113
#define IDC_BPENABLE2 114
#define IDC_BPEDIT3 121
#define IDC_BPMODE3 122
#define IDC_BPSIZE3 123
#define IDC_BPENABLE3 124
#define IDC_BPEDIT4 131
#define IDC_BPMODE4 132
#define IDC_BPSIZE4 133
#define IDC_BPENABLE4 134
#define IDM_NEWDRAW 120
#define IDM_OPEN 121
#define IDM_PRINT 125
#define IDM_CONTEXTHELP 126
#define IDM_GENERALPROPERTIES 130
#define IDM_VIEWPROJECT 131
#define IDM_VIEWERROR 132
#define IDM_VIEWASM 133
#define IDM_VIEWDUMP 135
#define IDM_VIEWWATCH 136
#define IDM_VIEWSTACK 137
#define IDM_VIEWEDITBAR 138
#define IDM_VIEWBUILDBAR 139
#define IDM_VIEWDEBUGBAR 140
#define IDM_VIEWTHREAD 141
#define IDM_VIEWREGISTER 142
#define IDM_SAVE 145
#define IDM_SAVEAS 146
#define IDM_CLOSE 147
#define IDM_EXIT 148
#define IDM_ABOUT 149
#define IDM_WINHELP 150
#define IDM_TOOLSHELP 151
#define IDM_CCIDEHELP 152
#define IDM_SAVEALL 153
#define IDM_CASCADE 155
#define IDM_TILE 156
#define IDM_ARRANGE 157
#define IDM_CUT 160
#define IDM_COPY 161
#define IDM_PASTE 162
#define IDM_UNDO 163
#define IDM_SELECTALL 164
#define IDM_GOTO 165
#define IDM_SETLINE 166
#define IDM_FIND 170
#define IDM_FINDNEXT 171
#define IDM_REPLACE 172
#define IDM_FINDINFILES 173
#define IDM_INDENT 174
#define IDM_UNINDENT 175
#define IDM_TOUPPER 176
#define IDM_TOLOWER 177
#define IDM_OPENPROJECT 180
#define IDM_CLOSEPROJECT 181
#define IDM_NEWPROJECT 182
#define IDM_ADDFILES 183
#define IDM_REMOVEFILES 184
#define IDM_OPENFILES 185
#define IDM_ADDTARGET 186
#define IDM_REMOVETARGET 187
#define IDM_CALCDEPENDS 188
#define IDM_PROJECTPROPERTIES 189
#define IDM_SAVEPROJECT 190
#define IDM_MAKE 200
#define IDM_BUILDALL 201
#define IDM_COMPILEFILE 202
#define IDM_GENMAKE 203
#define IDM_COMPILEVIAPROJ 204
#define IDM_STOPBUILD 205
#define IDM_RUN 210
#define IDM_RUNTO 211
#define IDM_STEPOVER 212
#define IDM_STEPOUT 213
#define IDM_STEPIN 214
#define IDM_BREAKPOINT 215
#define IDM_STOP 216
#define IDM_STARTDEBUGGING 217
#define IDM_STOPDEBUGGING 218
#define IDM_STARTSTOP 219
#define IDM_ADDWATCH 220
#define IDM_ADDWATCHINDIRECT 221
#define IDM_DELETEWATCH 222
#define IDM_REMOVEALLBREAKPOINTS 223
#define IDM_ENABLEALLBREAKPOINTS 224
#define IDM_DISABLEALLBREAKPOINTS 225
#define IDM_RUNF5 226
#define IDM_HBREAK 227
#define IDM_BROWSE 230
#define IDM_BROWSEBACK 231
#define IDM_BROWSETO 232
#define IDM_BOOKMARK 240
#define IDM_NEXTBOOKMARK 241
#define IDM_PREVBOOKMARK 242
#define IDM_BOOKMARKWINDOW 243
#define IDM_REMOVEBOOKMARKS 244
#define ID_MRU_LIST 380
#define ID_MRU_PROJ_LIST 390
#define ID_REDRAWSTATUS 300
#define IDC_KEYWORDCOLOR 310
#define IDC_COMMENTCOLOR 311
#define IDC_NUMBERCOLOR 312
#define IDC_ESCAPECOLOR 313
#define IDC_STRINGCOLOR 314
#define IDC_TABSTOPS 315
#define IDC_TEXTCOLOR 316
#define IDC_BACKGROUNDCOLOR 317
#define IDC_TABSASSPACES 318
#define IDC_SELECTFONT 319
#define IDC_DEBUGEXCEPTION 340
#define IDC_BREAKDLL 341
#define IDC_BREAKWINMAIN 342
#define IDC_DEBUGTOOLTIPS 343
#define IDC_EDITCMDLINE 344
#define IDC_PREBUILDLABEL 350
#define IDC_PREBUILDSTEPS 351
#define IDC_POSTBUILDLABEL 352
#define IDC_POSTBUILDSTEPS 353
#define IDC_DEFINENAME 360
#define IDC_DEFINEVALUE 361
#define IDC_DEFINELIST 362
#define IDC_DEFINEADD 363
#define IDC_DEFINEREMOVE 364
#define IDC_DEFINEPASSTONASM 365
#define IDC_DFADD 366
#define ID_SETADDRESS 900
#define ID_SETCONTEXT 901
#define ID_CHECKCHANGE 902
#define IDM_FIRSTCHILD 1000
#define ID_EDITCHILD 1000
#define ID_TREEVIEW 2000
#define ID_EDITTB 3000
#define ID_BUILDTB 3001
#define ID_DEBUGTB 3002
#define ID_WINDOW_LIST 5000
#define IDM_WINDOW_MORE (ID_WINDOW_LIST + MAX_WINMENU)
#define ProjectsMenuItem 6
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -