📄 unit1.dfm
字号:
object Form1: TForm1
Left = 896
Top = 499
BorderStyle = bsDialog
ClientHeight = 93
ClientWidth = 116
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 15
object Label1: TLabel
Left = 24
Top = 16
Width = 46
Height = 15
Caption = '左手 l'
end
object Label2: TLabel
Left = 24
Top = 48
Width = 46
Height = 15
Caption = '右手 r'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -