home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 50 / PCGamer50_80Jogos.iso / Especial / BIXMATAN / bixmatan.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-09-23  |  1KB  |  53 lines

  1. object Form1: TForm1
  2.   Left = 85
  3.   Top = 18
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'SECRET BIXMATAN'
  7.   ClientHeight = 394
  8.   ClientWidth = 499
  9.   Color = clBlack
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnKeyUp = FormKeyUp
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 105
  27.     Height = 105
  28.   end
  29.   object Image2: TImage
  30.     Left = 0
  31.     Top = 0
  32.     Width = 480
  33.     Height = 384
  34.     AutoSize = True
  35.     Picture.Data = {<image000.bmp>}
  36.     Visible = False
  37.   end
  38.   object Image3: TImage
  39.     Left = 0
  40.     Top = 0
  41.     Width = 105
  42.     Height = 105
  43.     Visible = False
  44.   end
  45.   object Timer1: TTimer
  46.     Enabled = False
  47.     Interval = 48
  48.     OnTimer = Timer1Timer
  49.     Left = 56
  50.     Top = 16
  51.   end
  52. end
  53.