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

  1. object FormSobre: TFormSobre
  2.   Left = 333
  3.   Top = 257
  4.   BorderStyle = bsDialog
  5.   Caption = 'Sobre o Discador @NomeServico@'
  6.   ClientHeight = 159
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 281
  24.     Height = 105
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     object ProgramIcon: TImage
  30.       Left = 8
  31.       Top = 8
  32.       Width = 33
  33.       Height = 33
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 56
  39.       Top = 8
  40.       Width = 131
  41.       Height = 13
  42.       Caption = 'Discador @NomeServico@'
  43.       IsControl = True
  44.     end
  45.     object lbVersao: TLabel
  46.       Left = 57
  47.       Top = 32
  48.       Width = 3
  49.       Height = 13
  50.       IsControl = True
  51.     end
  52.     object Copyright: TLabel
  53.       Left = 8
  54.       Top = 56
  55.       Width = 177
  56.       Height = 13
  57.       Caption = 'Copyright '#169' 2003-2004 Deltalink S.A.'
  58.       IsControl = True
  59.     end
  60.     object Comments: TLabel
  61.       Left = 8
  62.       Top = 80
  63.       Width = 229
  64.       Height = 13
  65.       Caption = 'ValeInternet '#233' marca registrada da Deltalink S.A.'
  66.       WordWrap = True
  67.       IsControl = True
  68.     end
  69.   end
  70.   object OKButton: TButton
  71.     Left = 111
  72.     Top = 124
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'OK'
  76.     Default = True
  77.     ModalResult = 1
  78.     TabOrder = 1
  79.     OnClick = OKButtonClick
  80.   end
  81. end
  82.