?? tabkc.h
字號:
// TabKC.h: interface for the CTabKC class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_TABKC_H__1D6C1B7F_8811_4980_9615_A9C92CDA69EA__INCLUDED_)
#define AFX_TABKC_H__1D6C1B7F_8811_4980_9615_A9C92CDA69EA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "BaseTabCtrl1.h"
#include "DataKC.h"
class CTabKC : public CBaseTabCtrl
{
public:
int ShowListChaXun(int show);
CTabKC(int s_n);
virtual ~CTabKC();
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};
enum{ID_LEVER_UP=218,ID_LEVER_DOWN=219};
CButton m_btnUp;
CButton m_btnDown;
CDataKC m_dataKc;
protected:
//{{AFX_MSG(CTabXSTH)
afx_msg void OnSelchange(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnChaXun();
afx_msg void OnLeverUp();
afx_msg void OnLeverDown();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // !defined(AFX_TABKC_H__1D6C1B7F_8811_4980_9615_A9C92CDA69EA__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -