resource.h

来自「很好的边缘检测源代码」· C头文件 代码 · 共 55 行

H
55
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ED256.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_ED256TYPE                   129
#define IDR_COLOUR                      130
#define IDR_FORMULA                     134
#define IDD_FILTER                      135
#define IDR_PROTOTYPING                 138
#define IDR_RESOLUTION                  140
#define IDC_BUTTON1                     1005
#define IDC_LINK                        1006
#define IDC_EDIT1                       1007
#define IDC_EDIT2                       1008
#define IDC_EDIT3                       1009
#define IDC_EDIT4                       1010
#define IDC_EDIT5                       1011
#define IDC_EDIT6                       1012
#define IDC_EDIT7                       1013
#define IDC_EDIT8                       1014
#define IDC_EDIT9                       1015
#define IDC_TYPE                        1016
#define IDC_SYMMETRIC                   1017
#define ID_EDIT_EDGEDETECT              32771
#define ID_EDIT_OUTPUT_COLOUR           32774
#define ID_EDIT_OUTPUT_BLACKANDWHITE    32775
#define ID_COLOURTYPE                   32777
#define ID_FORMULA                      32778
#define ID_THRESHEDIT                   32779
#define ID_EDIT_FORMULATYPE_DIFFERENCEAND 32783
#define ID_EDIT_FORMULATYPE_DIFFERENCEOR 32784
#define ID_EDIT_FORMULATYPE_SUMMATION   32785
#define ID_INVERSE                      32786
#define ID_FILTER                       32787
#define ID_EDIT_PROTOTYPING             32788
#define ID_CHANGERESOLUTION             32790
#define ID_SHOWPROTOTYPES               32792
#define ID_RES_LOW                      32793
#define ID_RES_MEDIUM                   32794
#define ID_RES_HIGH                     32795

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        144
#define _APS_NEXT_COMMAND_VALUE         32800
#define _APS_NEXT_CONTROL_VALUE         1027
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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