a
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
#if !defined(AFX_OPSYNDLG_H__889EB4F1_58D9_4AA9_81FD_9252E94B7D39__INCLUDED_)
|
||||
#define AFX_OPSYNDLG_H__889EB4F1_58D9_4AA9_81FD_9252E94B7D39__INCLUDED_
|
||||
|
||||
#include "opsyntddlg.h"
|
||||
#include "opsynsptdlg.h"
|
||||
|
||||
#include "EasySize.h"
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// opsyndlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// COpSynDlg dialog
|
||||
|
||||
class CDevice;
|
||||
class COpSynDlg : public CDialog
|
||||
{
|
||||
DECLARE_EASYSIZE
|
||||
// Construction
|
||||
public:
|
||||
COpSynDlg(CWnd* pParent = NULL); // standard constructor
|
||||
COpSynDlg(_ConnectionPtr& pConnection, CWnd* pParent = NULL);
|
||||
COpSynTDDlg m_opSynTDDlg;
|
||||
COpSynSptDlg m_opSynSptDlg;
|
||||
CDevice* m_pDev;
|
||||
void InitialDevShow();
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(COpSynDlg)
|
||||
enum { IDD = IDD_OP_SYN };
|
||||
CComboBox m_cbDESN;
|
||||
CTabCtrl m_synTab;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(COpSynDlg)
|
||||
public:
|
||||
virtual BOOL Create(UINT nID, CWnd* pParentWnd);
|
||||
virtual BOOL PreTranslateMessage(MSG* pMsg);
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(COpSynDlg)
|
||||
virtual BOOL OnInitDialog();
|
||||
afx_msg void OnSelchangeOpSynTab(NMHDR* pNMHDR, LRESULT* pResult);
|
||||
afx_msg void OnSelchangeTdDesn();
|
||||
afx_msg void OnSize(UINT nType, int cx, int cy);
|
||||
afx_msg void OnSizing(UINT fwSide, LPRECT pRect);
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
private:
|
||||
_ConnectionPtr m_pConnection;
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_OPSYNDLG_H__889EB4F1_58D9_4AA9_81FD_9252E94B7D39__INCLUDED_)
|
||||
Reference in New Issue
Block a user