zuozhe.~~dfm
来自「考勤管理系统(源程序与论文,答辩PPT)」· ~~DFM 代码 · 共 49 行
~~DFM
49 行
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 + =
减小字号Ctrl + -
显示快捷键?