object RegForm: TRegForm Left = 193 Top = 182 Width = 323 Height = 184 Caption = 'Registration' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 80 Width = 56 Height = 13 Caption = 'User Name:' end object Label2: TLabel Left = 8 Top = 120 Width = 87 Height = 13 Caption = 'Registration Code:' end object Label3: TLabel Left = 8 Top = 8 Width = 297 Height = 49 AutoSize = False Caption = 'Your evaluation period of ten days has expired. To use this sof' + 'tware now you must register. Click readme for instructions on r' + 'egistering.' Font.Color = clRed Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Edit1: TEdit Left = 8 Top = 92 Width = 209 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 8 Top = 132 Width = 209 Height = 21 TabOrder = 1 end object Button1: TButton Left = 232 Top = 96 Width = 75 Height = 25 Caption = 'OK' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 232 Top = 128 Width = 75 Height = 25 Caption = '&Close' Default = True TabOrder = 3 OnClick = Button2Click end object Button3: TButton Left = 232 Top = 64 Width = 75 Height = 25 Caption = 'Readme' TabOrder = 4 OnClick = Button3Click end end