dataputout.h

来自「一个长度信息管理系统。主要包含了界面编程和对文件操作。」· C头文件 代码 · 共 59 行

H
59
字号
#if !defined(AFX_DATAPUTOUT_H__7AAC6E3C_D577_4806_A2BB_6C46E2B5861C__INCLUDED_)
#define AFX_DATAPUTOUT_H__7AAC6E3C_D577_4806_A2BB_6C46E2B5861C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DataPutOut.h : header file
//
#include "Cartonbutn.h"
#include "Cartonbutngroup.h"
#include "BDialog.h"
/////////////////////////////////////////////////////////////////////////////
// DataPutOut dialog

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

// Dialog Data
	//{{AFX_DATA(DataPutOut)
	enum { IDD = IDD_DATAPUTOUT_DIALOG };
	CCartonbutn	m_quanxuan;
	CCartonbutn	m_fanxuan;
	CCartonbutn	m_cancel;
	CCartonbutn	m_daochu;
	CListCtrl	m_list1;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(DataPutOut)
	virtual BOOL OnInitDialog();
	afx_msg void Ondaochu();
	afx_msg void Ondaochu2();
	afx_msg void Ondaochu3();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CBrush m_brush;
};

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

#endif // !defined(AFX_DATAPUTOUT_H__7AAC6E3C_D577_4806_A2BB_6C46E2B5861C__INCLUDED_)

⌨️ 快捷键说明

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