📄 mainform.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 542
Height = 375
Caption = '系统字体示例'
Color = clBtnFace
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 Splitter1: TSplitter
Left = 306
Top = 31
Width = 3
Height = 317
Cursor = crHSplit
end
object ControlBar1: TControlBar
Left = 0
Top = 0
Width = 534
Height = 31
Align = alTop
TabOrder = 0
object FontBox: TComboBox
Left = 11
Top = 2
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 0
OnChange = FontBoxChange
end
object FontSize: TComboBox
Left = 169
Top = 2
Width = 72
Height = 21
ItemHeight = 13
TabOrder = 1
OnChange = FontSizeChange
end
end
object Editor: TRichEdit
Left = 0
Top = 31
Width = 306
Height = 317
Align = alLeft
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
HideSelection = False
Lines.Strings = (
'')
ParentFont = False
TabOrder = 1
end
object Panel1: TPanel
Left = 309
Top = 31
Width = 225
Height = 317
Align = alClient
BevelInner = bvLowered
BevelOuter = bvLowered
TabOrder = 2
object Image1: TImage
Left = 2
Top = 2
Width = 221
Height = 313
Align = alClient
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -