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

📄 ubooksearch.~dfm

📁 图书管系统
💻 ~DFM
字号:
object frmBookSearch: TfrmBookSearch
  Left = 107
  Top = 90
  BorderStyle = bsSingle
  Caption = #22270#20070#26597#35810
  ClientHeight = 435
  ClientWidth = 625
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  DesignSize = (
    625
    435)
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 22
    Width = 593
    Height = 76
    Caption = #26597#35810#26465#20214
    TabOrder = 0
    object radioBookCode: TRadioButton
      Left = 12
      Top = 34
      Width = 101
      Height = 17
      Caption = #25353#20070#21495
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = radioBookCodeClick
    end
    object radioBookName: TRadioButton
      Left = 99
      Top = 34
      Width = 86
      Height = 17
      Caption = #25353#20070#21517
      TabOrder = 1
      OnClick = radioBookNameClick
    end
    object radioPublisher: TRadioButton
      Left = 186
      Top = 34
      Width = 111
      Height = 17
      Caption = #25353#20986#29256#31038
      TabOrder = 2
      OnClick = radioPublisherClick
    end
    object radioAuthor: TRadioButton
      Left = 280
      Top = 34
      Width = 97
      Height = 17
      Caption = #25353#20316#32773
      TabOrder = 3
      OnClick = radioAuthorClick
    end
    object chkSearch: TCheckBox
      Left = 468
      Top = 32
      Width = 109
      Height = 17
      Caption = #27169#31946#26597#35810
      TabOrder = 4
    end
    object radioClass: TRadioButton
      Left = 362
      Top = 34
      Width = 87
      Height = 17
      Caption = #25353#31867#21035
      TabOrder = 5
      OnClick = radioClassClick
    end
  end
  object StaticText1: TStaticText
    Left = 23
    Top = 113
    Width = 69
    Height = 17
    Caption = #36755#20837#26597#35810#39033
    TabOrder = 1
  end
  object cmbRule: TComboBox
    Left = 110
    Top = 110
    Width = 419
    Height = 19
    Style = csSimple
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ItemHeight = 13
    MaxLength = 10
    TabOrder = 2
    OnKeyDown = cmbRuleKeyDown
  end
  object btnSearch: TButton
    Left = 543
    Top = 103
    Width = 67
    Height = 26
    Caption = #26597#35810
    Default = True
    TabOrder = 3
    OnClick = btnSearchClick
  end
  object lstDetail: TListView
    Left = 16
    Top = 141
    Width = 593
    Height = 268
    Columns = <
      item
        Caption = #20070#21495
        Width = 70
      end
      item
        Caption = #20070#21517
        Width = 120
      end
      item
        Caption = #20316#32773
        Width = 80
      end
      item
        Caption = #20986#29256#31038
        Width = 120
      end
      item
        Caption = #20986#29256#26085#26399
        Width = 100
      end
      item
        Caption = #20215#26684'('#20803')'
        Width = 100
      end
      item
        Caption = #22791#27880
        Width = 60
      end
      item
        Caption = #25317#26377#32773
        Width = 80
      end
      item
        Caption = #20511#20986#26102#38388
        Width = 100
      end>
    GridLines = True
    ReadOnly = True
    RowSelect = True
    TabOrder = 4
    ViewStyle = vsReport
    OnDblClick = lstDetailDblClick
  end
  object txtTip: TStaticText
    Left = 28
    Top = 413
    Width = 63
    Height = 17
    Caption = #20849'0'#26465#35760#24405
    TabOrder = 5
  end
  object ListBox1: TListBox
    Left = 424
    Top = 216
    Width = 73
    Height = 65
    Anchors = []
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ItemHeight = 13
    TabOrder = 6
    Visible = False
  end
end

⌨️ 快捷键说明

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