object RegInfoWin: TRegInfoWin Left = 367 Top = 146 BorderIcons = [] BorderStyle = bsDialog ClientHeight = 155 ClientWidth = 341 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GoOnBtn: TButton Left = 8 Top = 120 Width = 153 Height = 25 TabOrder = 0 OnClick = GoOnBtnClick end object RegBtn: TButton Left = 168 Top = 120 Width = 161 Height = 25 TabOrder = 1 OnClick = RegBtnClick end object InfoHolder: TPanel Left = 8 Top = 8 Width = 321 Height = 105 BevelOuter = bvLowered Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 object Info: TLabel Left = 16 Top = 8 Width = 289 Height = 89 Alignment = taCenter AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end end end