fontstestform.dfm

来自「source code for Marco Cantu s book Delph」· DFM 代码 · 共 81 行

DFM
81
字号
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 235
  ClientWidth = 353
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Segoe UI'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 48
    Top = 24
    Width = 55
    Height = 15
    Caption = 'Segoe UI:9'
  end
  object Label2: TLabel
    Left = 48
    Top = 120
    Width = 48
    Height = 13
    Caption = 'Tahoma:8'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 48
    Top = 64
    Width = 89
    Height = 25
    Caption = 'Button1 with text'
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 112
    Top = 21
    Width = 121
    Height = 23
    TabOrder = 1
    Text = 'Edit1'
  end
  object Button2: TButton
    Left = 48
    Top = 160
    Width = 89
    Height = 25
    Caption = 'Button1 with text'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 112
    Top = 117
    Width = 121
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    Text = 'Edit1'
  end
end

⌨️ 快捷键说明

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