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

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