resource.h

来自「这是一个在VC环境下实现动态图形变化的例子」· C头文件 代码 · 共 46 行

H
46
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Graphic.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_GRAPHITYPE                  129
#define IDI_MAINFRAME                   131
#define IDI_ICON1                       132
#define IDD_ATP_GRAPH_DIALOG            133
#define ID_BK_LINE                      32771
#define ID_DRAW_LINE                    32772
#define ID_DRAW_PIE                     32773
#define ID_DRAW_BAR                     32774
#define ID_BK_XY                        32775
#define ID_BK_AREA                      32776
#define ID_BK_BAR                       32777
#define ID_BK_BAR_GROUP                 32778
#define ID_BK_PIE                       32779
#define ID_DRAW_SCATTER                 32780
#define ID_BUTTON32781                  32781
#define ID_DRAW_NEW                     32782
#define ID_DRAW_SILE                    32783
#define ID_REAL                         32784
#define ID_DRAW_WHISKER                 32785
#define ID_DRAW_3D_BAR                  32786
#define ID_DRAWGRAPH                    32787
#define ID_TEMP                         32788
#define ID_DRAW_XY_LINE                 32789
#define ID_DRAW_STACKED_BAR             32790
#define ID_DRAW_3D_LINE                 32791
#define ID_DRAW_3D_PIE                  32794
#define ID_DRAW_3D_STACKED_BAR          32796

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        134
#define _APS_NEXT_COMMAND_VALUE         32789
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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