home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 January / GSSH0104TT.iso / Programme / Seck / _SETUP.1 / Seck.exe / 0 / RCDATA / TTRAINER2 / TTRAINER2.txt
Text File  |  1998-03-15  |  2KB  |  89 lines

  1. object Trainer2: TTrainer2
  2.   Left = -4
  3.   Top = -4
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'SECK 4.00 Savegame Editor'
  7.   ClientHeight = 433
  8.   ClientWidth = 640
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultSizeOnly
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object f_OKButton: TButton
  19.     Left = 17
  20.     Top = 15
  21.     Width = 65
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Enabled = False
  25.     TabOrder = 0
  26.     Visible = False
  27.     OnClick = f_OKButtonClick
  28.   end
  29.   object F_Endbutton: TButton
  30.     Left = 169
  31.     Top = 15
  32.     Width = 64
  33.     Height = 25
  34.     Caption = 'Beenden'
  35.     Enabled = False
  36.     TabOrder = 1
  37.     Visible = False
  38.     OnClick = F_EndbuttonClick
  39.   end
  40.   object F_choosebutton: TButton
  41.     Left = 93
  42.     Top = 16
  43.     Width = 64
  44.     Height = 25
  45.     Caption = 'Auswahl'
  46.     Enabled = False
  47.     TabOrder = 2
  48.     Visible = False
  49.     OnClick = F_choosebuttonClick
  50.   end
  51.   object MediaPlayer1: TMediaPlayer
  52.     Left = 246
  53.     Top = 18
  54.     Width = 225
  55.     Height = 30
  56.     VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack, btEject]
  57.     DeviceType = dtWaveAudio
  58.     Visible = False
  59.     TabOrder = 3
  60.     OnNotify = MediaPlayer1Notify
  61.   end
  62.   object StatusBar1: TStatusBar
  63.     Left = 0
  64.     Top = 414
  65.     Width = 640
  66.     Height = 19
  67.     Enabled = False
  68.     Panels = <
  69.       item
  70.         Text = 
  71.           'Trainer erstellt mit dem Savegame Editor Construction Kit  (SECK' +
  72.           ') V 4.00 Copyright (C) 1995-1997 Advanced Digital Technologies'
  73.         Width = 310
  74.       end>
  75.     SimplePanel = True
  76.     SimpleText = 
  77.       'Trainer erstellt mit dem Savegame Editor Construction Kit (SECK)' +
  78.       ' V 4.00   Copyright (C) 1995-1997 Advanced Digital Technologies'
  79.     SizeGrip = False
  80.     Visible = False
  81.   end
  82.   object OpenDialog1: TOpenDialog
  83.     FileEditStyle = fsEdit
  84.     Options = [ofHideReadOnly]
  85.     Left = 486
  86.     Top = 20
  87.   end
  88. end
  89.