add_dlg.h

来自「用VC编写」· C头文件 代码 · 共 64 行

H
64
字号
#if !defined(AFX_ADD_DLG_H__C3693A65_F72D_490F_BD43_85C39B3047C0__INCLUDED_)
#define AFX_ADD_DLG_H__C3693A65_F72D_490F_BD43_85C39B3047C0__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ADD_DLG.h : header file
//
#include "BtnST.h"
/////////////////////////////////////////////////////////////////////////////
// CADD_DLG dialog
class CADD_DLG : public CDialog
{
// Construction
public:
	CADD_DLG(CWnd* pParent = NULL);   // standard constructor
  
// Dialog Data
	//{{AFX_DATA(CADD_DLG)
	enum { IDD = IDD_DIALOG_ADD };
	CString	m_date;
	CString	m_sBianh;
	CString	m_sCfax;
	CString	m_sChangj;
	CString	m_sClianxr;
	CString	m_sCtel;
	float	m_fDuibj;
	CString	m_sGfax;
	CString	m_sGlianxr;
	CString	m_sGtel;
	float	m_fJinj;
	CString	m_sMingc;
	float	m_fChuj;
	CString	m_sXingh;
	CString	m_sGongys;
	CButtonST m_btnOK;
	CButtonST m_btnCancel;
	CString	m_sBeiz;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CADD_DLG)
	virtual void OnOK();
	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_ADD_DLG_H__C3693A65_F72D_490F_BD43_85C39B3047C0__INCLUDED_)

⌨️ 快捷键说明

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