LanguageDlg.h
上传用户:yangacai01
上传日期:2020-10-06
资源大小:1730k
文件大小:1k
源码类别:

多国语言处理

开发平台:

Visual C++

  1. // LanguageDlg.h : header file
  2. //
  3. #if !defined(AFX_LANGUAGEDLG_H__DB13ACFD_417E_4746_807C_F11BD270FD9E__INCLUDED_)
  4. #define AFX_LANGUAGEDLG_H__DB13ACFD_417E_4746_807C_F11BD270FD9E__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CLanguageDlg dialog
  10. class CLanguageDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CLanguageDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CLanguageDlg)
  17. enum { IDD = IDD_LANGUAGE_DIALOG };
  18. // NOTE: the ClassWizard will add data members here
  19. //}}AFX_DATA
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CLanguageDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. HICON m_hIcon;
  28. // Generated message map functions
  29. //{{AFX_MSG(CLanguageDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnPaint();
  32. afx_msg HCURSOR OnQueryDragIcon();
  33. afx_msg void OnBtnbig5togb2312();
  34. afx_msg void OnBtngb2312tobig5();
  35. afx_msg void OnButton1();
  36. afx_msg void OnButton3();
  37. afx_msg void OnButton2();
  38. afx_msg void OnButton4();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_LANGUAGEDLG_H__DB13ACFD_417E_4746_807C_F11BD270FD9E__INCLUDED_)