home *** CD-ROM | disk | FTP | other *** search
- object SCMaskInputForm: TSCMaskInputForm
- Left = 276
- Top = 138
- ActiveControl = InputEdit
- BorderStyle = bsDialog
- Caption = 'Masked Text Editor'
- ClientHeight = 106
- ClientWidth = 303
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object InputLabel: TLabel
- Left = 12
- Top = 13
- Width = 73
- Height = 17
- AutoSize = False
- Caption = '&Input Text:'
- FocusControl = InputEdit
- Layout = tlCenter
- end
- object MaskCaptionLabel: TLabel
- Left = 12
- Top = 41
- Width = 73
- Height = 17
- AutoSize = False
- Caption = 'Edit Mask:'
- Layout = tlCenter
- end
- object MaskLabel: TLabel
- Left = 88
- Top = 41
- Width = 201
- Height = 17
- AutoSize = False
- Caption = 'Edit Mask:'
- Layout = tlCenter
- end
- object OKButton: TSCButton
- Left = 125
- Top = 68
- Width = 81
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TSCButton
- Left = 209
- Top = 68
- Width = 81
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object InputEdit: TSCMaskEdit
- Left = 88
- Top = 11
- Width = 202
- Height = 21
- TabOrder = 0
- end
- end
-