📄 plcinidlg.h
字号:
#if !defined(AFX_PLCINIDLG_H__7BE1068C_7AD1_450D_865C_CD1BA31F0049__INCLUDED_)
#define AFX_PLCINIDLG_H__7BE1068C_7AD1_450D_865C_CD1BA31F0049__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// PlcINIDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPlcINIDlg dialog
class CPlcINIDlg : public CDialog
{
// Construction
public:
CPlcINIDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPlcINIDlg)
enum { IDD = IDD_PLC_INI };
CButton m_soepm;
CButton m_dnmc;
CButton m_upmc;
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_not;
CButton m_clr;
CButton m_set;
CButton m_and;
CButton m_or;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPlcINIDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPlcINIDlg)
virtual BOOL OnInitDialog();
afx_msg void OnCheck1();
afx_msg void OnCheck2();
afx_msg void OnCheck3();
afx_msg void OnCheck4();
afx_msg void OnCheck5();
afx_msg void OnCheck6();
afx_msg void OnCheck7();
afx_msg void OnCheck8();
afx_msg void OnCheck9();
afx_msg void OnCheck10();
afx_msg void OnCheck11();
afx_msg void OnCheck12();
afx_msg void OnCheck13();
afx_msg void OnChangeEdit1();
afx_msg void OnChangeEdit2();
afx_msg void OnChangeEdit4();
afx_msg void OnChangeEdit3();
afx_msg void OnChangeEdit5();
afx_msg void OnChangeEdit6();
afx_msg void OnChangeEdit7();
afx_msg void OnChangeEdit8();
afx_msg void OnChangeEdit9();
afx_msg void OnChangeEdit10();
afx_msg void OnCheck14();
afx_msg void OnCheck15();
afx_msg void OnCheck16();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PLCINIDLG_H__7BE1068C_7AD1_450D_865C_CD1BA31F0049__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -