📄 startscreen.h
字号:
//////////////////////////////////////////////////////////////////////
//
// File: StartScreen.h
//
// $Archive: /ComemL/Util/PCfg/StartScreen.h $
//
// Purpose:
//
// $Author: Tpm $
//
// $History: StartScreen.h $
//
// ***************** Version 1 *****************
// User: Tpm Date: 7/13/98 Time: 8:38a
// Created in $/ComemL/Util/PCfg
//
// ***************** Version 8 *****************
// User: Tpm Date: 10/27/97 Time: 2:56p
// Updated in $/Comem/Mapper
// Req: Put CoMem ID into toolbar.
// Fix: Added Card # to TitleBar
//
// ***************** Version 7 *****************
// User: Stevek Date: 10/22/97 Time: 12:27p
// Updated in $/Comem/Mapper
// Added header blocks to all files at once!
//
// Copyright (c) 1997 Anchor Chips, Inc. May not be reproduced without
// permission. See the license agreement for more details.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STARTSCREEN_H__E3632D41_2DA0_11D1_B9FB_00A024BBE6B5__INCLUDED_)
#define AFX_STARTSCREEN_H__E3632D41_2DA0_11D1_B9FB_00A024BBE6B5__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// StartScreen.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CStartScreen dialog
class CStartScreen : public CDialog
{
// Construction
public:
CStartScreen(CWnd* pParent = NULL); // standard constructor
CStartScreen(DWORD comemid, DWORD comemCount, CWnd* pParent = NULL);
void GetData(DWORD &comemid);
// Dialog Data
//{{AFX_DATA(CStartScreen)
enum { IDD = IDD_STARTSCREEN };
int m_nCoMemId;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStartScreen)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CStartScreen)
afx_msg void OnExit();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
DWORD m_comemCount;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STARTSCREEN_H__E3632D41_2DA0_11D1_B9FB_00A024BBE6B5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -