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

📄 ubooksearch.dfm

📁 图书馆管理系统代码deiphi
💻 DFM
字号:
object frmBookSearch: TfrmBookSearch
  Left = 50
  Top = 253
  BorderStyle = bsSingle
  Caption = #22270#20070#26597#35810
  ClientHeight = 528
  ClientWidth = 803
  Color = 4337444
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 22
    Top = 11
    Width = 139
    Height = 24
    Caption = #22270#20070#26597#35810'...'
    Color = 4337444
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object btnCancel: TSpeedButton
    Left = 664
    Top = 488
    Width = 105
    Height = 33
    Caption = #36864' '#20986
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnCancelClick
  end
  object Panel4: TPanel
    Left = -8
    Top = 40
    Width = 817
    Height = 441
    BevelInner = bvLowered
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 32
      Top = 14
      Width = 745
      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 = 131
        Top = 34
        Width = 86
        Height = 17
        Caption = #25353#20070#21517
        TabOrder = 1
        OnClick = radioBookNameClick
      end
      object radioPublisher: TRadioButton
        Left = 242
        Top = 34
        Width = 111
        Height = 17
        Caption = #25353#20986#29256#31038
        TabOrder = 2
        OnClick = radioPublisherClick
      end
      object radioAuthor: TRadioButton
        Left = 368
        Top = 34
        Width = 97
        Height = 17
        Caption = #25353#20316#32773
        TabOrder = 3
        OnClick = radioAuthorClick
      end
      object chkSearch: TCheckBox
        Left = 596
        Top = 32
        Width = 109
        Height = 17
        Caption = #27169#31946#26597#35810
        TabOrder = 4
      end
      object radioClass: TRadioButton
        Left = 482
        Top = 34
        Width = 87
        Height = 17
        Caption = #25353#31867#21035
        TabOrder = 5
        OnClick = radioClassClick
      end
    end
    object lstDetail: TListView
      Left = 32
      Top = 125
      Width = 745
      Height = 284
      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 = 1
      ViewStyle = vsReport
      OnDblClick = lstDetailDblClick
    end
    object cmbRule: TComboBox
      Left = 150
      Top = 94
      Width = 563
      Height = 28
      Style = csSimple
      ItemHeight = 20
      MaxLength = 10
      TabOrder = 2
      OnKeyDown = cmbRuleKeyDown
    end
    object StaticText1: TStaticText
      Left = 39
      Top = 97
      Width = 109
      Height = 24
      Caption = #36755#20837#26597#35810#39033
      TabOrder = 3
    end
    object btnSearch: TButton
      Left = 711
      Top = 95
      Width = 67
      Height = 26
      Caption = #26597#35810
      Default = True
      TabOrder = 4
      OnClick = btnSearchClick
    end
    object txtTip: TStaticText
      Left = 28
      Top = 413
      Width = 99
      Height = 24
      Caption = #20849'0'#26465#35760#24405
      TabOrder = 5
    end
    object ListBox1: TListBox
      Left = 588
      Top = 290
      Width = 40
      Height = 40
      ItemHeight = 20
      TabOrder = 6
      Visible = False
    end
  end
end

⌨️ 快捷键说明

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