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

📄 unitmain.dfm

📁 delphi版的无缝播放器
💻 DFM
字号:
object Form1: TForm1
  Left = 190
  Top = 108
  Width = 642
  Height = 482
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 360
    Top = 384
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object ListBox1: TListBox
    Left = 304
    Top = 0
    Width = 280
    Height = 217
    ItemHeight = 13
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 297
    Height = 217
    TabOrder = 1
    object VideoWindow1: TVideoWindow
      Left = 2
      Top = 15
      Width = 293
      Height = 200
      VMROptions.Mode = vmrWindowed
      Color = clBlack
      Align = alClient
    end
  end
  object Button1: TButton
    Left = 72
    Top = 224
    Width = 75
    Height = 25
    Caption = 'Play'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 152
    Top = 224
    Width = 75
    Height = 25
    Caption = 'Stop'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 320
    Top = 224
    Width = 57
    Height = 25
    Caption = 'Add'
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 376
    Top = 224
    Width = 57
    Height = 25
    Caption = 'Delete'
    TabOrder = 5
  end
  object Button5: TButton
    Left = 432
    Top = 224
    Width = 57
    Height = 25
    Caption = 'Clear'
    TabOrder = 6
  end
  object CheckBox1: TCheckBox
    Left = 216
    Top = 328
    Width = 97
    Height = 17
    Caption = 'Loop'
    TabOrder = 7
    OnClick = CheckBox1Click
  end
  object TrackBar1: TTrackBar
    Left = 8
    Top = 264
    Width = 601
    Height = 33
    Max = 1000
    TabOrder = 8
  end
  object OpenDialog: TOpenDialog
    Left = 248
    Top = 136
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 96
    Top = 320
  end
end

⌨️ 快捷键说明

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