📄 pesectionform.dfm
字号:
inherited fmPESection: TfmPESection
Left = 253
Top = 225
Caption = 'fmPESection'
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 0
Top = 169
Width = 701
Height = 4
Cursor = crVSplit
Align = alTop
Beveled = True
end
object HexDump1: THexDump
Left = 0
Top = 173
Width = 701
Height = 282
Align = alClient
Border = bsNone
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
TabOrder = 0
ReadOnly = True
end
object ListView1: TListView
Left = 0
Top = 0
Width = 701
Height = 169
Align = alTop
BorderStyle = bsNone
Columns = <
item
Caption = 'Offset'
end
item
Caption = 'Field'
Width = 100
end
item
Caption = 'Type'
Width = 60
end
item
Caption = 'Size'
end
item
Caption = 'Value'
Width = 100
end
item
AutoSize = True
Caption = 'Description'
end>
ColumnClick = False
GridLines = True
ReadOnly = True
RowSelect = True
TabOrder = 1
ViewStyle = vsReport
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -