cpi_decod.dfm

来自「wbs43open-src.zip 数字隐藏工具」· DFM 代码 · 共 45 行

DFM
45
字号
object Form13: TForm13
  Left = 508
  Top = 410
  BorderStyle = bsDialog
  Caption = 'CopyrightInformation'
  ClientHeight = 392
  ClientWidth = 442
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 246
    Height = 13
    Caption = 'Folgende Copyright Informationen wurden decodiert:'
  end
  object Memo1: TMemo
    Left = 8
    Top = 32
    Width = 425
    Height = 313
    ReadOnly = True
    TabOrder = 0
  end
  object Button1: TButton
    Left = 304
    Top = 352
    Width = 131
    Height = 33
    Caption = '&OK'
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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