Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / CustomControl / src / MyDialog.h
1 ///////////////////////////////////////\r
2 // MyDialog.h\r
3 \r
4 #ifndef MYDIALOG_H\r
5 #define MYDIALOG_H\r
6 \r
7 \r
8 #include "MyWebControl.h"\r
9 \r
10 \r
11 // Declaration of the CMyDialog class\r
12 class CMyDialog : public CDialog\r
13 {\r
14 public:\r
15         CMyDialog(UINT nResID, CWnd* pParent = NULL);\r
16         virtual ~CMyDialog();\r
17 \r
18 protected:\r
19         virtual INT_PTR DialogProc(UINT uMsg, WPARAM wParam, LPARAM lParam);\r
20         virtual BOOL OnInitDialog();\r
21 \r
22 private:\r
23         CResizer m_Resizer;\r
24         CWebControl m_MyControl;\r
25 };\r
26 \r
27 #endif //MYDIALOG_H\r

UCC git Repository :: git.ucc.asn.au