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

📄 returnbook.~dfm

📁 图书管理系统
💻 ~DFM
字号:
object frmReturnBook: TfrmReturnBook
  Left = 289
  Top = 120
  Width = 638
  Height = 361
  HorzScrollBar.Position = 97
  VertScrollBar.Position = 176
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #36824#20070#20449#24687
  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 GroupBox2: TGroupBox
    Left = -36
    Top = -147
    Width = 830
    Height = 415
    Caption = #36824#20070#20449#24687
    TabOrder = 0
    object Label6: TLabel
      Left = 40
      Top = 65
      Width = 94
      Height = 13
      AutoSize = False
      Caption = #35835#32773#32534#21495
    end
    object Label7: TLabel
      Left = 40
      Top = 116
      Width = 94
      Height = 13
      AutoSize = False
      Caption = #35835#32773#22995#21517
    end
    object Label8: TLabel
      Left = 40
      Top = 173
      Width = 94
      Height = 13
      AutoSize = False
      Caption = #35835#32773#31181#31867
    end
    object Label9: TLabel
      Left = 40
      Top = 226
      Width = 94
      Height = 13
      AutoSize = False
      Caption = #20511#20070#26085#26399
    end
    object Label10: TLabel
      Left = 434
      Top = 171
      Width = 94
      Height = 13
      AutoSize = False
      Caption = #22791#27880#20449#24687
    end
    object Label1: TLabel
      Left = 433
      Top = 116
      Width = 107
      Height = 13
      AutoSize = False
      Caption = #20070#31821#21517#31216
    end
    object Label11: TLabel
      Left = 432
      Top = 66
      Width = 107
      Height = 13
      AutoSize = False
      Caption = #20070#31821#32534#21495
    end
    object Label2: TLabel
      Left = 40
      Top = 290
      Width = 94
      Height = 13
      AutoSize = False
      Caption = #36824#20070#26085#26399
    end
    object meoReader: TMemo
      Left = 530
      Top = 168
      Width = 207
      Height = 145
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ScrollBars = ssVertical
      TabOrder = 3
    end
    object Panel2: TPanel
      Left = 125
      Top = 102
      Width = 229
      Height = 164
      BevelOuter = bvNone
      Enabled = False
      TabOrder = 1
      object edtReadKind: TEdit
        Left = 10
        Top = 66
        Width = 209
        Height = 21
        TabOrder = 1
        OnKeyDown = cmbBookNameKeyDown
      end
      object edtReader: TEdit
        Left = 10
        Top = 10
        Width = 209
        Height = 21
        TabOrder = 0
        OnKeyDown = cmbBookNameKeyDown
      end
      object mskDate: TMaskEdit
        Left = 11
        Top = 120
        Width = 207
        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 = 2
        Text = '    -  -  '
        OnKeyDown = cmbBookNameKeyDown
      end
    end
    object mskReturnDate: TMaskEdit
      Left = 135
      Top = 287
      Width = 207
      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 = 2
      Text = '    -  -  '
      OnKeyDown = cmbBookNameKeyDown
    end
    object Panel1: TPanel
      Left = 528
      Top = 111
      Width = 215
      Height = 38
      BevelOuter = bvNone
      Enabled = False
      TabOrder = 4
      object edtBookName: TEdit
        Left = 3
        Top = 4
        Width = 209
        Height = 21
        TabOrder = 0
        OnKeyDown = cmbBookNameKeyDown
      end
    end
    object pnlReader: TPanel
      Left = 130
      Top = 52
      Width = 227
      Height = 37
      BevelOuter = bvNone
      TabOrder = 0
      object edtReadNo: TEdit
        Left = 4
        Top = 8
        Width = 209
        Height = 21
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ImeMode = imDisable
        MaxLength = 14
        ParentFont = False
        TabOrder = 0
        OnExit = edtReadNoExit
        OnKeyDown = cmbBookNameKeyDown
        OnKeyPress = edtBookNoKeyPress
      end
    end
    object pnlBook: TPanel
      Left = 527
      Top = 56
      Width = 223
      Height = 31
      BevelOuter = bvNone
      TabOrder = 5
      object edtBookNo: TEdit
        Left = 4
        Top = 4
        Width = 209
        Height = 21
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ImeMode = imDisable
        MaxLength = 10
        ParentFont = False
        TabOrder = 0
        OnExit = edtBookNoExit
        OnKeyDown = cmbBookNameKeyDown
        OnKeyPress = edtBookNoKeyPress
      end
    end
  end
  object btnSave: TButton
    Left = 413
    Top = 286
    Width = 116
    Height = 31
    Caption = #20445#23384'&S'
    TabOrder = 1
    OnClick = btnSaveClick
  end
  object btnClose: TButton
    Left = 630
    Top = 286
    Width = 116
    Height = 31
    Caption = #36820#22238'&X'
    TabOrder = 2
    OnClick = btnCloseClick
  end
  object edtBorrowNo: TEdit
    Left = 189
    Top = 288
    Width = 71
    Height = 21
    TabOrder = 3
    Visible = False
  end
  object grySelect: TQuery
    Left = 132
    Top = 462
  end
end

⌨️ 快捷键说明

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