resource.h

来自「一个VC++绘图源程序」· C头文件 代码 · 共 69 行

H
69
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DRAWCLI.RC
//
#define IDR_MAINFRAME                   2
#define IDR_DRAWCLTYPE                  3
#define IDR_DRAWCLTYPE_CNTR_IP          6
#define IDD_ABOUTBOX                    100
#define IDP_BUSY                        100
#define IDP_OLE_INIT_FAILED             101
#define IDD_PROP_RECT                   101
#define IDP_FAILED_TO_CREATE            102
#define IDC_WEIGHT                      102
#define IDC_PENCIL                      102
#define IDC_NOFILL                      103
#define ID_POPUP_MENU                   103
#define IDC_SPIN1                       104
#define IDD_SUMM_PAGE                   104
#define IDC_AUTHOR                      105
#define IDD_STAT_PAGE                   105
#define IDC_KEYWORDS                    106
#define IDC_COMMENTS                    107
#define IDC_TITLE                       108
#define IDC_SUBJECT                     109
#define IDC_TEMPLATE                    110
#define IDC_SAVEDBY                     111
#define IDC_REVNUM                      112
#define IDC_EDITTIME                    113
#define IDC_LASTPRINT                   114
#define IDC_CREATEDATE                  115
#define IDC_LASTSAVE                    116
#define IDC_NUMPAGES                    117
#define IDC_NUMWORDS                    118
#define IDC_NUMCHARS                    119
#define IDC_APPNAME                     120
#define IDC_SECURITY                    122
#define IDC_THUMBNAIL                   123
#define ID_CANCEL_EDIT                  32768
#define ID_VIEW_GRID                    32769
#define ID_DRAW_SELECT                  32770
#define ID_DRAW_LINE                    32771
#define ID_DRAW_RECT                    32772
#define ID_DRAW_ROUNDRECT               32773
#define ID_DRAW_ELLIPSE                 32774
#define ID_OBJECT_LINECOLOR             32775
#define ID_OBJECT_FILLCOLOR             32776
#define ID_OBJECT_MOVETOFRONT           32777
#define ID_OBJECT_MOVETOBACK            32778
#define ID_OBJECT_MOVEFORWARD           32779
#define ID_OBJECT_MOVEBACK              32780
#define ID_VIEW_PAPERCOLOR              32781
#define ID_DRAW_POLYGON                 32782
#define ID_VIEW_SHOWOBJECTS             32784
#define ID_EDIT_PROPERTIES              32785
#define ID_FILE_SUMMARYINFO             32792
#define ID_BUTTON32810                  -32726
#define ID_BUTTON32811                  -32725

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        110
#define _APS_NEXT_COMMAND_VALUE         32812
#define _APS_NEXT_CONTROL_VALUE         124
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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