📄 tabdh.h
字号:
// TabDH.h: interface for the CTabDH class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_TABDH_H__A466B1CA_1B88_4C4F_A954_BB62286C6939__INCLUDED_)
#define AFX_TABDH_H__A466B1CA_1B88_4C4F_A954_BB62286C6939__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "BaseTabCtrl1.h"
#include "DataDH.h"
class CTabDH : public CBaseTabCtrl
{
public:
CTabDH(int s_n);
virtual ~CTabDH();
bool InitBaseInfo();
bool InitValues();
bool InitSelf();
bool InitList();
bool PrepareTables(CString &output, CString &input);
CString PrepareSQL();
void SetKey(int mark);
void SetTheBaseInfoFocus();
void SetTheFocus();
bool EnableBaseInfo(bool enabled);
int ShowBaseInfo(int show);
CDataDH m_dataDh;
protected:
//{{AFX_MSG(CTabXSTH)
afx_msg void OnSelchange(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnChaXun();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // !defined(AFX_TABDH_H__A466B1CA_1B88_4C4F_A954_BB62286C6939__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -