source: abuse/branches/win32/AbuseInstaller/AbuseInstallerDlg.h @ 100

Last change on this file since 100 was 100, checked in by Sam Hocevar, 15 years ago
  • Importing an old Win32 port by Jeremy "Marauder" Scott.
  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1// AbuseInstallerDlg.h : header file
2//
3
4#if !defined(AFX_ABUSEINSTALLERDLG_H__EE5C7F9B_FB9E_400D_A045_EA1056A3B573__INCLUDED_)
5#define AFX_ABUSEINSTALLERDLG_H__EE5C7F9B_FB9E_400D_A045_EA1056A3B573__INCLUDED_
6
7#if _MSC_VER > 1000
8#pragma once
9#endif // _MSC_VER > 1000
10
11/////////////////////////////////////////////////////////////////////////////
12// CAbuseInstallerDlg dialog
13
14class CAbuseInstallerDlg : public CDialog
15{
16// Construction
17public:
18        CAbuseInstallerDlg(CWnd* pParent = NULL);       // standard constructor
19        virtual BOOL InitInstance();
20
21// Dialog Data
22        //{{AFX_DATA(CAbuseInstallerDlg)
23        enum { IDD = IDD_ABUSEINSTALLER_DIALOG };
24                // NOTE: the ClassWizard will add data members here
25        //}}AFX_DATA
26
27        // ClassWizard generated virtual function overrides
28        //{{AFX_VIRTUAL(CAbuseInstallerDlg)
29        protected:
30        virtual void DoDataExchange(CDataExchange* pDX);        // DDX/DDV support
31        //}}AFX_VIRTUAL
32
33// Implementation
34protected:
35        HICON m_hIcon;
36
37        // Generated message map functions
38        //{{AFX_MSG(CAbuseInstallerDlg)
39        virtual BOOL OnInitDialog();
40        afx_msg void OnPaint();
41        afx_msg HCURSOR OnQueryDragIcon();
42        afx_msg void OnInstallPlayButtonClick();
43        //}}AFX_MSG
44        DECLARE_MESSAGE_MAP()
45};
46
47//{{AFX_INSERT_LOCATION}}
48// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
49
50#endif // !defined(AFX_ABUSEINSTALLERDLG_H__EE5C7F9B_FB9E_400D_A045_EA1056A3B573__INCLUDED_)
Note: See TracBrowser for help on using the repository browser.