📄 peheader.dfm
字号:
object PEHeaderFrm: TPEHeaderFrm
Left = 204
Top = 264
BorderStyle = bsDialog
Caption = 'PE Header'
ClientHeight = 135
ClientWidth = 607
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 497
Height = 121
Caption = 'PE header information'
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 27
Width = 57
Height = 13
AutoSize = False
Caption = 'Machine:'
end
object Label2: TLabel
Left = 8
Top = 51
Width = 105
Height = 13
AutoSize = False
Caption = 'Number of section:'
end
object Label3: TLabel
Left = 8
Top = 75
Width = 97
Height = 13
AutoSize = False
Caption = 'Time/Date stamp:'
end
object Label4: TLabel
Left = 8
Top = 99
Width = 89
Height = 13
AutoSize = False
Caption = 'Pointer to COFF:'
end
object Label5: TLabel
Left = 248
Top = 27
Width = 81
Height = 13
AutoSize = False
Caption = 'Coff table size:'
end
object Label6: TLabel
Left = 248
Top = 51
Width = 121
Height = 13
AutoSize = False
Caption = 'Size of optional header:'
end
object Label7: TLabel
Left = 248
Top = 75
Width = 81
Height = 13
AutoSize = False
Caption = 'Characteristics:'
end
object NSEdit: TEdit
Left = 128
Top = 48
Width = 89
Height = 21
ReadOnly = True
TabOrder = 1
end
object TSEdit: TEdit
Left = 128
Top = 72
Width = 65
Height = 21
ReadOnly = True
TabOrder = 2
end
object PCEdit: TEdit
Left = 128
Top = 96
Width = 89
Height = 21
ReadOnly = True
TabOrder = 3
end
object CSEdit: TEdit
Left = 400
Top = 24
Width = 89
Height = 21
ReadOnly = True
TabOrder = 4
end
object SOEdit: TEdit
Left = 400
Top = 48
Width = 89
Height = 21
ReadOnly = True
TabOrder = 5
end
object CHEdit: TEdit
Left = 400
Top = 72
Width = 65
Height = 21
ReadOnly = True
TabOrder = 6
end
object MCEdit: TEdit
Left = 128
Top = 24
Width = 65
Height = 21
ReadOnly = True
TabOrder = 0
end
object SubBtn: TButton
Left = 196
Top = 24
Width = 20
Height = 20
Caption = '...'
TabOrder = 7
OnClick = SubBtnClick
end
object Button2: TButton
Left = 196
Top = 72
Width = 20
Height = 20
Caption = '...'
TabOrder = 8
OnClick = Button2Click
end
object Button3: TButton
Left = 468
Top = 72
Width = 20
Height = 20
Caption = '...'
TabOrder = 9
OnClick = Button3Click
end
end
object Panel1: TPanel
Left = 512
Top = 12
Width = 89
Height = 117
BevelInner = bvLowered
TabOrder = 1
object Button1: TButton
Left = 8
Top = 8
Width = 75
Height = 22
Caption = 'OK'
TabOrder = 0
OnClick = Button1Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -