object RegForm: TRegForm Left = 203 Top = 155 Width = 379 Height = 186 Caption = 'Register' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 40 Width = 33 Height = 13 Caption = 'Name' end object Label2: TLabel Left = 16 Top = 72 Width = 52 Height = 13 Caption = 'Company' end object Label3: TLabel Left = 16 Top = 104 Width = 22 Height = 13 Caption = 'Key' end object Label4: TLabel Left = 0 Top = 8 Width = 369 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Read Order.txt to find out how to register' end object Naam: TEdit Left = 80 Top = 32 Width = 273 Height = 21 TabOrder = 0 end object Bedrijf: TEdit Left = 80 Top = 64 Width = 273 Height = 21 TabOrder = 1 end object Key: TEdit Left = 80 Top = 96 Width = 273 Height = 21 TabOrder = 2 end object Button1: TButton Left = 8 Top = 128 Width = 169 Height = 25 Caption = 'Register' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 192 Top = 128 Width = 169 Height = 25 Caption = 'Continue without registering' TabOrder = 4 OnClick = Button2Click end end