home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
po7_win
/
object10
/
bltstabd.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-12
|
910b
|
39 lines
#if !defined(__bltstabd_h) // Sentry, use file only if it's not already included.
#define __bltstabd_h
/* Project bltest
Copyright ⌐ 1994. All Rights Reserved.
SUBSYSTEM: bltest.exe Application
FILE: bltstabd.h
AUTHOR:
OVERVIEW
========
Class definition for bltestAboutDlg (TDialog).
*/
#include <owl\owlpch.h>
#pragma hdrstop
#include "bltstapp.rh" // Definition of all resources.
//{{TDialog = bltestAboutDlg}}
class bltestAboutDlg : public TDialog {
public:
bltestAboutDlg (TWindow *parent, TResId resId = IDD_ABOUT, TModule *module = 0);
virtual ~bltestAboutDlg ();
//{{bltestAboutDlgVIRTUAL_BEGIN}}
public:
void SetupWindow ();
//{{bltestAboutDlgVIRTUAL_END}}
}; //{{bltestAboutDlg}}
#endif // __bltstabd_h sentry.