uviewf.dfm

来自「别人的,不是我的,让大家参考一下吧,这个设计的挺好的」· DFM 代码 · 共 56 行

DFM
56
字号
object ViewF: TViewF
  Left = 394
  Top = 237
  Width = 387
  Height = 239
  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
  DesignSize = (
    379
    205)
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 305
    Top = 186
    Width = 67
    Height = 22
    Anchors = [akRight, akBottom]
    Caption = #20851#38381
    TabOrder = 0
    OnClick = Button1Click
  end
  object Panel1: TPanel
    Left = 3
    Top = 3
    Width = 373
    Height = 180
    Anchors = [akLeft, akTop, akRight, akBottom]
    BevelOuter = bvLowered
    Caption = 'Panel1'
    TabOrder = 1
    object ListView1: TListView
      Left = 1
      Top = 1
      Width = 371
      Height = 178
      Align = alClient
      Columns = <>
      GridLines = True
      ReadOnly = True
      RowSelect = True
      TabOrder = 0
      ViewStyle = vsReport
    end
  end
end

⌨️ 快捷键说明

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