summaryrefslogtreecommitdiff
path: root/src/T2NewDlgTmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2NewDlgTmp.h')
-rw-r--r--src/T2NewDlgTmp.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/T2NewDlgTmp.h b/src/T2NewDlgTmp.h
index fcaf1ff..9c82334 100644
--- a/src/T2NewDlgTmp.h
+++ b/src/T2NewDlgTmp.h
@@ -1,3 +1,16 @@
#pragma once
#include "common.h"
+class T2NewDlgTmp : public CDialog {
+ DECLARE_MESSAGE_MAP()
+
+public:
+ T2NewDlgTmp(CWnd *pParentWnd);
+
+ CButton mOKButton;
+ CButton mCancelButton;
+ CStatic mStatic;
+
+protected:
+ virtual void DoDataExchange(CDataExchange *pDX);
+};