home *** CD-ROM | disk | FTP | other *** search
- object RunnerForm: TRunnerForm
- Left = 310
- Top = 401
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderStyle = bsNone
- ClientHeight = 45
- ClientWidth = 115
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object StartTimer: TTimer
- Interval = 100
- OnTimer = StartTimerTimer
- Left = 48
- Top = 8
- end
- object EndTimer: TTimer
- Enabled = False
- Interval = 100
- OnTimer = EndTimerTimer
- Left = 8
- Top = 8
- end
- object XPManifest1: TXPManifest
- Left = 88
- Top = 8
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = '.exe'
- FileName = 'game.exe'
- Filter = 'Game files|*.exe|All|*.*'
- Left = 40
- Top = 24
- end
- end
-