object FormStatus: TFormStatus Left = 537 Top = 409 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Conectando' ClientHeight = 151 ClientWidth = 357 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poDesktopCenter PixelsPerInch = 96 TextHeight = 13 object lbStatus: TLabel Left = 8 Top = 8 Width = 345 Height = 105 AutoSize = False WordWrap = True end object btStatus: TButton Left = 141 Top = 120 Width = 75 Height = 25 Caption = 'Cancelar' TabOrder = 0 OnClick = btStatusClick end end