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

📄 frmloanu.dfm

📁 这是一款用java做的图书管理系统
💻 DFM
字号:
object frmLoan: TfrmLoan
  Left = 624
  Top = 212
  BorderStyle = bsToolWindow
  Caption = 'frmLoan'
  ClientHeight = 416
  ClientWidth = 339
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 8
    Width = 339
    Height = 169
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 0
      Width = 52
      Height = 13
      Caption = #20511#20070#35777#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 32
      Width = 39
      Height = 13
      Caption = #22995#21517#65306
    end
    object Label3: TLabel
      Left = 8
      Top = 64
      Width = 52
      Height = 13
      Caption = #36523#20221#35777#65306
    end
    object Label4: TLabel
      Left = 8
      Top = 96
      Width = 39
      Height = 13
      Caption = #20313#39069#65306
    end
    object Label5: TLabel
      Left = 8
      Top = 128
      Width = 65
      Height = 13
      Caption = #21253#26376#26102#38480#65306
    end
    object edName: TEdit
      Left = 56
      Top = 32
      Width = 121
      Height = 21
      Color = clScrollBar
      ReadOnly = True
      TabOrder = 0
      Text = 'edName'
    end
    object edIDCard: TEdit
      Left = 56
      Top = 64
      Width = 121
      Height = 21
      Color = clScrollBar
      ReadOnly = True
      TabOrder = 1
      Text = 'edIDCard'
    end
    object edBalance: TEdit
      Left = 56
      Top = 96
      Width = 121
      Height = 21
      Color = clScrollBar
      ReadOnly = True
      TabOrder = 2
      Text = 'edBalance'
    end
    object dtBagMoTim: TDateTimePicker
      Left = 72
      Top = 128
      Width = 105
      Height = 21
      Date = 38864.416628506940000000
      Time = 38864.416628506940000000
      Color = clScrollBar
      Enabled = False
      TabOrder = 3
    end
    object Panel1: TPanel
      Left = 192
      Top = 24
      Width = 137
      Height = 137
      BevelOuter = bvLowered
      TabOrder = 4
      object imgPhoto: TImage
        Left = 1
        Top = 1
        Width = 135
        Height = 135
        Align = alClient
        Proportional = True
      end
    end
  end
  object edLeaseNO: TEdit
    Left = 56
    Top = 4
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'edLeaseNO'
    OnExit = edLeaseNOExit
  end
  object btnLeaseNo: TBitBtn
    Left = 181
    Top = 3
    Width = 43
    Height = 25
    Caption = #26597#35810
    TabOrder = 5
    TabStop = False
    OnClick = btnLeaseNoClick
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 192
    Width = 337
    Height = 185
    TabOrder = 6
    object Label6: TLabel
      Left = 8
      Top = 0
      Width = 52
      Height = 13
      Caption = #22270#20070#21495#65306
    end
    object Label7: TLabel
      Left = 8
      Top = 32
      Width = 39
      Height = 13
      Caption = #20070#21517#65306
    end
    object Label8: TLabel
      Left = 8
      Top = 64
      Width = 39
      Height = 13
      Caption = #20316#32773#65306
    end
    object Label9: TLabel
      Left = 8
      Top = 96
      Width = 52
      Height = 13
      Caption = #20986#29256#31038#65306
    end
    object Label10: TLabel
      Left = 8
      Top = 128
      Width = 65
      Height = 13
      Caption = #20511#20986#26085#26399#65306
    end
    object Label11: TLabel
      Left = 8
      Top = 160
      Width = 65
      Height = 13
      Caption = #20511#20986#29366#24577#65306
    end
    object edTitle: TEdit
      Left = 56
      Top = 32
      Width = 121
      Height = 21
      Color = clScrollBar
      ReadOnly = True
      TabOrder = 0
      Text = 'edTitle'
    end
    object edAuthor: TEdit
      Left = 56
      Top = 64
      Width = 121
      Height = 21
      Color = clScrollBar
      ReadOnly = True
      TabOrder = 1
      Text = 'edAuthor'
    end
    object edBoConName: TEdit
      Left = 56
      Top = 96
      Width = 121
      Height = 21
      Color = clScrollBar
      ReadOnly = True
      TabOrder = 2
      Text = 'edBoConName'
    end
    object edLoanDate: TEdit
      Left = 72
      Top = 128
      Width = 105
      Height = 21
      Color = clScrollBar
      ReadOnly = True
      TabOrder = 3
      Text = 'edLoanDate'
    end
    object edLoan: TEdit
      Left = 72
      Top = 152
      Width = 105
      Height = 21
      Color = clScrollBar
      ReadOnly = True
      TabOrder = 4
      Text = 'edLoan'
    end
    object Panel2: TPanel
      Left = 192
      Top = 24
      Width = 137
      Height = 153
      BevelOuter = bvLowered
      TabOrder = 5
      object imgPic: TImage
        Left = 1
        Top = 1
        Width = 135
        Height = 151
        Align = alClient
        Proportional = True
      end
    end
  end
  object edBookNo: TEdit
    Left = 56
    Top = 189
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'edBookNo'
    OnExit = edBookNoExit
  end
  object btnBookNo: TBitBtn
    Left = 182
    Top = 187
    Width = 43
    Height = 25
    Caption = #26597#35810
    TabOrder = 7
    TabStop = False
    OnClick = btnBookNoClick
  end
  object btnClose: TBitBtn
    Left = 256
    Top = 384
    Width = 75
    Height = 25
    Cancel = True
    Caption = #20851#38381'(&C)'
    TabOrder = 4
    OnClick = btnCloseClick
  end
  object btnLoan: TBitBtn
    Left = 176
    Top = 384
    Width = 75
    Height = 25
    Caption = 'btnLoan'
    Default = True
    TabOrder = 3
    OnClick = btnLoanClick
  end
end

⌨️ 快捷键说明

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