NewMapCreateNewDlg.h 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /*
  2. FinalSun/FinalAlert 2 Mission Editor
  3. Copyright (C) 1999-2024 Electronic Arts, Inc.
  4. Authored by Matthias Wagner
  5. This program is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 3 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program. If not, see <https://www.gnu.org/licenses/>.
  15. */
  16. #if !defined(AFX_NEWMAPCREATENEWDLG_H__F7D62443_C6DF_11D4_9C87_E63AC3E34349__INCLUDED_)
  17. #define AFX_NEWMAPCREATENEWDLG_H__F7D62443_C6DF_11D4_9C87_E63AC3E34349__INCLUDED_
  18. #if _MSC_VER > 1000
  19. #pragma once
  20. #endif // _MSC_VER > 1000
  21. // NewMapCreateNewDlg.h : Header-Datei
  22. //
  23. /////////////////////////////////////////////////////////////////////////////
  24. // Dialogfeld CNewMapCreateNewDlg
  25. class CNewMapCreateNewDlg : public CDialog
  26. {
  27. // Konstruktion
  28. public:
  29. CNewMapCreateNewDlg(CWnd* pParent = NULL); // Standardkonstruktor
  30. // Dialogfelddaten
  31. //{{AFX_DATA(CNewMapCreateNewDlg)
  32. enum { IDD = IDD_NEWMAPCREATENEW };
  33. int m_Height;
  34. int m_Width;
  35. int m_StartingHeight;
  36. int m_Theater;
  37. //}}AFX_DATA
  38. // Überschreibungen
  39. // Vom Klassen-Assistenten generierte virtuelle Funktionsüberschreibungen
  40. //{{AFX_VIRTUAL(CNewMapCreateNewDlg)
  41. protected:
  42. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV-Unterstützung
  43. //}}AFX_VIRTUAL
  44. // Implementierung
  45. protected:
  46. // Generierte Nachrichtenzuordnungsfunktionen
  47. //{{AFX_MSG(CNewMapCreateNewDlg)
  48. virtual BOOL OnInitDialog();
  49. virtual void OnOK();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ fügt unmittelbar vor der vorhergehenden Zeile zusätzliche Deklarationen ein.
  55. #endif // AFX_NEWMAPCREATENEWDLG_H__F7D62443_C6DF_11D4_9C87_E63AC3E34349__INCLUDED_