Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ChildFrm.h

Go to the documentation of this file.
00001 // ChildFrm.h : Schnittstelle der Klasse CChildFrame
00002 //
00003 
00004 
00005 #pragma once
00006 
00007 
00008 class CChildFrame : public CMDIChildWnd
00009 {
00010         DECLARE_DYNCREATE(CChildFrame)
00011 public:
00012         CChildFrame();
00013 
00014 // Attribute
00015 public:
00016 
00017 // Operationen
00018 public:
00019 
00020 // Überschreibungen
00021         virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
00022 
00023 // Implementierung
00024 public:
00025         virtual ~CChildFrame();
00026 #ifdef _DEBUG
00027         virtual void AssertValid() const;
00028         virtual void Dump(CDumpContext& dc) const;
00029 #endif
00030 
00031 // Generierte Funktionen für die Meldungstabellen
00032 protected:
00033         DECLARE_MESSAGE_MAP()
00034 };

Generated on Thu Jul 3 16:54:23 2003 for Sq3Subdivision by doxygen1.2.18