📄 payprotectinfodlg.h
字号:
#if !defined(AFX_PAYPROTECTINFODLG_H__1711CB18_9BF6_4E4C_B91F_45051C90D733__INCLUDED_)
#define AFX_PAYPROTECTINFODLG_H__1711CB18_9BF6_4E4C_B91F_45051C90D733__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PayProtectInfoDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// PayProtectInfoDlg dialog
class PayProtectInfoDlg : public CDialog
{
// Construction
public:
PayProtectInfoDlg(CWnd* pParent = NULL);
// Dialog Data
//{{AFX_DATA(PayProtectInfoDlg)
enum { IDD = IDD_PAYPROTECTINFO };
// NOTE - ClassWizard will add data members here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(PayProtectInfoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CString PayP_OldProID;
CString PayP_OldProBegT;
CString PayP_OldProStopT;
CString PayP_InjuryProID;
CString PayP_InjuryBegT;
CString PayP_InjuryStopT;
CString PayP_BirthProID;
CString PayP_BirthBegT;
CString PayP_BirthStopT;
CString PayP_TreatProID;
CString PayP_TreatProBegT;
CString PayP_TreatProStop;
CString PayP_UnempProID;
CString PayP_UnempProBegT;
CString PayP_UnempProStop;
CString PayP_AccumID;
CString PayP_AccumBegT;
CString PayP_AccumStopT;
CString PayP_BasicPayment;
BOOL CheckAllInfo_PayP(void);
BOOL PpSave(int nKeyID, CString strKeyIDCard);
BOOL PpModify(int nKeyID, CString strKeyIDCard);
void GetProPInfoFromDB(void);
void CtrlStatus_ProPI(BOOL bStatus);
void IniAllTimePicker(void);
// Generated message map functions
//{{AFX_MSG(PayProtectInfoDlg)
afx_msg void OnButtonPpSave();
afx_msg void OnButtonPpModify();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
BOOL m_bSaveNotModify_ProPI;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PAYPROTECTINFODLG_H__1711CB18_9BF6_4E4C_B91F_45051C90D733__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -