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

📄 selectcopyright.dfm

📁 wbs43open-src.zip 数字隐藏工具
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -