home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 May
/
VPR9705A.ISO
/
VPR_DATA
/
PROGRAM
/
CBTRIAL
/
SETUP
/
DATA.Z
/
DSATTRS.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-14
|
3KB
|
81 lines
//----------------------------------------------------------------------------
// DSAttrS.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: DSAttrS.pas
//----------------------------------------------------------------------------
#ifndef DSAttrSHPP
#define DSAttrSHPP
//----------------------------------------------------------------------------
#include <LibHelp.hpp>
#include <DRIntf.hpp>
#include <StdCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Dialogs.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <Messages.hpp>
#include <Windows.hpp>
#include <SysUtils.hpp>
#include <System.hpp>
#pragma warn -par
#pragma warn -hid
#pragma warn -inl
namespace Dsattrs
{
//-- type declarations -------------------------------------------------------
class __declspec(delphiclass) TSaveAttributesAs;
class __declspec(pascalimplementation) TSaveAttributesAs : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Stdctrls::TComboBox* BasedOnList;
Stdctrls::TEdit* AttributeNameEdit;
Stdctrls::TLabel* Label1;
Stdctrls::TLabel* Label2;
Stdctrls::TButton* OKBtn;
Extctrls::TBevel* Bevel1;
Stdctrls::TButton* CancelBtn;
Stdctrls::TButton* HelpBtn;
void __fastcall OKBtnClick(System::TObject* Sender);
void __fastcall CancelBtnClick(System::TObject* Sender);
void __fastcall HelpBtnClick(System::TObject* Sender);
void __fastcall FormCreate(System::TObject* Sender);
private:
void __fastcall AddToList(const System::AnsiString Value);
public:
bool __fastcall Execute(const System::AnsiString TableName, const System::AnsiString FieldName, System::AnsiString &
AttributesName, Drintf::TAttrID &BasedOnID);
public:
/* TForm.Create */ __fastcall virtual TSaveAttributesAs(Classes::TComponent* AOwner) : Forms::TForm(
AOwner) { }
/* TForm.CreateNew */ __fastcall TSaveAttributesAs(Classes::TComponent* AOwner, int Dummy) : Forms::
TForm(AOwner, Dummy) { }
/* TForm.Destroy */ __fastcall virtual ~TSaveAttributesAs(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TSaveAttributesAs(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
extern bool __fastcall SaveAttributesAsDlg(const System::AnsiString TableName, const System::AnsiString
FieldName, System::AnsiString &Name, Drintf::TAttrID &BasedOnID);
} /* namespace Dsattrs */
#pragma warn .par
#pragma warn .hid
#pragma warn .inl
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Dsattrs;
#endif
//-- end unit ----------------------------------------------------------------
#endif // DSAttrS