unit1.dfm

来自「本光盘是《Delphi 7应用教程》一书的配套光盘」· DFM 代码 · 共 44 行

DFM
44
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 256
  Height = 147
  Caption = #27426#36814#35789#30340#26174#31034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 20
  object Label1: TLabel
    Left = 32
    Top = 24
    Width = 161
    Height = 20
    AutoSize = False
    Caption = 'Delphi 7.0'#27426#36814#24744#65281
    Visible = False
  end
  object ButtonDisplay: TButton
    Left = 32
    Top = 64
    Width = 81
    Height = 33
    Caption = #26174#31034
    TabOrder = 0
    OnClick = ButtonDisplayClick
  end
  object ButtonClose: TButton
    Left = 144
    Top = 64
    Width = 65
    Height = 33
    Caption = #20851#38381
    TabOrder = 1
    OnClick = ButtonCloseClick
  end
end

⌨️ 快捷键说明

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