SendDataDlg.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #if !defined(AFX_SENDDATADLG_H__38D0065C_6025_4F67_9620_6B72C9E4A94C__INCLUDED_)
  2. #define AFX_SENDDATADLG_H__38D0065C_6025_4F67_9620_6B72C9E4A94C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SendDataDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SendDataDlg dialog
  10. class SendDataDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void Run();
  15. SendDataDlg(CWnd* pParent = NULL); // standard constructor
  16. BYTE code;
  17. CString sql;
  18. BYTE *pData;
  19. int length;
  20. // Dialog Data
  21. //{{AFX_DATA(SendDataDlg)
  22. enum { IDD = IDD_DLGsenddata };
  23. // NOTE: the ClassWizard will add data members here
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(SendDataDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(SendDataDlg)
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_SENDDATADLG_H__38D0065C_6025_4F67_9620_6B72C9E4A94C__INCLUDED_)