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) 'Options.pas' rev: 3.00
-
- #ifndef OptionsHPP
- #define OptionsHPP
- #include <Misc.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- #include <Controls.hpp>
- #include <Buttons.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <Classes.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Options
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TOptionsForm;
- class PASCALIMPLEMENTATION TOptionsForm : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TRadioGroup* OptionsRadioGroup;
- Stdctrls::TLabel* QuestionLabel;
- Buttons::TBitBtn* OKBitBtn;
- Buttons::TBitBtn* HelpBitBtn;
- Buttons::TBitBtn* CancelBitBtn;
- void __fastcall OKBitBtnClick(System::TObject* Sender);
- void __fastcall CancelBitBtnClick(System::TObject* Sender);
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall FormShow(System::TObject* Sender);
-
- public:
- void __fastcall DoGeometry(void);
- void __fastcall DoHintsFromResource(void);
- public:
- /* TCustomForm.Create */ __fastcall virtual TOptionsForm(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TOptionsForm(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TOptionsForm(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TOptionsForm(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TOptionsForm* OptionsForm;
-
- } /* namespace Options */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Options;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Options
-