1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #if !defined(AFX_SELBRUNDEVICE_H__DCE426C6_D1CB_4FB7_90DA_6F1B1755A1CC__INCLUDED_)
- #define AFX_SELBRUNDEVICE_H__DCE426C6_D1CB_4FB7_90DA_6F1B1755A1CC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SelBrunDevice.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SelBrunDevice dialog
- class SelBrunDevice : public CDialog
- {
- // Construction
- public:
- int m_mode; // ==1,选片模式; 其它为看设计模式;
- int m_sel;
- CStringArray *pArray;
- SelBrunDevice(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(SelBrunDevice)
- enum { IDD = IDD_DLGSelBurnDevice };
- CComboBox m_cbxDevices;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SelBrunDevice)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SelBrunDevice)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SELBRUNDEVICE_H__DCE426C6_D1CB_4FB7_90DA_6F1B1755A1CC__INCLUDED_)
|