00001
00002
00003
00004 #pragma once
00005 #include "afxwin.h"
00006
00007
00008
00009 class CExNihiloLauncherDlg : public CDialog
00010 {
00011
00012 public:
00013 CExNihiloLauncherDlg(CWnd* pParent = NULL);
00014
00015
00016 enum { IDD = IDD_EXNIHILOLAUNCHER_DIALOG };
00017
00018 protected:
00019 virtual void DoDataExchange(CDataExchange* pDX);
00020
00021
00022
00023 protected:
00024 HICON m_hIcon;
00025
00026
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 };