#include <MsgDialog.h>
|
enum | { IDD = IDD_MSGDIALOG
} |
|
#define IDD_MSGDIALOG
Definition: resource.h:29
Definition: MsgDialog.h:16
MsgDialog::MsgDialog |
( |
LPCTSTR |
msg, |
|
|
CWnd * |
pParent = NULL |
|
) |
| |
CString m_msg
Definition: MsgDialog.h:28
Definition: MsgDialog.h:16
MsgDialog::~MsgDialog |
( |
| ) |
|
|
virtual |
void MsgDialog::DoDataExchange |
( |
CDataExchange * |
pDX | ) |
|
|
protectedvirtual |
References c_icon, c_msg, and IDC_MSG.
26 CDialogEx::DoDataExchange(pDX);
28 DDX_Control(pDX, IDC_ICON,
c_icon);
CStatic c_icon
Definition: MsgDialog.h:26
#define IDC_MSG
Definition: resource.h:54
CEdit c_msg
Definition: MsgDialog.h:27
void MsgDialog::OnClose |
( |
| ) |
|
void MsgDialog::OnDrawItem |
( |
int |
nIDCtl, |
|
|
LPDRAWITEMSTRUCT |
lpDrawItemStruct |
|
) |
| |
70 CDialogEx::OnDrawItem(nIDCtl, lpDrawItemStruct);
BOOL MsgDialog::OnInitDialog |
( |
| ) |
|
|
protected |
References theApp.
42 CDialogEx::OnInitDialog();
44 HICON hicon =
theApp.LoadStandardIcon(IDI_ASTERISK);
48 ShowWindow(SW_NORMAL);
CStatic c_icon
Definition: MsgDialog.h:26
CString m_msg
Definition: MsgDialog.h:28
AppThread theApp
Definition: AppThread.cpp:36
CEdit c_msg
Definition: MsgDialog.h:27
CStatic MsgDialog::c_icon |
The documentation for this class was generated from the following files: