resource.h
来自「Windows Mobile 6下使用相机功能操作图片和录像」· C头文件 代码 · 共 49 行
H
49 行
#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
#define IDS_ERROR_CAMERADISABLED 409
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?