home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / MASKTEXT.DFM / MASKTEXT.txt
Encoding:
Text File  |  1995-08-24  |  1.5 KB  |  86 lines

  1. object MaskTextForm: TMaskTextForm
  2.   Left = 225
  3.   Top = 200
  4.   ActiveControl = TestEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Masked Text Editor'
  7.   ClientHeight = 101
  8.   ClientWidth = 286
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Label3: TLabel
  18.     Left = 8
  19.     Top = 10
  20.     Width = 63
  21.     Height = 13
  22.     Caption = '&Input Text:'
  23.     FocusControl = TestEdit
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 8
  28.     Top = 36
  29.     Width = 61
  30.     Height = 13
  31.     Caption = 'Edit Mask:'
  32.     IsControl = True
  33.   end
  34.   object EditMask: TLabel
  35.     Left = 76
  36.     Top = 36
  37.     Width = 200
  38.     Height = 13
  39.     AutoSize = False
  40.     Caption = 'None'
  41.     IsControl = True
  42.   end
  43.   object OKBtn: TBitBtn
  44.     Left = 32
  45.     Top = 64
  46.     Width = 77
  47.     Height = 27
  48.     TabOrder = 1
  49.     Kind = bkOK
  50.     Margin = 2
  51.     Spacing = -1
  52.     IsControl = True
  53.   end
  54.   object CancelBtn: TBitBtn
  55.     Left = 116
  56.     Top = 64
  57.     Width = 77
  58.     Height = 27
  59.     TabOrder = 2
  60.     Kind = bkCancel
  61.     Margin = 2
  62.     Spacing = -1
  63.     IsControl = True
  64.   end
  65.   object HelpBtn: TBitBtn
  66.     Left = 200
  67.     Top = 64
  68.     Width = 77
  69.     Height = 27
  70.     TabOrder = 3
  71.     Kind = bkHelp
  72.     Margin = 2
  73.     Spacing = -1
  74.     IsControl = True
  75.   end
  76.   object TestEdit: TMaskEdit
  77.     Left = 76
  78.     Top = 8
  79.     Width = 200
  80.     Height = 20
  81.     MaxLength = 0
  82.     TabOrder = 0
  83.     IsControl = True
  84.   end
  85. end
  86.