untmediaplayer.dfm

来自「toi co the nghe nhac bang choung trinh n」· DFM 代码 · 共 79 行

DFM
79
字号
object frmMediaPlayer: TfrmMediaPlayer
  Left = 192
  Top = 114
  Width = 240
  Height = 265
  Caption = 'MediaPlayer'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object btnPlay: TButton
    Left = 64
    Top = 56
    Width = 75
    Height = 25
    Caption = 'Play'
    Enabled = False
    TabOrder = 0
    OnClick = btnPlayClick
  end
  object btnStop: TButton
    Left = 64
    Top = 96
    Width = 75
    Height = 25
    Caption = 'Stop'
    Enabled = False
    TabOrder = 1
    OnClick = btnStopClick
  end
  object MediaPlayer1: TMediaPlayer
    Left = 8
    Top = 200
    Width = 253
    Height = 30
    Visible = False
    TabOrder = 2
  end
  object btnOpen: TButton
    Left = 64
    Top = 16
    Width = 75
    Height = 25
    Caption = 'Open'
    TabOrder = 3
    OnClick = btnOpenClick
  end
  object btnSet: TButton
    Left = 64
    Top = 136
    Width = 75
    Height = 25
    Caption = 'Settings'
    TabOrder = 4
    OnClick = btnSetClick
  end
  object btnInfo: TButton
    Left = 64
    Top = 176
    Width = 75
    Height = 25
    Caption = 'About'
    TabOrder = 5
    OnClick = btnInfoClick
  end
  object OpenDialog1: TOpenDialog
    Filter = 
      'MP3 audiofiles (*.mp3)|*.mp3|Windows Media audiofiles (*.wma)|*.' +
      'wma|Wavesounds (*.wav)|*,wav'
    Left = 24
    Top = 112
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?