📄 ibhnetbspdlg.h
字号:
// IBHNetBspDlg.h : Header-Datei
//
#if !defined(AFX_IBHNETBSPDLG_H__73A2F7A8_9421_11D6_8E8F_525405FECACB__INCLUDED_)
#define AFX_IBHNETBSPDLG_H__73A2F7A8_9421_11D6_8E8F_525405FECACB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CIBHNetBspDlgAutoProxy;
/////////////////////////////////////////////////////////////////////////////
// CIBHNetBspDlg Dialogfeld
class CIBHNetBspDlg : public CDialog
{
DECLARE_DYNAMIC(CIBHNetBspDlg);
friend class CIBHNetBspDlgAutoProxy;
// Konstruktion
public:
CIBHNetBspDlg(CWnd* pParent = NULL); // Standard-Konstruktor
virtual ~CIBHNetBspDlg();
// Dialogfelddaten
//{{AFX_DATA(CIBHNetBspDlg)
enum { IDD = IDD_IBHNETBSP_DIALOG };
CListBox m_VarList;
CComboBox m_Combo;
long m_Edit1;
long m_Edit2;
long m_MPI;
//}}AFX_DATA
// Vom Klassenassistenten generierte 躡erladungen virtueller Funktionen
//{{AFX_VIRTUAL(CIBHNetBspDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV-Unterst黷zung
//}}AFX_VIRTUAL
// Implementierung
protected:
CIBHNetBspDlgAutoProxy* m_pAutoProxy;
HICON m_hIcon;
BOOL CanExit();
// Generierte Message-Map-Funktionen
//{{AFX_MSG(CIBHNetBspDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnClose();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnButtonConnect();
afx_msg void OnBUTTONDisconnect();
afx_msg void OnButtonRMw10();
afx_msg void OnButtonWMw10();
afx_msg void OnButtonRMd20();
afx_msg void OnButtonWMd20();
afx_msg void OnDropdownComboCpu();
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
afx_msg void OnDestroy();
afx_msg void OnButtonReadopstate();
afx_msg void OnButtonSetplcstart();
afx_msg void OnButtonSetplcstop();
afx_msg void OnButtonReadblock();
afx_msg void OnButtonWriteblock();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ f黦t unmittelbar vor der vorhergehenden Zeile zus鋞zliche Deklarationen ein.
#endif // !defined(AFX_IBHNETBSPDLG_H__73A2F7A8_9421_11D6_8E8F_525405FECACB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -