home *** CD-ROM | disk | FTP | other *** search
/ Emuladores 7 / EMULADORES_7.iso / kit / discador_netcerta.exe / DiscadorNetCerta.exe / 0 / RCDATA / TFORMAJUDA / TFORMAJUDA.txt
Text File  |  2004-05-10  |  876b  |  44 lines

  1. object FormAjuda: TFormAjuda
  2.   Left = 315
  3.   Top = 141
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 492
  7.   ClientWidth = 492
  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 = poDefaultPosOnly
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     492
  19.     492)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object redTexto: TRichEdit
  23.     Left = 9
  24.     Top = 8
  25.     Width = 473
  26.     Height = 436
  27.     Anchors = [akLeft, akTop, akRight, akBottom]
  28.     ReadOnly = True
  29.     ScrollBars = ssVertical
  30.     TabOrder = 0
  31.   end
  32.   object btFechar: TButton
  33.     Left = 209
  34.     Top = 454
  35.     Width = 75
  36.     Height = 25
  37.     Anchors = [akLeft, akRight, akBottom]
  38.     Caption = 'Fechar'
  39.     Default = True
  40.     ModalResult = 2
  41.     TabOrder = 1
  42.   end
  43. end
  44.