DynamicGraphDlg.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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_DYNAMICGRAPHDLG_H__ED5FED21_83F5_11D4_9C87_86ADAD0FBC4A__INCLUDED_)
  17. #define AFX_DYNAMICGRAPHDLG_H__ED5FED21_83F5_11D4_9C87_86ADAD0FBC4A__INCLUDED_
  18. #include "resource.h"
  19. #if _MSC_VER > 1000
  20. #pragma once
  21. #endif // _MSC_VER > 1000
  22. // DynamicGraphDlg.h : Header-Datei
  23. //
  24. /////////////////////////////////////////////////////////////////////////////
  25. // Dialogfeld CDynamicGraphDlg
  26. class CDynamicGraphDlg : public CDialog
  27. {
  28. // Konstruktion
  29. public:
  30. CDynamicGraphDlg(CWnd* pParent = NULL); // Standardkonstruktor
  31. // Dialogfelddaten
  32. //{{AFX_DATA(CDynamicGraphDlg)
  33. enum { IDD = IDD_DYNAMICLOAD };
  34. CProgressCtrl m_Progress;
  35. //}}AFX_DATA
  36. // Überschreibungen
  37. // Vom Klassen-Assistenten generierte virtuelle Funktionsüberschreibungen
  38. //{{AFX_VIRTUAL(CDynamicGraphDlg)
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV-Unterstützung
  41. virtual void PostNcDestroy();
  42. //}}AFX_VIRTUAL
  43. // Implementierung
  44. protected:
  45. // Generierte Nachrichtenzuordnungsfunktionen
  46. //{{AFX_MSG(CDynamicGraphDlg)
  47. // HINWEIS: Der Klassen-Assistent fügt hier Member-Funktionen ein
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ fügt unmittelbar vor der vorhergehenden Zeile zusätzliche Deklarationen ein.
  53. #endif // AFX_DYNAMICGRAPHDLG_H__ED5FED21_83F5_11D4_9C87_86ADAD0FBC4A__INCLUDED_