⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demissioninfodlg.h

📁 VC++和ACCESS使用ADO连接
💻 H
字号:
#if !defined(AFX_DEMISSIONINFODLG_H__4FC1D7B5_1ECC_4215_BE6B_2B504566EB35__INCLUDED_)
#define AFX_DEMISSIONINFODLG_H__4FC1D7B5_1ECC_4215_BE6B_2B504566EB35__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DemissionInfoDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// DemissionInfoDlg dialog

class DemissionInfoDlg : public CDialog
{
// Construction
public:
	BOOL m_bFlowerToShow;
	BOOL m_bModifyNotFirst;
	CString m_strName;
	CString m_strIDCard;
	CString m_strSex;
	CString m_strCompany;
	CString m_strDepart;
	CString m_strAge;

	CString m_strJobPos;
	CString m_strTechPost;
	CString m_strDuty;
	CString m_strJoinT;

	CString m_strGraSch;
	CString m_strHigDia;
	CString m_strStuEndT;
	CString m_strFirJobT;

	CString m_strTechSpe;
	CString m_strMobile;
	CString m_strRemark;
	DemissionInfoDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(DemissionInfoDlg)
	enum { IDD = IDD_DEMISSION_INFO };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(DemissionInfoDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	void GetInfoFromDB(void);
	CString D_DemisPro;
	CString D_Descrip;
	CString D_LeaveTime;
	CString	D_Other;
	CString	D_IsOver;

	BOOL DemissionOper(void);
	BOOL ModifyNotInPos(void);
	void GetDemisFromClass(void);
	void CtrlStatus_Demission(BOOL bStatus);

	// Generated message map functions
	//{{AFX_MSG(DemissionInfoDlg)
	afx_msg void OnButtonDiSave();
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonDModify();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DEMISSIONINFODLG_H__4FC1D7B5_1ECC_4215_BE6B_2B504566EB35__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -