home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Netshift / _SETUP.1 / NetShift.exe / 0 / RCDATA / TFORMTOP / TFORMTOP.txt < prev   
Text File  |  1998-03-06  |  2KB  |  125 lines

  1. object FormTop: TFormTop
  2.   Left = 328
  3.   Top = 312
  4.   BorderStyle = bsNone
  5.   Caption = 'FormTop'
  6.   ClientHeight = 60
  7.   ClientWidth = 800
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Visible = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnMouseDown = MouseDown
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 800
  24.     Height = 60
  25.     Style = bsRaised
  26.   end
  27.   object Block2: TShape
  28.     Left = 728
  29.     Top = 1
  30.     Width = 71
  31.     Height = 59
  32.     Brush.Color = clBtnFace
  33.     Pen.Color = clBtnFace
  34.     OnMouseDown = MouseDown
  35.   end
  36.   object Block1: TShape
  37.     Left = 1
  38.     Top = 1
  39.     Width = 23
  40.     Height = 59
  41.     Brush.Color = clBtnFace
  42.     Pen.Color = clBtnFace
  43.     OnMouseDown = MouseDown
  44.   end
  45.   object Bevel4: TBevel
  46.     Left = 744
  47.     Top = 4
  48.     Width = 52
  49.     Height = 52
  50.     Shape = bsFrame
  51.   end
  52.   object Bevel3: TBevel
  53.     Left = 4
  54.     Top = 4
  55.     Width = 52
  56.     Height = 52
  57.     Shape = bsFrame
  58.   end
  59.   object Bevel2: TBevel
  60.     Left = 60
  61.     Top = 4
  62.     Width = 681
  63.     Height = 52
  64.     Shape = bsFrame
  65.   end
  66.   object TiledBitmap: TTiledBitmap
  67.     Left = 0
  68.     Top = 0
  69.     Width = 800
  70.     Height = 60
  71.     Align = alClient
  72.   end
  73.   object Image: TImage
  74.     Tag = 3
  75.     Left = 745
  76.     Top = 5
  77.     Width = 50
  78.     Height = 50
  79.     Center = True
  80.     Picture.Data = {<image000.bmp>}
  81.     OnClick = ImageClick
  82.   end
  83.   object Banner: TImage
  84.     Tag = 2
  85.     Left = 62
  86.     Top = 5
  87.     Width = 677
  88.     Height = 50
  89.     Picture.Data = {<image001.bmp>}
  90.     OnClick = BannerClick
  91.   end
  92.   object LabelEval: TLabel
  93.     Left = 240
  94.     Top = 16
  95.     Width = 322
  96.     Height = 20
  97.     Caption = '  Unlicensed Copy - For evaluation only  '
  98.     Color = clBlack
  99.     Font.Color = clYellow
  100.     Font.Height = -16
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = [fsBold]
  103.     ParentColor = False
  104.     ParentFont = False
  105.   end
  106.   object AnalogClock: TAnalogClock
  107.     Tag = 1
  108.     Left = 5
  109.     Top = 5
  110.     Width = 50
  111.     Height = 50
  112.     OnClick = AnalogClockClick
  113.     OnMouseDown = MouseDown
  114.     FaceColor = clMaroon
  115.     Interval = 1
  116.     ShowSeconds = False
  117.   end
  118.   object Timer: TTimer
  119.     Interval = 100
  120.     OnTimer = TimerTimer
  121.     Left = 80
  122.     Top = 16
  123.   end
  124. end
  125.