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

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

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


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

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

#include <owl\dialog.h>
#include <owl\static.h>

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


//{{TDialog = TWaitDialog}}
class TWaitDialog : public TDialog {
public:
		TStatic *what, *percent;	

		TWaitDialog (TWindow* parent, TResId resId = IDD_WAIT, TModule* module = 0);
		virtual ~TWaitDialog ();

//{{TWaitDialogVIRTUAL_BEGIN}}
public:
    virtual BOOL EvInitDialog (HWND hWndFocus);
//{{TWaitDialogVIRTUAL_END}}
};    //{{TWaitDialog}}


#endif                                      // __waitdlg_h sentry.

Соседние файлы в папке SOURCE