home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 December / 27_12_1999.iso / Soft / nvamp33.exe / Vampire.exe / 0 / RCDATA / TDEATHDIALOG / TDEATHDIALOG.txt < prev   
Text File  |  1999-06-02  |  2KB  |  100 lines

  1. object DeathDialog: TDeathDialog
  2.   Left = 328
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Net Vampire'
  7.   ClientHeight = 66
  8.   ClientWidth = 372
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 64
  20.     Top = 12
  21.     Width = 32
  22.     Height = 13
  23.     Caption = 'Label1'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 64
  27.     Top = 28
  28.     Width = 32
  29.     Height = 13
  30.     Caption = 'Label2'
  31.   end
  32.   object Image1: TImage
  33.     Left = 16
  34.     Top = 8
  35.     Width = 32
  36.     Height = 32
  37.     Picture.Data = {<image000.bmp>}
  38.     Transparent = True
  39.   end
  40.   object Image2: TImage
  41.     Left = 108
  42.     Top = 4
  43.     Width = 32
  44.     Height = 32
  45.     AutoSize = True
  46.     Picture.Data = {<image001.ico>}
  47.     Visible = False
  48.   end
  49.   object Image3: TImage
  50.     Left = 140
  51.     Top = 4
  52.     Width = 32
  53.     Height = 32
  54.     AutoSize = True
  55.     Picture.Data = {<image002.bmp>}
  56.     Visible = False
  57.   end
  58.   object Image4: TImage
  59.     Left = 172
  60.     Top = 4
  61.     Width = 32
  62.     Height = 32
  63.     AutoSize = True
  64.     Picture.Data = {<image003.bmp>}
  65.     Visible = False
  66.   end
  67.   object CancelBtn: TButton
  68.     Left = 284
  69.     Top = 36
  70.     Width = 75
  71.     Height = 25
  72.     Cancel = True
  73.     Caption = '&Cancel'
  74.     Default = True
  75.     ModalResult = 2
  76.     TabOrder = 0
  77.     OnClick = CancelBtnClick
  78.   end
  79.   object NowBtn: TButton
  80.     Left = 284
  81.     Top = 4
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&Now'
  85.     TabOrder = 1
  86.     OnClick = NowBtnClick
  87.   end
  88.   object Timer1: TTimer
  89.     Enabled = False
  90.     Interval = 500
  91.     OnTimer = Timer1Timer
  92.     Left = 164
  93.     Top = 36
  94.   end
  95.   object KMLang1: TKMLang
  96.     Left = 4
  97.     Top = 4
  98.   end
  99. end
  100.