resource.h

来自「W2kPrintDrvSample Feature ======= *」· C头文件 代码 · 共 61 行

H
61
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ui.rc
//
#define IDD_CUSTOM                      101
#define IDB_BLACK                       102
#define IDB_RED                         103
#define IDB_GREEN                       104
#define IDB_BLUE                        105
#define IDB_YELLOW                      106
#define IDB_MAGENTA                     107
#define IDB_CYAN                        108
#define IDD_ABOUT                       109
#define IDC_BOX_COLOR                   1000
#define IDC_COLOR_BLACK                 1001
#define IDC_COLOR_RED                   1002
#define IDC_COLOR_GREEN                 1003
#define IDC_COLOR_BLUE                  1004
#define IDC_COLOR_YELLOW                1005
#define IDC_COLOR_MAGENTA               1006
#define IDC_COLOR_CYAN                  1007
#define IDC_LABEL_BITMAPED              1008
#define IDC_BITMAPED_BLACK              1009
#define IDC_BITMAPED_RED                1010
#define IDC_BITMAPED_GREEN              1011
#define IDC_BITMAPED_BLUE               1012
#define IDC_BITMAPED_YELLOW             1013
#define IDC_BITMAPED_MAGENTA            1014
#define IDC_BITMAPED_CYAN               1015
#define IDC_LABEL_PATH                  1016
#define IDC_PATH_BLACK                  1017
#define IDC_PATH_RED                    1018
#define IDC_PATH_GREEN                  1019
#define IDC_PATH_BLUE                   1020
#define IDC_PATH_YELLOW                 1021
#define IDC_PATH_MAGENTA                1022
#define IDC_PATH_CYAN                   1023
#define IDC_LABEL_TEXT                  1024
#define IDC_TEXT_BLACK                  1025
#define IDC_TEXT_RED                    1026
#define IDC_TEXT_GREEN                  1027
#define IDC_TEXT_BLUE                   1028
#define IDC_TEXT_YELLOW                 1029
#define IDC_TEXT_MAGENTA                1030
#define IDC_TEXT_CYAN                   1031
#define IDC_DRIVER_NAME                 1032
#define IDC_VERSION                     1033
#define IDC_COPYRIGHT                   1034

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC                     1
#define _APS_NEXT_RESOURCE_VALUE        110
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1035
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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