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

📄 returnsearch.~dfm

📁 图书管理系统
💻 ~DFM
字号:
object frmReturnSearch: TfrmReturnSearch
  Left = 92
  Top = 338
  Width = 907
  Height = 650
  Caption = #36824#20070#20449#24687#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object StringGrid: TStringGrid
    Left = 28
    Top = 174
    Width = 898
    Height = 384
    ColCount = 13
    DefaultRowHeight = 18
    RowCount = 20
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 9
    OnDrawCell = StringGridDrawCell
  end
  object btnSearch: TButton
    Left = 766
    Top = 126
    Width = 116
    Height = 31
    Caption = #26597#35810'&S'
    TabOrder = 8
    OnClick = btnSearchClick
  end
  object btnClose: TButton
    Left = 735
    Top = 576
    Width = 116
    Height = 31
    Caption = #36820#22238'&X'
    TabOrder = 10
    OnClick = btnCloseClick
  end
  object chkReaderNo: TCheckBox
    Left = 90
    Top = 34
    Width = 92
    Height = 22
    Caption = '    '#35835#32773#32534#21495
    TabOrder = 0
    OnKeyDown = chkReaderNoKeyDown
  end
  object chkTime: TCheckBox
    Left = 488
    Top = 80
    Width = 92
    Height = 22
    Caption = '    '#36824#20070#26102#38388
    TabOrder = 6
    OnKeyDown = chkReaderNoKeyDown
  end
  object chkBookName: TCheckBox
    Left = 90
    Top = 81
    Width = 92
    Height = 22
    Caption = '    '#20070#31821#21517#31216
    TabOrder = 4
    OnKeyDown = chkReaderNoKeyDown
  end
  object chkReaderNM: TCheckBox
    Left = 487
    Top = 34
    Width = 92
    Height = 22
    Caption = '    '#35835#32773#22995#21517
    TabOrder = 2
    OnKeyDown = chkReaderNoKeyDown
  end
  object edtReaderNo: TEdit
    Left = 207
    Top = 34
    Width = 239
    Height = 21
    MaxLength = 10
    TabOrder = 1
    OnKeyDown = chkReaderNoKeyDown
    OnKeyPress = edtReaderNoKeyPress
  end
  object edtBookName: TEdit
    Left = 206
    Top = 81
    Width = 239
    Height = 21
    MaxLength = 40
    TabOrder = 5
    OnKeyDown = chkReaderNoKeyDown
  end
  object edtReaderName: TEdit
    Left = 610
    Top = 33
    Width = 288
    Height = 21
    MaxLength = 20
    TabOrder = 3
    OnKeyDown = chkReaderNoKeyDown
  end
  object GroupBox1: TGroupBox
    Left = 611
    Top = 60
    Width = 289
    Height = 52
    TabOrder = 7
    object Label1: TLabel
      Left = 138
      Top = 23
      Width = 12
      Height = 13
      Caption = #65374
    end
    object mskDateFrom: TMaskEdit
      Left = 22
      Top = 18
      Width = 100
      Height = 21
      EditMask = '!9999/99/00;1;_'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ImeMode = imDisable
      MaxLength = 10
      ParentFont = False
      TabOrder = 0
      Text = '    -  -  '
      OnKeyDown = chkReaderNoKeyDown
    end
    object mskDateTo: TMaskEdit
      Left = 162
      Top = 18
      Width = 100
      Height = 21
      EditMask = '!9999/99/00;1;_'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ImeMode = imDisable
      MaxLength = 10
      ParentFont = False
      TabOrder = 1
      Text = '    -  -  '
      OnKeyDown = chkReaderNoKeyDown
    end
  end
end

⌨️ 快捷键说明

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