📄 clipboardmain.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -