menu_inputreminfodlg.h
来自「VC++和ACCESS使用ADO连接」· C头文件 代码 · 共 83 行
H
83 行
#if !defined(AFX_MENU_INPUTREMINFODLG_H__CCA51D5A_E78D_46E6_A5EA_5348C020AA09__INCLUDED_)
#define AFX_MENU_INPUTREMINFODLG_H__CCA51D5A_E78D_46E6_A5EA_5348C020AA09__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Menu_InputRemInfoDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Menu_InputRemInfoDlg dialog
class Menu_InputRemInfoDlg : public CDialog
{
// Construction
public:
CString m_strName;
CString m_strIDCard;
CString m_strSex;
CString m_strOldCompany;
CString m_strOldDepart;
CString m_strOldDuty;
Menu_InputRemInfoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Menu_InputRemInfoDlg)
enum { IDD = IDD_MENU4_INPUTREMINFO };
CComboBox m_InputRem_Cmb_Depart;
CComboBox m_InputRem_Cmb_Company;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Menu_InputRemInfoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void MakeAlterInfoWord2(void);
void MakeAlterInfoWord1(void);
void InitSavePath(void);
void ModifyAlterInfo(void);
void SaveAlterInfo(void);
void InitDepartToSelect(CComboBox *pDept);
void InitCompanyToSelect(CComboBox *pCombox);
void GetOldInfoToShow(void);
BOOL m_bModifyDB;
BOOL m_bSaveNotModify;
BOOL m_bMakeWord;
CString m_strSPath;
CString m_strEventNum;
CString m_strNewCompany;
CString m_strNewDepart;
CString m_strNewDuty;
CString m_strPayOldEndT;
CString m_strPayNewBegT;
CString m_strRemark;
CString m_strAlterTime;
// Generated message map functions
//{{AFX_MSG(Menu_InputRemInfoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeInputremCmbNewcompany();
afx_msg void OnInputremBtnSave();
virtual void OnCancel();
afx_msg void OnInputremBtnModify();
afx_msg void OnInputremBtnWord();
afx_msg void OnInputremBtnPath();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MENU_INPUTREMINFODLG_H__CCA51D5A_E78D_46E6_A5EA_5348C020AA09__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?