prtreaderidfrm.dfm

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

DFM
55
字号
inherited prtreaderidForm: TprtreaderidForm
  Left = 265
  Top = 214
  OldCreateOrder = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  inherited GroupBox1: TGroupBox
    object RB1: TRadioButton
      Left = 32
      Top = 48
      Width = 113
      Height = 17
      Caption = #35835#32773#24635#25253#34920
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      TabStop = True
    end
    object RB2: TRadioButton
      Left = 32
      Top = 88
      Width = 113
      Height = 17
      Caption = #21015#21360#20511#20070#35777
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
    object RB3: TRadioButton
      Left = 32
      Top = 72
      Width = 113
      Height = 17
      Caption = #36864#35777#35835#32773#25253#34920
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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