📄 cnagbuydialog.h
字号:
//////////////////////////////////////////////////////////////////////////////
// CNagBuyDialog.h
//
// Declaration of class CNagBuyDialog.
//////////////////////////////////////////////////////////////////////////////
// $Id: CNagBuyDialog.h,v 1.4 1998/12/14 18:57:25 nryan Exp $
// Copyright (C) 1998 by Network Associates, Inc.
// All rights reserved.
#ifndef Included_CNagBuyDialog_h // [
#define Included_CNagBuyDialog_h
#include "DualErr.h"
#include "Resource.h"
//////////////////////
// Class CNagBuyDialog
//////////////////////
class CNagBuyDialog : public CDialog
{
public:
CNagBuyDialog(CWnd *pParent = NULL);
DualErr DisplayDialog(LPCSTR message);
//{{AFX_DATA(CNagBuyDialog)
enum { IDD = IDD_NAGBUY_DLG };
CButton mOkButton;
CButton mCancelButton;
CButton mBuyNowButton;
CString mNagMessageText;
//}}AFX_DATA
//{{AFX_VIRTUAL(CNagBuyDialog)
protected:
virtual void DoDataExchange(CDataExchange *pDX);
//}}AFX_VIRTUAL
protected:
void UpdateOkButton();
//{{AFX_MSG(CNagBuyDialog)
afx_msg BOOL OnHelpInfo(HELPINFO *pHelpInfo);
virtual BOOL OnInitDialog();
afx_msg void OnBuyNowButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif // ] Included_CNagBuyDialog_h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -