resource.h

来自「一个简单的N皇后可视化原代码」· C头文件 代码 · 共 49 行

H
49
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by testn.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_TESTNTYPE                   129
#define IDD_DIALOG1                     130
#define IDC_EDIT1                       1000
#define ID_NUM5                         32772
#define ID_NUM6                         32773
#define ID_NUM7                         32774
#define ID_NUM8                         32775
#define ID_NUM9                         32776
#define ID_NUM10                        32777
#define ID_NUM11                        32778
#define ID_NUM12                        32779
#define ID_NUM13                        32780
#define ID_NUM14                        32781
#define ID_NUM4                         32782
#define ID_BEGIN                        32783
#define ID_COLOR_BLUE                   32784
#define ID_COLOR_DARKBLUE               32785
#define ID_COLOR_GREEN                  32788
#define ID_COLOR_DARKGREEN              32789
#define ID_COLOR_RED                    32790
#define ID_COLOR_DARKRED                32791
#define ID_COLOR_YELLOW                 32792
#define ID_COLOR_PINK                   32793
#define ID_COLOR_PURPLE                 32794
#define ID_COLOR_CYAN                   32795
#define ID_COLOR_GRAY                   32796
#define ID_COLOR_CROCI                  32797
#define ID_COLOR_LIGHTBLUE              32798
#define ID_COLOR_LIGHTGREEN             32800
#define ID_RANDCOLOR                    32801

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32802
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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