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.

56 lines
1.4 KiB

  1. #if !defined(AFX_CONFIGDLG_H__DA48CC11_76C6_4405_A9BB_0AC3882E3E67__INCLUDED_)
  2. #define AFX_CONFIGDLG_H__DA48CC11_76C6_4405_A9BB_0AC3882E3E67__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ConfigDlg.h : header file
  7. //
  8. #include "devctrldefs.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CConfigDlg dialog
  11. class CConfigDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CConfigDlg(CWnd* pParent = NULL); // standard constructor
  16. DEVCTRL m_DeviceControl;
  17. // Dialog Data
  18. //{{AFX_DATA(CConfigDlg)
  19. enum { IDD = IDD_CONFIGURE_DIALOG };
  20. CComboBox m_StatusCombobox;
  21. CComboBox m_InterruptCombobox;
  22. CComboBox m_BulkOutCombobox;
  23. CComboBox m_BulkInCombobox;
  24. CString m_Pipe1;
  25. CString m_Pipe2;
  26. CString m_Pipe3;
  27. CString m_DefaultPipe;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CConfigDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CConfigDlg)
  39. virtual BOOL OnInitDialog();
  40. virtual void OnOK();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_CONFIGDLG_H__DA48CC11_76C6_4405_A9BB_0AC3882E3E67__INCLUDED_)