Курсовая работа: Создание программы табуляции функций
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "HandTuning.h"
#include "Chart.hpp"
#include "Series.hpp"
#include "TeEngine.hpp"
#include "TeeProcs.hpp"
#include <ExtCtrls.hpp>
#include "HandTuning.h"
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TfrmTabulation : public TForm
{__published: // IDE-managed Components
THandTuning *htMin;
THandTuning *htMax;
THandTuning *htStep;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TChart *chGraph;
TFastLineSeries *Series1;
TButton *btnCalc;
TButton *btnExit;
TButton *btnClear;
TStringGrid *sgrXY;
TRadioGroup *rgrFunction;
void __fastcall btnExitClick(TObject *Sender);
void __fastcall btnCalcClick(TObject *Sender);
void __fastcall btnClearClick(TObject *Sender);