2 BobToolz plugin for GtkRadiant
3 Copyright (C) 2001 Gordon Biggans
5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version.
10 This library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details.
15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 #if !defined(AFX_AUTOCAULKSTARTDIALOG_H__F3DE2E81_E73E_11D4_ACF7_004095A18133__INCLUDED_)
21 #define AFX_AUTOCAULKSTARTDIALOG_H__F3DE2E81_E73E_11D4_ACF7_004095A18133__INCLUDED_
25 #endif // _MSC_VER > 1000
26 // AutoCaulkStartDialog.h : header file
29 #define MODE_AC_NORMAL 0
30 #define MODE_AC_BUILD_MINI_PRT 1
31 #define MODE_AC_SUPER 2
33 /////////////////////////////////////////////////////////////////////////////
34 // CAutoCaulkStartDialog dialog
36 class CAutoCaulkStartDialog : public CDialog
40 CAutoCaulkStartDialog(CWnd* pParent = NULL); // standard constructor
43 //{{AFX_DATA(CAutoCaulkStartDialog)
44 enum { IDD = IDD_AUTOCAULKSTART_DIALOG };
45 BOOL m_bAllowDestruction;
52 // ClassWizard generated virtual function overrides
53 //{{AFX_VIRTUAL(CAutoCaulkStartDialog)
55 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
61 // Generated message map functions
62 //{{AFX_MSG(CAutoCaulkStartDialog)
63 // NOTE: the ClassWizard will add member functions here
68 //{{AFX_INSERT_LOCATION}}
69 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
71 #endif // !defined(AFX_AUTOCAULKSTARTDIALOG_H__F3DE2E81_E73E_11D4_ACF7_004095A18133__INCLUDED_)