SelBrunDevice.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #if !defined(AFX_SELBRUNDEVICE_H__DCE426C6_D1CB_4FB7_90DA_6F1B1755A1CC__INCLUDED_)
  2. #define AFX_SELBRUNDEVICE_H__DCE426C6_D1CB_4FB7_90DA_6F1B1755A1CC__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SelBrunDevice.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SelBrunDevice dialog
  10. class SelBrunDevice : public CDialog
  11. {
  12. // Construction
  13. public:
  14. int m_mode; // ==1,选片模式; 其它为看设计模式;
  15. int m_sel;
  16. CStringArray *pArray;
  17. SelBrunDevice(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(SelBrunDevice)
  20. enum { IDD = IDD_DLGSelBurnDevice };
  21. CComboBox m_cbxDevices;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(SelBrunDevice)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(SelBrunDevice)
  33. virtual BOOL OnInitDialog();
  34. virtual void OnOK();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_SELBRUNDEVICE_H__DCE426C6_D1CB_4FB7_90DA_6F1B1755A1CC__INCLUDED_)