URLLabel.h
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef URLLabelH
- #define URLLabelH
- //---------------------------------------------------------------------------
- #include <SysUtils.hpp>
- #include <Controls.hpp>
- #include <Classes.hpp>
- #include <Forms.hpp>
- #include <StdCtrls.hpp>
- #include <NMHTML.hpp>
- //---------------------------------------------------------------------------
- class PACKAGE TURLLabel : public TLabel
- {
- private:
- protected:
- public:
- __fastcall TURLLabel(TComponent* Owner);
- AnsiString URL;
- THTML *HTML;
- HWND Handle;
- void __fastcall Click();
- __published:
- };
- //---------------------------------------------------------------------------
- #endif