]> git.xonotic.org Git - xonotic/netradiant.git/blob - contrib/bobtoolz/dialogs/DoorDialog.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / contrib / bobtoolz / dialogs / DoorDialog.h
1 /*
2    BobToolz plugin for GtkRadiant
3    Copyright (C) 2001 Gordon Biggans
4
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.
9
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.
14
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
18  */
19
20 #if !defined( AFX_DOORDIALOG_H__F36CBE01_D2C4_11D4_AE97_004095A18133__INCLUDED_ )
21 #define AFX_DOORDIALOG_H__F36CBE01_D2C4_11D4_AE97_004095A18133__INCLUDED_
22
23 #if _MSC_VER > 1000
24 #pragma once
25 #endif // _MSC_VER > 1000
26 // DoorDialog.h : header file
27 //
28
29 /////////////////////////////////////////////////////////////////////////////
30 // CDoorDialog dialog
31
32 class CDoorDialog : public CDialog {
33 // Construction
34 public:
35     CDoorDialog(CWnd *pParent = NULL);     // standard constructor
36
37 // Dialog Data
38 //{{AFX_DATA(CDoorDialog)
39     enum { IDD = IDD_DOOR_DIALOG };
40     CString m_fbTextureName;
41     BOOL m_bSclMainHor;
42     BOOL m_bSclMainVert;
43     BOOL m_bSclTrimHor;
44     BOOL m_bSclTrimVert;
45     CString m_trimTextureName;
46     CString m_trimTexSetBox;
47     CString m_mainTexSetBox;
48     int m_doorDirection;
49 //}}AFX_DATA
50
51
52 // Overrides
53 // ClassWizard generated virtual function overrides
54 //{{AFX_VIRTUAL(CDoorDialog)
55 protected:
56     virtual void DoDataExchange(CDataExchange *pDX);      // DDX/DDV support
57 //}}AFX_VIRTUAL
58
59 // Implementation
60 protected:
61
62 // Generated message map functions
63 //{{AFX_MSG(CDoorDialog)
64     afx_msg void OnSetMaintexBtn();
65
66     afx_msg void OnSetTrimtexBtn();
67
68 //}}AFX_MSG
69     DECLARE_MESSAGE_MAP()
70 };
71
72 //{{AFX_INSERT_LOCATION}}
73 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
74
75 #endif // !defined(AFX_DOORDIALOG_H__F36CBE01_D2C4_11D4_AE97_004095A18133__INCLUDED_)