|
|
1.1 ! root 1: //--------------------------------------------------------------------------- ! 2: ! 3: #ifndef PreviewFormUnitH ! 4: #define PreviewFormUnitH ! 5: //--------------------------------------------------------------------------- ! 6: #include <Classes.hpp> ! 7: #include <Controls.hpp> ! 8: #include <StdCtrls.hpp> ! 9: #include <Forms.hpp> ! 10: #include "emulvt.hpp" /* TEmulVT */ ! 11: //--------------------------------------------------------------------------- ! 12: class TPreviewForm : public TForm ! 13: { ! 14: __published: // IDE-managed Components ! 15: void __fastcall FormShow(TObject *Sender); ! 16: void __fastcall FormClose(TObject *Sender, TCloseAction &Action); ! 17: private: // User declarations ! 18: public: // User declarations ! 19: __fastcall TPreviewForm(TComponent* Owner); ! 20: __fastcall ~TPreviewForm(); ! 21: TEmulVT* Terminal; ! 22: AnsiString Filename; ! 23: }; ! 24: //--------------------------------------------------------------------------- ! 25: extern PACKAGE TPreviewForm *PreviewForm; ! 26: //--------------------------------------------------------------------------- ! 27: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.