📄 zuozhe.~~dfm
字号:
object zuozheForm: TzuozheForm
Left = 398
Top = 239
Width = 224
Height = 186
BorderIcons = [biSystemMenu]
BorderStyle = bsSizeToolWin
Caption = '作者信息'
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 RichEdit1: TRichEdit
Left = 0
Top = 0
Width = 216
Height = 121
Color = cl3DLight
Font.Charset = ANSI_CHARSET
Font.Color = clPurple
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
Lines.Strings = (
'陈宇、吴慧慧、谢婧'
'13507403814')
ParentFont = False
ReadOnly = True
TabOrder = 0
WantTabs = True
OnChange = RichEdit1Change
end
object BitBtn1: TBitBtn
Left = 64
Top = 128
Width = 75
Height = 25
Caption = '返回'
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkRetry
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -