📄 plc11indlg.h
字号:
#if !defined(AFX_PLC11INDLG_H__DD3D1669_36E4_42B3_963F_FBDAC80FF1F6__INCLUDED_)
#define AFX_PLC11INDLG_H__DD3D1669_36E4_42B3_963F_FBDAC80FF1F6__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// Plc11InDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPlc11InDlg dialog
class CPlc11InDlg : public CDialog
{
// Construction
public:
CPlc11InDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPlc11InDlg)
enum { IDD = IDD_PLC_IN11 };
CButton m_pin8;
CButton m_pin7;
CButton m_pin6;
CButton m_pin5;
CButton m_pin4;
CButton m_pin3;
CButton m_pin2;
CButton m_pin1;
CButton m_nenable;
CButton m_set_enable;
CButton m_or_enable;
CButton m_clr_enable;
CButton m_and_enable;
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPlc11InDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPlc11InDlg)
virtual BOOL OnInitDialog();
afx_msg void OnDestroy();
afx_msg void OnAndEnable();
afx_msg void OnOrEnable();
afx_msg void OnSetEnable();
afx_msg void OnClrEnable();
afx_msg void OnNenable();
afx_msg void OnChangeUnitNum();
afx_msg void OnPart1();
afx_msg void OnPart2();
afx_msg void OnPart3();
afx_msg void OnPart4();
afx_msg void OnPart5();
afx_msg void OnPart6();
afx_msg void OnPart7();
afx_msg void OnPart8();
afx_msg void OnChangeEditP1();
afx_msg void OnChangeEditP2();
afx_msg void OnChangeEditP3();
afx_msg void OnChangeEditP4();
afx_msg void OnChangeEditP5();
afx_msg void OnChangeEditP6();
afx_msg void OnChangeEditP7();
afx_msg void OnChangeEditP8();
afx_msg void OnChangeEditp1();
afx_msg void OnChangeEditp2();
afx_msg void OnChangeEditp3();
afx_msg void OnChangeEditp4();
afx_msg void OnChangeEditp5();
afx_msg void OnChangeEditp6();
afx_msg void OnChangeEditp7();
afx_msg void OnChangeEditp8();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PLC11INDLG_H__DD3D1669_36E4_42B3_963F_FBDAC80FF1F6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -