//---------------------------------------------------------------------------- // KLabel.hpp - dcc32 generated hdr (DO NOT EDIT) rev: 0 // From: KLabel.pas //---------------------------------------------------------------------------- #ifndef KLabelHPP #define KLabelHPP //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include namespace Klabel { //-- type declarations ------------------------------------------------------- typedef System::AnsiString KLabel_2[4]; class __declspec(delphiclass) TMatLabel; class __declspec(pascalimplementation) TMatLabel : public Stdctrls::TLabel { typedef Stdctrls::TLabel inherited; public: System::AnsiString st[4]; __fastcall virtual TMatLabel(Classes::TComponent* AOwner); public: /* TGraphicControl.Destroy */ __fastcall virtual ~TMatLabel(void) { } }; //-- var, const, procedure --------------------------------------------------- #define MatLabels (BYTE)(4) } /* namespace Klabel */ #if !defined(NO_IMPLICIT_NAMESPACE_USE) using namespace Klabel; #endif //-- end unit ---------------------------------------------------------------- #endif // KLabel