home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / STELLA / _SETUP.1 / Stella.exe / 0 / RCDATA / TPRODUCTFORM / TPRODUCTFORM.txt
Text File  |  1998-01-06  |  2KB  |  84 lines

  1. object ProductForm: TProductForm
  2.   Left = 398
  3.   Top = 166
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 233
  7.   ClientWidth = 200
  8.   Color = clBlack
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 125
  21.   TextHeight = 16
  22.   object ElkImage1: TJPEGImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 200
  26.     Height = 233
  27.     Hint = 'Click here to close'
  28.     Align = alClient
  29.     OnClick = ElkImage1Click
  30.     NumOfColors = TrueColor
  31.     DCTMethod = Integ
  32.     Dither = FS
  33.     FastProcessing = False
  34.     GrayScale = False
  35.     NoSmooth = False
  36.     OnePass = False
  37.     ProgressStep = 10
  38.   end
  39.   object Panel2: TPanel
  40.     Left = 1
  41.     Top = 202
  42.     Width = 196
  43.     Height = 31
  44.     Hint = 'Click here for Stella'#39's home on the Web'
  45.     BevelOuter = bvLowered
  46.     BevelWidth = 3
  47.     Caption = 'Panel2'
  48.     Color = 7044500
  49.     TabOrder = 0
  50.     object Panel1: TPanel
  51.       Left = 4
  52.       Top = 4
  53.       Width = 186
  54.       Height = 19
  55.       Hint = 'Click here for Stella'#39's home on the Web'
  56.       BevelOuter = bvNone
  57.       BevelWidth = 2
  58.       Caption = 'http://www.sci.fi/~elk'
  59.       Color = 7044500
  60.       Font.Color = clSilver
  61.       Font.Height = -16
  62.       Font.Name = 'Times New Roman'
  63.       Font.Style = [fsBold, fsUnderline]
  64.       ParentFont = False
  65.       TabOrder = 0
  66.       OnClick = Panel1Click
  67.     end
  68.   end
  69.   object ChangeMessageTimer: TTimer
  70.     Enabled = False
  71.     Interval = 5000
  72.     OnTimer = ChangeMessageTimerTimer
  73.     Left = 16
  74.     Top = 11
  75.   end
  76.   object FlashTimer1: TTimer
  77.     Enabled = False
  78.     Interval = 100
  79.     OnTimer = FlashTimer1Timer
  80.     Left = 160
  81.     Top = 10
  82.   end
  83. end
  84.