home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
HEADMAIN.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-16
|
1KB
|
32 lines
//---------------------------------------------------------------------------
#ifndef headmainH
#define headmainH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
THeaderControl *HeaderControl1;
TShape *Shape1;
TShape *Shape2;
TShape *Shape3;
TLabel *Label1;
void __fastcall HeaderControl1SectionTrack(
THeaderControl *HeaderControl, THeaderSection *Section,
int Width, TSectionTrackState State);
private: // User declarations
public: // User declarations
virtual __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TForm1 *Form1;
//---------------------------------------------------------------------------
#endif