unit1.dfm

来自「这是《Delphi程序设计基础》由李文池写的书的示例代码」· DFM 代码 · 共 33 行

DFM
33
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 238
  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 Label1: TLabel
    Left = 48
    Top = 56
    Width = 102
    Height = 13
    Caption = '1+2+3+......+99+100='
  end
  object Button1: TButton
    Left = 64
    Top = 128
    Width = 81
    Height = 33
    Caption = #35745#31639
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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