home *** CD-ROM | disk | FTP | other *** search
- object MaskTextForm: TMaskTextForm
- Left = 225
- Top = 200
- ActiveControl = TestEdit
- BorderStyle = bsDialog
- Caption = 'Masked Text Editor'
- ClientHeight = 101
- ClientWidth = 286
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object Label3: TLabel
- Left = 8
- Top = 10
- Width = 63
- Height = 13
- Caption = '&Input Text:'
- FocusControl = TestEdit
- IsControl = True
- end
- object Label1: TLabel
- Left = 8
- Top = 36
- Width = 61
- Height = 13
- Caption = 'Edit Mask:'
- IsControl = True
- end
- object EditMask: TLabel
- Left = 76
- Top = 36
- Width = 200
- Height = 13
- AutoSize = False
- Caption = 'None'
- IsControl = True
- end
- object OKBtn: TBitBtn
- Left = 32
- Top = 64
- Width = 77
- Height = 27
- TabOrder = 1
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 116
- Top = 64
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 200
- Top = 64
- Width = 77
- Height = 27
- TabOrder = 3
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object TestEdit: TMaskEdit
- Left = 76
- Top = 8
- Width = 200
- Height = 20
- MaxLength = 0
- TabOrder = 0
- IsControl = True
- end
- end
-