Скачиваний:
25
Добавлен:
01.05.2014
Размер:
908 б
Скачать
#if !defined(__frstabtd_h)              // Sentry, use file only if it's not already included.
#define __frstabtd_h

/*  Project first
    
    Copyright © 1997 by US. All Rights Reserved.

    SUBSYSTEM:    first.exe Application
    FILE:         frstabtd.h
    AUTHOR:       US


    OVERVIEW
    ========
    Class definition for firstAboutDlg (TDialog).      
*/


#include <owl\owlpch.h>
#pragma hdrstop

#include "firstapp.rh"                  // Definition of all resources.


//{{TDialog = firstAboutDlg}}
class firstAboutDlg : public TDialog {
public:
    firstAboutDlg (TWindow *parent, TResId resId = IDD_ABOUT, TModule *module = 0);
    virtual ~firstAboutDlg ();

//{{firstAboutDlgVIRTUAL_BEGIN}}
public:
    void SetupWindow ();
//{{firstAboutDlgVIRTUAL_END}}
};    //{{firstAboutDlg}}


#endif                                      // __frstabtd_h sentry.
Соседние файлы в папке SOURCE