home *** CD-ROM | disk | FTP | other *** search
- object CopChaseDlg: TCopChaseDlg
- Left = 265
- Top = 263
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsDialog
- Caption = 'Cop Chase !'
- ClientHeight = 131
- ClientWidth = 253
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 72
- Width = 39
- Height = 16
- Caption = 'Health'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LHardAss: TLabel
- Left = 72
- Top = 14
- Width = 177
- Height = 33
- AutoSize = False
- Caption = 'Officer Hardass and N of his deputies are chasing you !'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object HealthBar2: TGauge
- Left = 56
- Top = 72
- Width = 193
- Height = 17
- BackColor = clRed
- Color = clWhite
- ForeColor = clBlue
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Progress = 100
- end
- object Image1: TImage
- Left = 4
- Top = 8
- Width = 55
- Height = 49
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object RunBtn: TBitBtn
- Left = 4
- Top = 104
- Width = 75
- Height = 25
- Caption = '&Run'
- TabOrder = 0
- OnClick = RunBtnClick
- end
- object StayBtn: TBitBtn
- Left = 89
- Top = 104
- Width = 75
- Height = 25
- Caption = '&Stay'
- TabOrder = 1
- OnClick = StayBtnClick
- end
- object FightBtn: TBitBtn
- Left = 174
- Top = 104
- Width = 75
- Height = 25
- Caption = '&Fight'
- TabOrder = 2
- OnClick = FightBtnClick
- end
- end
-