deccommoditydlg.h

来自「打印发票程序」· C头文件 代码 · 共 51 行

H
51
字号
#if !defined(AFX_DECCOMMODITYDLG_H__E061CE8E_9F93_4FC5_A514_4923BC46DE47__INCLUDED_)
#define AFX_DECCOMMODITYDLG_H__E061CE8E_9F93_4FC5_A514_4923BC46DE47__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDecCommodityDlg dialog

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

	void	GetString(LPSTR str);
	int		 i;
// Dialog Data
	//{{AFX_DATA(CDecCommodityDlg)
	enum { IDD = IDD_DEC_COMMODITY_DLG };
	CComboBox	m_DecCommodity;
	//}}AFX_DATA


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

// Implementation
protected:
	char* strings[3];

	// Generated message map functions
	//{{AFX_MSG(CDecCommodityDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnEditchangeDecCommodityCombo();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DECCOMMODITYDLG_H__E061CE8E_9F93_4FC5_A514_4923BC46DE47__INCLUDED_)

⌨️ 快捷键说明

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