📄 optionsdlg.h
字号:
/*
*
* Copyright (C) 2004-2006, Freescale Semiconductor, Inc. All Rights Reserved.
* THIS SOURCE CODE, AND ITS USE AND DISTRIBUTION, IS SUBJECT TO THE TERMS
* AND CONDITIONS OF THE APPLICABLE LICENSE AGREEMENT
*
* File: APPS/CAMAPP/OptionsDlg.h
* Purpose: This file contains the prototype for the OptionsDialogProc.
* Notes:
*
*/
#ifndef _SUPPORT_APPS_OPTIONSDLG_H
#define _SUPPORT_APPS_OPTIONSDLG_H
/*********************************************************************
INCLUDE FILES
*********************************************************************/
/*********************************************************************
EXPORTED FUNCTIONS
*********************************************************************/
BOOL CALLBACK OptionsDialogProc(HWND hWndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
/*********************************************************************
CLASS DEFINITIONS
*********************************************************************/
/*********************************************************************
END OF FILE
*********************************************************************/
#endif //_SUPPORT_APPS_OPTIONSDLG_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -