home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 March
/
Chip_2004-03_cd1.bin
/
oddech
/
sonic
/
sonic_zone.exe
/
0
/
RCDATA
/
TTESTFORM
/
TTESTFORM.txt
Wrap
Text File
|
2003-10-06
|
2KB
|
111 lines
object TestForm: TTestForm
Left = 559
Top = 296
Width = 404
Height = 316
Caption = 'Testing the sounds'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 176
Top = 80
Width = 35
Height = 13
Caption = 'Volume'
end
object Label2: TLabel
Left = 176
Top = 120
Width = 19
Height = 13
Caption = 'Pan'
end
object Label3: TLabel
Left = 176
Top = 160
Width = 50
Height = 13
Caption = 'Frequency'
end
object SoundList: TListBox
Left = 8
Top = 8
Width = 161
Height = 273
ItemHeight = 13
TabOrder = 0
OnClick = SoundListClick
end
object LoopCheck: TCheckBox
Left = 184
Top = 16
Width = 97
Height = 17
Caption = 'Loop'
TabOrder = 1
end
object StopCheck: TCheckBox
Left = 184
Top = 40
Width = 97
Height = 17
Caption = 'Stop'
TabOrder = 2
end
object VolumeTrack: TTrackBar
Left = 232
Top = 80
Width = 153
Height = 25
Max = 100
Orientation = trHorizontal
Frequency = 10
Position = 100
SelEnd = 0
SelStart = 0
TabOrder = 3
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = VolumeTrackChange
end
object PanTrack: TTrackBar
Left = 232
Top = 120
Width = 153
Height = 25
Max = 100
Orientation = trHorizontal
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 4
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = PanTrackChange
end
object FrequencyTrack: TTrackBar
Left = 232
Top = 160
Width = 153
Height = 25
Max = 100
Orientation = trHorizontal
Frequency = 10
Position = 50
SelEnd = 0
SelStart = 0
TabOrder = 5
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = FrequencyTrackChange
end
end