Page principale   Liste des namespaces   Hiérarchie des classes   Liste par ordre alphabétique   Liste des composants   Liste des fichiers   Membres des namespaces   Composants   Déclarations  

ExNihiloLauncherDlg.h

Aller à la documentation de ce fichier.
00001 // ExNihiloLauncherDlg.h : header file
00002 //
00003 
00004 #pragma once
00005 #include "afxwin.h"
00006 
00007 
00008 // CExNihiloLauncherDlg dialog
00009 class CExNihiloLauncherDlg : public CDialog
00010 {
00011 // Construction
00012 public:
00013         CExNihiloLauncherDlg(CWnd* pParent = NULL);     // standard constructor
00014 
00015 // Dialog Data
00016         enum { IDD = IDD_EXNIHILOLAUNCHER_DIALOG };
00017 
00018         protected:
00019         virtual void DoDataExchange(CDataExchange* pDX);        // DDX/DDV support
00020 
00021 
00022 // Implementation
00023 protected:
00024         HICON m_hIcon;
00025 
00026         // Generated message map functions
00027         virtual BOOL OnInitDialog();
00028         afx_msg void OnPaint();
00029         afx_msg HCURSOR OnQueryDragIcon();
00030         DECLARE_MESSAGE_MAP()
00031 public:
00032         afx_msg void OnBnClickedButlaunch();
00033         afx_msg void OnBnClickedButpart();
00034         afx_msg void OnBnClickedButint();
00035         afx_msg void OnBnClickedButasc();
00036         BOOL m_ChFull;
00037         CButton m_CR800;
00038         CButton m_CR1024;
00039         CButton m_CR1600;
00040 };

Généré le Tue Dec 10 18:18:13 2002 pour ExNihilo par doxygen1.3-rc1