home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / BITMAP / _SETUP.1 / Bitmap.exe / 0 / RCDATA / TVIEWFRM / TVIEWFRM.txt
Text File  |  1997-08-17  |  979b  |  47 lines

  1. object ViewFrm: TViewFrm
  2.   Left = 794
  3.   Top = 138
  4.   Width = 179
  5.   Height = 174
  6.   BorderStyle = bsDialog
  7.   Caption = 'Bitmap Browser'
  8.   Color = clNavy
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnKeyPress = FormKeyPress
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ScrollBox1: TScrollBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 171
  23.     Height = 147
  24.     Align = alClient
  25.     AutoScroll = False
  26.     BorderStyle = bsNone
  27.     TabOrder = 0
  28.     object Image1: TImage
  29.       Left = 8
  30.       Top = 8
  31.       Width = 73
  32.       Height = 65
  33.       OnMouseDown = Image1MouseDown
  34.       OnMouseMove = Image1MouseMove
  35.       OnMouseUp = Image1MouseUp
  36.     end
  37.   end
  38.   object TitleBar1: TTitleBar
  39.     Alignment = taCenter
  40.     ApplicationInfo.FontStyle = [fsBold]
  41.     CompanyInfo.FontStyle = [fsBold, fsItalic]
  42.     NbOfColors = 0
  43.     Left = 272
  44.     Top = 424
  45.   end
  46. end
  47.