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

  1. //----------------------------------------------------------------------------
  2. // Paramdlg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: Paramdlg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef ParamdlgHPP
  6. #define ParamdlgHPP
  7. //----------------------------------------------------------------------------
  8. #include <ExtCtrls.hpp>
  9. #include <DBTables.hpp>
  10. #include <DB.hpp>
  11. #include <Buttons.hpp>
  12. #include <StdCtrls.hpp>
  13. #include <Dialogs.hpp>
  14. #include <Forms.hpp>
  15. #include <Controls.hpp>
  16. #include <Graphics.hpp>
  17. #include <Classes.hpp>
  18. #include <Messages.hpp>
  19. #include <Windows.hpp>
  20. #include <SysUtils.hpp>
  21. #include <System.hpp>
  22. #pragma warn -par
  23. #pragma warn -hid 
  24. #pragma warn -inl
  25.  
  26. namespace Paramdlg
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class __declspec(delphiclass) TParamDlg;
  30. class __declspec(pascalimplementation) TParamDlg : public Forms::TForm
  31. {
  32.     typedef Forms::TForm inherited;
  33.     
  34. __published:
  35.     Extctrls::TBevel* Bevel1;
  36.     Stdctrls::TEdit* ParamName;
  37.     Stdctrls::TLabel* Label5;
  38.     Stdctrls::TComboBox* ParamTypes;
  39.     Stdctrls::TLabel* Label6;
  40.     Stdctrls::TButton* OkBtn;
  41.     Stdctrls::TButton* CancelBtn;
  42.     Stdctrls::TButton* Help;
  43.     void __fastcall FormCreate(System::TObject* Sender);
  44.     void __fastcall HelpClick(System::TObject* Sender);
  45. public:
  46.     /* TForm.Create */ __fastcall virtual TParamDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner)
  47.          { }
  48.     /* TForm.CreateNew */ __fastcall TParamDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
  49.         , Dummy) { }
  50.     /* TForm.Destroy */ __fastcall virtual ~TParamDlg(void) { }
  51.     
  52. public:
  53.     /* TWinControl.CreateParented */ __fastcall TParamDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
  54.         ) { }
  55.     
  56. };
  57.  
  58. //-- var, const, procedure ---------------------------------------------------
  59.  
  60. }    /* namespace Paramdlg */
  61.  
  62. #pragma warn .par
  63. #pragma warn .hid 
  64. #pragma warn .inl
  65.  
  66. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  67. using namespace Paramdlg;
  68. #endif
  69. //-- end unit ----------------------------------------------------------------
  70. #endif    // Paramdlg
  71.