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

📄 secheader.dfm

📁 Delphi写的PE查看器
💻 DFM
字号:
object SecHeaderFrm: TSecHeaderFrm
  Left = 307
  Top = 222
  BorderStyle = bsDialog
  Caption = 'Edit SectionHeader'
  ClientHeight = 185
  ClientWidth = 305
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 224
    Top = 16
    Width = 75
    Height = 22
    Caption = 'OK'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 224
    Top = 40
    Width = 75
    Height = 22
    Caption = 'Cancel'
    TabOrder = 1
    OnClick = Button2Click
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 209
    Height = 169
    Caption = 'Section Header'
    TabOrder = 2
    object Label1: TLabel
      Left = 8
      Top = 19
      Width = 41
      Height = 13
      AutoSize = False
      Caption = 'Name:'
    end
    object Label2: TLabel
      Left = 8
      Top = 43
      Width = 81
      Height = 13
      AutoSize = False
      Caption = 'VirtualAddress:'
    end
    object Label3: TLabel
      Left = 8
      Top = 67
      Width = 57
      Height = 13
      AutoSize = False
      Caption = 'VirtualSize:'
    end
    object Label4: TLabel
      Left = 8
      Top = 91
      Width = 57
      Height = 13
      AutoSize = False
      Caption = 'RawOffset:'
    end
    object Label5: TLabel
      Left = 8
      Top = 115
      Width = 49
      Height = 13
      AutoSize = False
      Caption = 'RawSize:'
    end
    object Label6: TLabel
      Left = 8
      Top = 139
      Width = 33
      Height = 13
      AutoSize = False
      Caption = 'Flags:'
    end
    object NEdit: TEdit
      Left = 88
      Top = 16
      Width = 113
      Height = 21
      MaxLength = 8
      TabOrder = 0
    end
    object VAEdit: TEdit
      Left = 88
      Top = 40
      Width = 113
      Height = 21
      CharCase = ecUpperCase
      MaxLength = 8
      TabOrder = 1
    end
    object VSEdit: TEdit
      Left = 88
      Top = 64
      Width = 113
      Height = 21
      CharCase = ecUpperCase
      MaxLength = 8
      TabOrder = 2
    end
    object ROEdit: TEdit
      Left = 88
      Top = 88
      Width = 113
      Height = 21
      CharCase = ecUpperCase
      MaxLength = 8
      TabOrder = 3
    end
    object RSEdit: TEdit
      Left = 88
      Top = 112
      Width = 113
      Height = 21
      CharCase = ecUpperCase
      MaxLength = 8
      TabOrder = 4
    end
    object FEdit: TEdit
      Left = 88
      Top = 136
      Width = 95
      Height = 21
      CharCase = ecUpperCase
      MaxLength = 8
      TabOrder = 5
    end
    object CharMBtn: TButton
      Left = 185
      Top = 135
      Width = 17
      Height = 22
      Caption = '...'
      TabOrder = 6
      OnClick = CharMBtnClick
    end
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -