main.dfm

来自「《参透Delphi Kylix》通过131个事例」· DFM 代码 · 共 66 行

DFM
66
字号
object MainForm: TMainForm
  Left = 90
  Top = 93
  Width = 861
  Height = 492
  Caption = 'Virtual Memory Touching'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ListView: TListView
    Left = 0
    Top = 0
    Width = 853
    Height = 465
    Align = alClient
    BevelInner = bvNone
    BevelOuter = bvNone
    BevelKind = bkFlat
    Columns = <
      item
        Caption = 'Base Address'
        Width = 80
      end
      item
        Caption = 'Pages'
        Width = 45
      end
      item
        Caption = 'Blocks'
        Width = 45
      end
      item
        Caption = 'Mem State'
        Width = 65
      end
      item
        Caption = 'Mem Type'
        Width = 65
      end
      item
        Caption = 'Page Attributes'
        Width = 110
      end
      item
        Caption = 'Loaded Module File Name'
        Width = 448
      end>
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    FlatScrollBars = True
    ParentFont = False
    TabOrder = 0
    ViewStyle = vsReport
  end
end

⌨️ 快捷键说明

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