⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dosheader.dfm

📁 Delphi写的PE查看器
💻 DFM
字号:
object DOSHeaderFrm: TDOSHeaderFrm
  Left = 263
  Top = 234
  BorderStyle = bsDialog
  Caption = 'MS-DOS Header'
  ClientHeight = 257
  ClientWidth = 529
  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 = 417
    Height = 241
    Caption = 'DOS header information'
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 27
      Width = 81
      Height = 13
      AutoSize = False
      Caption = 'Magic number:'
    end
    object Label2: TLabel
      Left = 8
      Top = 51
      Width = 97
      Height = 13
      AutoSize = False
      Caption = 'Bytes on last page:'
    end
    object Label3: TLabel
      Left = 8
      Top = 75
      Width = 73
      Height = 13
      AutoSize = False
      Caption = 'Pages in file:'
    end
    object Label4: TLabel
      Left = 8
      Top = 99
      Width = 73
      Height = 13
      AutoSize = False
      Caption = 'Relocations:'
    end
    object Label5: TLabel
      Left = 8
      Top = 123
      Width = 81
      Height = 13
      AutoSize = False
      Caption = 'Size of header:'
    end
    object Label6: TLabel
      Left = 8
      Top = 147
      Width = 97
      Height = 13
      AutoSize = False
      Caption = 'Minimum Memory:'
    end
    object Label7: TLabel
      Left = 8
      Top = 171
      Width = 97
      Height = 13
      AutoSize = False
      Caption = 'Maximum Memory:'
    end
    object Label8: TLabel
      Left = 8
      Top = 195
      Width = 89
      Height = 13
      AutoSize = False
      Caption = 'Initial SS Value:'
    end
    object Label9: TLabel
      Left = 8
      Top = 219
      Width = 81
      Height = 13
      AutoSize = False
      Caption = 'Initial SP Value:'
    end
    object Label10: TLabel
      Left = 232
      Top = 27
      Width = 65
      Height = 13
      AutoSize = False
      Caption = 'Checksum:'
    end
    object Label11: TLabel
      Left = 232
      Top = 51
      Width = 81
      Height = 13
      AutoSize = False
      Caption = 'Initial IP value:'
    end
    object Label12: TLabel
      Left = 232
      Top = 75
      Width = 81
      Height = 13
      AutoSize = False
      Caption = 'Initial CS value:'
    end
    object Label13: TLabel
      Left = 232
      Top = 99
      Width = 65
      Height = 13
      AutoSize = False
      Caption = 'Table offset:'
    end
    object Label14: TLabel
      Left = 232
      Top = 123
      Width = 89
      Height = 13
      AutoSize = False
      Caption = 'Overlay number:'
    end
    object Label15: TLabel
      Left = 232
      Top = 147
      Width = 81
      Height = 13
      AutoSize = False
      Caption = 'OEM Identifier:'
    end
    object Label16: TLabel
      Left = 232
      Top = 171
      Width = 97
      Height = 13
      AutoSize = False
      Caption = 'OEM Information:'
    end
    object Label17: TLabel
      Left = 232
      Top = 195
      Width = 65
      Height = 13
      AutoSize = False
      Caption = 'PE Address:'
    end
    object MNEdit: TEdit
      Left = 136
      Top = 24
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 0
    end
    object BPEdit: TEdit
      Left = 136
      Top = 48
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 1
    end
    object PFEdit: TEdit
      Left = 136
      Top = 72
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 2
    end
    object REEdit: TEdit
      Left = 136
      Top = 96
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 3
    end
    object SHEdit: TEdit
      Left = 136
      Top = 120
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 4
    end
    object IMEdit: TEdit
      Left = 136
      Top = 144
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 5
    end
    object AMEdit: TEdit
      Left = 136
      Top = 168
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 6
    end
    object ISEdit: TEdit
      Left = 136
      Top = 192
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 7
    end
    object IPEdit: TEdit
      Left = 136
      Top = 216
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 8
    end
    object CKEdit: TEdit
      Left = 344
      Top = 24
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 9
    end
    object IIEdit: TEdit
      Left = 344
      Top = 48
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 10
    end
    object ICEdit: TEdit
      Left = 344
      Top = 72
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 11
    end
    object TOEdit: TEdit
      Left = 344
      Top = 96
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 12
    end
    object ONEdit: TEdit
      Left = 344
      Top = 120
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 13
    end
    object OREdit: TEdit
      Left = 344
      Top = 144
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 14
    end
    object OIEdit: TEdit
      Left = 344
      Top = 168
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 15
    end
    object PEEdit: TEdit
      Left = 344
      Top = 192
      Width = 65
      Height = 21
      ReadOnly = True
      TabOrder = 16
    end
  end
  object Panel1: TPanel
    Left = 432
    Top = 12
    Width = 89
    Height = 237
    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 + -