| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- // 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:
- 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;
- BOOL m_bProxy;
- BOOL m_Tcp;
- //}}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 OnType();
- afx_msg void OnChkProxy();
- afx_msg void OnCHECKtcp();
- //}}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_)
|