diff options
author | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
commit | 3f95d417d9e623ac0c74df8ef11d7a01846392dd (patch) | |
tree | 45ec73f2dc07eafd7f41a6f62a8cdfbaa279469f /CmdLine/CmdLineDlg.h |
Diffstat (limited to 'CmdLine/CmdLineDlg.h')
-rw-r--r-- | CmdLine/CmdLineDlg.h | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/CmdLine/CmdLineDlg.h b/CmdLine/CmdLineDlg.h new file mode 100644 index 0000000..8a214f9 --- /dev/null +++ b/CmdLine/CmdLineDlg.h @@ -0,0 +1,39 @@ +// Night Security StubDlg.h : header file +// + +#if !defined(AFX_CmdLineDLG_H__ADB16FC8_1B31_11D2_B2D4_0020182B97FC__INCLUDED_) +#define AFX_CmdLineDLG_H__ADB16FC8_1B31_11D2_B2D4_0020182B97FC__INCLUDED_ + +#if _MSC_VER >= 1000 +#pragma once +#endif // _MSC_VER >= 1000 + +#include <atlwin.h> +#include "resource.h" +typedef CSimpleDialog<IDD_CMDLINE_DLG, TRUE> CmdLineDlg; + +///////////////////////////////////////////////////////////////////////////// +// CCmdLineDlg dialog + +class CCmdLineDlg + : public CmdLineDlg +{ +// Construction +public: + CCmdLineDlg(); // standard constructor + +// Dialog Data + +BEGIN_MSG_MAP(CNormalPage) + MESSAGE_HANDLER(WM_INITDIALOG, OnInitDialog) + CHAIN_MSG_MAP(CmdLineDlg) +END_MSG_MAP() + + // Generated message map functions + LRESULT OnInitDialog(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled); +}; + +//{{AFX_INSERT_LOCATION}} +// Microsoft Developer Studio will insert additional declarations immediately before the previous line. + +#endif // !defined(AFX_CmdLineDLG_H__ADB16FC8_1B31_11D2_B2D4_0020182B97FC__INCLUDED_) |