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

📄 unit2.dfm

📁 知道大家有没有用过PEDUMP
💻 DFM
字号:
object Form2: TForm2
  Left = 467
  Top = 241
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '资源分析显示'
  ClientHeight = 229
  ClientWidth = 409
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 409
    Height = 43
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Edit_ID: TEdit
      Left = 72
      Top = 8
      Width = 329
      Height = 12
      AutoSelect = False
      BorderStyle = bsNone
      Color = clBtnFace
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      TabOrder = 6
    end
    object Edit_Size: TEdit
      Left = 192
      Top = 24
      Width = 65
      Height = 12
      AutoSelect = False
      BorderStyle = bsNone
      Color = clBtnFace
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      TabOrder = 0
    end
    object StaticText2: TStaticText
      Left = 152
      Top = 24
      Width = 40
      Height = 16
      Caption = '大小:'
      TabOrder = 1
    end
    object Edit_Addr: TEdit
      Left = 72
      Top = 24
      Width = 65
      Height = 12
      AutoSelect = False
      BorderStyle = bsNone
      Color = clBtnFace
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      TabOrder = 2
    end
    object StaticText1: TStaticText
      Left = 8
      Top = 24
      Width = 64
      Height = 16
      Caption = '资源地址:'
      TabOrder = 3
    end
    object Edit_FileName: TEdit
      Left = 348
      Top = 8
      Width = 33
      Height = 12
      Anchors = [akTop, akRight]
      AutoSelect = False
      BorderStyle = bsNone
      Color = clNone
      ReadOnly = True
      TabOrder = 4
      Visible = False
    end
    object StaticText3: TStaticText
      Left = 8
      Top = 8
      Width = 64
      Height = 16
      Caption = '资源标识:'
      TabOrder = 5
    end
    object StaticText4: TStaticText
      Left = 280
      Top = 24
      Width = 40
      Height = 16
      Caption = '类型:'
      TabOrder = 7
    end
    object Edit_Type: TEdit
      Left = 320
      Top = 24
      Width = 81
      Height = 12
      AutoSelect = False
      BorderStyle = bsNone
      Color = clBtnFace
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      TabOrder = 8
    end
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 221
    Width = 409
    Height = 8
    Align = alBottom
    Min = 0
    Max = 100
    TabOrder = 1
  end
  object Panel2: TPanel
    Left = 0
    Top = 43
    Width = 409
    Height = 178
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 2
    object Memo1: TMemo
      Left = 0
      Top = 0
      Width = 305
      Height = 178
      Color = clSilver
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 0
    end
    object btn_Read: TBitBtn
      Left = 320
      Top = 16
      Width = 75
      Height = 25
      Caption = '读出资源'
      TabOrder = 1
      OnClick = btn_ReadClick
    end
    object btn_OutRes: TBitBtn
      Left = 320
      Top = 56
      Width = 75
      Height = 25
      Caption = '导出资源'
      TabOrder = 2
      OnClick = btn_OutResClick
    end
    object btn_InRes: TBitBtn
      Left = 320
      Top = 96
      Width = 75
      Height = 25
      Caption = '导入资源'
      TabOrder = 3
      OnClick = btn_InResClick
    end
    object btm_Directory: TBitBtn
      Left = 320
      Top = 133
      Width = 75
      Height = 25
      Caption = '切换目录'
      TabOrder = 4
      OnClick = btm_DirectoryClick
    end
  end
  object OpenDialog1: TOpenDialog
    Filter = '导出文件[*.tmp]|*.tmp|所有文件[*.*]|*.*'
    Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
    Left = 20
    Top = 10
  end
end

⌨️ 快捷键说明

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