object progressForm: TprogressForm Left = 228 Top = 246 BorderIcons = [] BorderStyle = bsDialog Caption = 'NetLoad - Online Registration' ClientHeight = 75 ClientWidth = 340 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object progressMessageLbl: TLabel Left = 6 Top = 16 Width = 328 Height = 28 Alignment = taCenter AutoSize = False Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 253 Top = 41 Width = 75 Height = 23 Caption = 'Cancel' TabOrder = 0 OnClick = Button1Click end end