home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / HEADMAIN.H < prev    next >
C/C++ Source or Header  |  1997-02-14  |  1KB  |  32 lines

  1. //---------------------------------------------------------------------------
  2. #ifndef headmainH
  3. #define headmainH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <ComCtrls.hpp>
  10. #include <ExtCtrls.hpp>
  11. //---------------------------------------------------------------------------
  12. class TForm1 : public TForm
  13. {
  14. __published:    // IDE-managed Components 
  15.     THeaderControl *HeaderControl1;
  16.     TShape *Shape1;
  17.     TShape *Shape2;
  18.     TShape *Shape3;
  19.     TLabel *Label1;
  20.     void __fastcall HeaderControl1SectionTrack(
  21.       THeaderControl *HeaderControl, THeaderSection *Section,
  22.       int Width, TSectionTrackState State);
  23.  
  24. private:        // User declarations
  25. public:         // User declarations
  26.     virtual __fastcall TForm1(TComponent* Owner);
  27. };
  28. //---------------------------------------------------------------------------
  29. extern TForm1 *Form1;
  30. //---------------------------------------------------------------------------
  31. #endif
  32.