//---------------------------------------------------------------------------- #ifndef OCRHP #define OCRHP //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- class TURLDlg : public TForm { __published: TButton *OKBtn; TButton *CancelBtn; TBevel *Bevel1; TLabel *Label1; TEdit *URLPath; void __fastcall FormCreate(TObject *Sender); void __fastcall URLPathChange(TObject *Sender); private: public: virtual __fastcall TURLDlg(TComponent* AOwner); }; //---------------------------------------------------------------------------- extern PACKAGE TURLDlg *URLDlg; //---------------------------------------------------------------------------- #endif