SendDataDlg2.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #if !defined(AFX_SendDataDlg2_H__38D0065C_6025_4F67_9620_6B72C9E4A94C__INCLUDED_)
  2. #define AFX_SendDataDlg2_H__38D0065C_6025_4F67_9620_6B72C9E4A94C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SendDataDlg2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SendDataDlg2 dialog
  10. class SendDataDlg2 : public CDialog
  11. { int m_nconncot;
  12. Image *m_pBk;
  13. int m_trytimes;
  14. // Construction
  15. public:
  16. SendDataDlg2(CWnd* pParent = NULL); // standard constructor
  17. BYTE code;
  18. CString sql;
  19. BYTE *pData;
  20. int length;
  21. // Dialog Data
  22. //{{AFX_DATA(SendDataDlg2)
  23. enum { IDD = IDD_DLGsenddata };
  24. // NOTE: the ClassWizard will add data members here
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(SendDataDlg2)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(SendDataDlg2)
  36. virtual void OnOK();
  37. virtual void OnCancel();
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnTimer(UINT nIDEvent);
  40. afx_msg void OnDestroy();
  41. afx_msg void OnClose();
  42. afx_msg void OnPaint();
  43. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_SendDataDlg2_H__38D0065C_6025_4F67_9620_6B72C9E4A94C__INCLUDED_)