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

📄 uownmsgf.dfm

📁 一套功能非常丰富的图书管理系统
💻 DFM
字号:
object OwnMsgF: TOwnMsgF
  Left = 382
  Top = 231
  BorderStyle = bsToolWindow
  Caption = 'OwnMsgF'
  ClientHeight = 310
  ClientWidth = 397
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Bevel1: TBevel
    Left = 3
    Top = 38
    Width = 391
    Height = 10
    Shape = bsBottomLine
  end
  object ListView1: TListView
    Left = 6
    Top = 52
    Width = 384
    Height = 227
    Columns = <
      item
        Caption = '书号'
        Width = 80
      end
      item
        Caption = '书名'
        Width = 120
      end
      item
        Caption = '价格'
        Width = 40
      end
      item
        Caption = '持有天数'
        Width = 60
      end
      item
        Caption = '罚金(元)'
        Width = 60
      end>
    ReadOnly = True
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
  end
  object Button2: TButton
    Left = 319
    Top = 285
    Width = 70
    Height = 22
    Caption = '关闭'
    Default = True
    TabOrder = 1
    OnClick = Button2Click
  end
  object StaticText1: TStaticText
    Left = 18
    Top = 18
    Width = 256
    Height = 16
    Caption = '由于以下书籍没有按时归还,所以不能继续借书'
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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