cpi_decod.dfm
来自「wbs43open-src.zip 数字隐藏工具」· DFM 代码 · 共 48 行
DFM
48 行
object Form13: TForm13 Left = 508 Top = 410 Width = 442 Height = 392 HorzScrollBar.Range = 435 VertScrollBar.Range = 385 ActiveControl = Memo1 Caption = 'CopyrightInformation' Color = clButton Font.Color = clText Font.Height = 11 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [] ParentFont = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 TextWidth = 5 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 endend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?