📄 unit1.dfm
字号:
object Form1: TForm1
Left = 261
Top = 133
Width = 324
Height = 358
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 252
Width = 40
Height = 13
Caption = 'Find text'
end
object Memo1: TMemo
Left = 12
Top = 8
Width = 297
Height = 229
ScrollBars = ssVertical
TabOrder = 1
end
object Button2: TButton
Left = 12
Top = 300
Width = 93
Height = 25
Caption = 'Traverse test'
TabOrder = 0
OnClick = Button2Click
end
object Edit1: TEdit
Left = 64
Top = 248
Width = 153
Height = 21
TabOrder = 2
end
object Button1: TButton
Left = 228
Top = 248
Width = 75
Height = 25
Caption = 'Find'
TabOrder = 3
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -