OSDN Git Service

Move CAboutDlg in xkeymacs/xkeymacs.{cpp,h} to xkeymacs/about.{cpp,h}.
[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_szVersionInformation;\r
23         CString m_szLegalCopyright;\r
24         //}}AFX_DATA\r
25 \r
26         // ClassWizard generated virtual function overrides\r
27         //{{AFX_VIRTUAL(CAboutDlg)\r
28         protected:\r
29         virtual void DoDataExchange(CDataExchange *pDX);    // DDX/DDV support\r
30         //}}AFX_VIRTUAL\r
31 \r
32 // Implementation\r
33 protected:\r
34         //{{AFX_MSG(CAboutDlg)\r
35         virtual void OnOK();\r
36         afx_msg void OnClose();\r
37         afx_msg void OnUrl();\r
38         afx_msg HBRUSH OnCtlColor(CDC *pDC, CWnd *pWnd, UINT nCtlColor);\r
39         afx_msg BOOL OnSetCursor(CWnd *pWnd, UINT nHitTest, UINT message);\r
40         //}}AFX_MSG\r
41         DECLARE_MESSAGE_MAP()\r
42 };\r
43 \r
44 /////////////////////////////////////////////////////////////////////////////\r
45 \r
46 #endif // ABOUT_H_INCLUDED\r