📄 plcin1dlg.h
字号:
#if !defined(AFX_PLCIN1DLG_H__86233922_9D4C_4B76_BE53_26DD113CC4E4__INCLUDED_)
#define AFX_PLCIN1DLG_H__86233922_9D4C_4B76_BE53_26DD113CC4E4__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// PlcIn1Dlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPlcIn1Dlg dialog
class CPlcIn1Dlg : public CDialog
{
// Construction
public:
CPlcIn1Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPlcIn1Dlg)
enum { IDD = IDD_PLC_IN1 };
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_in8;
CButton m_in7;
CButton m_in6;
CButton m_in5;
CButton m_in4;
CButton m_in3;
CButton m_in2;
CButton m_in1;
CButton m_nenable;
CButton m_set_enable;
CButton m_or_enable;
CButton m_clr_enable;
CButton m_and_enable;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPlcIn1Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPlcIn1Dlg)
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 OnChangeUnit();
afx_msg void OnUnit1();
afx_msg void OnUnit2();
afx_msg void OnUnit3();
afx_msg void OnUnit4();
afx_msg void OnUnit5();
afx_msg void OnUnit6();
afx_msg void OnUnit7();
afx_msg void OnUnit8();
afx_msg void OnChangeInput1();
afx_msg void OnChangeInput2();
afx_msg void OnChangeInput3();
afx_msg void OnChangeInput4();
afx_msg void OnChangeInput5();
afx_msg void OnChangeInput6();
afx_msg void OnChangeInput7();
afx_msg void OnChangeInput8();
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
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PLCIN1DLG_H__86233922_9D4C_4B76_BE53_26DD113CC4E4__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -