showlatin.h

来自「测试指定GBK码或者UNICODE码是否存在系统字库中」· C头文件 代码 · 共 62 行

H
62
字号
#if !defined(AFX_SHOWLATIN_H__11E40962_0716_439E_8B18_7D24452A5DD1__INCLUDED_)
#define AFX_SHOWLATIN_H__11E40962_0716_439E_8B18_7D24452A5DD1__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CShowLatin dialog

#include "ShowGBK.h"

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

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


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CShowLatin)
	public:
	virtual BOOL DestroyWindow();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL
    
private:
    void DrawPage(int nIndex);

private:
    CFont   m_font;
    char   *m_pLatin;
    TCHAR  *m_pUnicode;
    int     m_nCurr;
    int     m_nChar;

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CShowLatin)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SHOWLATIN_H__11E40962_0716_439E_8B18_7D24452A5DD1__INCLUDED_)

⌨️ 快捷键说明

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