www.pudn.com > FastScript15.rar > Unit2.h
//--------------------------------------------------------------------------- #ifndef Unit2H #define Unit2H //--------------------------------------------------------------------------- #include#include #include #include //--------------------------------------------------------------------------- class TForm2 : public TForm { __published: // IDE-managed Components TLabel *Label1; TEdit *ExpressionE; TLabel *Label2; TMemo *ResultM; void __fastcall ExpressionEKeyPress(TObject *Sender, char &Key); void __fastcall FormShow(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm2(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm2 *Form2; //--------------------------------------------------------------------------- #endif