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
DlgCustom.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:
- DlgCustom.h
- Abstract:
- the class of Dialog for setting user's favor-config
- 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_DLGCUSTOM_H__41295931_93B3_4FC7_9ED4_809D161527F1__INCLUDED_)
- #define AFX_DLGCUSTOM_H__41295931_93B3_4FC7_9ED4_809D161527F1__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- class CDlgCustom : public CDialog
- {
- public:
- void InitData(UINT xNum, UINT yNum, UINT mNum);
- CDlgCustom(CWnd* pParent = NULL); // standard constructor
- //{{AFX_DATA(CDlgCustom)
- enum { IDD = IDD_DLG_CUSTOM };
- UINT m_uHeight;
- UINT m_uNumber;
- UINT m_uWidth;
- //}}AFX_DATA
- //{{AFX_VIRTUAL(CDlgCustom)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- protected:
- //{{AFX_MSG(CDlgCustom)
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- #endif // !defined(AFX_DLGCUSTOM_H__41295931_93B3_4FC7_9ED4_809D161527F1__INCLUDED_)