Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
DlgNewRecord.h
Package: gamesourec6.rar [view]
Upload User: hbrsgg1
Upload Date: 2014-05-08
Package Size: 2826k
Code Size: 1k
Category:
Other Riddle games
Development Platform:
C/C++
- /*++
- Copyright (c) 2004-2005 Micro-soft
- Module Name:
- DlgNewRecord.h
- Abstract:
- the class of Dialog for recording the best sore of expert users,
- by pop up way.
- Author:
- Microsoft's Engineer - Unknown Name
- improved by Weijian Luo (Arthur Luo) 15-Jun-2005
- E-mail: skybluehacker@yahoo.com.cn
- Revision History: 1.0
- --*/
- #if !defined(AFX_DLGNEWRECORD_H__7948FA27_5DED_4553_9933_EC2B38F7256E__INCLUDED_)
- #define AFX_DLGNEWRECORD_H__7948FA27_5DED_4553_9933_EC2B38F7256E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- class CDlgNewRecord : public CDialog
- {
- public:
- CDlgNewRecord(CWnd* pParent = NULL); // standard constructor
- void SetLevel(UINT level);
- CString GetName();
- //{{AFX_DATA(CDlgNewRecord)
- enum { IDD = IDD_DLG_NEWRECORD };
- CString m_szName;
- CString m_szDesc;
- //}}AFX_DATA
- //{{AFX_VIRTUAL(CDlgNewRecord)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- protected:
- //{{AFX_MSG(CDlgNewRecord)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- #endif // !defined(AFX_DLGNEWRECORD_H__7948FA27_5DED_4553_9933_EC2B38F7256E__INCLUDED_)