uviewf.dfm

来自「图书馆使用的图书管理系统」· DFM 代码 · 共 53 行

DFM
53
字号
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 + =
减小字号Ctrl + -
显示快捷键?