📄 unit5.dfm
字号:
object Form5: TForm5
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = 'Author'
ClientHeight = 348
ClientWidth = 536
Color = clWindowFrame
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 0
Width = 32
Height = 13
Caption = 'Label1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = Label1Click
end
object Label2: TLabel
Left = 0
Top = 16
Width = 45
Height = 13
Cursor = crHandPoint
Caption = 'Label2'
Font.Charset = DEFAULT_CHARSET
Font.Color = clAqua
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold, fsItalic, fsUnderline]
ParentFont = False
OnClick = Label2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -