OSDN Git Service

Add FuncDefs class to handle functions defined in dot.xkeymacs.
[xkeymacs/xkeymacs.git] / xkeymacs / about.h
1 #ifndef ABOUT_H_INCLUDED\r
2 #define ABOUT_H_INCLUDED\r
3 \r
4 #if _MSC_VER > 1000\r
5 #pragma once\r
6 #endif // _MSC_VER > 1000\r
7 \r
8 #include "resource.h"\r
9 \r
10 /////////////////////////////////////////////////////////////////////////////\r
11 // CAboutDlg dialog used for App About\r
12 \r
13 class CAboutDlg : public CDialog\r
14 {\r
15 public:\r
16         CAboutDlg();\r
17 \r
18 // Dialog Data\r
19         //{{AFX_DATA(CAboutDlg)\r
20         enum { IDD = IDD_ABOUTBOX };\r
21         CStatic m_cURL;\r
22         CString m_versionInfo;\r
23         //}}AFX_DATA\r
24 \r
25         // ClassWizard generated virtual function overrides\r
26         //{{AFX_VIRTUAL(CAboutDlg)\r
27         protected:\r
28         virtual void DoDataExchange(CDataExchange *pDX);    // DDX/DDV support\r
29         //}}AFX_VIRTUAL\r
30 \r
31 // Implementation\r
32 protected:\r
33         //{{AFX_MSG(CAboutDlg)\r
34         virtual void OnOK();\r
35         afx_msg void OnClose();\r
36         afx_msg void OnUrl();\r
37         afx_msg HBRUSH OnCtlColor(CDC *pDC, CWnd *pWnd, UINT nCtlColor);\r
38         afx_msg BOOL OnSetCursor(CWnd *pWnd, UINT nHitTest, UINT message);\r
39         //}}AFX_MSG\r
40         DECLARE_MESSAGE_MAP()\r
41 };\r
42 \r
43 /////////////////////////////////////////////////////////////////////////////\r
44 \r
45 #endif // ABOUT_H_INCLUDED\r