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 ShowData();
  15. void show();
  16. HBITMAP ShowImage();
  17. CAddressAdminDlg(CWnd* pParent = NULL); // standard constructor
  18. LPSTR  pBuffer;
  19. long   iSize;
  20. HBITMAP p_CurrentImag;
  21. _ConnectionPtr conn;
  22. _RecordsetPtr rs;
  23. // Dialog Data
  24. //{{AFX_DATA(CAddressAdminDlg)
  25. enum { IDD = IDD_ADDRESSADMIN_DIALOG };
  26. long m_age;
  27. CString m_name;
  28. CString m_address;
  29. CString m_sex;
  30. //}}AFX_DATA
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CAddressAdminDlg)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. HICON m_hIcon;
  39. // Generated message map functions
  40. //{{AFX_MSG(CAddressAdminDlg)
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  43. afx_msg void OnPaint();
  44. afx_msg HCURSOR OnQueryDragIcon();
  45. afx_msg void OnButton8();
  46. afx_msg void OnButton5();
  47. afx_msg void OnButton6();
  48. afx_msg void OnButton3();
  49. afx_msg void OnButton2();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_ADDRESSADMINDLG_H__1F69828B_2C81_4DC8_9B51_F1654EC4F772__INCLUDED_)