?? cdlgcompare.h
字號:
// $Id: CDlgCompare.h,v 1.5 2002/02/01 13:44:10 eringm Exp $
/*! @file
@brief ファイル比較ダイアログボックス
@author Norio Nakatani
$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 CDlgCompare;
#ifndef _CDLGCOMPARE_H_
#define _CDLGCOMPARE_H_
#include "CDialog.h"
/*!
@brief ファイル比較ダイアログボックス
*/
class CDlgCompare : public CDialog
{
public:
/*
|| Constructors
*/
CDlgCompare();
/*
|| Attributes & Operations
*/
int DoModal( HINSTANCE, HWND, LPARAM, const char*, BOOL, char*, HWND* ); /* モーダルダイアログの表示 */
const char* m_pszPath;
BOOL m_bIsModified;
char* m_pszComparePath;
HWND* m_phwndCompareWnd;
BOOL m_bCompareAndTileHorz;/* 左右に並べて表示 */
// BOOL m_bCompareAndTileHorz;/* 左右に並べて表示 */ //Oct. 10, 2000 JEPRO チェックボックスをボタン化すればこの行は不要のはず
protected:
/*
|| 実裝ヘルパ関數
*/
BOOL OnBnClicked( int );
LPVOID GetHelpIdTable(void); //@@@ 2002.01.18 add
void SetData( void ); /* ダイアログデータの設定 */
int GetData( void ); /* ダイアログデータの取得 */
};
///////////////////////////////////////////////////////////////////////
#endif /* _CDLGCOMPARE_H_ */
/*[EOF]*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -