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

📄 petls.dfm

📁 WindPE for Borland Delphi 7.0: {*******************************************************} { } { Wi
💻 DFM
字号:
object PeTlsFrm: TPeTlsFrm
  Left = 425
  Top = 259
  BorderStyle = bsDialog
  Caption = 'TLS Table'
  ClientHeight = 185
  ClientWidth = 319
  Color = clBtnFace
  Font.Charset = DEFAULT_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 GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 217
    Height = 169
    Caption = 'TLS Information'
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 19
      Width = 97
      Height = 13
      AutoSize = False
      Caption = 'DataBlockStartVA:'
    end
    object Label2: TLabel
      Left = 8
      Top = 43
      Width = 97
      Height = 13
      AutoSize = False
      Caption = 'DataBlockEndVA:'
    end
    object Label3: TLabel
      Left = 8
      Top = 67
      Width = 89
      Height = 13
      AutoSize = False
      Caption = 'IndexVariableVA:'
    end
    object Label4: TLabel
      Left = 8
      Top = 91
      Width = 97
      Height = 13
      AutoSize = False
      Caption = 'CallBackTableVA:'
    end
    object Label5: TLabel
      Left = 8
      Top = 115
      Width = 73
      Height = 13
      AutoSize = False
      Caption = 'SizeOfZeroFill:'
    end
    object Label6: TLabel
      Left = 8
      Top = 139
      Width = 81
      Height = 13
      AutoSize = False
      Caption = 'Characteristics:'
    end
    object DSEdit: TEdit
      Left = 104
      Top = 16
      Width = 105
      Height = 21
      ReadOnly = True
      TabOrder = 0
    end
    object DEEdit: TEdit
      Left = 104
      Top = 40
      Width = 105
      Height = 21
      ReadOnly = True
      TabOrder = 1
    end
    object IVEdit: TEdit
      Left = 104
      Top = 64
      Width = 105
      Height = 21
      ReadOnly = True
      TabOrder = 2
    end
    object CTEdit: TEdit
      Left = 104
      Top = 88
      Width = 105
      Height = 21
      ReadOnly = True
      TabOrder = 3
    end
    object SZEdit: TEdit
      Left = 104
      Top = 112
      Width = 105
      Height = 21
      ReadOnly = True
      TabOrder = 4
    end
    object CharEdit: TEdit
      Left = 104
      Top = 136
      Width = 105
      Height = 21
      ReadOnly = True
      TabOrder = 5
    end
  end
  object Panel1: TPanel
    Left = 232
    Top = 12
    Width = 81
    Height = 164
    BevelInner = bvLowered
    TabOrder = 1
    object Button1: TButton
      Left = 8
      Top = 8
      Width = 67
      Height = 22
      Caption = 'OK'
      TabOrder = 0
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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