home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / EverythingIOwn / EIOWN_17.EXE / EIO.EXE / 0 / RCDATA / TFPROWARN / TFPROWARN.txt < prev   
Encoding:
Text File  |  1998-02-24  |  1.5 KB  |  77 lines

  1. object FProWarn: TFProWarn
  2.   Left = 192
  3.   Top = 127
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Everything I Own!'
  7.   ClientHeight = 142
  8.   ClientWidth = 458
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poDefault
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object BitBtn1: TBitBtn
  18.     Left = 10
  19.     Top = 104
  20.     Width = 441
  21.     Height = 33
  22.     TabOrder = 0
  23.     OnClick = BitBtn1Click
  24.     Kind = bkClose
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 10
  28.     Top = 8
  29.     Width = 441
  30.     Height = 49
  31.     BevelOuter = bvLowered
  32.     TabOrder = 1
  33.     object Label3: TLabel
  34.       Left = 56
  35.       Top = 25
  36.       Width = 329
  37.       Height = 16
  38.       Alignment = taCenter
  39.       AutoSize = False
  40.       Caption = 'Copyright [c] 1997 by BlueCollar Software'
  41.     end
  42.     object Label4: TLabel
  43.       Left = 56
  44.       Top = 8
  45.       Width = 329
  46.       Height = 16
  47.       Alignment = taCenter
  48.       AutoSize = False
  49.       Caption = 'Everything I Own!'
  50.     end
  51.   end
  52.   object Panel2: TPanel
  53.     Left = 9
  54.     Top = 64
  55.     Width = 442
  56.     Height = 33
  57.     BevelOuter = bvLowered
  58.     Color = clYellow
  59.     TabOrder = 2
  60.     object Label1: TLabel
  61.       Left = 120
  62.       Top = 33
  63.       Width = 4
  64.       Height = 16
  65.     end
  66.     object Label2: TLabel
  67.       Left = 8
  68.       Top = 8
  69.       Width = 425
  70.       Height = 16
  71.       Alignment = taCenter
  72.       AutoSize = False
  73.       Caption = 'You Must Have A Valid Name/Number Pair  Entered'
  74.     end
  75.   end
  76. end
  77.