home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 15 / FreelogHS15.iso / Desinfection / antikak.exe / QREMOVE.exe / 0 / RCDATA / TFRMADVERTENCIA / TFRMADVERTENCIA.txt
Text File  |  2000-08-02  |  1KB  |  51 lines

  1. object frmAdvertencia: TfrmAdvertencia
  2.   Left = 565
  3.   Top = 302
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmAdvertencia'
  6.   ClientHeight = 343
  7.   ClientWidth = 339
  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 = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnAceptar: TButton
  20.     Left = 252
  21.     Top = 304
  22.     Width = 75
  23.     Height = 25
  24.     Cursor = crHandPoint
  25.     Caption = 'btnAceptar'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = btnAceptarClick
  30.   end
  31.   object pnlAdvertencia: TPanel
  32.     Left = 12
  33.     Top = 12
  34.     Width = 313
  35.     Height = 277
  36.     BevelOuter = bvNone
  37.     TabOrder = 1
  38.     object memAdvertencia: TMemo
  39.       Left = 0
  40.       Top = 0
  41.       Width = 313
  42.       Height = 277
  43.       Align = alClient
  44.       Color = clInactiveCaptionText
  45.       ReadOnly = True
  46.       ScrollBars = ssVertical
  47.       TabOrder = 0
  48.     end
  49.   end
  50. end
  51.