seconddlg.h

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

H
74
字号
#if !defined(AFX_SECONDDLG_H__4B1F2919_920B_4D42_95D3_7BBC2A831A19__INCLUDED_)
#define AFX_SECONDDLG_H__4B1F2919_920B_4D42_95D3_7BBC2A831A19__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSecondDlg dialog

class CSecondDlg : public CDialog
{
// Constructio
public:
	char	szSendFile[MAX_PATH];
	char	szAppendFile[MAX_PATH];
	char	szCurrentPath[MAX_PATH];
	int		nFaxCh;
	int		nTrunkCh;
	BOOL	bHaveStartPage;
	int		nStartPage;
	int		nEndPage;
	char	szSendNo[100];
	//HWND	hwndParent;
public:
	void GetCurrentPath(LPSTR str);
	CSecondDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSecondDlg)
	enum { IDD = IDD_SECOND_DLG };
	CComboBox	m_cmbTrunkCh;
	CComboBox	m_cmbFaxCh;
	BOOL	m_bHaveStartPage;
	CString	m_strCallNo;
	CString	m_strSendFile;
	int		m_nEndPage;
	int		m_nStartPage;
	CString	m_strStartPage;
	CString	m_strEndPage;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSecondDlg)
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void On2dlgSendfileBtn();
	afx_msg void OnCheckChooseStartPage();
	afx_msg void On2dlgAutosendBtn();
	afx_msg void OnChangeEditStartPage();
	afx_msg void OnChangeEditEndPage();
	afx_msg void OnChangeEditCallNo();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SECONDDLG_H__4B1F2919_920B_4D42_95D3_7BBC2A831A19__INCLUDED_)

⌨️ 快捷键说明

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