|
Revision 5, 1.3 kB
(checked in by qbert, 3 years ago)
|
Initial ( and last :( ) commit
|
| Line | |
|---|
| 1 |
#if !defined(AFX_ACCELERATORSDLG_H__866FFB52_C083_488B_B4CB_DE452690AC72__INCLUDED_) |
|---|
| 2 |
#define AFX_ACCELERATORSDLG_H__866FFB52_C083_488B_B4CB_DE452690AC72__INCLUDED_ |
|---|
| 3 |
|
|---|
| 4 |
#if _MSC_VER > 1000 |
|---|
| 5 |
#pragma once |
|---|
| 6 |
#endif // _MSC_VER > 1000 |
|---|
| 7 |
// AcceleratorsDlg.h : header file |
|---|
| 8 |
// |
|---|
| 9 |
#include "resource.h" |
|---|
| 10 |
///////////////////////////////////////////////////////////////////////////// |
|---|
| 11 |
// CAcceleratorsDlg dialog |
|---|
| 12 |
|
|---|
| 13 |
class CAcceleratorsDlg : public CRHGenericChildDialog |
|---|
| 14 |
{ |
|---|
| 15 |
// Construction |
|---|
| 16 |
public: |
|---|
| 17 |
CAcceleratorsDlg(CWnd* pParent = NULL); // standard constructor |
|---|
| 18 |
virtual int CRHGetDialogID() { return IDD; |
|---|
| 19 |
} |
|---|
| 20 |
// Dialog Data |
|---|
| 21 |
//{{AFX_DATA(CAcceleratorsDlg) |
|---|
| 22 |
enum { IDD = IDD_ACCELERATORS_DLG }; |
|---|
| 23 |
CListCtrl m_list; |
|---|
| 24 |
//}}AFX_DATA |
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
// Overrides |
|---|
| 28 |
// ClassWizard generated virtual function overrides |
|---|
| 29 |
//{{AFX_VIRTUAL(CAcceleratorsDlg) |
|---|
| 30 |
protected: |
|---|
| 31 |
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support |
|---|
| 32 |
//}}AFX_VIRTUAL |
|---|
| 33 |
|
|---|
| 34 |
// Implementation |
|---|
| 35 |
protected: |
|---|
| 36 |
|
|---|
| 37 |
// Generated message map functions |
|---|
| 38 |
//{{AFX_MSG(CAcceleratorsDlg) |
|---|
| 39 |
virtual BOOL OnInitDialog(); |
|---|
| 40 |
//}}AFX_MSG |
|---|
| 41 |
DECLARE_MESSAGE_MAP() |
|---|
| 42 |
}; |
|---|
| 43 |
|
|---|
| 44 |
//{{AFX_INSERT_LOCATION}} |
|---|
| 45 |
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. |
|---|
| 46 |
|
|---|
| 47 |
#endif // !defined(AFX_ACCELERATORSDLG_H__866FFB52_C083_488B_B4CB_DE452690AC72__INCLUDED_) |
|---|