home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 May / GSSH0504TT.iso / Programme / Seck / _SETUP.1 / dtrainer.exe / 0 / RCDATA / TSHOWSCREEN / TSHOWSCREEN.txt
Text File  |  1998-03-14  |  510b  |  26 lines

  1. object Showscreen: TShowscreen
  2.   Left = 134
  3.   Top = 70
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'SECK 4.00 Savegame Editor'
  7.   ClientHeight = 294
  8.   ClientWidth = 352
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultSizeOnly
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 352
  21.     Height = 294
  22.     Align = alClient
  23.     Stretch = True
  24.   end
  25. end
  26.