home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / maskprop.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  4KB  |  130 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) 'MaskProp.pas' rev: 5.00
  6.  
  7. #ifndef MaskPropHPP
  8. #define MaskPropHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <Dialogs.hpp>    // Pascal unit
  14. #include <SysUtils.hpp>    // Pascal unit
  15. #include <Mask.hpp>    // Pascal unit
  16. #include <DsgnIntf.hpp>    // Pascal unit
  17. #include <Buttons.hpp>    // Pascal unit
  18. #include <ExtCtrls.hpp>    // Pascal unit
  19. #include <StdCtrls.hpp>    // Pascal unit
  20. #include <Controls.hpp>    // Pascal unit
  21. #include <Forms.hpp>    // Pascal unit
  22. #include <Graphics.hpp>    // Pascal unit
  23. #include <Classes.hpp>    // Pascal unit
  24. #include <Windows.hpp>    // Pascal unit
  25. #include <SysInit.hpp>    // Pascal unit
  26. #include <System.hpp>    // Pascal unit
  27.  
  28. //-- user supplied -----------------------------------------------------------
  29.  
  30. namespace Maskprop
  31. {
  32. //-- type declarations -------------------------------------------------------
  33. class DELPHICLASS TMaskProperty;
  34. class PASCALIMPLEMENTATION TMaskProperty : public Dsgnintf::TStringProperty 
  35. {
  36.     typedef Dsgnintf::TStringProperty inherited;
  37.     
  38. public:
  39.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  40.     virtual void __fastcall Edit(void);
  41. protected:
  42.     #pragma option push -w-inl
  43.     /* TPropertyEditor.Create */ inline __fastcall virtual TMaskProperty(const Dsgnintf::_di_IFormDesigner 
  44.         ADesigner, int APropCount) : Dsgnintf::TStringProperty(ADesigner, APropCount) { }
  45.     #pragma option pop
  46.     
  47. public:
  48.     #pragma option push -w-inl
  49.     /* TPropertyEditor.Destroy */ inline __fastcall virtual ~TMaskProperty(void) { }
  50.     #pragma option pop
  51.     
  52. };
  53.  
  54.  
  55. class DELPHICLASS TMaskForm;
  56. class PASCALIMPLEMENTATION TMaskForm : public Forms::TForm 
  57. {
  58.     typedef Forms::TForm inherited;
  59.     
  60. __published:
  61.     Stdctrls::TEdit* InputMask;
  62.     Stdctrls::TLabel* Label1;
  63.     Stdctrls::TListBox* ListBox1;
  64.     Stdctrls::TLabel* Label2;
  65.     Stdctrls::TLabel* Label3;
  66.     Mask::TMaskEdit* TestEdit;
  67.     Stdctrls::TLabel* Label4;
  68.     Stdctrls::TEdit* Blanks;
  69.     Extctrls::TBevel* Bevel1;
  70.     Stdctrls::TCheckBox* SaveMaskCheck;
  71.     Stdctrls::TButton* Masks;
  72.     Dialogs::TOpenDialog* OpenDialog1;
  73.     Stdctrls::TButton* OKButton;
  74.     Stdctrls::TButton* CancelButton;
  75.     Stdctrls::TButton* HelpButton;
  76.     void __fastcall BlanksChange(System::TObject* Sender);
  77.     void __fastcall InputMaskChange(System::TObject* Sender);
  78.     void __fastcall ListDrawItem(Controls::TWinControl* Control, int Index, const Windows::TRect &Rect, 
  79.         Windows::TOwnerDrawState State);
  80.     void __fastcall ListBoxSelect(System::TObject* Sender);
  81.     void __fastcall FormCreate(System::TObject* Sender);
  82.     void __fastcall MasksClick(System::TObject* Sender);
  83.     void __fastcall HelpButtonClick(System::TObject* Sender);
  84.     
  85. private:
  86.     bool FInEditChange;
  87.     AnsiString __fastcall AddBlanks(AnsiString Value);
  88.     void __fastcall LoadMaskList(const AnsiString FileName);
  89.     
  90. protected:
  91.     AnsiString __fastcall GetListMaskValue(int Index);
  92.     AnsiString __fastcall GetMaskValue(const AnsiString Value);
  93.     virtual void __fastcall Loaded(void);
  94. public:
  95.     #pragma option push -w-inl
  96.     /* TCustomForm.Create */ inline __fastcall virtual TMaskForm(Classes::TComponent* AOwner) : Forms::TForm(
  97.         AOwner) { }
  98.     #pragma option pop
  99.     #pragma option push -w-inl
  100.     /* TCustomForm.CreateNew */ inline __fastcall virtual TMaskForm(Classes::TComponent* AOwner, int Dummy
  101.         ) : Forms::TForm(AOwner, Dummy) { }
  102.     #pragma option pop
  103.     #pragma option push -w-inl
  104.     /* TCustomForm.Destroy */ inline __fastcall virtual ~TMaskForm(void) { }
  105.     #pragma option pop
  106.     
  107. public:
  108.     #pragma option push -w-inl
  109.     /* TWinControl.CreateParented */ inline __fastcall TMaskForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  110.         ) { }
  111.     #pragma option pop
  112.     
  113. };
  114.  
  115.  
  116. //-- var, const, procedure ---------------------------------------------------
  117. extern PACKAGE TMaskForm* MaskForm;
  118. extern PACKAGE bool __fastcall EditInputMask(AnsiString &InputMask, const AnsiString InitialDir);
  119.  
  120. }    /* namespace Maskprop */
  121. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  122. using namespace Maskprop;
  123. #endif
  124. #pragma option pop    // -w-
  125. #pragma option pop    // -Vx
  126.  
  127. #pragma delphiheader end.
  128. //-- end unit ----------------------------------------------------------------
  129. #endif    // MaskProp
  130.