tooldlg.h

来自「VC6.0」· C头文件 代码 · 共 69 行

H
69
字号
#if !defined(AFX_TOOLDLG_H__EB8A0A82_AE3D_4A39_BB72_1B1BAE4E088B__INCLUDED_)
#define AFX_TOOLDLG_H__EB8A0A82_AE3D_4A39_BB72_1B1BAE4E088B__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CToolDlg dialog

class CToolDlg : public CDialog
{
public:
	void InitLab();
	CString strLab[10];

	//support the display of English edition & Chinese edition

// Construction
public:
	CToolDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CToolDlg)
	enum { IDD = IDD_TOOL_DLG };
	int		m_nFromX;
	int		m_nFromY;
	int		m_nRow;
	int		m_nSubX;
	int		m_nSubY;
	int		m_nTimeX;
	int		m_nTimeY;
	int		m_nToY;
	int		m_nToX;
	CString	m_strPathFile;
	CString	m_szFrom;
	CString	m_szSub;
	CString	m_szTime;
	CString	m_szTo;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CToolDlg)
	afx_msg void OnButtonShow();
	afx_msg void OnBUTTONfBmpGetFileAllPage();
	afx_msg void OnBUTTONIDCBTNfBmpSetHeaderFormat();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_TOOLDLG_H__EB8A0A82_AE3D_4A39_BB72_1B1BAE4E088B__INCLUDED_)

⌨️ 快捷键说明

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