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

📄 uviewf.dfm

📁 一套功能非常丰富的图书管理系统
💻 DFM
字号:
object ViewF: TViewF
  Left = 394
  Top = 237
  Width = 409
  Height = 336
  Caption = 'ViewF'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 327
    Top = 283
    Width = 67
    Height = 22
    Anchors = [akRight, akBottom]
    Caption = '关闭'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Panel1: TPanel
    Left = 3
    Top = 3
    Width = 395
    Height = 277
    Anchors = [akLeft, akTop, akRight, akBottom]
    BevelOuter = bvLowered
    Caption = 'Panel1'
    TabOrder = 1
    object ListView1: TListView
      Left = 1
      Top = 1
      Width = 393
      Height = 275
      Align = alClient
      Columns = <>
      GridLines = True
      ReadOnly = True
      RowSelect = True
      TabOrder = 0
      ViewStyle = vsReport
    end
  end
end

⌨️ 快捷键说明

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