ddelever.h

来自「用VC+SQL实现的物流管理系统 “RxMediaPlayer” 文件夹中存放」· C头文件 代码 · 共 76 行

H
76
字号
#if !defined(AFX_DDELEVER_H__69D1134B_7007_4B54_A0F2_23E9508673F1__INCLUDED_)
#define AFX_DDELEVER_H__69D1134B_7007_4B54_A0F2_23E9508673F1__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDDelever dialog
#include "RxGrid.h"
#include "BaseEdit.h"
#include "RxEdit.h"
#include "BaseDateTimeCtrl.h"
class CDDelever : public CDialog
{
// Construction
public:
	CDDelever(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDDelever)
	enum { IDD = IDD_DELVER };
	RxGrid	m_Grid;
	CBaseEdit	m_EdtStore;
	CBaseEdit	m_EdtSManTel;
	CBaseEdit	m_EdtSMan;
	RxEdit		m_EdtOutPutID;
	CBaseEdit	m_EdtName;
	RxEdit		m_EdtMan;
	CBaseEdit	m_EdtFManTel;
	CBaseEdit	m_EdtID;
	CBaseEdit	m_EdtFMan;
	CBaseEdit	m_EdtDate;
	CBaseEdit	m_EdtAddr;
	BaseDateTimeCtrl	m_DtDate;
	CButton	m_ButSave;
	CButton	m_ButPrint;
	CButton	m_ButNew;
	CButton	m_ButExit;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDDelever)
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnButnew();
	virtual BOOL OnInitDialog();
	afx_msg void OnSetfocusDtdate(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnButsave();
	afx_msg void OnButexit();
	afx_msg void OnButprint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	void Clear();
	void Enabled(bool bEnabled);
};

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

#endif // !defined(AFX_DDELEVER_H__69D1134B_7007_4B54_A0F2_23E9508673F1__INCLUDED_)

⌨️ 快捷键说明

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