prtborrowcountfrm.dfm

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

DFM
115
字号
inherited prtBorrowCount: TprtBorrowCount
  Left = 192
  Top = 156
  Width = 371
  Height = 266
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 13
  inherited Image1: TImage
    Top = 24
  end
  inherited GroupBox1: TGroupBox
    Width = 217
    Height = 177
    object RB1: TRadioButton
      Left = 24
      Top = 28
      Width = 177
      Height = 17
      Caption = #20511#20986#20070#24635#25253#34920
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
      TabStop = True
    end
    object RB2: TRadioButton
      Left = 24
      Top = 52
      Width = 177
      Height = 17
      Caption = #24403#22825#20511#20986#20070#25253#34920
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
    end
    object RB3: TRadioButton
      Left = 24
      Top = 76
      Width = 185
      Height = 17
      Caption = #24402#36824#20070#24635#25253#34920
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 2
    end
    object RB4: TRadioButton
      Left = 24
      Top = 100
      Width = 185
      Height = 17
      Caption = #24403#22825#24402#36824#20070#25253#34920
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 3
    end
    object RB5: TRadioButton
      Left = 24
      Top = 124
      Width = 185
      Height = 17
      Caption = #25351#23450#26465#20214#20511#20986#20070#25253#34920
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 4
    end
    object RB6: TRadioButton
      Left = 24
      Top = 148
      Width = 169
      Height = 17
      Caption = #25351#23450#26465#20214#24402#36824#20070#25253#34920
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 5
    end
  end
  inherited BBprint: TBitBtn
    Left = 151
    Top = 196
  end
  inherited BBcancel: TBitBtn
    Left = 263
    Top = 196
  end
  inherited BBpreview: TBitBtn
    Left = 39
    Top = 196
  end
end

⌨️ 快捷键说明

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