home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / DBINPREQ.HPP < prev    next >
C/C++ Source or Header  |  1997-02-28  |  2KB  |  76 lines

  1. //----------------------------------------------------------------------------
  2. // DBInpReq.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: DBInpReq.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef DBInpReqHPP
  6. #define DBInpReqHPP
  7. //----------------------------------------------------------------------------
  8. #include <Dialogs.hpp>
  9. #include <Bde.hpp>
  10. #include <ExtCtrls.hpp>
  11. #include <StdCtrls.hpp>
  12. #include <Controls.hpp>
  13. #include <Forms.hpp>
  14. #include <SysUtils.hpp>
  15. #include <Classes.hpp>
  16. #include <Windows.hpp>
  17. #include <System.hpp>
  18. #pragma warn -par
  19. #pragma warn -hid 
  20. #pragma warn -inl
  21.  
  22. namespace Dbinpreq
  23. {
  24. //-- type declarations -------------------------------------------------------
  25. class __declspec(delphiclass) TInputReqDialog;
  26. class __declspec(pascalimplementation) TInputReqDialog : public Forms::TForm
  27. {
  28.     typedef Forms::TForm inherited;
  29.     
  30. __published:
  31.     Stdctrls::TButton* OKButton;
  32.     Stdctrls::TButton* CancelButton;
  33.     Extctrls::TPanel* InputOptions;
  34.     Stdctrls::TCheckBox* NoPromptAgain;
  35.     Stdctrls::TLabel* ErrorHelp;
  36.     Stdctrls::TLabel* InputMessage;
  37.     Extctrls::TPanel* ErrorGroupBox;
  38.     Extctrls::TPanel* ErrorGoupBoxSpacer;
  39.     Extctrls::TPanel* DescriptionGroupBox;
  40.     Extctrls::TPanel* DescriptionGroupBoxSpacer;
  41.     void __fastcall InputOptionsClick(System::TObject* Sender);
  42.     
  43. private:
  44.     Bde::CBInputDesc *FCBInfo;
  45.     int FSelection;
  46.     void __fastcall SetCBInfo(Bde::CBInputDesc &CBInfo);
  47.     void __fastcall GetCBInfo(Bde::CBInputDesc &CBInfo);
  48. public:
  49.     /* TForm.Create */ __fastcall virtual TInputReqDialog(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  50.         ) { }
  51.     /* TForm.CreateNew */ __fastcall TInputReqDialog(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  52.         AOwner, Dummy) { }
  53.     /* TForm.Destroy */ __fastcall virtual ~TInputReqDialog(void) { }
  54.     
  55. public:
  56.     /* TWinControl.CreateParented */ __fastcall TInputReqDialog(HWND ParentWindow) : Forms::TForm(ParentWindow
  57.         ) { }
  58.     
  59. };
  60.  
  61. //-- var, const, procedure ---------------------------------------------------
  62. extern Bde::CBRType __fastcall InputRequest(Bde::CBInputDesc &InputReqInfo);
  63. extern void __fastcall finalization(void);
  64.  
  65. }    /* namespace Dbinpreq */
  66.  
  67. #pragma warn .par
  68. #pragma warn .hid 
  69. #pragma warn .inl
  70.  
  71. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  72. using namespace Dbinpreq;
  73. #endif
  74. //-- end unit ----------------------------------------------------------------
  75. #endif    // DBInpReq
  76.