home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / Waptor / waptor.exe / 0 / RCDATA / TFRMINFO / TFRMINFO.txt
Text File  |  2000-01-18  |  724b  |  39 lines

  1. object frmINFO: TfrmINFO
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Informations'
  6.   ClientHeight = 270
  7.   ClientWidth = 332
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 248
  20.     Top = 240
  21.     Width = 75
  22.     Height = 25
  23.     Cancel = True
  24.     Caption = 'Cancel'
  25.     Default = True
  26.     ModalResult = 2
  27.     TabOrder = 0
  28.   end
  29.   object Memo1: TMemo
  30.     Left = 8
  31.     Top = 8
  32.     Width = 313
  33.     Height = 224
  34.     ReadOnly = True
  35.     ScrollBars = ssVertical
  36.     TabOrder = 1
  37.   end
  38. end
  39.