Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / DockTabbedMDI / src / Rect.h
diff --git a/research/transmission_spectroscopy/TOF/Win32++/samples/DockTabbedMDI/src/Rect.h b/research/transmission_spectroscopy/TOF/Win32++/samples/DockTabbedMDI/src/Rect.h
new file mode 100644 (file)
index 0000000..59da89c
--- /dev/null
@@ -0,0 +1,23 @@
+//////////////////////////////////////////////////////\r
+// Rect.h\r
+//  Declaration of the CViewRect class\r
+\r
+#ifndef RECT_H\r
+#define RECT_H\r
+\r
+\r
+// Declaration of CViewRect\r
+class CViewRect : public CWnd\r
+{\r
+public:\r
+       virtual LRESULT WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam);\r
+\r
+private:\r
+       int m_cxClientMax;\r
+       int m_cyClientMax;\r
+};\r
+\r
+\r
+\r
+\r
+#endif  //RECT_H\r

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