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
prop_pages.h
Package: SCM_Editor_0911.rar [view]
Upload User: binky88
Upload Date: 2015-05-28
Package Size: 199k
Code Size: 2k
Category:
Windows Develop
Development Platform:
Visual C++
- // prop_pages.h: interface for the CPropPages class and its children.
- //
- //////////////////////////////////////////////////////////////////////
- #pragma once
- #include "resource.h"
- class CPropPage1 : public CPropertyPageImpl<CPropPage1>
- {
- public:
- enum {IDD = IDD_PAGE1};
- CPropPage1();
- // Maps
- BEGIN_MSG_MAP(CPropPage1)
- MSG_WM_INITDIALOG(OnInitDialog)
- CHAIN_MSG_MAP(CPropertyPageImpl<CPropPage1>)
- END_MSG_MAP()
- // Message handlers
- BOOL OnInitDialog ( HWND hwndFocus, LPARAM lParam );
- // Notification handlers
- int OnSetActive();
- int OnWizardNext();
- int OnWizardBack();
- };
- class CPropPage2 : public CPropertyPageImpl<CPropPage2>
- {
- public:
- enum {IDD = IDD_PAGE2};
- CPropPage2();
- // Maps
- BEGIN_MSG_MAP(CPropPage2)
- MSG_WM_INITDIALOG(OnInitDialog)
- CHAIN_MSG_MAP(CPropertyPageImpl<CPropPage2>)
- END_MSG_MAP()
- // Message handlers
- BOOL OnInitDialog ( HWND hwndFocus, LPARAM lParam );
- // Notification handlers
- int OnSetActive();
- int OnWizardNext();
- int OnWizardBack();
- };
- class CPropPage3 : public CPropertyPageImpl<CPropPage3>
- {
- public:
- enum {IDD = IDD_PAGE3};
- CPropPage3();
- // Maps
- BEGIN_MSG_MAP(CPropPage3)
- MSG_WM_INITDIALOG(OnInitDialog)
- CHAIN_MSG_MAP(CPropertyPageImpl<CPropPage3>)
- END_MSG_MAP()
- // Message handlers
- BOOL OnInitDialog ( HWND hwndFocus, LPARAM lParam );
- // Notification handlers
- int OnSetActive();
- int OnWizardNext();
- int OnWizardBack();
- };
- class CPropPage4 : public CPropertyPageImpl<CPropPage4>
- {
- public:
- enum {IDD = IDD_PAGE4};
- CPropPage4();
- // Maps
- BEGIN_MSG_MAP(CPropPage4)
- MSG_WM_INITDIALOG(OnInitDialog)
- CHAIN_MSG_MAP(CPropertyPageImpl<CPropPage4>)
- END_MSG_MAP()
- // Message handlers
- BOOL OnInitDialog ( HWND hwndFocus, LPARAM lParam );
- // Notification handlers
- int OnSetActive();
- int OnWizardNext();
- int OnWizardBack();
- };
- class CPropPage5 : public CPropertyPageImpl<CPropPage5>
- {
- public:
- enum {IDD = IDD_PAGE5};
- CPropPage5();
- // Maps
- BEGIN_MSG_MAP(CPropPage5)
- MSG_WM_INITDIALOG(OnInitDialog)
- CHAIN_MSG_MAP(CPropertyPageImpl<CPropPage5>)
- END_MSG_MAP()
- // Message handlers
- BOOL OnInitDialog ( HWND hwndFocus, LPARAM lParam );
- // Notification handlers
- int OnSetActive();
- int OnWizardNext();
- int OnWizardBack();
- };