📄 unit1.dfm
字号:
object Form1: TForm1
Left = 194
Top = 107
Width = 544
Height = 375
Caption = 'Form1'
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 Memo1: TMemo
Left = 48
Top = 24
Width = 161
Height = 233
PopupMenu = PopupMenu1
TabOrder = 0
end
object Memo2: TMemo
Left = 288
Top = 24
Width = 153
Height = 233
PopupMenu = PopupMenu1
TabOrder = 1
end
object Button1: TButton
Left = 64
Top = 288
Width = 121
Height = 33
Caption = '打开文本'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 304
Top = 288
Width = 121
Height = 33
Caption = '关闭窗口'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Button2Click
end
object PopupMenu1: TPopupMenu
Left = 240
Top = 32
object N1: TMenuItem
Caption = '撤消'
end
object N2: TMenuItem
Caption = '复制'
OnClick = N2Click
end
object N3: TMenuItem
Caption = '粘贴'
OnClick = N3Click
end
object N4: TMenuItem
Caption = '删除'
OnClick = N4Click
end
object N5: TMenuItem
Caption = '查看'
end
object N6: TMenuItem
Caption = '移动'
end
end
object OpenDialog1: TOpenDialog
Left = 216
Top = 272
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -