/info.h

http://abicalc.googlecode.com/ · C Header · 40 lines · 34 code · 1 blank · 5 comment · 0 complexity · 16328f90fd58fab14fc370da26aedfbc MD5 · raw file

  1. //---------------------------------------------------------------------------
  2. #ifndef infoH
  3. #define infoH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <ExtCtrls.hpp>
  10. #include <jpeg.hpp>
  11. //---------------------------------------------------------------------------
  12. class Tinfoform : public TForm
  13. {
  14. __published: // IDE-verwaltete Komponenten
  15. TImage *Image1;
  16. TLabel *Label1;
  17. TLabel *Label2;
  18. TLabel *Label3;
  19. TLabel *Label4;
  20. TLabel *Label5;
  21. TLabel *Label6;
  22. TLabel *Label7;
  23. TLabel *Label8;
  24. TLabel *Label9;
  25. TLabel *Label10;
  26. TLabel *Label11;
  27. TLabel *Label12;
  28. TLabel *Label13;
  29. void __fastcall Label1Click(TObject *Sender);
  30. void __fastcall Label11Click(TObject *Sender);
  31. void __fastcall Label13Click(TObject *Sender);
  32. private: // Benutzer Deklarationen
  33. public: // Benutzer Deklarationen
  34. __fastcall Tinfoform(TComponent* Owner);
  35. };
  36. //---------------------------------------------------------------------------
  37. extern PACKAGE Tinfoform *infoform;
  38. //---------------------------------------------------------------------------
  39. #endif