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

📄 dqyqhtps.h

📁 一个合同管理系统
💻 H
字号:
#if !defined(AFX_DQYQHTPS_H__A784F54B_2BFD_4494_AF2B_5DE8C2750A82__INCLUDED_)
#define AFX_DQYQHTPS_H__A784F54B_2BFD_4494_AF2B_5DE8C2750A82__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDqyqhtps dialog
#include "BaseEdit.h"
#include "BaseDateTimeCtrl.h"
#include "BaseComboBox.h"

class CDqyqhtps : public CDialog
{
// Construction
public:
	CString m_sID;
	CDqyqhtps(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDqyqhtps)
	enum { IDD = IDD_DIA_QYQHTPS };
	CBaseComboBox	m_Comxmyz;
	CButton	m_ButDele;
	CButton	m_ButPrint;
	CBaseDateTimeCtrl	m_Dttbsj;
	CBaseDateTimeCtrl	m_Dtpssg;
	CBaseEdit	m_Edtxmgb;
	CBaseEdit	m_Edttpwtjfz;
	CBaseEdit	m_Edttpfze;
	CBaseEdit	m_Edttbr;
	CBaseEdit	m_Edtssfs;
	CBaseEdit	m_Edtspqm;
	CBaseEdit	m_Edtshhbr;
	CBaseEdit	m_Edtqt;
	CBaseEdit	m_Edtpszcr;
	CBaseEdit	m_Edtpsyj;
	CBaseEdit	m_Edtpsdd;
	CBaseEdit	m_Edtpscjr;
	CBaseEdit	m_Edtthte;
	CBaseEdit	m_Edtbz2;
	CBaseEdit	m_Edtbz;
	CBaseEdit	m_Edtbh;
	CBaseDateTimeCtrl	m_Dttpsj;
	CBaseComboBox	m_Comxmmc;
	CButton	m_ButSave;
	CButton	m_ButExit;
	CButton	m_ButAdd;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDqyqhtps)
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void OnButadd();
	afx_msg void OnButsave1();
	afx_msg void OnButexit1();
	afx_msg void OnButprint();
	afx_msg void OnPaint();
	afx_msg void OnButdele();
	afx_msg void OnKillfocusCombo1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CSize PageSize;
	RatioStruct Ratio;
	void Enabled(bool bEnabled);
	void Display(CString sID);
	void Clear();
};

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

#endif // !defined(AFX_DQYQHTPS_H__A784F54B_2BFD_4494_AF2B_5DE8C2750A82__INCLUDED_)

⌨️ 快捷键说明

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