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

📄 optionalheader.dfm

📁 Delphi写的PE查看器
💻 DFM
字号:
object OptionalHeaderFrm: TOptionalHeaderFrm
  Left = 192
  Top = 114
  BorderStyle = bsDialog
  Caption = 'Optional Header'
  ClientHeight = 425
  ClientWidth = 633
  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 = 521
    Height = 409
    Caption = 'Optional header information'
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 27
      Width = 49
      Height = 13
      AutoSize = False
      Caption = 'Magic:'
    end
    object Label2: TLabel
      Left = 8
      Top = 51
      Width = 105
      Height = 13
      AutoSize = False
      Caption = 'MajorLinkerVersion:'
    end
    object Label3: TLabel
      Left = 8
      Top = 75
      Width = 105
      Height = 13
      AutoSize = False
      Caption = 'MinorLinkerVersion:'
    end
    object Label4: TLabel
      Left = 8
      Top = 99
      Width = 73
      Height = 13
      AutoSize = False
      Caption = 'SizeOfCode:'
    end
    object Label5: TLabel
      Left = 8
      Top = 123
      Width = 113
      Height = 13
      AutoSize = False
      Caption = 'SizeOfInitializedData:'
    end
    object Label6: TLabel
      Left = 8
      Top = 147
      Width = 129
      Height = 13
      AutoSize = False
      Caption = 'SizeOfUninitializedData:'
    end
    object Label7: TLabel
      Left = 8
      Top = 171
      Width = 113
      Height = 13
      AutoSize = False
      Caption = 'AddressOfEntryPoint:'
    end
    object Label8: TLabel
      Left = 8
      Top = 195
      Width = 73
      Height = 13
      AutoSize = False
      Caption = 'BaseOfCode:'
    end
    object Label9: TLabel
      Left = 8
      Top = 219
      Width = 73
      Height = 13
      AutoSize = False
      Caption = 'BaseOfData:'
    end
    object Label10: TLabel
      Left = 8
      Top = 243
      Width = 65
      Height = 13
      AutoSize = False
      Caption = 'ImageBase:'
    end
    object Label11: TLabel
      Left = 8
      Top = 267
      Width = 97
      Height = 13
      AutoSize = False
      Caption = 'SectionAlignment:'
    end
    object Label12: TLabel
      Left = 8
      Top = 291
      Width = 73
      Height = 13
      AutoSize = False
      Caption = 'FileAlignment:'
    end
    object Label13: TLabel
      Left = 8
      Top = 315
      Width = 153
      Height = 13
      AutoSize = False
      Caption = 'MajorOperatingSystemVersion:'
    end
    object Label14: TLabel
      Left = 8
      Top = 339
      Width = 153
      Height = 13
      AutoSize = False
      Caption = 'MinorOperatingSystemVersion:'
    end
    object Label15: TLabel
      Left = 8
      Top = 363
      Width = 105
      Height = 13
      AutoSize = False
      Caption = 'MajorImageVersion:'
    end
    object Label16: TLabel
      Left = 8
      Top = 387
      Width = 105
      Height = 13
      AutoSize = False
      Caption = 'MinorImageVersion:'
    end
    object Label17: TLabel
      Left = 288
      Top = 27
      Width = 129
      Height = 13
      AutoSize = False
      Caption = 'MajorSubsystemVersion:'
    end
    object Label18: TLabel
      Left = 288
      Top = 51
      Width = 129
      Height = 13
      AutoSize = False
      Caption = 'MinorSubsystemVersion:'
    end
    object Label19: TLabel
      Left = 288
      Top = 75
      Width = 113
      Height = 13
      AutoSize = False
      Caption = 'Win32VersionValue:'
    end
    object Label20: TLabel
      Left = 288
      Top = 99
      Width = 73
      Height = 13
      AutoSize = False
      Caption = 'SizeOfImage:'
    end
    object Label21: TLabel
      Left = 288
      Top = 123
      Width = 89
      Height = 13
      AutoSize = False
      Caption = 'SizeOfHeaders:'
    end
    object Label22: TLabel
      Left = 288
      Top = 147
      Width = 65
      Height = 13
      AutoSize = False
      Caption = 'CheckSum:'
    end
    object Label23: TLabel
      Left = 288
      Top = 171
      Width = 65
      Height = 13
      AutoSize = False
      Caption = 'Subsystem:'
    end
    object Label24: TLabel
      Left = 288
      Top = 195
      Width = 97
      Height = 13
      AutoSize = False
      Caption = 'DllCharacteristics:'
    end
    object Label25: TLabel
      Left = 288
      Top = 219
      Width = 113
      Height = 13
      AutoSize = False
      Caption = 'SizeOfStackReserve:'
    end
    object Label26: TLabel
      Left = 288
      Top = 243
      Width = 105
      Height = 13
      AutoSize = False
      Caption = 'SizeOfStackCommit:'
    end
    object Label27: TLabel
      Left = 288
      Top = 267
      Width = 113
      Height = 13
      AutoSize = False
      Caption = 'SizeOfHeapReserve:'
    end
    object Label28: TLabel
      Left = 288
      Top = 291
      Width = 105
      Height = 13
      AutoSize = False
      Caption = 'SizeOfHeapCommit:'
    end
    object Label29: TLabel
      Left = 288
      Top = 315
      Width = 73
      Height = 13
      AutoSize = False
      Caption = 'LoaderFlags:'
    end
    object Label30: TLabel
      Left = 288
      Top = 339
      Width = 129
      Height = 13
      AutoSize = False
      Caption = 'NumberOfRvaAndSizes:'
    end
    object OEdit1: TEdit
      Left = 184
      Top = 24
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 0
    end
    object OEdit2: TEdit
      Left = 184
      Top = 48
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 1
    end
    object OEdit3: TEdit
      Left = 184
      Top = 72
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 2
    end
    object OEdit4: TEdit
      Left = 184
      Top = 96
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 3
    end
    object OEdit5: TEdit
      Left = 184
      Top = 120
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 4
    end
    object OEdit6: TEdit
      Left = 184
      Top = 144
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 5
    end
    object OEdit7: TEdit
      Left = 184
      Top = 168
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 6
    end
    object OEdit8: TEdit
      Left = 184
      Top = 192
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 7
    end
    object OEdit9: TEdit
      Left = 184
      Top = 216
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 8
    end
    object OEdit10: TEdit
      Left = 184
      Top = 240
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 9
    end
    object OEdit11: TEdit
      Left = 184
      Top = 264
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 10
    end
    object OEdit12: TEdit
      Left = 184
      Top = 288
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 11
    end
    object OEdit13: TEdit
      Left = 184
      Top = 312
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 12
    end
    object OEdit14: TEdit
      Left = 184
      Top = 336
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 13
    end
    object OEdit15: TEdit
      Left = 184
      Top = 360
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 14
    end
    object OEdit16: TEdit
      Left = 184
      Top = 384
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 15
    end
    object OEdit17: TEdit
      Left = 432
      Top = 24
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 16
    end
    object OEdit18: TEdit
      Left = 432
      Top = 48
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 17
    end
    object OEdit19: TEdit
      Left = 432
      Top = 72
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 18
    end
    object OEdit20: TEdit
      Left = 432
      Top = 96
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 19
    end
    object OEdit21: TEdit
      Left = 432
      Top = 120
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 20
    end
    object OEdit22: TEdit
      Left = 432
      Top = 144
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 21
    end
    object OEdit23: TEdit
      Left = 432
      Top = 168
      Width = 57
      Height = 21
      ReadOnly = True
      TabOrder = 22
    end
    object OEdit24: TEdit
      Left = 432
      Top = 192
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 23
    end
    object OEdit25: TEdit
      Left = 432
      Top = 216
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 24
    end
    object OEdit26: TEdit
      Left = 432
      Top = 240
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 25
    end
    object OEdit27: TEdit
      Left = 432
      Top = 264
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 26
    end
    object OEdit28: TEdit
      Left = 432
      Top = 288
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 27
    end
    object OEdit29: TEdit
      Left = 432
      Top = 312
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 28
    end
    object OEdit30: TEdit
      Left = 432
      Top = 336
      Width = 81
      Height = 21
      ReadOnly = True
      TabOrder = 29
    end
    object SubBtn: TButton
      Left = 492
      Top = 168
      Width = 20
      Height = 20
      Caption = '...'
      TabOrder = 30
      OnClick = SubBtnClick
    end
  end
  object Panel1: TPanel
    Left = 536
    Top = 11
    Width = 89
    Height = 405
    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 + -