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

📄 unit1.~dfm

📁 初用delphi写的一个播放器
💻 ~DFM
字号:
object Form1: TForm1
  Left = 243
  Top = 211
  Width = 531
  Height = 440
  Caption = 'MP3'#25773#25918#22120
  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 ListBox2: TListBox
    Left = 288
    Top = 32
    Width = 217
    Height = 241
    ItemHeight = 13
    TabOrder = 5
    Visible = False
  end
  object Button1: TButton
    Left = 96
    Top = 304
    Width = 121
    Height = 65
    Caption = #25171#24320#25991#20214
    TabOrder = 0
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 280
    Top = 32
    Width = 233
    Height = 241
    BiDiMode = bdLeftToRight
    Ctl3D = True
    ItemHeight = 13
    ParentBiDiMode = False
    ParentCtl3D = False
    TabOrder = 1
    OnClick = ListBox1Click
    OnDblClick = ListBox1DblClick
  end
  object wmp: TWindowsMediaPlayer
    Left = 16
    Top = 32
    Width = 245
    Height = 241
    TabOrder = 2
    ControlData = {
      000300000800000000000500000000000000F03F030000000000050000000000
      0000000008000200000000000300010000000B00FFFF0300000000000B00FFFF
      08000200000000000300320000000B00000008000A000000660075006C006C00
      00000B0000000B0000000B00FFFF0B00FFFF0B00000008000200000000000800
      020000000000080002000000000008000200000000000B00000052190000E818
      0000}
  end
  object Button2: TButton
    Left = 264
    Top = 328
    Width = 81
    Height = 41
    Caption = #20445#23384#21015#34920
    TabOrder = 3
    OnClick = Button2Click
  end
  object BitBtn1: TBitBtn
    Left = 416
    Top = 320
    Width = 73
    Height = 41
    Caption = #30830#23450
    TabOrder = 4
    OnClick = BitBtn1Click
    Kind = bkYes
  end
  object Button3: TButton
    Left = 264
    Top = 288
    Width = 81
    Height = 33
    Caption = #36733#20837#21015#34920
    TabOrder = 6
    OnClick = Button3Click
  end
  object OpenDialog1: TOpenDialog
    Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
    Left = 24
    Top = 344
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 24
    Top = 304
  end
end

⌨️ 快捷键说明

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