| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- // VcDemoDlg.h : header file
- //
- #if !defined(AFX_VCDEMODLG_H__06D6A3BF_D3AD_402D_802F_E81418C60ED7__INCLUDED_)
- #define AFX_VCDEMODLG_H__06D6A3BF_D3AD_402D_802F_E81418C60ED7__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CVcDemoDlg dialog
- class CVcDemoDlg : public CDialog
- {
- // Construction
- public:
- char FilePath[512];
- int ManageUpdateSetTime(int iNumber,int iType,const char* pBeginDate,const char* pEndDate,int iFlag,const char* pTime,int iNTel,const char* pMessage, const char* pTel);
- int ManageReadSetTime(int iNumber,int iType,char pStr[10][1024]);
- int ManageReadNTels(int iNumber,char* sTel);
- int ManageDelAllTime();
- int ManageDelOneTime(int iNumber);
- int ManageUpdataTimeTelNo(int iNumber,int iNTel,const char* pTel);
- int ManageSendTimeMessage(int iType,CString sBeginDate,CString sEndDate,int iFlag,CString sTime,int iNTel,CString sMessage,CString sTels);
- CVcDemoDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CVcDemoDlg)
- enum { IDD = IDD_VCDEMO_DIALOG };
- CButton m_btnSend;
- CButton m_btnConn;
- CListBox m_listCtrl;
- CString m_strSendSms;
- CString m_strLoginID;
- CString m_strLoginPwd;
- CString m_strRecvMobi;
- CString m_strServiceNo;
- CString m_strFeeCode;
- CString m_strLinkID;
- CString m_strNewPwd;
- BOOL m_chkboth;
- BOOL m_kfboth;
- BOOL m_chksingle;
- int m_mobicount;
- int m_Port;
- CString m_ServerIp;
- int m_TCPFlag;
- BOOL m_CHK_Flag;
- CString m_NumberNo;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CVcDemoDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- int m_hsock;
- // Generated message map functions
- //{{AFX_MSG(CVcDemoDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnBtnConnect();
- afx_msg void OnUpdateEnables();
- afx_msg void OnBtnRecv();
- afx_msg void OnDestroy();
- afx_msg void OnCancelMode();
- afx_msg void OnBtnSend();
- afx_msg void OnBtnQuery();
- afx_msg void OnBTNQuery2();
- afx_msg void OnBtnChangePwd();
- afx_msg void OnBtnTestConn();
- afx_msg void OnBtnGetStatus();
- afx_msg void OnChkSingle();
- afx_msg void OnChkBoth();
- afx_msg void OnChkKfboth();
- afx_msg void OnBtnDisconn();
- afx_msg void OnBUTTONSetTime();
- afx_msg void OnRadioTcp();
- afx_msg void OnRadioHttp();
- afx_msg void OnBUTTONCheckMsg();
- afx_msg void OnCHECKFlag();
- afx_msg void OnBUTTONAccount();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VCDEMODLG_H__06D6A3BF_D3AD_402D_802F_E81418C60ED7__INCLUDED_)
|