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

  1. object DlgInfoConexao: TDlgInfoConexao
  2.   Left = 364
  3.   Top = 317
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Conectado a @NomeServico@'
  7.   ClientHeight = 209
  8.   ClientWidth = 345
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 321
  21.     Height = 49
  22.     Caption = 'Sobre sua conex'#227'o'
  23.     TabOrder = 1
  24.     object lbInfo: TLabel
  25.       Left = 8
  26.       Top = 24
  27.       Width = 173
  28.       Height = 13
  29.       Caption = 'Voce est'#225' conectado a XXXXXXbps'
  30.     end
  31.   end
  32.   object btFechar: TButton
  33.     Left = 248
  34.     Top = 176
  35.     Width = 89
  36.     Height = 25
  37.     Caption = 'Fechar'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 0
  41.     OnClick = btFecharClick
  42.   end
  43.   object GroupBox2: TGroupBox
  44.     Left = 8
  45.     Top = 64
  46.     Width = 329
  47.     Height = 105
  48.     Caption = 'O que voc'#234' quer fazer agora?'
  49.     TabOrder = 2
  50.     object btComprar: TButton
  51.       Left = 8
  52.       Top = 24
  53.       Width = 153
  54.       Height = 25
  55.       Caption = 'Comprar Cr'#233'ditos'
  56.       TabOrder = 0
  57.       OnClick = btComprarClick
  58.     end
  59.     object btWebmail: TButton
  60.       Left = 168
  61.       Top = 24
  62.       Width = 153
  63.       Height = 25
  64.       Caption = 'Acessar o &Webmail'
  65.       TabOrder = 1
  66.       OnClick = btWebmailClick
  67.     end
  68.     object btCentral: TButton
  69.       Left = 8
  70.       Top = 64
  71.       Width = 153
  72.       Height = 25
  73.       Caption = 'Ir para a Central do &Assinante'
  74.       TabOrder = 2
  75.       OnClick = btCentralClick
  76.     end
  77.     object btDesconectar: TButton
  78.       Left = 168
  79.       Top = 64
  80.       Width = 153
  81.       Height = 25
  82.       Caption = 'Desconectar'
  83.       TabOrder = 3
  84.       OnClick = btDesconectarClick
  85.     end
  86.   end
  87. end
  88.