dcustomsauditing.h

来自「物流管理信息系统数据库,来自明日科技公司出品关于数据库建设」· C头文件 代码 · 共 50 行

H
50
字号
#if !defined(AFX_DCUSTOMSAUDITING_H__31D12E93_30E0_4698_B28E_099E183FCCA7__INCLUDED_)
#define AFX_DCUSTOMSAUDITING_H__31D12E93_30E0_4698_B28E_099E183FCCA7__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DCustomsAuditing.h : header file
//
#include "RxGrid.h"
/////////////////////////////////////////////////////////////////////////////
// CDCustomsAuditing dialog

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

// Dialog Data
	//{{AFX_DATA(CDCustomsAuditing)
	enum { IDD = IDD_CUSTOMSAUDITING };
	RxGrid	m_Grid;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDCustomsAuditing)
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DCUSTOMSAUDITING_H__31D12E93_30E0_4698_B28E_099E183FCCA7__INCLUDED_)

⌨️ 快捷键说明

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