home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / DELPHI / ORPHTR / ORPHTR.EXE / OVCSFPE.DFM / OVCSFPE.txt
Text File  |  1995-03-15  |  1KB  |  66 lines

  1. object frmSimpleMask: TfrmSimpleMask
  2.   Left = 472
  3.   Top = 96
  4.   ActiveControl = cbxMaskCharacter
  5.   BorderStyle = bsDialog
  6.   Caption = 'Simple Field Mask Characters'
  7.   ClientHeight = 166
  8.   ClientWidth = 331
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object lblPictureChars: TLabel
  19.     Left = 9
  20.     Top = 2
  21.     Width = 145
  22.     Height = 13
  23.     Caption = '&Mask Characters'
  24.   end
  25.   object btnOk: TBitBtn
  26.     Left = 242
  27.     Top = 102
  28.     Width = 82
  29.     Height = 26
  30.     TabOrder = 2
  31.     Kind = bkOK
  32.   end
  33.   object btnCancel: TBitBtn
  34.     Left = 242
  35.     Top = 134
  36.     Width = 82
  37.     Height = 26
  38.     TabOrder = 3
  39.     Kind = bkCancel
  40.   end
  41.   object btnHelp: TBitBtn
  42.     Left = 242
  43.     Top = 57
  44.     Width = 82
  45.     Height = 26
  46.     TabOrder = 1
  47.     Kind = bkHelp
  48.   end
  49.   object cbxMaskCharacter: TComboBox
  50.     Left = 9
  51.     Top = 19
  52.     Width = 224
  53.     Height = 22
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'System'
  57.     Font.Pitch = fpFixed
  58.     Font.Style = []
  59.     ItemHeight = 15
  60.     MaxLength = 1
  61.     ParentFont = False
  62.     TabOrder = 0
  63.     OnChange = cbxMaskCharacterChange
  64.   end
  65. end
  66.