AddressAdminDlg.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:2k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. // AddressAdminDlg.h : header file
  2. //
  3. #if !defined(AFX_ADDRESSADMINDLG_H__1F69828B_2C81_4DC8_9B51_F1654EC4F772__INCLUDED_)
  4. #define AFX_ADDRESSADMINDLG_H__1F69828B_2C81_4DC8_9B51_F1654EC4F772__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAddressAdminDlg dialog
  10. class CAddressAdminDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void show();
  15. HBITMAP ShowImage();
  16. CAddressAdminDlg(CWnd* pParent = NULL); // standard constructor
  17. LPSTR  pBuffer;
  18. long   iSize;
  19. HBITMAP p_CurrentImag;
  20. _ConnectionPtr conn;
  21. _RecordsetPtr rs;
  22. // Dialog Data
  23. //{{AFX_DATA(CAddressAdminDlg)
  24. enum { IDD = IDD_ADDRESSADMIN_DIALOG };
  25. long m_age;
  26. CString m_name;
  27. CString m_address;
  28. CString m_sex;
  29. //}}AFX_DATA
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CAddressAdminDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. HICON m_hIcon;
  38. // Generated message map functions
  39. //{{AFX_MSG(CAddressAdminDlg)
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  42. afx_msg void OnPaint();
  43. afx_msg HCURSOR OnQueryDragIcon();
  44. afx_msg void OnButton8();
  45. afx_msg void OnButton5();
  46. afx_msg void OnButton6();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_ADDRESSADMINDLG_H__1F69828B_2C81_4DC8_9B51_F1654EC4F772__INCLUDED_)