home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 24 / CDACTUAL24.iso / SHARE / lector / multi / Multiload.exe / 0 / RCDATA / TFORM0 / TFORM0.txt < prev   
Encoding:
Text File  |  1998-05-05  |  3.1 KB  |  144 lines

  1. object Form0: TForm0
  2.   Left = 216
  3.   Top = 305
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Form0'
  7.   ClientHeight = 145
  8.   ClientWidth = 459
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnClick = FormClick
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 459
  23.     Height = 145
  24.     Align = alClient
  25.     BevelInner = bvRaised
  26.     BevelWidth = 2
  27.     TabOrder = 0
  28.     OnClick = FormClick
  29.     object Image1: TImage
  30.       Left = 4
  31.       Top = 4
  32.       Width = 451
  33.       Height = 137
  34.       Align = alClient
  35.       Picture.Data = {<image000.bmp>}
  36.       Stretch = True
  37.       OnClick = FormClick
  38.     end
  39.     object Panel2: TPanel
  40.       Left = 18
  41.       Top = 18
  42.       Width = 417
  43.       Height = 105
  44.       BevelInner = bvRaised
  45.       BevelOuter = bvLowered
  46.       TabOrder = 0
  47.       OnClick = FormClick
  48.       object Image2: TImage
  49.         Left = 2
  50.         Top = 2
  51.         Width = 413
  52.         Height = 101
  53.         Align = alClient
  54.         Picture.Data = {<image001.bmp>}
  55.         Stretch = True
  56.         OnClick = FormClick
  57.       end
  58.       object Image4: TImage
  59.         Left = 122
  60.         Top = 4
  61.         Width = 290
  62.         Height = 59
  63.         Picture.Data = {<image002.bmp>}
  64.         Stretch = True
  65.         OnClick = FormClick
  66.       end
  67.       object Label1: TLabel
  68.         Left = 125
  69.         Top = 65
  70.         Width = 174
  71.         Height = 13
  72.         Caption = 'Versi∩┐╜n incompleta (ver Acerca de...)'
  73.         Font.Charset = DEFAULT_CHARSET
  74.         Font.Color = clRed
  75.         Font.Height = -11
  76.         Font.Name = 'MS Sans Serif'
  77.         Font.Style = []
  78.         ParentFont = False
  79.         Transparent = True
  80.         OnClick = FormClick
  81.       end
  82.       object Label3: TLabel
  83.         Left = 125
  84.         Top = 90
  85.         Width = 136
  86.         Height = 13
  87.         Caption = 'Programa DISCOTECA (F12)'
  88.         Font.Charset = DEFAULT_CHARSET
  89.         Font.Color = clMaroon
  90.         Font.Height = -11
  91.         Font.Name = 'MS Sans Serif'
  92.         Font.Style = []
  93.         ParentFont = False
  94.         Transparent = True
  95.         OnClick = FormClick
  96.       end
  97.       object Label2: TLabel
  98.         Left = 290
  99.         Top = 90
  100.         Width = 122
  101.         Height = 13
  102.         Caption = 'Juan Jos∩┐╜ Mu∩┐╜oz Moreno'
  103.         Transparent = True
  104.         OnClick = FormClick
  105.       end
  106.       object Edit1: TEdit
  107.         Left = 125
  108.         Top = 150
  109.         Width = 71
  110.         Height = 21
  111.         TabOrder = 0
  112.         Text = 'Edit1'
  113.         OnKeyPress = Edit1KeyPress
  114.       end
  115.       object Panel3: TPanel
  116.         Left = 4
  117.         Top = 4
  118.         Width = 115
  119.         Height = 97
  120.         BevelInner = bvRaised
  121.         BevelOuter = bvLowered
  122.         Caption = 'Panel3'
  123.         TabOrder = 1
  124.         object Image3: TImage
  125.           Left = 2
  126.           Top = 2
  127.           Width = 111
  128.           Height = 93
  129.           Align = alClient
  130.           Center = True
  131.           Picture.Data = {<image003.bmp>}
  132.           OnClick = FormClick
  133.         end
  134.       end
  135.     end
  136.   end
  137.   object Timer1: TTimer
  138.     Interval = 12000
  139.     OnTimer = FormClick
  140.     Left = 380
  141.     Top = 77
  142.   end
  143. end
  144.