home *** CD-ROM | disk | FTP | other *** search
/ Constituciones de América Latina / Constituciones.iso / Constituciones.exe / 0 / RCDATA / TFORMENTRADA / TFORMENTRADA.txt < prev   
Text File  |  2006-04-20  |  2KB  |  77 lines

  1. object FormEntrada: TFormEntrada
  2.   Left = 164
  3.   Top = 156
  4.   BorderStyle = bsNone
  5.   Caption = 'U'
  6.   ClientHeight = 453
  7.   ClientWidth = 632
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   WindowState = wsMaximized
  17.   OnClick = FormClick
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 40
  24.     Top = 256
  25.     Width = 561
  26.     Height = 161
  27.     Alignment = taCenter
  28.     AutoSize = False
  29.     Caption = 'Label1'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWhite
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.     Visible = False
  37.     OnClick = Label1Click
  38.   end
  39.   object Image1: TImage
  40.     Left = 24
  41.     Top = 120
  42.     Width = 89
  43.     Height = 41
  44.     OnClick = Image1Click
  45.   end
  46.   object Video: TPanel
  47.     Left = 160
  48.     Top = 16
  49.     Width = 320
  50.     Height = 200
  51.     Color = clBlack
  52.     TabOrder = 0
  53.     Visible = False
  54.     OnClick = VideoClick
  55.   end
  56.   object Tiempo: TTimer
  57.     Enabled = False
  58.     Interval = 100
  59.     OnTimer = TiempoTimer
  60.     Left = 24
  61.     Top = 56
  62.   end
  63.   object VideoSalida: TTimer
  64.     Enabled = False
  65.     OnTimer = VideoSalidaTimer
  66.     Left = 64
  67.     Top = 56
  68.   end
  69.   object CambioPantalla: TTimer
  70.     Enabled = False
  71.     Interval = 100
  72.     OnTimer = CambioPantallaTimer
  73.     Left = 544
  74.     Top = 72
  75.   end
  76. end
  77.