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 >
Text File  |  2001-06-03  |  1KB  |  62 lines

  1. object DDXDemoForm: TDDXDemoForm
  2.   Left = 306
  3.   Top = 174
  4.   BorderStyle = bsNone
  5.   Caption = 'DDXDemoForm'
  6.   ClientHeight = 152
  7.   ClientWidth = 349
  8.   Color = clRed
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 72
  19.     Top = 34
  20.     Width = 35
  21.     Height = 13
  22.     Caption = 'Volume'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 72
  26.     Top = 78
  27.     Width = 19
  28.     Height = 13
  29.     Caption = 'Pan'
  30.   end
  31.   object TrackBar1: TTrackBar
  32.     Left = 8
  33.     Top = 8
  34.     Width = 150
  35.     Height = 28
  36.     Orientation = trHorizontal
  37.     Frequency = 1
  38.     Position = 0
  39.     SelEnd = 0
  40.     SelStart = 0
  41.     TabOrder = 0
  42.     TickMarks = tmBottomRight
  43.     TickStyle = tsAuto
  44.     OnChange = TrackBar1Change
  45.   end
  46.   object TrackBar2: TTrackBar
  47.     Left = 8
  48.     Top = 50
  49.     Width = 150
  50.     Height = 28
  51.     Orientation = trHorizontal
  52.     Frequency = 1
  53.     Position = 0
  54.     SelEnd = 0
  55.     SelStart = 0
  56.     TabOrder = 1
  57.     TickMarks = tmBottomRight
  58.     TickStyle = tsAuto
  59.     OnChange = TrackBar2Change
  60.   end
  61. end
  62.