www.pudn.com > PlateDSP.rar > main.h
//--------------------------------------------------------------------------- #ifndef mainH #define mainH //--------------------------------------------------------------------------- #include#include #include #include #include "PlateDSP_OCX.h" #include //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TPlateDSPX *PlateDSPX1; TLabel *LabelPlate1; TLabel *Label3; TLabel *LabelCount1; void __fastcall FormShow(TObject *Sender); void __fastcall PlateDSPX1Recoged(TObject *Sender, long PlateNum); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif