home *** CD-ROM | disk | FTP | other *** search
/ Constituciones de América Latina / Constituciones.iso / Constituciones.exe / 0 / RCDATA / TVERACTUALIZACION / TVERACTUALIZACION.txt
Text File  |  2006-04-20  |  811b  |  43 lines

  1. object VerActualizacion: TVerActualizacion
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Ver Actualizaciones'
  6.   ClientHeight = 254
  7.   ClientWidth = 237
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 16
  19.     Top = 224
  20.     Width = 89
  21.     Height = 25
  22.     Caption = '&Aceptar'
  23.     TabOrder = 0
  24.   end
  25.   object Button2: TButton
  26.     Left = 136
  27.     Top = 224
  28.     Width = 89
  29.     Height = 25
  30.     Caption = '&Cancelar'
  31.     TabOrder = 1
  32.     OnClick = Button2Click
  33.   end
  34.   object ListBox1: TListBox
  35.     Left = 16
  36.     Top = 16
  37.     Width = 209
  38.     Height = 193
  39.     ItemHeight = 13
  40.     TabOrder = 2
  41.   end
  42. end
  43.