📄 jobinfo.h
字号:
#if !defined(AFX_JOBINFO_H__7D1EFD97_1521_4242_92BD_69EEC14324BE__INCLUDED_)
#define AFX_JOBINFO_H__7D1EFD97_1521_4242_92BD_69EEC14324BE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Jobinfo.h : header file
//
extern CMyApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CJobinfo dialog
class CJobinfo : public CDialog
{
// Construction
public:
CTime CStringToCTime(CString cDate);
CString GetFieldValue(CString Field);
CJobinfo(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CJobinfo)
enum { IDD = IDD_JOBINFO_DLG };
CListCtrl m_job;
CString m_tongji;
CString m_neirong;
int m_tiaojian;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CJobinfo)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CStatusBarCtrl m_StatusBar;
_RecordsetPtr rst;
int page,nowpage,cx_page,cx_nowpage,cx_jieguo;
// Generated message map functions
//{{AFX_MSG(CJobinfo)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnRclickListJob(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnAddnew();
afx_msg void OnRushBut();
afx_msg void OnFirstBut();
afx_msg void OnNextBut();
afx_msg void OnPreviousBut();
afx_msg void OnLastBut();
afx_msg void OnFindBut();
afx_msg void OnFirstBut2();
afx_msg void OnPreviousBut2();
afx_msg void OnNextBut2();
afx_msg void OnLastBut2();
afx_msg void OnDelete();
afx_msg void OnUpdate();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_JOBINFO_H__7D1EFD97_1521_4242_92BD_69EEC14324BE__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -