home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / Vyzkuste / Waveflow / Waveflow.exe / 0 / RCDATA / TFORM8 / TFORM8.txt < prev   
Text File  |  1999-08-29  |  2KB  |  102 lines

  1. object Form8: TForm8
  2.   Left = 191
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Travelling Stereo'
  6.   ClientHeight = 171
  7.   ClientWidth = 302
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 16
  20.     Width = 40
  21.     Height = 13
  22.     Alignment = taCenter
  23.     Caption = '&Percent:'
  24.     FocusControl = TrackBar1
  25.     WordWrap = True
  26.   end
  27.   object Label3: TLabel
  28.     Left = 96
  29.     Top = 32
  30.     Width = 14
  31.     Height = 13
  32.     Caption = '0%'
  33.   end
  34.   object Label5: TLabel
  35.     Left = 264
  36.     Top = 32
  37.     Width = 26
  38.     Height = 13
  39.     Caption = '100%'
  40.   end
  41.   object Label2: TLabel
  42.     Left = 32
  43.     Top = 48
  44.     Width = 38
  45.     Height = 22
  46.     Caption = '50%'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clNavy
  49.     Font.Height = -19
  50.     Font.Name = 'Times New Roman'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object TrackBar1: TTrackBar
  55.     Left = 88
  56.     Top = 8
  57.     Width = 200
  58.     Height = 25
  59.     Max = 100
  60.     Orientation = trHorizontal
  61.     Frequency = 1
  62.     Position = 50
  63.     SelEnd = 50
  64.     SelStart = 0
  65.     TabOrder = 0
  66.     TickMarks = tmBottomRight
  67.     TickStyle = tsAuto
  68.     OnChange = TrackBar1Change
  69.   end
  70.   object RadioGroup1: TRadioGroup
  71.     Left = 96
  72.     Top = 48
  73.     Width = 185
  74.     Height = 105
  75.     Caption = '&Direction:'
  76.     Items.Strings = (
  77.       'Left -> Right'
  78.       'Right -> Left')
  79.     TabOrder = 1
  80.   end
  81.   object Button1: TButton
  82.     Left = 8
  83.     Top = 80
  84.     Width = 75
  85.     Height = 25
  86.     Caption = '&OK'
  87.     Default = True
  88.     TabOrder = 2
  89.     OnClick = Button1Click
  90.   end
  91.   object Button2: TButton
  92.     Left = 8
  93.     Top = 120
  94.     Width = 75
  95.     Height = 25
  96.     Cancel = True
  97.     Caption = '&Cancel'
  98.     TabOrder = 3
  99.     OnClick = Button2Click
  100.   end
  101. end
  102.