www.pudn.com > J2KLib.rar > Main.h
//--------------------------------------------------------------------------- #ifndef MainH #define MainH //--------------------------------------------------------------------------- #include#include #include #include #include #include #include "CSPIN.h" //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TImage *Image1; TImage *Image2; TImage *Image3; TButton *Button1; TLabel *Label1; TLabel *Label2; TLabel *Label3; TCSpinEdit *CSpinEdit1; TLabel *Label4; TCSpinEdit *CSpinEdit2; TLabel *Label5; void __fastcall Button1Click(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif