Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

SDKConsolDlg.h

Go to the documentation of this file.
00001 // SDKConsolDlg.h : fichier d'en-tête
00002 //
00003 
00004 #pragma once
00005 
00006 
00007 // boîte de dialogue CSDKConsolDlg
00008 class CSDKConsolDlg : public CDialog
00009 {
00010 // Construction
00011 public:
00012         CSDKConsolDlg(CWnd* pParent = NULL);    // constructeur standard
00013 
00014 // Données de la boîte de dialogue
00015         enum { IDD = IDD_SDKCONSOL_DIALOG };
00016 
00017         protected:
00018         virtual void DoDataExchange(CDataExchange* pDX);        // prise en charge de DDX/DDV
00019 
00020 
00021 // Implémentation
00022 protected:
00023         HICON m_hIcon;
00024 
00025         // Fonctions générées de la table des messages
00026         virtual BOOL OnInitDialog();
00027         afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
00028         afx_msg void OnPaint();
00029         afx_msg HCURSOR OnQueryDragIcon();
00030         DECLARE_MESSAGE_MAP()
00031 };

Generated on Tue Dec 10 18:20:08 2002 for ExNihilo by doxygen1.3-rc1