home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / DELUT / BICAT2.ZIP / Bicat.exe / 0 / RCDATA / TVIEWFORM / TVIEWFORM.txt < prev   
Text File  |  1998-07-14  |  917b  |  45 lines

  1. object ViewForm: TViewForm
  2.   Left = 199
  3.   Top = 110
  4.   Width = 353
  5.   Height = 246
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'ViewForm'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnKeyDown = FormKeyDown
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object ViewScrollBox: TScrollBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 345
  25.     Height = 219
  26.     HorzScrollBar.Tracking = True
  27.     VertScrollBar.Tracking = True
  28.     Align = alClient
  29.     BorderStyle = bsNone
  30.     TabOrder = 0
  31.     object ViewImage: TImage
  32.       Left = 24
  33.       Top = 20
  34.       Width = 121
  35.       Height = 89
  36.     end
  37.   end
  38.   object FormPlacement: TFormPlacement
  39.     Active = False
  40.     IniSection = 'ViewPlacement'
  41.     Left = 16
  42.     Top = 140
  43.   end
  44. end
  45.