unit1.dfm

来自「《Delphi类库查询辞典》范例文件200个」· DFM 代码 · 共 37 行

DFM
37
字号
object Form1: TForm1
  Left = 288
  Top = 184
  Width = 328
  Height = 212
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object MediaPlayer1: TMediaPlayer
    Left = 32
    Top = 56
    Width = 253
    Height = 30
    TabOrder = 0
  end
  object Button1: TButton
    Left = 224
    Top = 112
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object OpenDialog1: TOpenDialog
    Left = 80
    Top = 120
  end
end

⌨️ 快捷键说明

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