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

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

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


    OVERVIEW
    ========
    Class definition for TSetupThirdA (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 = TSetupThirdA}}
class TSetupThirdA : public TDialog {
		TOwnerButton *BackButton, *NextButton, *StopButton;
		TEdit *KOldEdit;
		FirstSetupList &w_data;

		SetupResults result;

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

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

//{{TSetupThirdARSP_TBL_BEGIN}}
protected:
    void StopBNClicked ();
    void NextBNClicked ();
    void BackBNClicked ();
//{{TSetupThirdARSP_TBL_END}}
DECLARE_RESPONSE_TABLE(TSetupThirdA);
};    //{{TSetupThirdA}}


#endif                                      // __tstpthra_h sentry.

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