clipboardmain.dfm
来自「类似Wor剪切板收集器的功能。由于时间关系只做了部分剪切板数据的收集」· DFM 代码 · 共 35 行
DFM
35 行
object Form1: TForm1
Left = 373
Top = 67
Width = 200
Height = 510
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Form1'
Color = clBtnFace
Constraints.MaxWidth = 200
Constraints.MinWidth = 200
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lst1: TListBox
Left = 0
Top = 0
Width = 192
Height = 476
Style = lbOwnerDrawFixed
Align = alClient
BevelInner = bvNone
BorderStyle = bsNone
ItemHeight = 50
TabOrder = 0
OnClick = lst1Click
OnDrawItem = lst1DrawItem
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?