home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / SAVEQAS.H < prev    next >
C/C++ Source or Header  |  1997-01-16  |  2KB  |  44 lines

  1. //----------------------------------------------------------------------------
  2. //Borland C++ Builder
  3. //Copyright (c) 1987 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //----------------------------------------------------------------------------
  6. // SaveQAs.hpp - dcc32 generated hdr (DO NOT EDIT) rev: 0
  7. // From: SaveQAs.pas
  8. //----------------------------------------------------------------------------
  9. #ifndef SaveQAsHPP
  10. #define SaveQAsHPP
  11. //----------------------------------------------------------------------------
  12. #include <ExtCtrls.hpp>
  13. #include <StdCtrls.hpp>
  14. #include <Dialogs.hpp>
  15. #include <Forms.hpp>
  16. #include <Controls.hpp>
  17. #include <Graphics.hpp>
  18. #include <Classes.hpp>
  19. #include <SysUtils.hpp>
  20. #include <Messages.hpp>
  21. #include <Windows.hpp>
  22. #include <System.hpp>
  23. //-- type declarations -------------------------------------------------------
  24. class TSaveQueryAs : public TForm
  25. {
  26.     typedef TForm inherited;
  27.     
  28. __published:
  29.     TEdit* NameEdit;
  30.     TLabel* Label1;
  31.     TBevel* Bevel1;
  32.     TButton* OKBtn;
  33.     TButton* CancelBtn;
  34.     void __fastcall NameEditChange(TObject* Sender);
  35. public:
  36.     __fastcall virtual TSaveQueryAs(TComponent* AOwner);
  37.     __fastcall virtual ~TSaveQueryAs(void);
  38. };
  39.  
  40. //-- var, const, procedure ---------------------------------------------------
  41. extern bool __fastcall GetNewName( AnsiString &QueryName);
  42. //-- end unit ----------------------------------------------------------------
  43. #endif    // SaveQAs
  44.