home *** CD-ROM | disk | FTP | other *** search
/ Freelog 40 / Freelog040.iso / Bas / Jeux / Kowai / kowai.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-05-09  |  783b  |  41 lines

  1. object Form1: TForm1
  2.   Left = 67
  3.   Top = 30
  4.   BorderStyle = bsSingle
  5.   Caption = 'KOWAI TOKORO  (F1=RESET)'
  6.   ClientHeight = 278
  7.   ClientWidth = 427
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnKeyDown = FormKeyDown
  15.   OnKeyUp = FormKeyUp
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 512
  22.     Height = 384
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Image2: TImage
  27.     Left = 8
  28.     Top = 8
  29.     Width = 105
  30.     Height = 105
  31.     Visible = False
  32.   end
  33.   object Timer1: TTimer
  34.     Enabled = False
  35.     Interval = 32
  36.     OnTimer = Timer1Timer
  37.     Left = 32
  38.     Top = 24
  39.   end
  40. end
  41.