Main Page   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

about.h

00001 //---------------------------------------------------------------------------
00002 
00003 #ifndef aboutH
00004 #define aboutH
00005 //---------------------------------------------------------------------------
00006 #include <Classes.hpp>
00007 #include <Controls.hpp>
00008 #include <StdCtrls.hpp>
00009 #include <Forms.hpp>
00010 #include <ExtCtrls.hpp>
00011 #include <jpeg.hpp>
00012 //---------------------------------------------------------------------------
00013 class TAboutBox : public TForm
00014 {
00015 __published:    // IDE-managed Components
00016         TGroupBox *GroupBox1;
00017         TButton *Button1;
00018         TBevel *Bevel1;
00019         TStaticText *StaticText1;
00020         TStaticText *StaticText4;
00021         TStaticText *StaticText2;
00022         TImage *Image1;
00023         TBevel *Bevel2;
00024         void __fastcall Button1Click(TObject *Sender);
00025 private:        // User declarations
00026 public:         // User declarations
00027         __fastcall TAboutBox(TComponent* Owner);
00028 };
00029 //---------------------------------------------------------------------------
00030 extern PACKAGE TAboutBox *AboutBox;
00031 //---------------------------------------------------------------------------
00032 #endif

Generated on Thu Jan 23 06:17:37 2003 for Vol by doxygen1.2.18