home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / oddech / gates / gates.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Encoding:
Text File  |  2000-03-05  |  1.2 KB  |  65 lines

  1. object Form2: TForm2
  2.   Left = 215
  3.   Top = 131
  4.   BorderStyle = bsNone
  5.   ClientHeight = 229
  6.   ClientWidth = 350
  7.   Color = clBlack
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 350
  22.     Height = 229
  23.     Cursor = crHourGlass
  24.     Align = alClient
  25.     AutoSize = True
  26.   end
  27.   object Image2: TImage
  28.     Left = 0
  29.     Top = 0
  30.     Width = 353
  31.     Height = 233
  32.     Picture.Data = {<image001.bmp>}
  33.     Visible = False
  34.   end
  35.   object Image3: TImage
  36.     Left = 0
  37.     Top = 0
  38.     Width = 353
  39.     Height = 233
  40.     Picture.Data = {<image002.bmp>}
  41.     Visible = False
  42.   end
  43.   object Label1: TLabel
  44.     Left = 16
  45.     Top = 200
  46.     Width = 313
  47.     Height = 13
  48.     Alignment = taRightJustify
  49.     AutoSize = False
  50.     Caption = 'Version'
  51.     Font.Color = clYellow
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     Transparent = True
  57.   end
  58.   object Timer1: TTimer
  59.     Interval = 5000
  60.     OnTimer = Timer1Timer
  61.     Left = 8
  62.     Top = 8
  63.   end
  64. end
  65.