home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Gry / DopeWars / DopeWars.exe / 0 / RCDATA / TCOPCHASEDLG / TCOPCHASEDLG.txt < prev   
Encoding:
Text File  |  1999-03-24  |  2.0 KB  |  101 lines

  1. object CopChaseDlg: TCopChaseDlg
  2.   Left = 265
  3.   Top = 263
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Cop Chase !'
  7.   ClientHeight = 131
  8.   ClientWidth = 253
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 72
  23.     Width = 39
  24.     Height = 16
  25.     Caption = 'Health'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object LHardAss: TLabel
  34.     Left = 72
  35.     Top = 14
  36.     Width = 177
  37.     Height = 33
  38.     AutoSize = False
  39.     Caption = 'Officer Hardass and N of his deputies are chasing you !'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     WordWrap = True
  47.   end
  48.   object HealthBar2: TGauge
  49.     Left = 56
  50.     Top = 72
  51.     Width = 193
  52.     Height = 17
  53.     BackColor = clRed
  54.     Color = clWhite
  55.     ForeColor = clBlue
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clBlack
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentColor = False
  62.     ParentFont = False
  63.     Progress = 100
  64.   end
  65.   object Image1: TImage
  66.     Left = 4
  67.     Top = 8
  68.     Width = 55
  69.     Height = 49
  70.     AutoSize = True
  71.     Picture.Data = {<image000.bmp>}
  72.   end
  73.   object RunBtn: TBitBtn
  74.     Left = 4
  75.     Top = 104
  76.     Width = 75
  77.     Height = 25
  78.     Caption = '&Run'
  79.     TabOrder = 0
  80.     OnClick = RunBtnClick
  81.   end
  82.   object StayBtn: TBitBtn
  83.     Left = 89
  84.     Top = 104
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&Stay'
  88.     TabOrder = 1
  89.     OnClick = StayBtnClick
  90.   end
  91.   object FightBtn: TBitBtn
  92.     Left = 174
  93.     Top = 104
  94.     Width = 75
  95.     Height = 25
  96.     Caption = '&Fight'
  97.     TabOrder = 2
  98.     OnClick = FightBtnClick
  99.   end
  100. end
  101.