unit1.dfm

来自「Delphi6编程大师_多媒体」· DFM 代码 · 共 47 行

DFM
47
字号
object Form1: TForm1
  Left = 263
  Top = 164
  Width = 560
  Height = 354
  Caption = '制作能播放MIDI,WAV和AVI文件的播放器'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object MediaPlayer1: TMediaPlayer
    Left = 248
    Top = 296
    Width = 253
    Height = 30
    Display = Panel1
    TabOrder = 0
    OnNotify = MediaPlayer1Notify
  end
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 537
    Height = 281
    TabOrder = 1
  end
  object Button1: TButton
    Left = 8
    Top = 296
    Width = 145
    Height = 25
    Caption = '打开'
    TabOrder = 2
    OnClick = Button1Click
  end
  object OpenDialog1: TOpenDialog
    Left = 512
    Top = 296
  end
end

⌨️ 快捷键说明

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