//--------------------------------------------------------------------------- #ifndef UnsuFrmH #define UnsuFrmH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TUnsuForm : public TForm { __published: // IDE-managed Components TPanel *Panel1; TPanel *Panel2; TRichEdit *InfoText; TSpeedButton *SpeedButton1; TSpeedButton *SpeedButton2; void __fastcall FormShow(TObject *Sender); void __fastcall SpeedButton1Click(TObject *Sender); void __fastcall SpeedButton2Click(TObject *Sender); private: // User declarations public: // User declarations sword::SWBuf info; __fastcall TUnsuForm(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TUnsuForm *UnsuForm; //--------------------------------------------------------------------------- #endif