OSDN Git Service

Improve plugin system (#797) (6)
[winmerge-jp/winmerge-jp.git] / Src / OpenFrm.h
1 // OpenFrm.h : interface of the COpenFrame class
2 //
3 #pragma once
4
5 #include "MergeFrameCommon.h"
6
7 class COpenFrame : public CMergeFrameCommon
8 {
9         DECLARE_DYNCREATE(COpenFrame)
10 public:
11         COpenFrame();
12
13 // Attributes
14 public:
15
16 // Operations
17 public:
18         void UpdateResources();
19
20 // Overrides
21         // ClassWizard generated virtual function overrides
22         //{{AFX_VIRTUAL(COpenFrame)
23         public:
24         virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
25         virtual void ActivateFrame(int nCmdShow = -1);
26         virtual BOOL DestroyWindow();
27         protected:
28         //}}AFX_VIRTUAL
29
30 // Implementation
31 public:
32         virtual ~COpenFrame();
33
34 // Generated message map functions
35 protected:
36         //{{AFX_MSG(COpenFrame)
37         afx_msg BOOL OnEraseBkgnd(CDC* pDC);
38         afx_msg LRESULT OnNcHitTest(CPoint point);
39         afx_msg void OnWindowPosChanging(WINDOWPOS* lpwndpos);
40         //}}AFX_MSG
41         DECLARE_MESSAGE_MAP()
42 };