home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 May
/
VPR9705A.ISO
/
VPR_DATA
/
PROGRAM
/
CBTRIAL
/
SETUP
/
DATA.Z
/
DSATTRA.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-14
|
3KB
|
81 lines
//----------------------------------------------------------------------------
// DSAttrA.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: DSAttrA.pas
//----------------------------------------------------------------------------
#ifndef DSAttrAHPP
#define DSAttrAHPP
//----------------------------------------------------------------------------
#include <LibHelp.hpp>
#include <DRIntf.hpp>
#include <ExtCtrls.hpp>
#include <Buttons.hpp>
#include <StdCtrls.hpp>
#include <Controls.hpp>
#include <Forms.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <SysUtils.hpp>
#include <Messages.hpp>
#include <Windows.hpp>
#include <System.hpp>
#pragma warn -par
#pragma warn -hid
#pragma warn -inl
namespace Dsattra
{
//-- type declarations -------------------------------------------------------
class __declspec(delphiclass) TAssociateAttributes;
class __declspec(pascalimplementation) TAssociateAttributes : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Stdctrls::TButton* OKBtn;
Stdctrls::TButton* CancelBtn;
Stdctrls::TButton* HelpBtn;
Stdctrls::TGroupBox* GroupBox1;
Stdctrls::TListBox* AttributeNamesList;
Stdctrls::TEdit* Edit;
void __fastcall OKBtnClick(System::TObject* Sender);
void __fastcall CancelBtnClick(System::TObject* Sender);
void __fastcall HelpBtnClick(System::TObject* Sender);
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall EditChange(System::TObject* Sender);
void __fastcall EditKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
void __fastcall ListBoxClick(System::TObject* Sender);
void __fastcall ListBoxDblClick(System::TObject* Sender);
private:
void __fastcall AddToList(const System::AnsiString Value);
public:
bool __fastcall Execute(Drintf::TAttrID &AttrID, bool &Continue);
public:
/* TForm.Create */ __fastcall virtual TAssociateAttributes(Classes::TComponent* AOwner) : Forms::TForm(
AOwner) { }
/* TForm.CreateNew */ __fastcall TAssociateAttributes(Classes::TComponent* AOwner, int Dummy) : Forms::
TForm(AOwner, Dummy) { }
/* TForm.Destroy */ __fastcall virtual ~TAssociateAttributes(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TAssociateAttributes(HWND ParentWindow) : Forms::TForm(
ParentWindow) { }
};
//-- var, const, procedure ---------------------------------------------------
extern bool __fastcall GetAssociateAttributes(Drintf::TAttrID &AttrID, bool &Continue);
} /* namespace Dsattra */
#pragma warn .par
#pragma warn .hid
#pragma warn .inl
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Dsattra;
#endif
//-- end unit ----------------------------------------------------------------
#endif // DSAttrA