firstsetdlg.h

来自「M16C Flash Starter Software Ver.2.0.0.46」· C头文件 代码 · 共 60 行

H
60
字号
#if !defined(AFX_FIRSTSETDLG_H__63A58062_26C1_11D2_AEFD_00C04FD601E8__INCLUDED_)
#define AFX_FIRSTSETDLG_H__63A58062_26C1_11D2_AEFD_00C04FD601E8__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// FirstSetDlg.h: The header file
//
// This software can be offered for free and used as necessary to aid 
// in your program developments.
//
// RENESAS TECHNOLOGY CORPORATION, RENESAS SOLUTIONS CORPORATION,
// and related original software developers assume no responsibility 
// for any damage or infringement of any third-party's rights, originating 
// in the use of the following software.
// Please use this software under the agreement and acceptance of these conditions. 
//
// Copyright(C)1998(2003) RENESAS TECHNOLOGY CORPORATION AND RENESAS SOLUTIONS CORPORATION
// ALL RIGHTS RESERVED
//
//
/////////////////////////////////////////////////////////////////////////////
// A CFirstSetDlg dialog

class CFirstSetDlg : public CDialog
{
// The construction
public:
	CFirstSetDlg(CWnd* pParent = NULL);   // a standard constractor

// Dialog data
	//{{AFX_DATA(CFirstSetDlg)
	enum { IDD = IDD_FIRST_SET_DIALOG };
		//  Memo: ClassWizard adds  data members to this position.
	//}}AFX_DATA


// Override
	// ClassWizard generates the override of the hypothesis function.
	//{{AFX_VIRTUAL(CFirstSetDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// The message map function that was generated.
	//{{AFX_MSG(CFirstSetDlg)
		// Memo: ClassWizard adds the member function to this position.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio inserts the declaration of addition immediately before the front line.

#endif // !defined(AFX_FIRSTSETDLG_H__63A58062_26C1_11D2_AEFD_00C04FD601E8__INCLUDED_)

⌨️ 快捷键说明

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