listfrm.dfm

来自「文件包含程序源原文件」· DFM 代码 · 共 94 行

DFM
94
字号
object ListForm: TListForm
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = 'ListForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object HeaderPanel: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 50
    Align = alTop
    TabOrder = 0
  end
  object TabControl: TTabControl
    Left = 0
    Top = 50
    Width = 688
    Height = 403
    Align = alClient
    TabOrder = 1
    object LeftPanel: TPanel
      Left = 4
      Top = 6
      Width = 0
      Height = 393
      Align = alLeft
      BevelOuter = bvNone
      TabOrder = 0
    end
    object RightPanel: TPanel
      Left = 4
      Top = 6
      Width = 680
      Height = 393
      Align = alClient
      BevelOuter = bvNone
      TabOrder = 1
      object TopPanel: TPanel
        Left = 0
        Top = 0
        Width = 680
        Height = 41
        Align = alTop
        TabOrder = 0
      end
      object ClientPanel: TPanel
        Left = 0
        Top = 280
        Width = 680
        Height = 113
        Align = alBottom
        TabOrder = 1
      end
      object ListView: TGradLineListView
        Left = 0
        Top = 41
        Width = 680
        Height = 239
        Align = alClient
        Columns = <>
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        HideSelection = False
        LargeImages = ImageList
        MultiSelect = True
        ReadOnly = True
        RowSelect = True
        ParentColor = False
        ParentFont = False
        SmallImages = ImageList
        TabOrder = 2
        TabStop = True
      end
    end
  end
  object ImageList: TImageList
    Left = 616
    Top = 8
  end
end

⌨️ 快捷键说明

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