home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / lmm0.zip / Setup.exe / 0 / RCDATA / TFORMBACKGROUND / TFORMBACKGROUND.txt
Text File  |  2000-03-07  |  757b  |  36 lines

  1. object FormBackground: TFormBackground
  2.   Left = 200
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'FormBackground'
  7.   ClientHeight = 453
  8.   ClientWidth = 688
  9.   Color = clBtnFace
  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.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object OpaquePaintBox1: TOpaquePaintBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 688
  23.     Height = 453
  24.     Opaque = True
  25.     Align = alClient
  26.     Color = clAppWorkSpace
  27.     TabOrder = 0
  28.     OnPaint = OpaquePaintBox1Paint
  29.   end
  30.   object FileOperation: TFileOperation
  31.     Options = []
  32.     Left = 40
  33.     Top = 8
  34.   end
  35. end
  36.