Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Notepad / src / RichView.h
1 //////////////////////////////////////////////\r
2 // RichView.h\r
3 \r
4 #ifndef RICHVIEW_H\r
5 #define RICHVIEW_H\r
6 \r
7 \r
8 class CRichView : public CWnd\r
9 {\r
10 public:\r
11         CRichView(void);\r
12         virtual ~CRichView(void);\r
13         virtual void SetFontDefaults();\r
14 \r
15 protected:\r
16         virtual void PreCreate(CREATESTRUCT &cs);\r
17         virtual void OnInitialUpdate();\r
18 \r
19 private:\r
20         HMODULE m_hInstRichEdit;\r
21         CFont   m_Font;\r
22 \r
23 };\r
24 \r
25 #endif // RICHVIEW_H\r

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