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

📄 seconddlg.h

📁 VC6.0
💻 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 "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
	CDialog * m_pParent;
	char m_szSendPathFile[MAX_PATH];
	char m_szSendPath[MAX_PATH];
	CStringArray m_arrSendFiles;

// 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_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 OnChangeEditSendPhoneNo();
	afx_msg void OnButtonHandInTask();
	afx_msg void OnButtonAdd();
	afx_msg void OnButtonDelete();
	afx_msg void OnChangeEditStartPage();
	afx_msg void OnChangeEditEndPage();

	//}}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_)

⌨️ 快捷键说明

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