selectcopyright.dfm

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

DFM
58
字号
object Form9: TForm9
  Left = 689
  Top = 339
  BorderStyle = bsDialog
  Caption = 'Select CopyrightInfo'
  ClientHeight = 176
  ClientWidth = 420
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object ListBox1: TListBox
    Left = 8
    Top = 8
    Width = 409
    Height = 129
    ItemHeight = 13
    TabOrder = 0
  end
  object Button1: TButton
    Left = 256
    Top = 144
    Width = 161
    Height = 25
    Caption = '&Select and close'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 8
    Top = 144
    Width = 161
    Height = 25
    Caption = '&Add, modify or delete entries ...'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 176
    Top = 144
    Width = 75
    Height = 25
    Caption = '&Help'
    TabOrder = 3
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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