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

📄 unit1.~dfm

📁 pe结构分析器windows界面
💻 ~DFM
字号:
object Form1: TForm1
  Left = 128
  Top = 58
  Width = 634
  Height = 501
  Caption = 'WinDump'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 626
    Height = 434
    Align = alClient
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = 'Courier New'
    Font.Style = [fsBold]
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 0
    OnClick = Memo1Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 434
    Width = 626
    Height = 19
    Panels = <
      item
        Width = 90
      end
      item
        Width = 50
      end>
  end
  object OpenDialog1: TOpenDialog
    Filter = 'EXE'#25991#20214'|*.EXE|DLL'#25991#20214'|*.DLL'
    Left = 64
    Top = 16
  end
  object MainMenu1: TMainMenu
    Left = 96
    Top = 16
    object File1: TMenuItem
      Caption = '&File'
      object open1: TMenuItem
        Caption = '&Open'
        OnClick = open1Click
      end
      object Save1: TMenuItem
        Caption = '&Save'
      end
      object Pre1: TMenuItem
        Caption = '&Previwe'
      end
      object N2: TMenuItem
        Caption = '&Print'
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Exit1: TMenuItem
        Caption = '&Exit'
        OnClick = Exit1Click
      end
    end
    object Set1: TMenuItem
      Caption = '&View'
      object DisplayDos1: TMenuItem
        Caption = '&Display_Dos'
      end
      object DisplayFile1: TMenuItem
        Caption = '&Display_File'
      end
      object DisplayOptional1: TMenuItem
        Caption = '&Display_Optional'
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object DisplayAll1: TMenuItem
        Caption = '&Display_All'
        Checked = True
      end
    end
    object Op1: TMenuItem
      Caption = '&Options'
      object Displyset1: TMenuItem
        Caption = 'Disply Color set...'
      end
      object DistplayFontset1: TMenuItem
        Caption = 'Distplay Font set...'
      end
    end
    object Set2: TMenuItem
      Caption = '&Language'
      object English1: TMenuItem
        Caption = '&English'
        Checked = True
      end
      object Chinese1: TMenuItem
        Caption = '&Chinese'
        OnClick = Chinese1Click
      end
    end
    object Help1: TMenuItem
      Caption = '&Help'
      object About1: TMenuItem
        Caption = '&About'
        OnClick = About1Click
      end
    end
  end
  object SaveDialog1: TSaveDialog
    Left = 128
    Top = 16
  end
  object MainMenu2: TMainMenu
    Left = 96
    Top = 48
    object N4: TMenuItem
      Caption = #25991#20214'[&F]'
    end
    object V1: TMenuItem
      Caption = #26597#30475'[&V]'
    end
    object O1: TMenuItem
      Caption = #35774#32622'[&O]'
    end
    object L1: TMenuItem
      Caption = #35821#35328'[&L]'
      object E1: TMenuItem
        Caption = #33521#25991'[&E]'
        OnClick = E1Click
      end
      object C1: TMenuItem
        Caption = #20013#25991'[&C]'
        Checked = True
      end
    end
    object H1: TMenuItem
      Caption = #24110#21161'[&H]'
      object A1: TMenuItem
        Caption = #20851#20110'[&A]'
        OnClick = About1Click
      end
    end
  end
  object ColorDialog1: TColorDialog
    Left = 128
    Top = 48
  end
  object FontDialog1: TFontDialog
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Left = 160
    Top = 48
  end
end

⌨️ 快捷键说明

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