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  

ExNihilo LauncherDlg.h

Aller à la documentation de ce fichier.
00001 // ExNihilo LauncherDlg.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 OnBnClickedButfullscreen();
00033         afx_msg void OnBnClickedButwindow();
00034         afx_msg void OnBnClickedButinterface();
00035         afx_msg void OnBnClickedButparticules();
00036         afx_msg void OnBnClickedButmap();
00037         afx_msg void OnBnClickedButtonweb();
00038         afx_msg void OnBnClickedButtondoc();
00039         afx_msg void OnBnClickedButtoncontact();
00040         CComboBox m_CResolution;
00041 };

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