high.h

来自「将汉字转换为拼音首字母和拼音全称的程序 可以用于汉字to拼音的钻换」· C头文件 代码 · 共 51 行

H
51
字号
#if !defined(AFX_HIGH_H__2AE7F2E8_6DF8_4787_9012_621E13366859__INCLUDED_)
#define AFX_HIGH_H__2AE7F2E8_6DF8_4787_9012_621E13366859__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// High.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CHigh dialog

class CHigh : public CDialog
{
// Construction
public:
	BOOL CheckInputStr(CString src);
	CString GetPYChar(CString src);
	CString GetPYString(CString src);
	CHigh(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CHigh)
	enum { IDD = IDD_DIALOG1 };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CHigh)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CHigh)
	afx_msg void OnReverse();
	afx_msg void OnClearNew();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_HIGH_H__2AE7F2E8_6DF8_4787_9012_621E13366859__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?