home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'PageEdit.pas' rev: 3.00
-
- #ifndef PageEditHPP
- #define PageEditHPP
- #include <ExtCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <Buttons.hpp>
- #include <Grids.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Pageedit
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TNotebookEditDlg;
- class PASCALIMPLEMENTATION TNotebookEditDlg : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::THeader* Header1;
- Grids::TDrawGrid* Grid;
- Stdctrls::TButton* EditButton;
- Stdctrls::TButton* AddButton;
- Stdctrls::TButton* DeleteButton;
- Stdctrls::TButton* CloseButton;
- Stdctrls::TButton* DownButton;
- Stdctrls::TButton* UpButton;
- Stdctrls::TButton* HelpBtn;
- void __fastcall GridDrawCell(System::TObject* Sender, int Col, int Row, const Windows::TRect &Rect,
- Grids::TGridDrawState State);
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall MoveClick(System::TObject* Sender);
- void __fastcall EditClick(System::TObject* Sender);
- void __fastcall AddClick(System::TObject* Sender);
- void __fastcall DeleteClick(System::TObject* Sender);
- void __fastcall HeaderSized(System::TObject* Sender, int ASection, int AWidth);
- void __fastcall HelpBtnClick(System::TObject* Sender);
-
- private:
- Classes::TStrings* PageList;
-
- public:
- bool Modified;
- void __fastcall SetPageList(Classes::TStrings* Value);
- public:
- /* TCustomForm.Create */ __fastcall virtual TNotebookEditDlg(Classes::TComponent* AOwner) : Forms::
- TForm(AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TNotebookEditDlg(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TNotebookEditDlg(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TNotebookEditDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Pageedit */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Pageedit;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // PageEdit
-