Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / DockTabbedMDI / src / Rect.h
1 //////////////////////////////////////////////////////\r
2 // Rect.h\r
3 //  Declaration of the CViewRect class\r
4 \r
5 #ifndef RECT_H\r
6 #define RECT_H\r
7 \r
8 \r
9 // Declaration of CViewRect\r
10 class CViewRect : public CWnd\r
11 {\r
12 public:\r
13         virtual LRESULT WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam);\r
14 \r
15 private:\r
16         int m_cxClientMax;\r
17         int m_cyClientMax;\r
18 };\r
19 \r
20 \r
21 \r
22 \r
23 #endif  //RECT_H\r

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