⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 工具:visual studio 2005 里面有说明文件。
💻 H
字号:

#pragma once

#ifndef IDC_STATIC
#define IDC_STATIC                     -1
#endif

#define IDI_APPICON                    101
#define IDD_MAINDLG                    102
#define IDR_MENUBAR                    103
#define IDM_START                      104
#define IDM_MENU                       105

#define IDC_CHECK_INITIAL_DIR          201
#define IDC_INITIAL_DIR                202
#define IDC_CHECK_DEFAULT_FILE_NAME    203
#define IDC_DEFAULT_FILE_NAME          204
#define IDC_CHECK_TITLE                205
#define IDC_TITLE                      206
#define IDC_CHECK_RESOLUTION           207
#define IDC_RESOLUTION_WIDTH           208
#define IDC_RESOLUTION_HEIGHT          209
#define IDC_CHECK_VIDEO_TIME_LIMIT     210
#define IDC_VIDEO_TIME_LIMIT           211

#define IDM_MODE_STILL                 301
#define IDM_MODE_VIDEOONLY             302
#define IDM_MODE_VIDEOWITHAUDIO        303
#define IDM_STILLQUALITY_DEFAULT       304
#define IDM_STILLQUALITY_LOW           305
#define IDM_STILLQUALITY_NORMAL        306
#define IDM_STILLQUALITY_HIGH          307
#define IDM_VIDEOTYPES_ALL             308
#define IDM_VIDEOTYPES_STANDARD        309
#define IDM_VIDEOTYPES_MESSAGING       310
#define IDM_RESET                      311
#define IDM_ABOUT                      312
#define IDM_EXIT                       313

#define IDS_START                      401
#define IDS_MENU                       402
#define IDS_CAPTION                    403
#define IDS_ABOUT                      404
#define IDS_NOERROR                    405
#define IDS_ERROR_INVALIDARG           406
#define IDS_ERROR_OUTOFMEMORY          407
#define IDS_ERROR_UNKNOWN              408

⌨️ 快捷键说明

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