resource.h

来自「图像编程」· C头文件 代码 · 共 69 行

H
69
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ImageProcess.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_IMAGEPTYPE                  129
#define IDD_CONVOLUTE                   140
#define IDD_EMBOSSMENT                  141
#define IDD_SPREAD                      142
#define IDC_SLIDER1                     1030
#define IDC_VALUE                       1031
#define IDM_VERT                        32771
#define IDM_HORZ                        32772
#define IDM_VERTHORZ                    32773
#define IDM_LAP1                        32774
#define IDM_LAP2                        32775
#define IDM_LAP4                        32776
#define IDM_LAP3                        32777
#define IDM_SOBEL                       32778
#define IDM_HOUGH                       32779
#define IDM_MEDIANFILTER                32780
#define IDM_EMBOSSMENT                  32783
#define IDM_SPREAD                      32784
#define IDM_HOMOEDGEDETECT              32786
#define IDM_DIFFERENTEDGEDETECT         32787
#define IDM_CANNYED                     32788
#define IDM_HF1                         32844
#define IDM_HF2                         32845
#define IDM_HF3                         32846
#define IDM_LF1                         32847
#define IDM_LF2                         32848
#define IDM_LF3                         32849
#define IDM_NORTH                       32850
#define IDM_NORTHEAST                   32851
#define IDM_EAST                        32852
#define IDM_SOUTHEAST                   32853
#define IDM_SOUTH                       32854
#define IDM_SOUTHWEST                   32855
#define IDM_WEST                        32856
#define IDM_NORTHWEST                   32857
#define IDM_EROSION_H                   32895
#define IDM_EROSION_V                   32896
#define IDM_DILATION_H                  32897
#define IDM_DILATION_V                  32898
#define IDM_CLOSE_H                     32899
#define IDM_CLOSE_V                     32900
#define IDM_OPEN_H                      32901
#define IDM_OPEN_V                      32902
#define IDM_THIN                        32903
#define IDM_REVERSE                     32904
#define IDM_FFT                         32905
#define IDM_DCT                         32906
#define IDM_WALH                        32907
#define IDM_CONTOUR_H                   32908
#define IDM_CONTOUR_V                   32909

// 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         32789
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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