home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / pageedit.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  3KB  |  95 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'PageEdit.pas' rev: 5.00
  6.  
  7. #ifndef PageEditHPP
  8. #define PageEditHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <ExtCtrls.hpp>    // Pascal unit
  14. #include <StdCtrls.hpp>    // Pascal unit
  15. #include <Buttons.hpp>    // Pascal unit
  16. #include <Grids.hpp>    // Pascal unit
  17. #include <Controls.hpp>    // Pascal unit
  18. #include <Forms.hpp>    // Pascal unit
  19. #include <Graphics.hpp>    // Pascal unit
  20. #include <Classes.hpp>    // Pascal unit
  21. #include <Windows.hpp>    // Pascal unit
  22. #include <SysInit.hpp>    // Pascal unit
  23. #include <System.hpp>    // Pascal unit
  24.  
  25. //-- user supplied -----------------------------------------------------------
  26.  
  27. namespace Pageedit
  28. {
  29. //-- type declarations -------------------------------------------------------
  30. class DELPHICLASS TNotebookEditDlg;
  31. class PASCALIMPLEMENTATION TNotebookEditDlg : public Forms::TForm 
  32. {
  33.     typedef Forms::TForm inherited;
  34.     
  35. __published:
  36.     Extctrls::THeader* Header1;
  37.     Grids::TDrawGrid* Grid;
  38.     Stdctrls::TButton* EditButton;
  39.     Stdctrls::TButton* AddButton;
  40.     Stdctrls::TButton* DeleteButton;
  41.     Stdctrls::TButton* CloseButton;
  42.     Stdctrls::TButton* DownButton;
  43.     Stdctrls::TButton* UpButton;
  44.     Stdctrls::TButton* HelpBtn;
  45.     void __fastcall GridDrawCell(System::TObject* Sender, int Col, int Row, const Windows::TRect &Rect, 
  46.         Grids::TGridDrawState State);
  47.     void __fastcall FormCreate(System::TObject* Sender);
  48.     void __fastcall MoveClick(System::TObject* Sender);
  49.     void __fastcall EditClick(System::TObject* Sender);
  50.     void __fastcall AddClick(System::TObject* Sender);
  51.     void __fastcall DeleteClick(System::TObject* Sender);
  52.     void __fastcall HeaderSized(System::TObject* Sender, int ASection, int AWidth);
  53.     void __fastcall HelpBtnClick(System::TObject* Sender);
  54.     
  55. private:
  56.     Classes::TStrings* PageList;
  57.     
  58. public:
  59.     bool Modified;
  60.     void __fastcall SetPageList(Classes::TStrings* Value);
  61. public:
  62.     #pragma option push -w-inl
  63.     /* TCustomForm.Create */ inline __fastcall virtual TNotebookEditDlg(Classes::TComponent* AOwner) : 
  64.         Forms::TForm(AOwner) { }
  65.     #pragma option pop
  66.     #pragma option push -w-inl
  67.     /* TCustomForm.CreateNew */ inline __fastcall virtual TNotebookEditDlg(Classes::TComponent* AOwner, 
  68.         int Dummy) : Forms::TForm(AOwner, Dummy) { }
  69.     #pragma option pop
  70.     #pragma option push -w-inl
  71.     /* TCustomForm.Destroy */ inline __fastcall virtual ~TNotebookEditDlg(void) { }
  72.     #pragma option pop
  73.     
  74. public:
  75.     #pragma option push -w-inl
  76.     /* TWinControl.CreateParented */ inline __fastcall TNotebookEditDlg(HWND ParentWindow) : Forms::TForm(
  77.         ParentWindow) { }
  78.     #pragma option pop
  79.     
  80. };
  81.  
  82.  
  83. //-- var, const, procedure ---------------------------------------------------
  84.  
  85. }    /* namespace Pageedit */
  86. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  87. using namespace Pageedit;
  88. #endif
  89. #pragma option pop    // -w-
  90. #pragma option pop    // -Vx
  91.  
  92. #pragma delphiheader end.
  93. //-- end unit ----------------------------------------------------------------
  94. #endif    // PageEdit
  95.