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

📄 secflag.dfm

📁 Delphi写的PE查看器
💻 DFM
字号:
object SecFlagFrm: TSecFlagFrm
  Left = 307
  Top = 182
  BorderStyle = bsDialog
  Caption = 'Section Flags'
  ClientHeight = 313
  ClientWidth = 337
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 225
    Height = 297
    Caption = 'Set Flags'
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 267
      Width = 57
      Height = 13
      AutoSize = False
      Caption = 'Alignment:'
    end
    object Label2: TLabel
      Left = 178
      Top = 267
      Width = 33
      Height = 13
      AutoSize = False
      Caption = 'Bytes'
    end
    object CheckBox1: TCheckBox
      Left = 8
      Top = 16
      Width = 121
      Height = 17
      Caption = 'Shareable in memory'
      TabOrder = 0
      OnClick = CheckBox1Click
    end
    object CheckBox2: TCheckBox
      Left = 8
      Top = 32
      Width = 121
      Height = 17
      Caption = 'Executable as code'
      TabOrder = 1
      OnClick = CheckBox2Click
    end
    object CheckBox3: TCheckBox
      Left = 8
      Top = 48
      Width = 73
      Height = 17
      Caption = 'Readable'
      TabOrder = 2
      OnClick = CheckBox3Click
    end
    object CheckBox4: TCheckBox
      Left = 8
      Top = 64
      Width = 73
      Height = 17
      Caption = 'Writeable'
      TabOrder = 3
      OnClick = CheckBox4Click
    end
    object CheckBox5: TCheckBox
      Left = 8
      Top = 80
      Width = 169
      Height = 17
      Caption = 'Contains extended relocations'
      TabOrder = 4
      OnClick = CheckBox5Click
    end
    object CheckBox6: TCheckBox
      Left = 8
      Top = 96
      Width = 137
      Height = 17
      Caption = 'Discardable as needed'
      TabOrder = 5
      OnClick = CheckBox6Click
    end
    object CheckBox7: TCheckBox
      Left = 8
      Top = 112
      Width = 105
      Height = 17
      Caption = 'Can'#39't be cached'
      TabOrder = 6
      OnClick = CheckBox7Click
    end
    object CheckBox8: TCheckBox
      Left = 8
      Top = 128
      Width = 89
      Height = 17
      Caption = 'Not pageable'
      TabOrder = 7
      OnClick = CheckBox8Click
    end
    object CheckBox9: TCheckBox
      Left = 8
      Top = 144
      Width = 145
      Height = 17
      Caption = 'Contains COMDAT data'
      TabOrder = 8
      OnClick = CheckBox9Click
    end
    object CheckBox10: TCheckBox
      Left = 8
      Top = 160
      Width = 177
      Height = 17
      Caption = 'Contains comments or other infos'
      TabOrder = 9
      OnClick = CheckBox10Click
    end
    object CheckBox11: TCheckBox
      Left = 8
      Top = 176
      Width = 177
      Height = 17
      Caption = 'Won'#39't become part of the image'
      TabOrder = 10
      OnClick = CheckBox11Click
    end
    object CheckBox12: TCheckBox
      Left = 8
      Top = 192
      Width = 145
      Height = 17
      Caption = 'Contains executable code'
      TabOrder = 11
      OnClick = CheckBox12Click
    end
    object CheckBox13: TCheckBox
      Left = 8
      Top = 208
      Width = 137
      Height = 17
      Caption = 'Contains initialized data'
      TabOrder = 12
      OnClick = CheckBox13Click
    end
    object CheckBox14: TCheckBox
      Left = 8
      Top = 224
      Width = 145
      Height = 17
      Caption = 'Contains uninitialized data'
      TabOrder = 13
      OnClick = CheckBox14Click
    end
    object CheckBox15: TCheckBox
      Left = 8
      Top = 240
      Width = 201
      Height = 17
      Caption = 'Shouldn'#39't be padded to next doundary'
      TabOrder = 14
      OnClick = CheckBox15Click
    end
    object ComboBox1: TComboBox
      Left = 61
      Top = 264
      Width = 116
      Height = 21
      ItemHeight = 13
      TabOrder = 15
      OnChange = ComboBox1Change
      Items.Strings = (
        'default'
        '1'
        '2'
        '4'
        '8'
        '16'
        '32'
        '64'
        '128'
        '256'
        '512'
        '1024'
        '2048'
        '4096'
        '8192')
    end
  end
  object GroupBox2: TGroupBox
    Left = 240
    Top = 256
    Width = 89
    Height = 49
    Caption = 'Current Value'
    TabOrder = 1
    object ValueLabel: TLabel
      Left = 19
      Top = 24
      Width = 57
      Height = 13
      AutoSize = False
      Caption = '...'
    end
  end
  object Button1: TButton
    Left = 240
    Top = 16
    Width = 89
    Height = 22
    Caption = 'OK'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 240
    Top = 40
    Width = 89
    Height = 22
    Caption = 'Cancel'
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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