home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / StickMan.zip / StickMan / StickMan.exe / 0 / RCDATA / TRUNNERFORM / TRUNNERFORM.txt
Text File  |  2009-02-28  |  898b  |  45 lines

  1. object RunnerForm: TRunnerForm
  2.   Left = 976
  3.   Top = 133
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsNone
  7.   ClientHeight = 45
  8.   ClientWidth = 115
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object StartTimer: TTimer
  21.     Interval = 100
  22.     OnTimer = StartTimerTimer
  23.     Left = 48
  24.     Top = 8
  25.   end
  26.   object EndTimer: TTimer
  27.     Enabled = False
  28.     Interval = 100
  29.     OnTimer = EndTimerTimer
  30.     Left = 8
  31.     Top = 8
  32.   end
  33.   object XPManifest1: TXPManifest
  34.     Left = 88
  35.     Top = 8
  36.   end
  37.   object OpenDialog1: TOpenDialog
  38.     DefaultExt = '.exe'
  39.     FileName = 'game.exe'
  40.     Filter = 'Game files|*.exe|All|*.*'
  41.     Left = 40
  42.     Top = 24
  43.   end
  44. end
  45.