unit_play.dfm

来自「mp3播放器的delphi设计」· DFM 代码 · 共 36 行

DFM
36
字号
object Frm_Play: TFrm_Play
  Left = 308
  Top = 214
  Width = 399
  Height = 253
  Caption = 'Frm_Play'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object Panel_Play: TPanel
    Left = 0
    Top = 0
    Width = 391
    Height = 226
    Align = alClient
    BevelOuter = bvNone
    Color = clBlack
    PopupMenu = Frm_Main.PopupMenu
    TabOrder = 0
  end
  object Timer_JinDu: TTimer
    Enabled = False
    OnTimer = Timer_JinDuTimer
    Left = 248
    Top = 184
  end
end

⌨️ 快捷键说明

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