home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / PAGEEDIT.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  3KB  |  82 lines

  1. //----------------------------------------------------------------------------
  2. // PageEdit.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: PageEdit.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef PageEditHPP
  6. #define PageEditHPP
  7. //----------------------------------------------------------------------------
  8. #include <ExtCtrls.hpp>
  9. #include <StdCtrls.hpp>
  10. #include <Buttons.hpp>
  11. #include <Grids.hpp>
  12. #include <Controls.hpp>
  13. #include <Forms.hpp>
  14. #include <Graphics.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 Pageedit
  23. {
  24. //-- type declarations -------------------------------------------------------
  25. class __declspec(delphiclass) TNotebookEditDlg;
  26. class __declspec(pascalimplementation) TNotebookEditDlg : public Forms::TForm
  27. {
  28.     typedef Forms::TForm inherited;
  29.     
  30. __published:
  31.     Extctrls::THeader* Header1;
  32.     Grids::TDrawGrid* Grid;
  33.     Stdctrls::TButton* EditButton;
  34.     Stdctrls::TButton* AddButton;
  35.     Stdctrls::TButton* DeleteButton;
  36.     Stdctrls::TButton* CloseButton;
  37.     Stdctrls::TButton* DownButton;
  38.     Stdctrls::TButton* UpButton;
  39.     Stdctrls::TButton* HelpBtn;
  40.     void __fastcall GridDrawCell(System::TObject* Sender, long Col, long Row, const Windows::TRect &Rect
  41.         , Grids::TGridDrawState State);
  42.     void __fastcall FormCreate(System::TObject* Sender);
  43.     void __fastcall MoveClick(System::TObject* Sender);
  44.     void __fastcall EditClick(System::TObject* Sender);
  45.     void __fastcall AddClick(System::TObject* Sender);
  46.     void __fastcall DeleteClick(System::TObject* Sender);
  47.     void __fastcall HeaderSized(System::TObject* Sender, int ASection, int AWidth);
  48.     void __fastcall HelpBtnClick(System::TObject* Sender);
  49.     
  50. private:
  51.     Classes::TStrings* PageList;
  52.     
  53. public:
  54.     bool Modified;
  55.     void __fastcall SetPageList(Classes::TStrings* Value);
  56. public:
  57.     /* TForm.Create */ __fastcall virtual TNotebookEditDlg(Classes::TComponent* AOwner) : Forms::TForm(
  58.         AOwner) { }
  59.     /* TForm.CreateNew */ __fastcall TNotebookEditDlg(Classes::TComponent* AOwner, int Dummy) : Forms::
  60.         TForm(AOwner, Dummy) { }
  61.     /* TForm.Destroy */ __fastcall virtual ~TNotebookEditDlg(void) { }
  62.     
  63. public:
  64.     /* TWinControl.CreateParented */ __fastcall TNotebookEditDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
  65.         ) { }
  66.     
  67. };
  68.  
  69. //-- var, const, procedure ---------------------------------------------------
  70.  
  71. }    /* namespace Pageedit */
  72.  
  73. #pragma warn .par
  74. #pragma warn .hid 
  75. #pragma warn .inl
  76.  
  77. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  78. using namespace Pageedit;
  79. #endif
  80. //-- end unit ----------------------------------------------------------------
  81. #endif    // PageEdit
  82.