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.

65 lines
1.7 KiB

  1. #if !defined(AFX_WIAEDITPROPNONE_H__E42B1713_3E01_4185_B5E1_C576CD3C126E__INCLUDED_)
  2. #define AFX_WIAEDITPROPNONE_H__E42B1713_3E01_4185_B5E1_C576CD3C126E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Wiaeditpropnone.h : header file
  7. //
  8. /*
  9. typedef struct _SYSTEMTIME
  10. {
  11. WORD wYear;
  12. WORD wMonth;
  13. WORD wDayOfWeek;
  14. WORD wDay;
  15. WORD wHour;
  16. WORD wMinute;
  17. WORD wSecond;
  18. WORD wMilliseconds;
  19. } SYSTEMTIME;
  20. */
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CWiaeditpropnone dialog
  23. class CWiaeditpropnone : public CDialog
  24. {
  25. // Construction
  26. public:
  27. void SetPropertyFormattingInstructions(TCHAR *szFormatting);
  28. void SetPropertyName(TCHAR *szPropertyName);
  29. void SetPropertyValue(TCHAR *szPropertyValue);
  30. CWiaeditpropnone(CWnd* pParent = NULL); // standard constructor
  31. // Dialog Data
  32. //{{AFX_DATA(CWiaeditpropnone)
  33. enum { IDD = IDD_EDIT_WIAPROP_NONE_DIALOG };
  34. CString m_szPropertyName;
  35. CString m_szPropertyValue;
  36. CString m_szFormattingInstructions;
  37. //}}AFX_DATA
  38. // Overrides
  39. // ClassWizard generated virtual function overrides
  40. //{{AFX_VIRTUAL(CWiaeditpropnone)
  41. protected:
  42. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  43. //}}AFX_VIRTUAL
  44. // Implementation
  45. protected:
  46. // Generated message map functions
  47. //{{AFX_MSG(CWiaeditpropnone)
  48. // NOTE: the ClassWizard will add member functions here
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_WIAEDITPROPNONE_H__E42B1713_3E01_4185_B5E1_C576CD3C126E__INCLUDED_)