Files
AC_Pro/VSTPluginFormUnit.dfm
2026-06-13 00:05:19 +08:00

82 lines
1.7 KiB
ObjectPascal

object VSTPluginForm: TVSTPluginForm
Left = 0
Top = 0
BorderIcons = []
BorderStyle = bsNone
Caption = 'VSTPluginForm'
ClientHeight = 338
ClientWidth = 372
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Position = poMainFormCenter
Scaled = False
OnCreate = FormCreate
TextHeight = 13
object m_BKGPanel: TGeneralDialogPanel
Left = 0
Top = 0
Width = 372
Height = 338
Align = alClient
Caption = #36873#25321#25554#20214
Color = 5064257
ParentBackground = False
TabOrder = 0
object m_btnCancel: TTextButton
Left = 292
Top = 87
Width = 56
Height = 25
ModalResult = mrCancel
ParentShowHint = False
ShowHint = True
Text = #21462#28040
end
object m_btnOk: TTextButton
Left = 292
Top = 47
Width = 56
Height = 25
ModalResult = mrOk
ParentShowHint = False
ShowHint = True
Enabled = False
Text = #30830#23450
end
object m_ShapeList: TShape
Left = 27
Top = 46
Width = 246
Height = 19
Brush.Color = 2433053
Pen.Color = 8092539
end
object m_lblPlugins: TLabel
Left = 127
Top = 48
Width = 48
Height = 14
Caption = #25554#20214#21015#34920
Font.Charset = DEFAULT_CHARSET
Font.Color = 12429980
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object m_panFont: TPanel
Left = 27
Top = 65
Width = 246
Height = 250
BevelOuter = bvNone
Caption = 'm_panList'
TabOrder = 0
end
end
end