home *** CD-ROM | disk | FTP | other *** search
/ Ortografía Interactiva / Ortografia.iso / general.exe / 0 / RCDATA / TFORMAACTUALIZACION / TFORMAACTUALIZACION.txt
Text File  |  2006-04-20  |  1KB  |  67 lines

  1. object formaActualizacion: TformaActualizacion
  2.   Left = 118
  3.   Top = 125
  4.   BorderStyle = bsDialog
  5.   Caption = 'Actualizaciones'
  6.   ClientHeight = 208
  7.   ClientWidth = 357
  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 Label1: TLabel
  20.     Left = 32
  21.     Top = 16
  22.     Width = 297
  23.     Height = 145
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Label1'
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     WordWrap = True
  34.   end
  35.   object Button1: TButton
  36.     Left = 8
  37.     Top = 176
  38.     Width = 105
  39.     Height = 25
  40.     Caption = 'www.kimera.com'
  41.     TabOrder = 0
  42.     OnClick = Button1Click
  43.   end
  44.   object Button2: TButton
  45.     Left = 240
  46.     Top = 176
  47.     Width = 105
  48.     Height = 25
  49.     Caption = '&Cancelar'
  50.     TabOrder = 1
  51.     OnClick = Button2Click
  52.   end
  53.   object Button3: TButton
  54.     Left = 120
  55.     Top = 176
  56.     Width = 113
  57.     Height = 25
  58.     Caption = 'Actualizaciones'
  59.     TabOrder = 2
  60.     OnClick = Button3Click
  61.   end
  62.   object OpenDialog1: TOpenDialog
  63.     Left = 344
  64.     Top = 120
  65.   end
  66. end
  67.