home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTFileLookup.pas' rev: 3.00
-
- #ifndef AHMTFileLookupHPP
- #define AHMTFileLookupHPP
- #include <AHMSControls.hpp>
- #include <AHMTLookupEdit.hpp>
- #include <Mask.hpp>
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtfilelookup
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMFileLookup;
- class PASCALIMPLEMENTATION TAHMFileLookup : public Ahmtlookupedit::TAHMCustomLookupEdit
- {
- typedef Ahmtlookupedit::TAHMCustomLookupEdit inherited;
-
- private:
- System::AnsiString FFilter;
- System::AnsiString FDefaultExt;
- System::AnsiString FTitle;
- System::AnsiString FInitialDir;
- Dialogs::TOpenOptions FOptions;
- void __fastcall GetFilenameDialog(System::TObject* Sender);
- System::AnsiString __fastcall GetFilename(void);
- void __fastcall SetFilename(System::AnsiString Value);
-
- public:
- __fastcall virtual TAHMFileLookup(Classes::TComponent* AOwner);
- virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
-
- __published:
- __property Dialogs::TOpenOptions Options = {read=FOptions, write=FOptions, nodefault};
- __property System::AnsiString Title = {read=FTitle, write=FTitle};
- __property System::AnsiString InitialDir = {read=FInitialDir, write=FInitialDir};
- __property System::AnsiString Filename = {read=GetFilename, write=SetFilename};
- __property System::AnsiString Filter = {read=FFilter, write=FFilter};
- __property System::AnsiString DefaultExt = {read=FDefaultExt, write=FDefaultExt, stored=true};
- __property EditButton1 ;
- __property Alignment ;
- __property MaxLength ;
- __property AutoSize ;
- __property CharCase ;
- __property Enabled ;
- __property ReadOnly ;
- __property Font ;
- __property OnChange ;
- __property OnEnter ;
- __property OnExit ;
- __property OnKeyDown ;
- __property OnKeyPress ;
- __property OnKeyUp ;
- __property OnClick ;
- __property OnDblClick ;
- __property OnDragDrop ;
- __property OnDragOver ;
- __property OnEndDrag ;
- __property OnMouseDown ;
- __property OnMouseMove ;
- __property OnMouseUp ;
- __property OnStartDrag ;
- public:
- /* TAHMCustomLookupEdit.Destroy */ __fastcall virtual ~TAHMFileLookup(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TAHMFileLookup(HWND ParentWindow) : Ahmtlookupedit::TAHMCustomLookupEdit(
- ParentWindow) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtfilelookup */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtfilelookup;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTFileLookup
-