Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / PropertySheet / src / View.h
1 //////////////////////////////////////////////////////\r
2 // View.h\r
3 \r
4 #ifndef VIEW_H\r
5 #define VIEW_H\r
6 \r
7 \r
8 // Declaration of the CView class\r
9 class CView : public CWnd\r
10 {\r
11 public:\r
12         CView();\r
13         virtual ~CView(){}\r
14 \r
15 protected:\r
16         virtual void OnDraw(CDC* pDC);\r
17         virtual void OnInitialUpdate();\r
18         virtual void PreCreate(CREATESTRUCT &cs);\r
19         virtual LRESULT WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam);\r
20 };\r
21 \r
22 \r
23 #endif // VIEW_H\r

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