⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tabxsth.h

📁 这是一个信息管理系统的源代码
💻 H
字号:
// TabXSTH.h: interface for the CTabXSTH class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_TABXSTH_H__E13CD7AE_AD5A_4DDD_8197_0E7C9DAFD0E4__INCLUDED_)
#define AFX_TABXSTH_H__E13CD7AE_AD5A_4DDD_8197_0E7C9DAFD0E4__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "BaseTabCtrl1.h"
#include "DataXS.h"
class CTabXSTH : public CBaseTabCtrl  
{
public:
	CTabXSTH(int e_n,int which);
	virtual ~CTabXSTH();
	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);

	enum{ID_YUANGONG_RQ=217};
	CDateTimeCtrl m_rq;
	CDataXS m_dataXs;
protected:
	//{{AFX_MSG(CTabXSTH)
	afx_msg void OnSelchange(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnChaXun();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#endif // !defined(AFX_TABXSTH_H__E13CD7AE_AD5A_4DDD_8197_0E7C9DAFD0E4__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -