home *** CD-ROM | disk | FTP | other *** search
/ Emuladores 7 / EMULADORES_7.iso / kit / discador_netcerta.exe / DiscadorNetCerta.exe / 0 / RCDATA / TFORMDESCONECTADO / TFORMDESCONECTADO.txt
Text File  |  2004-05-10  |  1KB  |  50 lines

  1. object FormDesconectado: TFormDesconectado
  2.   Left = 306
  3.   Top = 200
  4.   Width = 410
  5.   Height = 137
  6.   Caption = 'Desconectado'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 385
  21.     Height = 65
  22.     AutoSize = False
  23.     Caption = 
  24.       'A conex'#227'o foi terminada inesperadamente. Se seus cr'#233'ditos acabar' +
  25.       'am, clique no bot'#227'o "Comprar Cr'#233'ditos" abaixo para adquirir mais' +
  26.       ' cr'#233'ditos de acesso e continuar navegando no @NomeServico@ com p' +
  27.       'revisibilidade e economia.'
  28.     WordWrap = True
  29.   end
  30.   object Button1: TButton
  31.     Left = 72
  32.     Top = 72
  33.     Width = 105
  34.     Height = 25
  35.     Caption = 'Comprar &Cr'#233'ditos'
  36.     Default = True
  37.     TabOrder = 0
  38.     OnClick = Button1Click
  39.   end
  40.   object Button2: TButton
  41.     Left = 224
  42.     Top = 72
  43.     Width = 105
  44.     Height = 25
  45.     Caption = 'Fechar'
  46.     TabOrder = 1
  47.     OnClick = Button2Click
  48.   end
  49. end
  50.