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

📄 machine.dfm

📁 Delphi写的PE查看器
💻 DFM
字号:
object MachineFrm: TMachineFrm
  Left = 261
  Top = 234
  BorderStyle = bsDialog
  Caption = 'Machine Type'
  ClientHeight = 233
  ClientWidth = 377
  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 MFlags: TRadioGroup
    Left = 8
    Top = 8
    Width = 265
    Height = 217
    Caption = 'Flags'
    Columns = 2
    Items.Strings = (
      'Unknown'
      'Intel 386'
      'MIPS(R2000,R3000)'
      'MIPS(R4000)'
      'MIPS(R10000)'
      'MIPS WCE V2'
      'DEC Alpha AXP'
      'IBM PowerPC'
      'Hitachi SH-3'
      'Hitachi SH-3E'
      'Hitachi SH-4'
      'ARM'
      'Thumb'
      'Intel 64'
      'MIPS 16'
      'MIPS FPU'
      'MIPS FPU 16'
      'Alpha 64/AXP 64'
      'Tricore'
      'AMD 64'
      'M32R'
      'EBC'
      'CEF'
      'CEE')
    TabOrder = 0
    OnClick = MFlagsClick
  end
  object Panel1: TPanel
    Left = 280
    Top = 12
    Width = 89
    Height = 213
    BevelInner = bvLowered
    TabOrder = 1
    object Button1: TButton
      Left = 8
      Top = 8
      Width = 73
      Height = 22
      Caption = 'OK'
      TabOrder = 0
      OnClick = Button1Click
    end
    object GroupBox2: TGroupBox
      Left = 8
      Top = 164
      Width = 73
      Height = 41
      Caption = 'Value'
      TabOrder = 1
      object Label1: TLabel
        Left = 24
        Top = 17
        Width = 41
        Height = 13
        AutoSize = False
        Caption = 'EEEE'
      end
    end
  end
end

⌨️ 快捷键说明

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