Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.4 KiB

  1. #if !defined(AFX_ITEMINFODLG_H__7638C6C4_DB01_11D2_B1CC_009027226441__INCLUDED_)
  2. #define AFX_ITEMINFODLG_H__7638C6C4_DB01_11D2_B1CC_009027226441__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ItemInfoDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CItemInfoDlg dialog
  10. class CItemInfoDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void SetWindowTextToItemName(IWiaItem* pIWiaItem);
  15. IWiaItem* m_pIWiaItem;
  16. BOOL m_bAppItem;
  17. void Initialize(IWiaItem* pIWiaItem, BOOL bFlag = TRUE);
  18. CItemInfoDlg(CWnd* pParent = NULL); // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CItemInfoDlg)
  21. enum { IDD = IDD_ITEMINFO_DIALOG };
  22. CEdit m_ItemInfoEditBox;
  23. CString m_ItemAddress;
  24. CString m_strItemInfoEditBox;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CItemInfoDlg)
  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(CItemInfoDlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnRefreshIteminfoButton();
  38. afx_msg void OnResetbackButton();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_ITEMINFODLG_H__7638C6C4_DB01_11D2_B1CC_009027226441__INCLUDED_)