OSDN Git Service

Add SCI Edit to GitBlameView
[tortoisegit/TortoiseGitJp.git] / ext / ResizableLib / ResizableSplitterWnd.h
1 // ResizableSplitterWnd.h : header file\r
2 //\r
3 /////////////////////////////////////////////////////////////////////////////\r
4 //\r
5 // This file is part of ResizableLib\r
6 // http://sourceforge.net/projects/resizablelib\r
7 //\r
8 // Copyright (C) 2000-2004 by Paolo Messina\r
9 // http://www.geocities.com/ppescher - mailto:ppescher@hotmail.com\r
10 //\r
11 // The contents of this file are subject to the Artistic License (the "License").\r
12 // You may not use this file except in compliance with the License. \r
13 // You may obtain a copy of the License at:\r
14 // http://www.opensource.org/licenses/artistic-license.html\r
15 //\r
16 // If you find this code useful, credits would be nice!\r
17 //\r
18 /////////////////////////////////////////////////////////////////////////////\r
19 \r
20 #if !defined(AFX_RESIZABLESPLITTERWND_H__INCLUDED_)\r
21 #define AFX_RESIZABLESPLITTERWND_H__INCLUDED_\r
22 \r
23 #if _MSC_VER > 1000\r
24 #pragma once\r
25 #endif // _MSC_VER > 1000\r
26 \r
27 #include "ResizableMinMax.h"\r
28 \r
29 /////////////////////////////////////////////////////////////////////////////\r
30 // CResizableSplitterWnd frame with splitter\r
31 \r
32 class CResizableSplitterWnd : public CSplitterWnd, public CResizableMinMax\r
33 {\r
34         DECLARE_DYNAMIC(CResizableSplitterWnd)\r
35 \r
36 // Construction\r
37 public:\r
38         CResizableSplitterWnd();\r
39 \r
40 // Attributes\r
41 public:\r
42 \r
43 // Operations\r
44 public:\r
45 \r
46 // Overrides\r
47         // ClassWizard generated virtual function overrides\r
48         //{{AFX_VIRTUAL(CResizableSplitterWnd)\r
49         protected:\r
50         //}}AFX_VIRTUAL\r
51 \r
52 // Implementation\r
53 public:\r
54         virtual ~CResizableSplitterWnd();\r
55 \r
56         // Generated message map functions\r
57         //{{AFX_MSG(CResizableSplitterWnd)\r
58         afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI);\r
59         //}}AFX_MSG\r
60         DECLARE_MESSAGE_MAP()\r
61 };\r
62 \r
63 /////////////////////////////////////////////////////////////////////////////\r
64 \r
65 //{{AFX_INSERT_LOCATION}}\r
66 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.\r
67 \r
68 #endif // !defined(AFX_RESIZABLESPLITTERWND_H__INCLUDED_)\r