home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 27 / CDROM27.iso / lazer / fractal / graf.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1998-09-13  |  1.0 KB  |  46 lines

  1. object Form1: TForm1
  2.   Left = 360
  3.   Top = 275
  4.   Width = 444
  5.   Height = 278
  6.   Cursor = crCross
  7.   Caption = 'Form1'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnKeyDown = FormKeyDown
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PGImage1: TPGImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 436
  20.     Height = 251
  21.     HorzScrollBar.Tracking = True
  22.     VertScrollBar.Tracking = True
  23.     Align = alClient
  24.     BorderStyle = bsNone
  25.     Color = clBlack
  26.     ParentColor = False
  27.     TabOrder = 0
  28.     OnMouseDown = PGImage1MouseDown
  29.     AutoSize = True
  30.     Center = True
  31.     PicBoxColor = clBlack
  32.     PicBoxCursor = crDefault
  33.     PicBoxDragCursor = crDrag
  34.     PicBoxDragMode = dmManual
  35.     PicBoxParentColor = True
  36.     PicBoxParentShowHint = True
  37.     PicBoxShowHint = False
  38.     PicBoxTag = 0
  39.     SelectionWidth = 0
  40.     SelectionHeight = 0
  41.     StretchMode = smPrecise
  42.     ZoomFactor = 1.000000000000000000
  43.     PicBoxOnMouseDown = PGImage1PicBoxOnMouseDown
  44.   end
  45. end
  46.