📄 selectstaff.h
字号:
#if !defined(AFX_SELECTSTAFF_H__2F15772F_1707_47AA_B81F_BC7B737A2857__INCLUDED_)
#define AFX_SELECTSTAFF_H__2F15772F_1707_47AA_B81F_BC7B737A2857__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SelectStaff.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSelectStaff dialog
class CSelectStaff : public CDialog
{
// Construction
public:
CSelectStaff(CWnd* pParent = NULL); // standard constructor
CString staffID;
CString staffName;
// Dialog Data
//{{AFX_DATA(CSelectStaff)
enum { IDD = IDD_SELECTSTAFF_DIALOG };
CListCtrl m_staffList;
float m_yearPlan;
float m_yearRatio;
float m_JanPlan;
float m_JanRatio;
float m_FebPlan;
float m_FebRatio;
float m_MarPlan;
float m_MarRatio;
float m_AprPlan;
float m_AprRatio;
float m_MayPlan;
float m_MayRatio;
float m_JunPlan;
float m_JunRatio;
float m_JulPlan;
float m_JulRatio;
float m_AugPlan;
float m_AugRatio;
float m_SepPlan;
float m_SepRatio;
float m_OctPlan;
float m_OctRatio;
float m_NovPlan;
float m_NovRatio;
float m_DecPlan;
float m_DecRatio;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSelectStaff)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSelectStaff)
afx_msg void OnClickStaffList(NMHDR* pNMHDR, LRESULT* pResult);
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SELECTSTAFF_H__2F15772F_1707_47AA_B81F_BC7B737A2857__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -