object DlgInfoConexao: TDlgInfoConexao Left = 364 Top = 317 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Conectado a @NomeServico@' ClientHeight = 209 ClientWidth = 345 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 321 Height = 49 Caption = 'Sobre sua conex'#227'o' TabOrder = 1 object lbInfo: TLabel Left = 8 Top = 24 Width = 173 Height = 13 Caption = 'Voce est'#225' conectado a XXXXXXbps' end end object btFechar: TButton Left = 248 Top = 176 Width = 89 Height = 25 Caption = 'Fechar' Default = True ModalResult = 1 TabOrder = 0 OnClick = btFecharClick end object GroupBox2: TGroupBox Left = 8 Top = 64 Width = 329 Height = 105 Caption = 'O que voc'#234' quer fazer agora?' TabOrder = 2 object btComprar: TButton Left = 8 Top = 24 Width = 153 Height = 25 Caption = 'Comprar Cr'#233'ditos' TabOrder = 0 OnClick = btComprarClick end object btWebmail: TButton Left = 168 Top = 24 Width = 153 Height = 25 Caption = 'Acessar o &Webmail' TabOrder = 1 OnClick = btWebmailClick end object btCentral: TButton Left = 8 Top = 64 Width = 153 Height = 25 Caption = 'Ir para a Central do &Assinante' TabOrder = 2 OnClick = btCentralClick end object btDesconectar: TButton Left = 168 Top = 64 Width = 153 Height = 25 Caption = 'Desconectar' TabOrder = 3 OnClick = btDesconectarClick end end end