summaryrefslogtreecommitdiff
path: root/src/T2OpenSelectDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2OpenSelectDlg.h')
-rw-r--r--src/T2OpenSelectDlg.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/T2OpenSelectDlg.h b/src/T2OpenSelectDlg.h
index e65486a..5c676ea 100644
--- a/src/T2OpenSelectDlg.h
+++ b/src/T2OpenSelectDlg.h
@@ -1,6 +1,7 @@
#pragma once
#include "common.h"
-#include "T2Dialog.h"
+#include "resource.h"
+#include "T2DLL/T2Dialog.h"
class Bitmap;
@@ -13,6 +14,15 @@ public:
int ShowOpenSelectDialog();
virtual void ListenToMessage(unsigned int msg, void *data);
+ enum { kDlgResID = 1000 };
+
+ enum {
+ kCmdExit = 100,
+ kCmdNew = 101,
+ kCmdOpen = 102,
+ kCmdLoadFromPath = 103,
+ };
+
protected:
virtual BOOL OnT2DialogCommand(WPARAM inWParam, LPARAM inLParam);
virtual BOOL OnT2EraseBkgnd(CDC *pDC);