resource.h

来自「用VC++写的关于数字图像处理的程序源码」· C头文件 代码 · 共 39 行

H
39
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Pro2.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_PRO2TYPE                    129
#define IDD_IMPORTDIALOG                130
#define IDD_STAT_CHART                  131
#define IDD_DEFINITION                  132
#define IDC_DEPTHIM                     1000
#define IDC_SUPPIM                      1001
#define IDC_FILEIMPORT                  1002
#define IDC_CHART                       1011
#define IDC_EDIT1                       1012
#define ID_DWT_2D                       32771
#define ID_DWTCURDEPTH                  32772
#define ID_SUPP                         32773
#define ID_INV                          32774
#define ID_LINEAR                       32775
#define ID_STATISTIC                    32776
#define ID_BALANCE                      32777
#define ID_SMOOTH                       32778
#define ID_MIXFILTER                    32779
#define ID_DEFINITION                   32780
#define ID_PICFILE                      32781

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32782
#define _APS_NEXT_CONTROL_VALUE         1013
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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