//--------------------------------------------------------------------------- #ifndef Un_tempH #define Un_tempH //--------------------------------------------------------------------------- #include #include #include #include #include #include "PERFGRAP.h" //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TGroupBox *GroupBox1; TEdit *shina1; TEdit *shina2; TEdit *shina3; TEdit *shina4; TGroupBox *GroupBox2; TEdit *shina5; TButton *popoln; TLabel *Label3; TRadioButton *RadioButton1; TRadioButton *RadioButton2; TLabel *Label8; TButton *Button2; TLabel *Label4; TLabel *Label5; TLabel *Label6; TEdit *time; TLabel *Label2; TMemo *Memo5; TMemo *Memo6; TLabel *Label9; TMemo *Memo1; TMemo *Memo2; TLabel *Label1; TLabel *Label7; TLabel *Label10; TLabel *Label11; TLabel *Label12; TLabel *Label13; TMemo *Memo3; float __fastcall Ver(int t); int __fastcall Population(int i); int __fastcall F(int t); int __fastcall Popolnenie(int u); void __fastcall popolnClick(TObject *Sender); void __fastcall FormCreate(TObject *Sender); void __fastcall RadioButton1Click(TObject *Sender); void __fastcall RadioButton2Click(TObject *Sender); void __fastcall Button2Click(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif