www.pudn.com > AVI²¥·ÅÆ÷¨DMediaPlayer¿Ø¼þ.zip > main.dfm


object Form1: TForm1 
  Left = 192 
  Top = 138 
  Width = 696 
  Height = 449 
  Caption = #23186#20307#25773#25918 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  Menu = MainMenu1 
  OldCreateOrder = False 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Start: TLabel 
    Left = 80 
    Top = 312 
    Width = 3 
    Height = 13 
  end 
  object End: TLabel 
    Left = 592 
    Top = 304 
    Width = 3 
    Height = 13 
  end 
  object MediaPlayer1: TMediaPlayer 
    Left = 232 
    Top = 352 
    Width = 253 
    Height = 30 
    AutoRewind = False 
    Display = Panel2 
    TabOrder = 0 
    OnClick = MediaPlayer1Click 
    OnNotify = MediaPlayer1Notify 
  end 
  object TrackBar1: TTrackBar 
    Left = 72 
    Top = 264 
    Width = 537 
    Height = 41 
    Orientation = trHorizontal 
    Frequency = 1 
    Position = 0 
    SelEnd = 0 
    SelStart = 0 
    TabOrder = 1 
    TickMarks = tmBottomRight 
    TickStyle = tsAuto 
    OnChange = TrackBar1Change 
  end 
  object Panel1: TPanel 
    Left = 568 
    Top = 24 
    Width = 105 
    Height = 41 
    BorderStyle = bsSingle 
    TabOrder = 2 
  end 
  object Panel2: TPanel 
    Left = 136 
    Top = 24 
    Width = 353 
    Height = 225 
    BevelOuter = bvNone 
    TabOrder = 3 
  end 
  object OpenDialog1: TOpenDialog 
    Left = 528 
    Top = 352 
  end 
  object Timer1: TTimer 
    OnTimer = Timer1Timer 
    Left = 136 
    Top = 352 
  end 
  object MainMenu1: TMainMenu 
    Left = 584 
    Top = 192 
    object N1: TMenuItem 
      Caption = #25991#20214 
      object N2: TMenuItem 
        Caption = #25171#24320#35270#39057#25991#20214 
        OnClick = N2Click 
      end 
    end 
  end 
end