summaryrefslogtreecommitdiff
path: root/CmdLine/CmdLineDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'CmdLine/CmdLineDlg.h')
-rw-r--r--CmdLine/CmdLineDlg.h39
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_)