⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bfq.~dfm

📁 用delphi实现简单的播放器
💻 ~DFM
字号:
object Form1: TForm1
  Left = 205
  Top = 155
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clTeal
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 32
    Top = 16
    Width = 441
    Height = 321
    TabOrder = 0
  end
  object Button1: TButton
    Left = 568
    Top = 24
    Width = 73
    Height = 41
    Caption = #25171#24320
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 568
    Top = 80
    Width = 73
    Height = 41
    Caption = #24555#36827
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 568
    Top = 136
    Width = 73
    Height = 41
    Caption = #24555#36864
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 568
    Top = 192
    Width = 73
    Height = 41
    Caption = #26242#20572
    TabOrder = 4
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 568
    Top = 256
    Width = 73
    Height = 41
    Caption = #25773#25918
    TabOrder = 5
    OnClick = Button5Click
  end
  object MediaPlayer1: TMediaPlayer
    Left = 24
    Top = 384
    Width = 478
    Height = 41
    Display = Panel1
    TabOrder = 6
    OnNotify = MediaPlayer1Notify
  end
  object Panel2: TPanel
    Left = 32
    Top = 352
    Width = 441
    Height = 25
    Caption = 'Panel2'
    TabOrder = 7
  end
  object OpenDialog1: TOpenDialog
    Filter = #25152#26377#25991#20214'(*.*)|*.*'
    Left = 504
    Top = 32
  end
end

⌨️ 快捷键说明

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