📄 tblst.h
字号:
#if !defined(AFX_TBLSTPRINT_H__E47FFE4C_DF03_41EC_8D85_6D82D7E18890__INCLUDED_)
#define AFX_TBLSTPRINT_H__E47FFE4C_DF03_41EC_8D85_6D82D7E18890__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CTbLst dialog
class CChildFrame;
class CTbLst : public CPropertyPage
{
DECLARE_DYNCREATE(CTbLst)
// Construction
public:
CTbLst();
~CTbLst();
CSuperGridCtrl m_listInf;
CStringArray m_arr;
CChildFrame * m_frmChild;
// Dialog Data
//{{AFX_DATA(CTbLst)
enum { IDD = IDD_tblist };
// NOTE - ClassWizard will add data members here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CTbLst)
protected:
virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTbLst)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnSize(UINT nType, int cx, int cy);
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -