home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // MaskProp.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: MaskProp.pas
- //----------------------------------------------------------------------------
- #ifndef MaskPropHPP
- #define MaskPropHPP
- //----------------------------------------------------------------------------
- #ifndef DialogsHPP
- #include <Dialogs.hpp>
- #endif
-
- #ifndef SysUtilsHPP
- #include <SysUtils.hpp>
- #endif
-
- #ifndef MaskHPP
- #include <Mask.hpp>
- #endif
-
- #ifndef DsgnIntfHPP
- #include <DsgnIntf.hpp>
- #endif
-
- #ifndef ButtonsHPP
- #include <Buttons.hpp>
- #endif
-
- #ifndef ExtCtrlsHPP
- #include <ExtCtrls.hpp>
- #endif
-
- #ifndef StdCtrlsHPP
- #include <StdCtrls.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.hpp>
- #endif
-
- #ifndef GraphicsHPP
- #include <Graphics.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Maskprop
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TMaskProperty;
- class __declspec(pascalimplementation) TMaskProperty : public Dsgnintf::TStringProperty
- {
- typedef TMaskProperty ThisClass;
- typedef Dsgnintf::TStringProperty inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual void __fastcall Edit(void);
- public:
- /* !! TPropertyEditor.Destroy */ __fastcall virtual ~TMaskProperty(void) { }
-
- public:
- /* !! TObject.Create */ __fastcall TMaskProperty(void) : Dsgnintf::TStringProperty() { }
-
- };
-
- class __declspec(delphiclass) TMaskForm;
- class __declspec(pascalimplementation) TMaskForm : public Forms::TForm
- {
- typedef TMaskForm ThisClass;
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TEdit *InputMask;
- Stdctrls::TLabel *Label1;
- Stdctrls::TListBox *ListBox1;
- Stdctrls::TLabel *Label2;
- Stdctrls::TLabel *Label3;
- Mask::TMaskEdit *TestEdit;
- Stdctrls::TLabel *Label4;
- Stdctrls::TEdit *Blanks;
- Extctrls::TBevel *Bevel1;
- Stdctrls::TCheckBox *SaveMaskCheck;
- Stdctrls::TButton *Masks;
- Dialogs::TOpenDialog *OpenDialog1;
- Stdctrls::TButton *OKButton;
- Stdctrls::TButton *CancelButton;
- Stdctrls::TButton *HelpButton;
- void __fastcall BlanksChange(System::TObject *Sender);
- void __fastcall InputMaskChange(System::TObject *Sender);
- void __fastcall ListDrawItem(Controls::TWinControl *Control, System::Integer Index, const Windows::TRect
- &Rect, Stdctrls::TOwnerDrawState State);
- void __fastcall ListBoxSelect(System::TObject *Sender);
- void __fastcall FormCreate(System::TObject *Sender);
- void __fastcall MasksClick(System::TObject *Sender);
- void __fastcall HelpButtonClick(System::TObject *Sender);
-
- private:
- System::Boolean FInEditChange;
- System::AnsiString __fastcall AddBlanks( System::AnsiString Value);
- void __fastcall LoadMaskList(const System::AnsiString FileName);
-
- protected:
- System::AnsiString __fastcall GetListMaskValue(System::Integer Index);
- System::AnsiString __fastcall GetMaskValue(const System::AnsiString Value);
- virtual void __fastcall Loaded(void);
- public:
- /* !! TForm.Create */ __fastcall virtual TMaskForm(Classes::TComponent *AOwner) : Forms::TForm(AOwner
- ) { }
- /* !! TForm.CreateNew */ __fastcall TMaskForm(Classes::TComponent *AOwner, System::Integer Dummy) : Forms::TForm(
- AOwner, Dummy) { }
- /* !! TForm.Destroy */ __fastcall virtual ~TMaskForm(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern TMaskForm *MaskForm;
-
- } /* namespace Maskprop */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Maskprop;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // MaskProp
-