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

📄 tooldlg.h

📁 VC6.0
💻 H
字号:
#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
	//0-IDC_STATIC_RETRIEVE_PAGE获取文件页数
	//1-IDC_STATIC_TOOL_FILE文件
	//2-IDC_BUTTON_SHOW浏览
	//3-IDC_STATIC_TOOL_PAGEAMOUNT页数
	//4-IDC_STATIC_HEADER_SETTING页眉设置属性

// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -