home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9ZIP / TSUZDLL.ZIP / EXAM3 / REPORT.DFM / REPORT.txt
Text File  |  1998-01-20  |  891b  |  49 lines

  1. object Freport: TFreport
  2.   Left = 268
  3.   Top = 137
  4.   Width = 723
  5.   Height = 422
  6.   Caption = 'Report'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PrintScale = poNone
  14.   Scaled = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Button1: TButton
  18.     Left = 248
  19.     Top = 344
  20.     Width = 89
  21.     Height = 33
  22.     Caption = 'Close'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Button2: TButton
  27.     Left = 400
  28.     Top = 344
  29.     Width = 83
  30.     Height = 33
  31.     Caption = 'Print'
  32.     TabOrder = 1
  33.     OnClick = Button2Click
  34.   end
  35.   object RichEdit1: TRichEdit
  36.     Left = 0
  37.     Top = 0
  38.     Width = 715
  39.     Height = 321
  40.     Align = alTop
  41.     Lines.Strings = (
  42.       'RichEdit1')
  43.     ReadOnly = True
  44.     ScrollBars = ssBoth
  45.     TabOrder = 2
  46.     WordWrap = False
  47.   end
  48. end
  49.