⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 high.h

📁 将汉字转换为拼音首字母和拼音全称的程序 可以用于汉字to拼音的钻换
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -