//--------------------------------------------------------------------------- #ifndef Unit1H #define Unit1H //--------------------------------------------------------------------------- #include #include #include #include //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TButton *Button1; TGroupBox *GroupBox1; TEdit *Edit1; TEdit *Edit2; TEdit *Edit3; TEdit *Edit4; TEdit *Edit5; TEdit *Edit6; TEdit *Edit7; TEdit *Edit8; TEdit *Edit9; TEdit *Edit10; TEdit *Edit11; TEdit *Edit12; TEdit *Edit13; TEdit *Edit14; TEdit *Edit15; TEdit *Edit16; TEdit *Edit17; TEdit *Edit18; TEdit *Edit19; TEdit *Edit20; TEdit *Edit21; TEdit *Edit22; TEdit *Edit23; TEdit *Edit24; TEdit *Edit25; TEdit *Edit26; TEdit *Edit27; TEdit *Edit28; TEdit *Edit29; TEdit *Edit30; TEdit *Edit31; TEdit *Edit32; TEdit *Edit33; TEdit *Edit34; TEdit *Edit35; TEdit *Edit36; TEdit *Edit37; TEdit *Edit38; TEdit *Edit39; TEdit *Edit40; TLabel *Label5; TLabel *Label12; TLabel *Label13; TLabel *Label14; TLabel *Label15; TLabel *Label16; TLabel *Label11; TLabel *Label17; TLabel *Label18; TLabel *Label19; TLabel *Label20; TLabel *Label21; TLabel *Label22; TLabel *Label23; TLabel *Label24; TLabel *Label25; void __fastcall Button1Click(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); void __fastcall InitData(); float __fastcall CallSum01(void); float __fastcall CallSum012(void); float __fastcall CallSum0123(void); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif