home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / MA05_08_28.zip / MindArms.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2005-08-27  |  2KB  |  79 lines

  1. object Form1: TForm1
  2.   Left = 222
  3.   Top = 135
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Mind Arms'
  7.   ClientHeight = 480
  8.   ClientWidth = 640
  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.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object MPlayer1: TMediaPlayer
  24.     Left = 8
  25.     Top = 136
  26.     Width = 29
  27.     Height = 30
  28.     VisibleButtons = [btPlay]
  29.     Visible = False
  30.     TabOrder = 0
  31.     OnNotify = MPlayer1Notify
  32.   end
  33.   object DDDD1: TDDDD
  34.     DebugOption = [ddoHaltOnError, ddoDebugMessage]
  35.     InitialScreenWidth = 320
  36.     InitialScreenHeight = 240
  37.     BackColor = 0
  38.     DisableScreenSaver = True
  39.     Use3D = True
  40.     D3DOptions = []
  41.     VsyncAtWindowed = False
  42.     SurfaceLocation = smtCompatible
  43.     BackBufferLocationAtWindowed = bmtCompatible
  44.     OnInit = DDDD1Init
  45.     OnDestroy = DDDD1Destroy
  46.     Left = 8
  47.     Top = 16
  48.   end
  49.   object DDSD1: TDDSD
  50.     DebugOption = [dsoHaltOnError, dsoDebugMessage, dsoExceptOnError]
  51.     StickyFocus = False
  52.     Left = 8
  53.     Top = 96
  54.   end
  55.   object DDIDEX1: TDDIDEX
  56.     DebugOption = [dioHaltOnError, dioDebugMessage]
  57.     Left = 8
  58.     Top = 56
  59.   end
  60.   object MP3: TMP3Player
  61.     AutoOpen = False
  62.     AutoPlay = False
  63.     ChangePosStep = 1000
  64.     DecodePriority = tpNormal
  65.     EqualizerEnabled = False
  66.     EqualizerCount = 6
  67.     EqualizerMode = memSubBand
  68.     NeedInfoType = [mitID3V1, mitID3V2, mitRiff]
  69.     NoisySeek = False
  70.     InvertPolarity = False
  71.     UsingCpuCapabilities = [mccMMX, mcc3DNow, mccKNI, mccE3DNow, mccCMOV]
  72.     VolBalance = 0
  73.     Volume = 60
  74.     OnEndPlay = MP3EndPlay
  75.     Left = 8
  76.     Top = 176
  77.   end
  78. end
  79.