home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D3 / EDTOOL.ZIP / PVLDEDIT.DFM / PVLDEDIT.txt
Text File  |  1997-09-23  |  436b  |  21 lines

  1. object FrmVisDateEdit: TFrmVisDateEdit
  2.   Left = 345
  3.   Top = 256
  4.   BorderStyle = bsNone
  5.   Caption = 'FrmVisDateEdit'
  6.   ClientHeight = 112
  7.   ClientWidth = 189
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   KeyPreview = True
  14.   Position = poDefaultPosOnly
  15.   OnClose = FormClose
  16.   OnKeyUp = FormKeyUp
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20. end
  21.