home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / tuneup_hit / files / TU2004TrialEN.exe / stiderc.bpl / RCDATA / TFRMSTIDERC / TFRMSTIDERC.txt
Encoding:
Text File  |  2004-03-31  |  1.0 KB  |  53 lines

  1. object frmStiderc: TfrmStiderc
  2.   Left = 490
  3.   Top = 475
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Credits'
  7.   ClientHeight = 268
  8.   ClientWidth = 365
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     365
  23.     268)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 365
  30.     Height = 268
  31.     Anchors = [akLeft, akTop, akRight, akBottom]
  32.     BevelOuter = bvNone
  33.     BorderStyle = bsSingle
  34.     TabOrder = 0
  35.     object Pic: TPaintBox32
  36.       Left = 0
  37.       Top = 0
  38.       Width = 361
  39.       Height = 264
  40.       Align = alClient
  41.       TabOrder = 0
  42.       OnMouseMove = PicMouseMove
  43.     end
  44.     object SrcPic: TPaintBox32
  45.       Left = 0
  46.       Top = 0
  47.       Width = 273
  48.       Height = 121
  49.       TabOrder = 1
  50.     end
  51.   end
  52. end
  53.