📄 e27.dfm
字号:
object Form1: TForm1
Left = 336
Top = 398
Width = 314
Height = 215
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Shap: TShape
Left = 5
Top = 5
Width = 65
Height = 65
Brush.Color = clSilver
Shape = stCircle
end
object btnEnLarge: TBitBtn
Left = 195
Top = 29
Width = 75
Height = 25
Caption = 'btnEnLarge'
TabOrder = 0
OnClick = btnEnLargeClick
end
object btnReduce: TBitBtn
Left = 196
Top = 75
Width = 75
Height = 25
Caption = 'btnReduce'
TabOrder = 1
OnClick = btnReduceClick
end
object btnVarColor: TBitBtn
Left = 197
Top = 121
Width = 75
Height = 25
Caption = 'btnVarColor'
TabOrder = 2
OnClick = btnVarColorClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -