home *** CD-ROM | disk | FTP | other *** search
- 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
-