www.pudn.com > Fax_Event_Message.rar > SecondDlg.h


#if !defined(AFX_SECONDDLG_H__CEBD9E1F_B2BA_4BF9_A926_E3DAE1E1A526__INCLUDED_) 
#define AFX_SECONDDLG_H__CEBD9E1F_B2BA_4BF9_A926_E3DAE1E1A526__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "../../../../api/vc6.0/inc/shpa3api.h" 
// SecondDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CSecondDlg dialog 
 
class CSecondDlg : public CDialog 
{ 
public: 
	char szCurrentPath[MAX_PATH];	//current path 
	int  nSCTNumber;				//number of multi-file 
	FAX_FILE_SCT	ffSCT[50];		 
	int nStartPage;					//start page 
	int nEndPage;					//end page 
	void InitLab(); 
	CString strLab[20]; 
	//support the display of English edition & Chinese edition 
 
// Construction 
public: 
	CSecondDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CSecondDlg) 
	enum { IDD = IDD_SECOND_DLG }; 
	CListBox	m_ListBox; 
	CComboBox	m_cmbTrkCh; 
	CComboBox	m_cmbFaxCh; 
	int		m_nHowFile; 
	CString	m_strCallNo; 
	CString	m_strSendFile; 
	CString	m_strSendPath; 
	CString	m_strEndPage; 
	CString	m_strStartPage; 
	//}}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) 
	afx_msg void OnRadioSingleFile(); 
	afx_msg void OnRadioMultiFile(); 
	afx_msg void OnRadioMultiFileEx(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnButtonSendFile(); 
	afx_msg void OnButtonSendPath(); 
	afx_msg void OnChangeEditSendPhoneNo(); 
	afx_msg void OnButtonHandInTask(); 
	afx_msg void OnButtonAdd(); 
	afx_msg void OnButtonDelete(); 
	afx_msg void OnChangeEditStartPage(); 
	afx_msg void OnChangeEditEndPage(); 
	virtual void OnOK() 
	{ 
	} 
	virtual void OnCancel() 
	{ 
	} 
	//}}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__CEBD9E1F_B2BA_4BF9_A926_E3DAE1E1A526__INCLUDED_)