proppage.h
来自「VC6++ program demo source for communicat」· C头文件 代码 · 共 66 行
H
66 行
#if !defined(AFX_PROPPAGE_H__43A9176E_1AFE_11D8_84D2_FEB56A9BFD34__INCLUDED_)
#define AFX_PROPPAGE_H__43A9176E_1AFE_11D8_84D2_FEB56A9BFD34__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PropPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPropPage1 dialog
class CPropPage1 : public CPropertyPage
{
DECLARE_DYNCREATE(CPropPage1)
// Construction
public:
void XLedUpdate(char *lpStatus);
void YLedUpdate(char *lpStatus);
void RLedUpdate(char *lpStatus);
CBitmap mBmGray;
CBitmap mBmGreen;
void ItemUpdate();
int mItemCount;
char *mDevice[100];
char *mComment[100];
char *mValue[100];
CPropPage1();
~CPropPage1();
// Dialog Data
//{{AFX_DATA(CPropPage1)
enum { IDD = IDD_DIALOG_MAY1 };
CListCtrl m_ProgList;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CPropPage1)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPropPage1)
virtual BOOL OnInitDialog();
afx_msg void OnConfig();
afx_msg void OnFilename();
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
afx_msg void OnDestroy();
afx_msg void OnExit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROPPAGE_H__43A9176E_1AFE_11D8_84D2_FEB56A9BFD34__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?