viewinfo.h

来自「完整的汽配查询软件」· C头文件 代码 · 共 73 行

H
73
字号
//{{AFX_INCLUDES()
#include "imgedit.h"
//}}AFX_INCLUDES
#if !defined(AFX_VIEWINFO_H__04186D41_F6A7_11D7_BF38_00E04C3C84B2__INCLUDED_)
#define AFX_VIEWINFO_H__04186D41_F6A7_11D7_BF38_00E04C3C84B2__INCLUDED_

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

#include "FlatEdit.h"
#include "XPButton.h"

/////////////////////////////////////////////////////////////////////////////
// CViewInfo dialog

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

// Dialog Data
	//{{AFX_DATA(CViewInfo)
	enum { IDD = IDD_VIEW_INFO };
	CXPButton	m_vok;
	CFlatEdit	m_8;
	CFlatEdit	m_7;
	CFlatEdit	m_6;
	CFlatEdit	m_5;
	CFlatEdit	m_4;
	CFlatEdit	m_3;
	CFlatEdit	m_2;
	CFlatEdit	m_1;
	CImgEdit	m_ctrlPicture;
	CString	m_appname;
	CString	m_prodname;
	CString	m_kgs;
	CString	m_oeno;
	CString	m_qty;
	CString	m_size;
	CString	m_tpno;
	CString	m_oe;
	//}}AFX_DATA


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

// Implementation
protected:
	TCHAR exeFullPath[MAX_PATH];
	void GetProgramPath();

	// Generated message map functions
	//{{AFX_MSG(CViewInfo)
	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_VIEWINFO_H__04186D41_F6A7_11D7_BF38_00E04C3C84B2__INCLUDED_)

⌨️ 快捷键说明

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