Leaked source code of windows server 2003
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.

74 lines
2.2 KiB

  1. // wabtoolDlg.h : header file
  2. //
  3. #if !defined(AFX_WABTOOLDLG_H__268ADD6B_EF27_11D0_9A7E_00A0C91F9C8B__INCLUDED_)
  4. #define AFX_WABTOOLDLG_H__268ADD6B_EF27_11D0_9A7E_00A0C91F9C8B__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWabtoolDlg dialog
  10. class CWabtoolDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CWabtoolDlg(CWnd* pParent = NULL); // standard constructor
  15. void LoadContents(BOOL bLoadNew);
  16. void ClearCurrentWAB(BOOL bLoadNew);
  17. void UpdatePropTagData();
  18. void SetPropTagString(LPTSTR lpTag);
  19. void SetPropTypeString(ULONG ulPropTag);
  20. void SetPropNameString(ULONG ulPropTag);
  21. void SetPropDataString(ULONG ulPropTag);
  22. CString * m_pszFileName;
  23. // Dialog Data
  24. //{{AFX_DATA(CWabtoolDlg)
  25. enum { IDD = IDD_WABTOOL_DIALOG };
  26. // NOTE: the ClassWizard will add data members here
  27. //}}AFX_DATA
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CWabtoolDlg)
  30. public:
  31. virtual BOOL DestroyWindow();
  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(CWabtoolDlg)
  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 OnDblclkList(NMHDR* pNMHDR, LRESULT* pResult);
  45. afx_msg void OnButtonBrowse();
  46. afx_msg void OnItemchangedList(NMHDR* pNMHDR, LRESULT* pResult);
  47. afx_msg void OnSelchangeListTags();
  48. afx_msg void OnButtonDetails();
  49. afx_msg void OnButtonNew();
  50. afx_msg void OnButtonDelete();
  51. afx_msg void OnButtonAddprop();
  52. afx_msg void OnButtonModifyprop();
  53. afx_msg void OnDblclkListTags();
  54. afx_msg void OnButtonRefresh();
  55. afx_msg void OnButtonWabview();
  56. //}}AFX_MSG
  57. DECLARE_MESSAGE_MAP()
  58. };
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_WABTOOLDLG_H__268ADD6B_EF27_11D0_9A7E_00A0C91F9C8B__INCLUDED_)