?? dlgnewrecord.h
字號:
/*++
Copyright (c) 2004-2005 Micro-soft
Module Name:
DlgNewRecord.h
Abstract:
the class of Dialog for recording the best sore of expert users,
by pop up way.
Author:
Microsoft's Engineer - Unknown Name
improved by Weijian Luo (Arthur Luo) 15-Jun-2005
E-mail: skybluehacker@yahoo.com.cn
Revision History: 1.0
--*/
#if !defined(AFX_DLGNEWRECORD_H__7948FA27_5DED_4553_9933_EC2B38F7256E__INCLUDED_)
#define AFX_DLGNEWRECORD_H__7948FA27_5DED_4553_9933_EC2B38F7256E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
class CDlgNewRecord : public CDialog
{
public:
CDlgNewRecord(CWnd* pParent = NULL); // standard constructor
void SetLevel(UINT level);
CString GetName();
//{{AFX_DATA(CDlgNewRecord)
enum { IDD = IDD_DLG_NEWRECORD };
CString m_szName;
CString m_szDesc;
//}}AFX_DATA
//{{AFX_VIRTUAL(CDlgNewRecord)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
protected:
//{{AFX_MSG(CDlgNewRecord)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif // !defined(AFX_DLGNEWRECORD_H__7948FA27_5DED_4553_9933_EC2B38F7256E__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -