object progressForm: TprogressForm Left = 228 Top = 246 BorderIcons = [] BorderStyle = bsDialog Caption = 'NetLoad - Online Registration' ClientHeight = 103 ClientWidth = 358 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object progressMessageLbl: TLabel Left = 8 Top = 10 Width = 337 Height = 55 Alignment = taCenter AutoSize = False Caption = 'Thank you. Your registration details have been sent successfully' + '! You will be emailed your keys to unlock NetLoad once your cred' + 'it card has been approved.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Button1: TButton Left = 274 Top = 76 Width = 75 Height = 23 Caption = '&Cancel' ModalResult = 2 TabOrder = 0 OnClick = Button1Click end end