50 lines
999 B
Plaintext
50 lines
999 B
Plaintext
object DlgShowAudioVolume: TDlgShowAudioVolume
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = []
|
|
BorderStyle = bsSingle
|
|
Caption = 'DlgShowAudioVolume'
|
|
ClientHeight = 50
|
|
ClientWidth = 334
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lbVol: TLabel
|
|
Left = 267
|
|
Top = 14
|
|
Width = 61
|
|
Height = 23
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = '100%'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -19
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object pgVol: TProgressBar
|
|
Left = 6
|
|
Top = 13
|
|
Width = 257
|
|
Height = 25
|
|
Position = 50
|
|
TabOrder = 0
|
|
end
|
|
object tHide: TTimer
|
|
Interval = 100
|
|
OnTimer = tHideTimer
|
|
Left = 200
|
|
Top = 8
|
|
end
|
|
end
|