📄 unitplay.dfm
字号:
object FormPlay: TFormPlay
Left = 117
Top = 70
Width = 435
Height = 364
Caption = '历史录音记录'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ListBox1: TListBox
Left = 16
Top = 8
Width = 393
Height = 273
ItemHeight = 13
PopupMenu = PopupMenu1
Sorted = True
TabOrder = 3
OnDblClick = ListBox1DblClick
end
object Button1: TButton
Left = 168
Top = 296
Width = 81
Height = 25
Caption = '播放'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 296
Top = 296
Width = 75
Height = 25
Caption = '关闭'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 56
Top = 296
Width = 81
Height = 25
Caption = '删除'
TabOrder = 2
OnClick = Button3Click
end
object PopupMenu1: TPopupMenu
Left = 56
Top = 48
object N1: TMenuItem
Caption = '播放'
OnClick = N1Click
end
object N2: TMenuItem
Caption = '删除'
OnClick = N2Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -