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

📄 unit1.dfm

📁 Delphi7基础编程,本人的入门教材
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -