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

📄 sections.dfm

📁 Delphi写的PE查看器
💻 DFM
字号:
object SectionsFrm: TSectionsFrm
  Left = 209
  Top = 237
  BorderStyle = bsDialog
  Caption = 'Section Table'
  ClientHeight = 240
  ClientWidth = 505
  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 SectionListView: TListView
    Left = 8
    Top = 8
    Width = 489
    Height = 185
    Columns = <
      item
        Caption = 'Name'
        Width = 80
      end
      item
        Caption = 'VOffset'
        Width = 80
      end
      item
        Caption = 'VSize'
        Width = 80
      end
      item
        Caption = 'ROffset'
        Width = 80
      end
      item
        Caption = 'RSize'
        Width = 80
      end
      item
        Caption = 'Flags'
        Width = 80
      end>
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
  end
  object Button1: TButton
    Left = 8
    Top = 208
    Width = 105
    Height = 22
    Caption = 'View info'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 120
    Top = 208
    Width = 105
    Height = 22
    Caption = 'OK'
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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