📄 main.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -