CorpSms/DLG_White2.h

104 lines
2.5 KiB
C++

#include "afxwin.h"
#if !defined(AFX_DLG_WHITE2_H__6178C292_F01E_4A7C_9E57_9AA64F1EE61E__INCLUDED_)
#define AFX_DLG_WHITE2_H__6178C292_F01E_4A7C_9E57_9AA64F1EE61E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_White2.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_White2 dialog
#include "../public/StringSort/StringSort.h"
class CMainFrame;
class DLG_White2 : public CDialog
{
public:
CMainFrame * m_pMainFrame;
CAdoRecordSet m_AdoRSL2;
long m_lMobileCount;
BOOL m_bUpload;
DWORD m_dwAllCount;
DWORD m_dwUpCount;
DWORD m_dwUpSucess;
DWORD m_dwUpFail;
BOOL m_bCheckLocalBack;
BOOL m_bReUpload;
ANS_White2_Get m_White2;
CStringSort m_strSort; //²éÖØ
// Construction
public:
BOOL UpFile_Next();
BOOL CreateNullFile();
virtual BOOL OnInitDialog();
void AddUser(PAddress user,long lItem = -1);
BOOL ProcessSocket(Socket_Head_Add *pHead, BYTE *pFrame);
DLG_White2(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_White2)
enum { IDD = IDD_WHITE2 };
CProgressCtrl m_P_GDT;
// CEdit m_E_Name;
CButton m_B_Upload;
CButton m_B_Add;
CEdit m_E_Count;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_White2)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_White2)
virtual void OnOK();
afx_msg void OnPlfileAddAdd();
afx_msg void OnPlfileAddUpload();
afx_msg void OnTimer(UINT_PTR nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
// BOOL m_bCheckReMobile;
CButton m_B_CheckLocalBack;
// CButton m_B_CheckReMobile;
// CButton m_B_CheckDDT;
afx_msg void OnClose();
CButton m_B_ReUpload;
void Setparam(ANS_White2_Get get);
// CString m_strCount;
CButton m_B_Del;
CButton m_B_Reset;
CString m_strMobile;
CString m_strMobile2;
CString m_strAddTime;
CString m_strSubmit;
CString m_strAudit;
afx_msg void OnBnClickedPlfileQuery();
CString m_strCount;
afx_msg void OnBnClickedPlfileAdd();
afx_msg void OnBnClickedPlfileDel();
afx_msg void OnBnClickedPlfileReset();
afx_msg void OnEnChangePlfileMobile();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_WHITE2_H__6178C292_F01E_4A7C_9E57_9AA64F1EE61E__INCLUDED_)