home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101A.BIN / OLS / DDCHECK / ddcheck.lzh / DDCheck / DDChecker.exe / 0 / RCDATA / TFORMVIDEO / TFORMVIDEO.txt
Text File  |  2000-10-15  |  2KB  |  96 lines

  1. object FormVideo: TFormVideo
  2.   Left = 504
  3.   Top = 119
  4.   Width = 198
  5.   Height = 223
  6.   Caption = 'FormVideo'
  7.   Color = clBtnFace
  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.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 190
  24.     Height = 141
  25.     Align = alClient
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvNone
  28.     Color = clBlack
  29.     Constraints.MinHeight = 10
  30.     TabOrder = 0
  31.     OnResize = Panel1Resize
  32.   end
  33.   object Panel2: TPanel
  34.     Left = 0
  35.     Top = 141
  36.     Width = 190
  37.     Height = 55
  38.     Align = alBottom
  39.     Constraints.MinWidth = 190
  40.     TabOrder = 1
  41.     object Play1: TMediaPlayer
  42.       Left = 8
  43.       Top = 30
  44.       Width = 85
  45.       Height = 20
  46.       ColoredButtons = [btPlay, btPause, btStop]
  47.       EnabledButtons = [btPlay, btPause, btStop]
  48.       VisibleButtons = [btPlay, btPause, btStop]
  49.       Display = Panel1
  50.       TabOrder = 0
  51.       OnClick = Play1Click
  52.       OnNotify = Play1Notify
  53.     end
  54.     object TBar1: TTrackBar
  55.       Left = 1
  56.       Top = 1
  57.       Width = 188
  58.       Height = 25
  59.       Align = alTop
  60.       DragCursor = crDefault
  61.       Enabled = False
  62.       LineSize = 0
  63.       Max = 10000
  64.       Orientation = trHorizontal
  65.       ParentShowHint = False
  66.       PageSize = 0
  67.       Frequency = 1
  68.       Position = 0
  69.       SelEnd = 0
  70.       SelStart = 0
  71.       ShowHint = False
  72.       TabOrder = 1
  73.       ThumbLength = 11
  74.       TickMarks = tmBoth
  75.       TickStyle = tsManual
  76.       OnChange = TBar1Change
  77.     end
  78.     object chkPlay: TCheckBox
  79.       Left = 100
  80.       Top = 32
  81.       Width = 88
  82.       Height = 17
  83.       Caption = 'ソスソスソスソスソスト撰ソス(&A)'
  84.       TabOrder = 2
  85.       OnClick = chkPlayClick
  86.     end
  87.   end
  88.   object Timer1: TTimer
  89.     Enabled = False
  90.     Interval = 100
  91.     OnTimer = Timer1Timer
  92.     Left = 296
  93.     Top = 5
  94.   end
  95. end
  96.