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

📄 ubooklend.~dfm

📁 图书馆管理系统代码deiphi
💻 ~DFM
字号:
object frmBookLend: TfrmBookLend
  Left = 365
  Top = 151
  BorderStyle = bsDialog
  Caption = #22270#20070#20511#36824#31649#29702
  ClientHeight = 425
  ClientWidth = 595
  Color = 4337444
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 22
    Top = 11
    Width = 139
    Height = 24
    Caption = #22270#20070#20511#36824'...'
    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 = 456
    Top = 384
    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 btnLend: TSpeedButton
    Left = 216
    Top = 384
    Width = 105
    Height = 33
    Caption = #20511' '#20986
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnLendClick
  end
  object btnReturn: TSpeedButton
    Left = 336
    Top = 384
    Width = 105
    Height = 33
    Caption = #24402' '#36824
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = btnReturnClick
  end
  object Panel4: TPanel
    Left = -8
    Top = 40
    Width = 697
    Height = 337
    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 edtBookCode: TEdit
      Left = 108
      Top = 10
      Width = 138
      Height = 28
      MaxLength = 10
      TabOrder = 0
      OnChange = edtBookCodeChange
      OnKeyDown = edtBookCodeKeyDown
    end
    object StaticText1: TStaticText
      Left = 58
      Top = 18
      Width = 46
      Height = 24
      Caption = #20070#21495
      TabOrder = 1
    end
    object Panel1: TPanel
      Left = 24
      Top = 40
      Width = 561
      Height = 289
      BevelOuter = bvNone
      TabOrder = 2
      Visible = False
      object Bevel2: TBevel
        Left = 8
        Top = 207
        Width = 561
        Height = 10
        Shape = bsBottomLine
      end
      object Bevel1: TBevel
        Left = 3
        Top = 5
        Width = 574
        Height = 12
        Shape = bsBottomLine
      end
      object StaticText2: TStaticText
        Left = 34
        Top = 30
        Width = 46
        Height = 24
        Caption = #20070#21517
        TabOrder = 0
      end
      object edtName: TEdit
        Left = 84
        Top = 26
        Width = 461
        Height = 28
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 1
      end
      object StaticText3: TStaticText
        Left = 34
        Top = 56
        Width = 46
        Height = 24
        Caption = #20316#32773
        TabOrder = 3
      end
      object edtAuthor: TEdit
        Left = 84
        Top = 53
        Width = 245
        Height = 28
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 4
      end
      object edtPublisher: TEdit
        Left = 84
        Top = 80
        Width = 245
        Height = 28
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 5
      end
      object StaticText4: TStaticText
        Left = 12
        Top = 84
        Width = 67
        Height = 24
        Caption = #20986#29256#31038
        TabOrder = 6
      end
      object StaticText5: TStaticText
        Left = 344
        Top = 57
        Width = 88
        Height = 24
        Caption = #20986#29256#26085#26399
        TabOrder = 7
      end
      object edtDate: TEdit
        Left = 440
        Top = 53
        Width = 105
        Height = 28
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 8
      end
      object StaticText7: TStaticText
        Left = 346
        Top = 83
        Width = 89
        Height = 24
        Caption = #20215#26684'('#20803')'
        TabOrder = 9
      end
      object edtPrice: TEdit
        Left = 440
        Top = 80
        Width = 105
        Height = 28
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 10
      end
      object StaticText8: TStaticText
        Left = 34
        Top = 139
        Width = 46
        Height = 24
        Caption = #22791#27880
        TabOrder = 11
      end
      object Memo: TMemo
        Left = 84
        Top = 107
        Width = 461
        Height = 101
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 12
      end
      object StaticText9: TStaticText
        Left = 45
        Top = 229
        Width = 88
        Height = 24
        Caption = #20511#20070#20154#21495
        TabOrder = 13
      end
      object edtUser: TEdit
        Left = 136
        Top = 227
        Width = 137
        Height = 28
        MaxLength = 10
        TabOrder = 2
        OnChange = edtUserChange
      end
      object StaticText10: TStaticText
        Left = 11
        Top = 263
        Width = 131
        Height = 24
        Caption = #25345#26377#26102#38388'('#22825')'
        TabOrder = 14
      end
      object edtOwnTime: TEdit
        Left = 136
        Top = 258
        Width = 137
        Height = 28
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 15
      end
      object StaticText11: TStaticText
        Left = 344
        Top = 260
        Width = 89
        Height = 24
        Caption = #32602#37329'('#20803')'
        TabOrder = 16
      end
      object edtFine: TEdit
        Left = 440
        Top = 258
        Width = 105
        Height = 28
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 17
      end
      object StaticText6: TStaticText
        Left = 281
        Top = 229
        Width = 151
        Height = 24
        Caption = #25345#26377#20070#31821#30340#25968#30446
        TabOrder = 18
      end
      object edtTotal: TEdit
        Left = 440
        Top = 226
        Width = 105
        Height = 28
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 19
      end
    end
    object Panel3: TPanel
      Left = 244
      Top = 11
      Width = 18
      Height = 26
      AutoSize = True
      BevelOuter = bvLowered
      TabOrder = 3
      object btnBookCode: TButton
        Left = 1
        Top = 1
        Width = 16
        Height = 24
        Caption = '>>>'
        TabOrder = 0
        TabStop = False
        OnClick = btnBookCodeClick
      end
    end
  end
end

⌨️ 快捷键说明

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