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

  1. //----------------------------------------------------------------------------
  2. // MaskText.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: MaskText.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef MaskTextHPP
  6. #define MaskTextHPP
  7. //----------------------------------------------------------------------------
  8. #include <Mask.hpp>
  9. #include <DsgnIntf.hpp>
  10. #include <Buttons.hpp>
  11. #include <StdCtrls.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 Masktext
  23. {
  24. //-- type declarations -------------------------------------------------------
  25. class __declspec(delphiclass) TMaskTextProperty;
  26. class __declspec(pascalimplementation) TMaskTextProperty : public Dsgnintf::TStringProperty
  27. {
  28.     typedef Dsgnintf::TStringProperty inherited;
  29.     
  30. public:
  31.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  32.     virtual void __fastcall Edit(void);
  33. public:
  34.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TMaskTextProperty(void) { }
  35.     
  36. public:
  37.     /* TObject.Create */ __fastcall TMaskTextProperty(void) : Dsgnintf::TStringProperty() { }
  38.     
  39. };
  40.  
  41. class __declspec(delphiclass) TMaskTextForm;
  42. class __declspec(pascalimplementation) TMaskTextForm : public Forms::TForm
  43. {
  44.     typedef Forms::TForm inherited;
  45.     
  46. __published:
  47.     Stdctrls::TLabel* Label3;
  48.     Mask::TMaskEdit* TestEdit;
  49.     Stdctrls::TLabel* Label1;
  50.     Stdctrls::TLabel* EditMask;
  51.     Stdctrls::TButton* OKButton;
  52.     Stdctrls::TButton* CancelButton;
  53.     Stdctrls::TButton* HelpButton;
  54.     void __fastcall FormCreate(System::TObject* Sender);
  55.     void __fastcall HelpButtonClick(System::TObject* Sender);
  56. public:
  57.     /* TForm.Create */ __fastcall virtual TMaskTextForm(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  58.         ) { }
  59.     /* TForm.CreateNew */ __fastcall TMaskTextForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  60.         AOwner, Dummy) { }
  61.     /* TForm.Destroy */ __fastcall virtual ~TMaskTextForm(void) { }
  62.     
  63. public:
  64.     /* TWinControl.CreateParented */ __fastcall TMaskTextForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  65.         ) { }
  66.     
  67. };
  68.  
  69. //-- var, const, procedure ---------------------------------------------------
  70. extern TMaskTextForm* MaskTextForm;
  71.  
  72. }    /* namespace Masktext */
  73.  
  74. #pragma warn .par
  75. #pragma warn .hid 
  76. #pragma warn .inl
  77.  
  78. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  79. using namespace Masktext;
  80. #endif
  81. //-- end unit ----------------------------------------------------------------
  82. #endif    // MaskText
  83.