appfont_secondary.dfm

来自「source code for the Marco Cantu s book D」· DFM 代码 · 共 45 行

DFM
45
字号
object FormSecondary: TFormSecondary
  Left = 0
  Top = 0
  Caption = 'Secondary'
  ClientHeight = 292
  ClientWidth = 554
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = False
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 80
    Top = 40
    Width = 31
    Height = 13
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 80
    Top = 64
    Width = 31
    Height = 13
    Caption = 'Label2'
  end
  object Edit1: TEdit
    Left = 136
    Top = 37
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object btnGetMyFont: TButton
    Left = 136
    Top = 96
    Width = 121
    Height = 25
    Caption = 'btnGetMyFont'
    TabOrder = 1
    OnClick = btnGetMyFontClick
  end
end

⌨️ 快捷键说明

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