📄 unit2.dfm
字号:
object Form2: TForm2
Left = 216
Top = 231
Width = 415
Height = 303
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 0
Width = 407
Height = 239
Align = alClient
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Lines.Strings = (
'Memo1')
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Top = 239
Width = 407
Height = 37
Align = alBottom
BevelOuter = bvLowered
TabOrder = 1
object Button1: TButton
Left = 8
Top = 8
Width = 40
Height = 21
Cancel = True
Caption = #20851#38381
Default = True
TabOrder = 0
OnClick = Button1Click
end
object CheckBox1: TCheckBox
Left = 80
Top = 10
Width = 97
Height = 17
Caption = #21313#20845#36827#21046#26174#31034
Checked = True
State = cbChecked
TabOrder = 1
OnClick = CheckBox1Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -