home *** CD-ROM | disk | FTP | other *** search
/ Sciences Encyclopedia 2.0 Ariss / SCIENCES-ENCYCLOPEDIA-V2.0-ARISS-CD1.iso / Sciences.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  2004-04-22  |  1KB  |  66 lines

  1. object Form2: TForm2
  2.   Left = 507
  3.   Top = 334
  4.   BorderStyle = bsNone
  5.   ClientHeight = 48
  6.   ClientWidth = 137
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ScrollBox1: TScrollBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 33
  23.     Height = 33
  24.     HorzScrollBar.Increment = 1
  25.     VertScrollBar.Increment = 1
  26.     BorderStyle = bsNone
  27.     Color = clBtnHighlight
  28.     ParentColor = False
  29.     TabOrder = 0
  30.     object Image1: TLEADImage
  31.       Left = 10
  32.       Top = 10
  33.       Width = 17
  34.       Height = 17
  35.       Cursor = 10
  36.       Ctl3D = False
  37.       DrawMode = pmCopy
  38.       FrameOuterShadowColor = clBlack
  39.       ParentCtl3D = False
  40.       PanWinTitle = 'Pan Window'
  41.       TabOrder = 0
  42.       TextFont.Charset = DEFAULT_CHARSET
  43.       TextFont.Color = clWindowText
  44.       TextFont.Height = -11
  45.       TextFont.Name = 'MS Sans Serif'
  46.       TextFont.Style = []
  47.       OnMouseDown = Image1MouseDown
  48.       OnMouseUp = Image1MouseUp
  49.       OnMouseMove = Image1MouseMove
  50.     end
  51.   end
  52.   object Timer1: TTimer
  53.     Enabled = False
  54.     Interval = 30
  55.     OnTimer = Timer1Timer
  56.     Left = 40
  57.     Top = 8
  58.   end
  59.   object CoolLocker1: TCoolLocker
  60.     Enabled = True
  61.     Options = []
  62.     Left = 80
  63.     Top = 8
  64.   end
  65. end
  66.