guisoundmanagermain.dfm
来自「一整套声音录制控件」· DFM 代码 · 共 38 行
DFM
38 行
object frmSoundManagerMain: TfrmSoundManagerMain
Left = 0
Top = 0
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Sound Manager'
ClientHeight = 255
ClientWidth = 192
Color = clBtnFace
Constraints.MinWidth = 200
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object TreeView1: TTreeView
Left = 0
Top = 0
Width = 160
Height = 255
Indent = 19
ReadOnly = True
TabOrder = 0
OnChange = TreeView1Change
OnDeletion = TreeView1Deletion
end
object AudioMixer1: TAudioMixer
Left = 8
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?