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

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

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


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

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

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

#include "ownrbttn.h"
#include "firstapp.rh"            // Definition of all resources.
#include "w-data.h"


//{{TDialog = TSetupThirdD}}
class TSetupThirdD : public TDialog {
		TOwnerButton *BackButton, *NextButton, *StopButton;
		TEdit *MEdit, *AlphaEdit, *BetaEdit;
		FirstSetupList &w_data;

		SetupResults result;

public:
		TSetupThirdD (TWindow* parent, FirstSetupList &results, TResId resId = IDD_SETUP3D, TModule* module = 0);
		virtual ~TSetupThirdD ();

//{{TSetupThirdDVIRTUAL_BEGIN}}
public:
		virtual BOOL CanClose ();
		virtual void SetupWindow ();
		virtual BOOL EvInitDialog (HWND hWndFocus);
//{{TSetupThirdDVIRTUAL_END}}

//{{TSetupThirdDRSP_TBL_BEGIN}}
protected:
		void StopBNClicked ();
		void NextBNClicked ();
		void BackBNClicked ();
//{{TSetupThirdDRSP_TBL_END}}
DECLARE_RESPONSE_TABLE(TSetupThirdD);
};    //{{TSetupThirdD}}


#endif                                      // __tstpthrd_h sentry.

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