home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi1 / winfo151.exe / README.DFM / README.txt
Text File  |  1995-09-06  |  687b  |  38 lines

  1. object frmReadMe: TfrmReadMe
  2.   Left = 376
  3.   Top = 177
  4.   Width = 621
  5.   Height = 513
  6.   Font.Color = clWindowText
  7.   Font.Height = -17
  8.   Font.Name = 'System'
  9.   Font.Style = []
  10.   Menu = MainMenu1
  11.   PixelsPerInch = 120
  12.   OnCreate = FormCreate
  13.   TextHeight = 20
  14.   object Memo1: TMemo
  15.     Left = 0
  16.     Top = 0
  17.     Width = 613
  18.     Height = 451
  19.     Align = alClient
  20.     Lines.Strings = (
  21.       'Memo1')
  22.     ReadOnly = True
  23.     ScrollBars = ssVertical
  24.     TabOrder = 0
  25.   end
  26.   object MainMenu1: TMainMenu
  27.     Left = 176
  28.     Top = 40
  29.     object File1: TMenuItem
  30.       Caption = '&File'
  31.       object Exit1: TMenuItem
  32.         Caption = 'E&xit'
  33.         OnClick = Exit1Click
  34.       end
  35.     end
  36.   end
  37. end
  38.