prtbooktypefrm.~dfm

来自「基于Interbase的图书管理系统」· ~DFM 代码 · 共 24 行

~DFM
24
字号
inherited prtbooktypeForm: TprtbooktypeForm
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 13
  inherited GroupBox1: TGroupBox
    object RB1: TRadioButton
      Left = 24
      Top = 64
      Width = 113
      Height = 17
      Caption = #20070#31867#30446#24405
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
      TabStop = True
    end
  end
end

⌨️ 快捷键说明

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