⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bookqueryunit.dfm

📁 图书馆管理系统,非常有用,希望给你带来帮助
💻 DFM
字号:
object BookQueryForm: TBookQueryForm
  Left = 192
  Top = 107
  Width = 520
  Height = 433
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #24211#23384#22270#20070#26597#35810
  Color = clBtnFace
  Constraints.MaxHeight = 433
  Constraints.MaxWidth = 520
  Constraints.MinHeight = 433
  Constraints.MinWidth = 520
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object ListView1: TListView
    Left = 0
    Top = 104
    Width = 512
    Height = 281
    Columns = <
      item
        Caption = 'ISBN'
        Width = 100
      end
      item
        Caption = #20070#21517
        Width = 120
      end
      item
        Caption = #20986#29256#31038
        Width = 80
      end
      item
        Caption = #20316#32773
        Width = 70
      end
      item
        Caption = #31867#22411#32534#21495
        Width = 60
      end
      item
        Caption = #20986#29256#24180#20221
        Width = 60
      end>
    GridLines = True
    TabOrder = 0
    ViewStyle = vsReport
  end
  object RadioGroup1: TRadioGroup
    Left = 0
    Top = 0
    Width = 512
    Height = 50
    Caption = #26597#35810#33539#22260
    Columns = 5
    ItemIndex = 0
    Items.Strings = (
      #25152#26377#34255#20070
      #26681#25454#20070#21517
      #26681#25454#20986#29256#31038
      #26681#25454#20316#32773
      #26681#25454#31867#22411#32534#21495)
    TabOrder = 1
    OnClick = RadioGroup1Click
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 50
    Width = 512
    Height = 50
    TabOrder = 2
    object ComboBox1: TComboBox
      Left = 56
      Top = 16
      Width = 170
      Height = 24
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ItemHeight = 16
      ParentFont = False
      TabOrder = 0
    end
    object BitBtn1: TBitBtn
      Left = 360
      Top = 14
      Width = 70
      Height = 25
      Caption = #26597#30475
      TabOrder = 1
      OnClick = BitBtn1Click
      Kind = bkOK
    end
    object CheckBox1: TCheckBox
      Left = 264
      Top = 18
      Width = 85
      Height = 17
      Caption = #21547#20511#20986#22270#20070
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      State = cbChecked
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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