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

📄 mpgplay.dfm

📁 C++ Builder 6 编程实例教程-北京希望电子出版社出版
💻 DFM
字号:
object MpgForm: TMpgForm
  Left = 209
  Top = 159
  Width = 467
  Height = 487
  Caption = 'MpgForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 120
  TextHeight = 16
  object Panel1: TPanel
    Left = 10
    Top = 10
    Width = 434
    Height = 296
    Caption = 'Panel1'
    DragMode = dmAutomatic
    TabOrder = 0
  end
  object MediaPlayer1: TMediaPlayer
    Left = 10
    Top = 354
    Width = 433
    Height = 31
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 10
    Top = 404
    Width = 139
    Height = 40
    Caption = #25171#24320#25991#20214
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 315
    Top = 404
    Width = 129
    Height = 40
    Caption = #36864#20986
    TabOrder = 3
    OnClick = BitBtn2Click
  end
  object ScrollBar1: TScrollBar
    Left = 10
    Top = 305
    Width = 434
    Height = 21
    Enabled = False
    PageSize = 0
    TabOrder = 4
    OnScroll = ScrollBar1Scroll
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 208
    Top = 328
  end
  object OpenDialog1: TOpenDialog
    Left = 160
    Top = 328
  end
end

⌨️ 快捷键说明

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