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.

64 lines
1.5 KiB

  1. // dfuitestdlg.h : header file
  2. //
  3. #if !defined(AFX_DFUITESTDLG_H__EE1E91AF_F156_43D6_90B6_335294F12279__INCLUDED_)
  4. #define AFX_DFUITESTDLG_H__EE1E91AF_F156_43D6_90B6_335294F12279__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDFUITestDlg dialog
  10. class CDFUITestDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDFUITestDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDFUITestDlg)
  17. enum { IDD = IDD_DFUITEST_DIALOG };
  18. int m_nNumFormats;
  19. int m_nVia;
  20. int m_nDisplay;
  21. BOOL m_bLayout;
  22. CString m_strNames;
  23. int m_nMode;
  24. int m_nColorSet;
  25. //}}AFX_DATA
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CDFUITestDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. HICON m_hIcon;
  34. TUI_VIA GetVia();
  35. TUI_DISPLAY GetDisplay();
  36. TUI_CONFIGTYPE GetMode();
  37. LPCWSTR GetUserNames();
  38. // Generated message map functions
  39. //{{AFX_MSG(CDFUITestDlg)
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnPaint();
  42. afx_msg HCURSOR OnQueryDragIcon();
  43. afx_msg void OnRun();
  44. afx_msg void OnUser();
  45. afx_msg void OnTest();
  46. afx_msg void OnNull();
  47. afx_msg void OnCustomize();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_DFUITESTDLG_H__EE1E91AF_F156_43D6_90B6_335294F12279__INCLUDED_)