📄 cdlgproperty.h
字号:
// $Id: CDlgProperty.h,v 1.5 2002/02/01 13:44:11 eringm Exp $
/*! @file
@brief ファイルプロパティダイアログ
@author Norio Nakatani
@date 1999/02/31 新規作成
@date 1999/12/05 再作成
$Revision: 1.5 $
*/
/*
Copyright (C) 1998-2001, Norio Nakatani
This source code is designed for sakura editor.
Please contact the copyright holder to use this code for other purpose.
*/
class CDlgProperty;
#ifndef _CDLGPROPERTY_H_
#define _CDLGPROPERTY_H_
#include "CDialog.h"
/*-----------------------------------------------------------------------
クラスの宣言
-----------------------------------------------------------------------*/
class CDlgProperty : public CDialog
{
public:
int DoModal( HINSTANCE, HWND, LPARAM ); /* モーダルダイアログの表示 */
protected:
/*
|| 実装ヘルパ関数
*/
BOOL OnBnClicked( int );
void SetData( void ); /* ダイアログデータの設定 */
LPVOID GetHelpIdTable(void); //@@@ 2002.01.18 add
};
///////////////////////////////////////////////////////////////////////
#endif /* _CDLGPROPERTY_H_ */
/*[EOF]*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -