selectcopyright.dfm

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

DFM
61
字号
object Form9: TForm9  Left = 689  Top = 339  Width = 420  Height = 176  HorzScrollBar.Range = 417  VertScrollBar.Range = 169  ActiveControl = ListBox1  Caption = 'Select CopyrightInfo'  Color = clButton  Font.Color = clText  Font.Height = 11  Font.Name = 'MS Sans Serif'  Font.Pitch = fpVariable  Font.Style = []  ParentFont = False  Position = poScreenCenter  OnClose = FormClose  OnCreate = FormCreate  OnDestroy = FormDestroy  OnShow = FormShow  PixelsPerInch = 96  TextHeight = 13  TextWidth = 5  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  endend

⌨️ 快捷键说明

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