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

📄 ulandf.dfm

📁 一套功能非常丰富的图书管理系统
💻 DFM
字号:
object LandF: TLandF
  Left = 0
  Top = 0
  Width = 565
  Height = 428
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  ParentFont = False
  TabOrder = 0
  object Button1: TButton
    Left = 341
    Top = 403
    Width = 67
    Height = 22
    Caption = '借出&L'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 478
    Top = 403
    Width = 67
    Height = 22
    Caption = '关闭'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 410
    Top = 403
    Width = 67
    Height = 22
    Caption = '归还&B'
    TabOrder = 1
    OnClick = Button3Click
  end
  object Panel2: TPanel
    Left = 5
    Top = 31
    Width = 555
    Height = 367
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 3
    object Bevel1: TBevel
      Left = 11
      Top = 37
      Width = 527
      Height = 10
      Shape = bsBottomLine
    end
    object Edit1: TEdit
      Left = 92
      Top = 18
      Width = 130
      Height = 20
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      MaxLength = 10
      ParentFont = False
      TabOrder = 0
      OnChange = Edit1Change
      OnKeyDown = Edit1KeyDown
    end
    object StaticText1: TStaticText
      Left = 18
      Top = 21
      Width = 30
      Height = 16
      Caption = '书号'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
    end
    object Panel1: TPanel
      Left = 8
      Top = 49
      Width = 539
      Height = 310
      BevelOuter = bvNone
      TabOrder = 2
      Visible = False
      object Bevel2: TBevel
        Left = 7
        Top = 231
        Width = 532
        Height = 10
        Shape = bsBottomLine
      end
      object StaticText2: TStaticText
        Left = 10
        Top = 14
        Width = 28
        Height = 16
        Caption = '书名'
        TabOrder = 0
      end
      object NameEdit: TEdit
        Left = 84
        Top = 10
        Width = 447
        Height = 20
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 1
      end
      object StaticText3: TStaticText
        Left = 10
        Top = 38
        Width = 28
        Height = 16
        Caption = '作者'
        TabOrder = 3
      end
      object AuthorEdit: TEdit
        Left = 84
        Top = 33
        Width = 248
        Height = 20
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 4
      end
      object ConcernEdit: TEdit
        Left = 84
        Top = 56
        Width = 296
        Height = 20
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 5
      end
      object StaticText4: TStaticText
        Left = 9
        Top = 60
        Width = 40
        Height = 16
        Caption = '出版社'
        TabOrder = 6
      end
      object StaticText5: TStaticText
        Left = 336
        Top = 36
        Width = 52
        Height = 16
        Caption = '出版日期'
        TabOrder = 7
      end
      object DateEdit: TEdit
        Left = 410
        Top = 33
        Width = 121
        Height = 20
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 8
      end
      object StaticText7: TStaticText
        Left = 386
        Top = 59
        Width = 52
        Height = 16
        Caption = '价格(元)'
        TabOrder = 9
      end
      object CostEdit: TEdit
        Left = 440
        Top = 56
        Width = 91
        Height = 20
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 10
      end
      object StaticText8: TStaticText
        Left = 10
        Top = 83
        Width = 46
        Height = 16
        Caption = '备注 : '
        TabOrder = 11
      end
      object Memo: TMemo
        Left = 21
        Top = 98
        Width = 510
        Height = 115
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 12
      end
      object StaticText9: TStaticText
        Left = 13
        Top = 261
        Width = 52
        Height = 16
        Caption = '借书人号'
        TabOrder = 13
      end
      object UserEdit: TEdit
        Left = 90
        Top = 259
        Width = 121
        Height = 20
        MaxLength = 10
        TabOrder = 2
        OnChange = UserEditChange
      end
      object StaticText10: TStaticText
        Left = 11
        Top = 295
        Width = 76
        Height = 16
        Caption = '持有时间(天)'
        TabOrder = 14
      end
      object OwnTimeEdit: TEdit
        Left = 90
        Top = 290
        Width = 121
        Height = 20
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 15
      end
      object StaticText11: TStaticText
        Left = 250
        Top = 292
        Width = 52
        Height = 16
        Caption = '罚金(元)'
        TabOrder = 16
      end
      object FineEdit: TEdit
        Left = 339
        Top = 290
        Width = 191
        Height = 20
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 17
      end
      object StaticText6: TStaticText
        Left = 249
        Top = 261
        Width = 88
        Height = 16
        Caption = '持有书籍的数目'
        TabOrder = 18
      end
      object TotalEdit: TEdit
        Left = 339
        Top = 258
        Width = 192
        Height = 20
        TabStop = False
        Color = clBtnFace
        ReadOnly = True
        TabOrder = 19
      end
    end
    object Panel3: TPanel
      Left = 224
      Top = 18
      Width = 30
      Height = 21
      AutoSize = True
      BevelOuter = bvLowered
      TabOrder = 3
      object Button4: TButton
        Left = 1
        Top = 1
        Width = 28
        Height = 19
        Caption = '>>>'
        TabOrder = 0
        TabStop = False
        OnClick = Button4Click
      end
    end
  end
  object Panel4: TPanel
    Left = 5
    Top = 3
    Width = 555
    Height = 25
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 4
    object StaticText12: TStaticText
      Left = 13
      Top = 5
      Width = 52
      Height = 16
      Caption = '图书借还'
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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