unit1.dfm

来自「Delphi basic program. Basic programing」· DFM 代码 · 共 55 行

DFM
55
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 405
  Height = 380
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 48
    Width = 393
    Height = 281
    Caption = 'Panel1'
    TabOrder = 0
  end
  object MediaPlayer1: TMediaPlayer
    Left = 64
    Top = 16
    Width = 253
    Height = 30
    Display = Panel1
    TabOrder = 1
    OnNotify = MediaPlayer1Notify
  end
  object OpenDialog1: TOpenDialog
    Filter = 'AVI FILES|*.avi'
    Left = 72
    Top = 48
  end
  object MainMenu1: TMainMenu
    Left = 40
    Top = 48
    object N1: TMenuItem
      Caption = #25991#20214
      object AVI1: TMenuItem
        Caption = #25171#24320'AVI'#25991#20214
        OnClick = AVI1Click
      end
      object N2: TMenuItem
        Caption = #36864#20986#31243#24207
        OnClick = N2Click
      end
    end
  end
end

⌨️ 快捷键说明

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