/info.h
http://abicalc.googlecode.com/ · C Header · 40 lines · 34 code · 1 blank · 5 comment · 0 complexity · 16328f90fd58fab14fc370da26aedfbc MD5 · raw file
- //---------------------------------------------------------------------------
-
- #ifndef infoH
- #define infoH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- #include <jpeg.hpp>
- //---------------------------------------------------------------------------
- class Tinfoform : public TForm
- {
- __published: // IDE-verwaltete Komponenten
- TImage *Image1;
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- TLabel *Label4;
- TLabel *Label5;
- TLabel *Label6;
- TLabel *Label7;
- TLabel *Label8;
- TLabel *Label9;
- TLabel *Label10;
- TLabel *Label11;
- TLabel *Label12;
- TLabel *Label13;
- void __fastcall Label1Click(TObject *Sender);
- void __fastcall Label11Click(TObject *Sender);
- void __fastcall Label13Click(TObject *Sender);
- private: // Benutzer Deklarationen
- public: // Benutzer Deklarationen
- __fastcall Tinfoform(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE Tinfoform *infoform;
- //---------------------------------------------------------------------------
- #endif