resource.h

来自「vc++6.0编译的一个程序」· C头文件 代码 · 共 49 行

H
49
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Gray.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_GRAYTYPE                    129
#define IDD_PAR                         130
#define IDB_BITMAP                      133
#define IDD_DIALOG1                     134
#define IDC_EDITA                       1000
#define IDC_EDITC                       1001
#define IDC_EDITB                       1005
#define IDC_EDITD                       1006
#define IDC_RADIO1                      1012
#define IDC_RADIO2                      1013
#define IDC_RADIO3                      1014
#define IDC_EDIT1                       1015
#define IDC_EDIT2                       1016
#define IDC_EDIT3                       1017
#define IDC_EDIT4                       1018
#define IDC_EDIT5                       1019
#define IDC_EDIT6                       1020
#define IDC_EDIT7                       1021
#define IDC_EDIT8                       1022
#define IDC_EDIT9                       1023
#define IDC_EDIT10                      1024
#define IDM_COLOR_TO_GRAY               32771
#define IDM_GRAY_LINEARIZE              32772
#define IDM_GRAY_SCALE                  32773
#define IDM_GRAY_ROUND_OFF              32774
#define IDM_GRAY_REVERSE                32775
#define IDM_IMAGE_RESTORE               32776
#define IDM_HISTOGRAM_BALANCE           32777
#define IDM_HISTOGRAM_MATCH             32778
#define IDM_PROBABILITY_MATCH           32779

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        135
#define _APS_NEXT_COMMAND_VALUE         32780
#define _APS_NEXT_CONTROL_VALUE         1025
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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