datafiletoimport.h

来自「我上传的程序为:群发数据管理软件的数据处理.软件可以自己从界面操作,把自己要导入」· C头文件 代码 · 共 64 行

H
64
字号
#if !defined(AFX_DATAFILETOIMPORT_H__E8413524_673B_4469_A772_475927768CC8__INCLUDED_)
#define AFX_DATAFILETOIMPORT_H__E8413524_673B_4469_A772_475927768CC8__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DataFileToImport.h : header file
//
#include "BtnST.h"
#include "configdeal.h"

/////////////////////////////////////////////////////////////////////////////
// CDataFileToImport dialog

class CDataFileToImport : public CDialog
{
// Construction
public:
	CDataFileToImport(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDataFileToImport)
	enum { IDD = IDD_DLG_IMPORTTOFILE };
	CButtonST	m_btn_ok_file;
	CButtonST	m_btn_cancel_file;
	int		m_comnumber;
	int		m_Importnumber;
	CString	m_filepath;
	CString	m_smsconent;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDataFileToImport)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL
private:
	class Cconfigdeal pCfg;

// Implementation
protected:
	int		m_System_HourSendNumber;	  //每个小时发送短信条数
	int		m_System_DealHourFlag;
	int		m_System_CurrentSmsSendTime;
	int		m_System_ComNumber;
	int		m_System_CurrentTimeAdd;
    int     m_SmsUser;
	int     m_SmsDefineNo;

	// Generated message map functions
	//{{AFX_MSG(CDataFileToImport)
	virtual BOOL OnInitDialog();
	afx_msg void OnOkfile();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DATAFILETOIMPORT_H__E8413524_673B_4469_A772_475927768CC8__INCLUDED_)

⌨️ 快捷键说明

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