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

121 lines
2.5 KiB
ObjectPascal

object VolumeForm: TVolumeForm
Left = 0
Top = 0
BorderStyle = bsNone
Caption = 'VolumeForm'
ClientHeight = 240
ClientWidth = 120
Color = 4538170
Font.Charset = DEFAULT_CHARSET
Font.Color = 14339007
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnMouseDown = OnMouseDown
OnShow = DoFormShow
TextHeight = 13
object m_InputLabel: TLabel
Left = 75
Top = 209
Width = 24
Height = 14
Caption = #24405#38899
Font.Charset = DEFAULT_CHARSET
Font.Color = 14339007
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object m_PlayLabel: TLabel
Left = 23
Top = 209
Width = 24
Height = 14
Caption = #25773#25918
Font.Charset = DEFAULT_CHARSET
Font.Color = 14339007
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object m_ShowInput: TLabel
Left = 70
Top = 15
Width = 30
Height = 13
Alignment = taCenter
AutoSize = False
Caption = '100'
Font.Charset = DEFAULT_CHARSET
Font.Color = 14339007
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object m_ShowPlay: TLabel
Left = 18
Top = 15
Width = 30
Height = 13
Alignment = taCenter
AutoSize = False
Caption = '100'
Font.Charset = DEFAULT_CHARSET
Font.Color = 14339007
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object m_InputTrackBar: TSkinTrackBar
Tag = 1
Left = 76
Top = 34
Width = 20
Height = 170
Hint = '100'
Caption = 'm_InputTrackBar'
UseDockManager = False
FullRepaint = False
Font.Charset = DEFAULT_CHARSET
Font.Color = 14339007
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = True
ParentFont = False
TabOrder = 0
Orientation = False
Position = 100
end
object m_PlayTrackBar: TSkinTrackBar
Left = 24
Top = 34
Width = 20
Height = 170
Hint = '100'
Caption = 'm_PlayTrackBar'
UseDockManager = False
FullRepaint = False
Font.Charset = DEFAULT_CHARSET
Font.Color = 14339007
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = True
ParentFont = False
TabOrder = 1
Orientation = False
Position = 100
end
end