home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / ctenari / Salas / 03.hdf / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  2002-04-27  |  1KB  |  64 lines

  1. object Form2: TForm2
  2.   Left = 234
  3.   Top = 173
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 233
  6.   ClientWidth = 320
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image2: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 320
  22.     Height = 240
  23.     AutoSize = True
  24.     Picture.Data = {<image000.jpg>}
  25.   end
  26.   object Image1: TImage
  27.     Left = 0
  28.     Top = 0
  29.     Width = 320
  30.     Height = 240
  31.     AutoSize = True
  32.     Picture.Data = {<image001.jpg>}
  33.   end
  34.   object Label1: TLabel
  35.     Left = 16
  36.     Top = 208
  37.     Width = 3
  38.     Height = 13
  39.     Color = clBlack
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWhite
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentColor = False
  46.     ParentFont = False
  47.   end
  48.   object BitBtn1: TBitBtn
  49.     Left = 232
  50.     Top = 200
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'OK'
  54.     TabOrder = 0
  55.     OnClick = BitBtn1Click
  56.   end
  57.   object Timer1: TTimer
  58.     Interval = 5000
  59.     OnTimer = Timer1Timer
  60.     Left = 240
  61.     Top = 120
  62.   end
  63. end
  64.