| |
15 |
15 |
|
| |
16 |
16 |
|
| |
17 |
17 |
|
| |
18 |
18 |
|
| |
19 |
19 |
|
| |
20 |
20 |
#ifndef __ABOUTDLG_H__ |
| |
21 |
21 |
#define __ABOUTDLG_H__ |
| |
22 |
22 |
|
| |
23 |
23 |
class CAboutDlg : public ictranslate::CLanguageDialog |
| |
24 |
24 |
{ |
| |
25 |
25 |
public: |
| |
26 |
26 |
CAboutDlg(); |
| |
27 |
27 |
~CAboutDlg(); |
| |
28 |
28 |
|
| |
29 |
29 |
void UpdateProgramVersion(); |
| |
30 |
30 |
|
| |
31 |
31 |
virtual void OnLanguageChanged(); |
| |
32 |
32 |
virtual BOOL OnTooltipText(UINT uiID, TOOLTIPTEXT* pTip); |
| |
33 |
33 |
|
| |
34 |
34 |
|
| |
35 |
|
|
| |
36 |
35 |
enum { IDD = IDD_ABOUTBOX }; |
| |
37 |
|
|
| |
38 |
36 |
|
| |
39 |
|
|
| |
40 |
|
|
| |
41 |
37 |
protected: |
| |
42 |
|
|
| |
43 |
38 |
static bool m_bLock; |
| |
44 |
39 |
|
| |
45 |
40 |
|
| |
46 |
41 |
protected: |
| |
47 |
|
|
| |
48 |
|
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); |
| |
49 |
42 |
virtual BOOL OnInitDialog(); |
| |
50 |
|
|
| |
|
43 |
|
| |
51 |
44 |
DECLARE_MESSAGE_MAP() |
| |
52 |
45 |
}; |
| |
53 |
46 |
|
| |
54 |
47 |
#endif |