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

📄 ddelever.h

📁 用VC+SQL实现的物流管理系统 “RxMediaPlayer” 文件夹中存放《物流综合管理系统》中《媒体播放平台》源程序 “数据库设置”文件夹中存放《物流综合管理系统》辅助工具《数据库设置》源程
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -