Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / DialogDemo / src / MyButton.h
1 /////////////////////////////\r
2 // Button.h\r
3 \r
4 #ifndef MYBUTTON_H\r
5 #define MYBUTTON_H\r
6 \r
7 \r
8 class CMyButton : public CButton\r
9 {\r
10 public:\r
11         CMyButton() {}\r
12         virtual ~CMyButton() {}\r
13 \r
14 protected:\r
15         virtual LRESULT WndProc(UINT uMsg, WPARAM wParam, LPARAM lParam);\r
16 \r
17 };\r
18 \r
19 \r
20 #endif //BUTTON_H\r
21 \r
22 \r

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