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

📄 unicodestrdlg.h

📁 本程序主要用于Symbian系统应用程序汉化。 可以自由转化汉字字串到符合Symbian资源规则的字串。
💻 H
字号:
// UnicodeStrDlg.h : header file
//

#if !defined(AFX_UNICODESTRDLG_H__73EB8DF9_0CCF_44D9_A155_A400DED30DC3__INCLUDED_)
#define AFX_UNICODESTRDLG_H__73EB8DF9_0CCF_44D9_A155_A400DED30DC3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CUnicodeStrDlg dialog

class CUnicodeStrDlg : public CDialog
{
// Construction
public:
	CUnicodeStrDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CUnicodeStrDlg)
	enum { IDD = IDD_UNICODESTR_DIALOG };
	CButton	m_btnNeedUnicodeCov;
	CEdit	m_edChsDis;
	CEdit	m_edChsLen;
	CEdit	m_edAllLen;
	CEdit	m_ed0f;
	CEdit	m_ed0e;
	CButton	m_btnNeed0f;
	CButton	m_btnNeedUniLen;
	CButton	m_btnNeedBlank;
	CButton	m_btnNeedAllLen;
	CButton	m_btnNeed0e;
	CEdit	m_edUnicode;
	CString	m_uniStr;
	CString	m_strCHS;
	UINT	m_iAllLen;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CUnicodeStrDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	virtual void OnOK();
	afx_msg void OnChs2uni();
	afx_msg void OnButtonRef();
	afx_msg void OnCheckNeed0f();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_UNICODESTRDLG_H__73EB8DF9_0CCF_44D9_A155_A400DED30DC3__INCLUDED_)

⌨️ 快捷键说明

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