📄 unit1.dfm
字号:
object Form1: TForm1
Left = 331
Top = 238
Width = 338
Height = 276
Caption = 'Registry'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 32
Top = 32
Width = 73
Height = 25
Caption = #25171#24320#25991#20214
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 32
Top = 208
Width = 121
Height = 25
Caption = #28155#21152#27880#20876#34920#20449#24687
TabOrder = 3
OnClick = Button2Click
end
object Edit1: TEdit
Left = 112
Top = 32
Width = 185
Height = 25
TabOrder = 1
Text = 'Edit1'
end
object Memo1: TMemo
Left = 24
Top = 72
Width = 281
Height = 113
Lines.Strings = (
'Memo1')
TabOrder = 2
end
object Button3: TButton
Left = 176
Top = 208
Width = 121
Height = 25
Caption = #26597#30475#27880#20876#34920#20449#24687
TabOrder = 4
OnClick = Button3Click
end
object OpenDialog1: TOpenDialog
Left = 88
Top = 112
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -