📄 s_prgdlg.h
字号:
#if !defined(AFX_S_PRGDLG_H__F7133421_4018_11D3_9B2E_00E0290B9DF8__INCLUDED_)
#define AFX_S_PRGDLG_H__F7133421_4018_11D3_9B2E_00E0290B9DF8__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// S_PrgDlg.h : 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
//
/////////////////////////////////////////////////////////////////////////////
// CS_PrgDlg
class CS_PrgDlg : public CDialog
{
public:
BOOL InitDisp(void);
CS_PrgDlg(CWnd* pParent = NULL);
//{{AFX_DATA(CS_PrgDlg)
enum { IDD = IDD_S_PRG_DIALOG };
CString m_strCOM;
int m_FlashType;
//}}AFX_DATA
//{{AFX_VIRTUAL(CS_PrgDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 僒億乕僩
//}}AFX_VIRTUAL
protected:
//{{AFX_MSG(CS_PrgDlg)
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
static int s_FlashType;
};
//{{AFX_INSERT_LOCATION}}
#endif // !defined(AFX_S_PRGDLG_H__F7133421_4018_11D3_9B2E_00E0290B9DF8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -