home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / Software / zkuste / BlowFish / bfa97.exe / 0 / RCDATA / TREGINFOWIN / TREGINFOWIN.txt
Text File  |  1998-12-29  |  1KB  |  67 lines

  1. object RegInfoWin: TRegInfoWin
  2.   Left = 367
  3.   Top = 146
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 155
  7.   ClientWidth = 341
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GoOnBtn: TButton
  20.     Left = 8
  21.     Top = 120
  22.     Width = 153
  23.     Height = 25
  24.     TabOrder = 0
  25.     OnClick = GoOnBtnClick
  26.   end
  27.   object RegBtn: TButton
  28.     Left = 168
  29.     Top = 120
  30.     Width = 161
  31.     Height = 25
  32.     TabOrder = 1
  33.     OnClick = RegBtnClick
  34.   end
  35.   object InfoHolder: TPanel
  36.     Left = 8
  37.     Top = 8
  38.     Width = 321
  39.     Height = 105
  40.     BevelOuter = bvLowered
  41.     Color = clWhite
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -13
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     TabOrder = 2
  49.     object Info: TLabel
  50.       Left = 16
  51.       Top = 8
  52.       Width = 289
  53.       Height = 89
  54.       Alignment = taCenter
  55.       AutoSize = False
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clBlack
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ParentFont = False
  62.       Transparent = True
  63.       WordWrap = True
  64.     end
  65.   end
  66. end
  67.