home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TTRAVELLINGSTEREOFRM / TTRAVELLINGSTEREOFRM.txt < prev   
Text File  |  2005-05-01  |  2KB  |  126 lines

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