plcin0dlg.h
来自「波峰焊后台控制软件-英文版」· C头文件 代码 · 共 82 行
H
82 行
#if !defined(AFX_PLCIN0DLG_H__DCF762E9_3A08_4104_AC6A_DD10D2CCB182__INCLUDED_)
#define AFX_PLCIN0DLG_H__DCF762E9_3A08_4104_AC6A_DD10D2CCB182__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// PlcIn0Dlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPlcIn0Dlg dialog
class CPlcIn0Dlg : public CDialog
{
// Construction
public:
CPlcIn0Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPlcIn0Dlg)
enum { IDD = IDD_PLC_IN0 };
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(CPlcIn0Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPlcIn0Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnAndEnable();
afx_msg void OnOrEnable();
afx_msg void OnSetEnable();
afx_msg void OnClrEnable();
afx_msg void OnNenable();
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 OnChangeEditPin1();
afx_msg void OnChangeEditPin2();
afx_msg void OnChangeEditPin3();
afx_msg void OnChangeEditPin4();
afx_msg void OnChangeEditPin5();
afx_msg void OnChangeEditPin6();
afx_msg void OnChangeEditPin8();
afx_msg void OnChangeEditPin7();
afx_msg void OnChangeSum();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PLCIN0DLG_H__DCF762E9_3A08_4104_AC6A_DD10D2CCB182__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?