Componentes.Terceros.jvcl/official/3.32/examples/JvTimeline/BCB/TimelineNotesFormU.cpp

17 lines
583 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "TimelineNotesFormU.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TTimelineNotesForm *TimelineNotesForm;
//---------------------------------------------------------------------------
__fastcall TTimelineNotesForm::TTimelineNotesForm(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------