home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C Programming Starter Kit 2.0
/
SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso
/
tybc4
/
clsxprt2
/
tfrmtdlg.h
< prev
Wrap
C/C++ Source or Header
|
1993-12-06
|
1KB
|
47 lines
#if !defined(__tfrmtdlg_h) // Sentry, use file only if it's not already included.
#define __tfrmtdlg_h
/* Project clsxprt2
Copyright ⌐ 1993. All Rights Reserved.
SUBSYSTEM: clsxprt2.exe Application
FILE: tfrmtdlg.h
AUTHOR:
OVERVIEW
========
Class definition for TFrmtDialog (TDialog).
*/
#include <owl\owlpch.h>
#pragma hdrstop
#include <owl\dialog.h>
#include "clsxpr2a.rh" // Definition of all resources.
#include "clsxpr2a.h"
//{{TDialog = TFrmtDialog}}
class TFrmtDialog : public TDialog {
public:
TFrmtDialog (TWindow* parent, TResId resId = IDD_ABOUT, TModule* module = 0);
virtual ~TFrmtDialog ();
BOOL IsAmPm;
clsxprt2App::dateFormat df;
//{{TFrmtDialogVIRTUAL_BEGIN}}
public:
virtual BOOL EvInitDialog (HWND hWndFocus);
void CmOk();
//{{TFrmtDialogVIRTUAL_END}}
// insert declaration of response table
DECLARE_RESPONSE_TABLE(TFrmtDialog);
}; //{{TFrmtDialog}}
#endif // __tfrmtdlg_h sentry.