home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
nastroje
/
d5
/
DDX_SDK.ZIP
/
DDXDemo.dfm
< prev
next >
Wrap
Text File
|
2001-06-03
|
1KB
|
62 lines
object DDXDemoForm: TDDXDemoForm
Left = 306
Top = 174
BorderStyle = bsNone
Caption = 'DDXDemoForm'
ClientHeight = 152
ClientWidth = 349
Color = clRed
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 = 72
Top = 34
Width = 35
Height = 13
Caption = 'Volume'
end
object Label2: TLabel
Left = 72
Top = 78
Width = 19
Height = 13
Caption = 'Pan'
end
object TrackBar1: TTrackBar
Left = 8
Top = 8
Width = 150
Height = 28
Orientation = trHorizontal
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 0
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = TrackBar1Change
end
object TrackBar2: TTrackBar
Left = 8
Top = 50
Width = 150
Height = 28
Orientation = trHorizontal
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 1
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = TrackBar2Change
end
end