rcdef.h

来自「开放源码的编译器open watcom 1.6.0版的源代码」· C头文件 代码 · 共 103 行

H
103
字号
/****************************************************************************
*
*                            Open Watcom Project
*
*    Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
*
*  ========================================================================
*
*    This file contains Original Code and/or Modifications of Original
*    Code as defined in and that are subject to the Sybase Open Watcom
*    Public License version 1.0 (the 'License'). You may not use this file
*    except in compliance with the License. BY USING THIS FILE YOU AGREE TO
*    ALL TERMS AND CONDITIONS OF THE LICENSE. A copy of the License is
*    provided with the Original Code and Modifications, and is also
*    available at www.sybase.com/developer/opensource.
*
*    The Original Code and all software distributed under the License are
*    distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
*    EXPRESS OR IMPLIED, AND SYBASE AND ALL CONTRIBUTORS HEREBY DISCLAIM
*    ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF
*    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR
*    NON-INFRINGEMENT. Please see the License for the specific language
*    governing rights and limitations under the License.
*
*  ========================================================================
*
* Description:  WHEN YOU FIGURE OUT WHAT THIS FILE DOES, PLEASE
*               DESCRIBE IT HERE!
*
****************************************************************************/

#define BITMAP_SPLASH           1001
#define BITMAP_CLOSEBMP         1002
#define BITMAP_READ1            1003
#define BITMAP_READ2            1004
#define BITMAP_WRITE1           1005
#define BITMAP_WRITE2           1006
#define BITMAP_OPEN1            1007
#define BITMAP_OPEN2            1008
#define BITMAP_CLOSE1           1009
#define BITMAP_CLOSE2           1010
#define BITMAP_POINTS1          1011
#define BITMAP_POINTS2          1012
#define BITMAP_CODEHER1         1013
#define BITMAP_CODEHER2         1014
#define BITMAP_BRKHERE1         1015
#define BITMAP_BRKHERE2         1016
#define BITMAP_DIMBRK1          1017
#define BITMAP_DIMBRK2          1018
#define BITMAP_OPENSRC1         1019
#define BITMAP_OPENSRC2         1020
#define BITMAP_CLSSRC1          1021
#define BITMAP_CLSSRC2          1022
#define BITMAP_OPENASM1         1023
#define BITMAP_OPENASM2         1024
#define BITMAP_CLSASM1          1025
#define BITMAP_CLSASM2          1026
#define BITMAP_CURRLIN1         1027
#define BITMAP_CURRLIN2         1028
#define BITMAP_UNPOINT1         1029
#define BITMAP_UNPOINT2         1030
#define BITMAP_CURRBRK1         1031
#define BITMAP_CURRBRK2         1032
#define BITMAP_CURRDIM1         1033
#define BITMAP_CURRDIM2         1034
#define BITMAP_GO               1035
#define BITMAP_OVER             1036
#define BITMAP_INTO             1037
#define BITMAP_RETURN           1038
#define BITMAP_BACK             1039
#define BITMAP_FOR              1040
#define BITMAP_UP               1041
#define BITMAP_DOWN             1042
#define BITMAP_HOME             1043
#define BITMAP_IOPEN1           1044
#define BITMAP_IOPEN2           1045
#define BITMAP_ICLOSE1          1046
#define BITMAP_ICLOSE2          1047
#define BITMAP_BPOINTS1         1048
#define BITMAP_BPOINTS2         1049

#define ICON_FPU                2000
#define ICON_ASM                2001
#define ICON_BRK                2002
#define ICON_CALL               2003
#define ICON_EXE                2004
#define ICON_FUNC               2005
#define ICON_GLOB               2006
#define ICON_ACL                2007
#define ICON_IO                 2008
#define ICON_LOG                2009
#define ICON_MEM                2010
#define ICON_MOD                2011
#define ICON_REG                2012
#define ICON_REPL               2013
#define ICON_SRC                2014
#define ICON_SRCH               2015
#define ICON_THRD               2016
#define ICON_VAR                2017
#define ICON_MAIN               2018
#define ICON_LOC                2019
#define ICON_WAT                2020

⌨️ 快捷键说明

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