📄 unit2.dfm
字号:
object Form2: TForm2
Left = 259
Top = 243
BorderStyle = bsDialog
Caption = #28216#25103#35268#21017
ClientHeight = 268
ClientWidth = 424
Color = clBlue
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Shape1: TShape
Left = 8
Top = 8
Width = 161
Height = 249
Pen.Color = clLime
Pen.Width = 5
end
object Shape2: TShape
Left = 176
Top = 8
Width = 241
Height = 249
Pen.Color = clMaroon
Pen.Width = 5
end
object Memo1: TMemo
Left = 16
Top = 16
Width = 145
Height = 233
BorderStyle = bsNone
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Lines.Strings = (
'Memo1')
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object Memo2: TMemo
Left = 184
Top = 16
Width = 225
Height = 233
BorderStyle = bsNone
Color = clAqua
Font.Charset = DEFAULT_CHARSET
Font.Color = clPurple
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Lines.Strings = (
'Memo2')
ParentFont = False
ReadOnly = True
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -