URLMemo.h
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef URLMemoH
- #define URLMemoH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- //---------------------------------------------------------------------------
- class TURLMemoForm : public TForm
- {
- __published: // IDE-managed Components
- TMemo *URLMemo;
- void __fastcall FormShow(TObject *Sender);
- void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
- private: // User declarations
- public: // User declarations
- __fastcall TURLMemoForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TURLMemoForm *URLMemoForm;
- //---------------------------------------------------------------------------
- #endif