📄 hanzidlg.h
字号:
// hanziDlg.h : header file
//
#if !defined(AFX_HANZIDLG_H__28D7C4A7_0864_11D7_856D_00E04C5F149F__INCLUDED_)
#define AFX_HANZIDLG_H__28D7C4A7_0864_11D7_856D_00E04C5F149F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include"gridpic.h"
#include "SelWin.h" // Added by ClassView
// Added by ClassView
/////////////////////////////////////////////////////////////////////////////
// CHanziDlg dialog
class CHanziDlg : public CDialog
{
// Construction
public:
CSelWin m_selwin;
CString m_strBak;
//CSelWin m_selwin;
CHanziDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CHanziDlg)
enum { IDD = IDD_HANZI_DIALOG };
CGridPic m_ctrlpic;
CString m_strValue;
BOOL m_bgrid;
CString m_strHanzi;
CString m_strPinyin;
int m_vh;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHanziDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CHanziDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnGo();
afx_msg void OnGrid();
afx_msg void OnDeltaposFang(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnSetfocusEdtv();
afx_msg void OnKillfocusHanzi();
afx_msg void OnChangePinyin();
afx_msg void OnKillfocusPinyin();
afx_msg void OnClose();
afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnRadio1();
afx_msg void OnRadio2();
afx_msg void OnSetfocusPinyin();
afx_msg void OnChangeHanzi();
afx_msg void OnSetfocusHanzi();
afx_msg void OnConfig();
afx_msg void OnExit();
afx_msg void OnUsehelp();
afx_msg void OnAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HANZIDLG_H__28D7C4A7_0864_11D7_856D_00E04C5F149F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -