prtborrowfrm.dfm

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

DFM
107
字号
inherited prtborrowForm: TprtborrowForm
  Left = 264
  Top = 164
  Height = 246
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 13
  inherited GroupBox1: TGroupBox
    Height = 161
    object RB1: TRadioButton
      Left = 24
      Top = 24
      Width = 113
      Height = 17
      Caption = #20511#20070#21382#21490#25253#34920
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object RB2: TRadioButton
      Left = 24
      Top = 43
      Width = 113
      Height = 17
      Caption = #20511#20070#29616#25253#34920
      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 = 24
      Top = 65
      Width = 113
      Height = 17
      Caption = #36824#20070#24635#25253#34920
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
    object RB4: TRadioButton
      Left = 24
      Top = 87
      Width = 113
      Height = 17
      Caption = #20511#20070#36807#26399#25253#34920
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      TabStop = True
    end
    object RB5: TRadioButton
      Left = 24
      Top = 112
      Width = 113
      Height = 17
      Caption = #20511#20070#36951#22833#25253#34920
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
    end
    object RB6: TRadioButton
      Left = 24
      Top = 133
      Width = 113
      Height = 17
      Caption = #22270#20070#30772#25439#25253#34920
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 5
    end
  end
  inherited BBprint: TBitBtn
    Top = 177
  end
  inherited BBcancel: TBitBtn
    Top = 177
  end
  inherited BBpreview: TBitBtn
    Top = 177
  end
end

⌨️ 快捷键说明

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