home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TFORM10 / TFORM10.txt < prev   
Text File  |  2000-05-05  |  4KB  |  203 lines

  1. object Form10: TForm10
  2.   Left = 167
  3.   Top = 141
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Special Effects'
  7.   ClientHeight = 229
  8.   ClientWidth = 362
  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.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 22
  22.     Width = 61
  23.     Height = 15
  24.     Caption = '&Effect type:'
  25.     FocusControl = ComboBox1
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -13
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 16
  35.     Top = 64
  36.     Width = 58
  37.     Height = 15
  38.     Caption = '&Threshold:'
  39.     FocusControl = TrackBar1
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -13
  43.     Font.Name = 'Times New Roman'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Label3: TLabel
  48.     Left = 80
  49.     Top = 88
  50.     Width = 6
  51.     Height = 13
  52.     Caption = '0'
  53.   end
  54.   object Label4: TLabel
  55.     Left = 288
  56.     Top = 88
  57.     Width = 18
  58.     Height = 13
  59.     Caption = '127'
  60.   end
  61.   object Label5: TLabel
  62.     Left = 320
  63.     Top = 56
  64.     Width = 12
  65.     Height = 26
  66.     Caption = '0'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clNavy
  69.     Font.Height = -24
  70.     Font.Name = 'Times New Roman'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   object Label6: TLabel
  75.     Left = 80
  76.     Top = 136
  77.     Width = 6
  78.     Height = 13
  79.     Caption = '0'
  80.   end
  81.   object Label7: TLabel
  82.     Left = 288
  83.     Top = 136
  84.     Width = 18
  85.     Height = 13
  86.     Caption = '100'
  87.   end
  88.   object Label8: TLabel
  89.     Left = 320
  90.     Top = 104
  91.     Width = 12
  92.     Height = 26
  93.     Caption = '0'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clNavy
  96.     Font.Height = -24
  97.     Font.Name = 'Times New Roman'
  98.     Font.Style = [fsBold]
  99.     ParentFont = False
  100.   end
  101.   object Label9: TLabel
  102.     Left = 16
  103.     Top = 112
  104.     Width = 34
  105.     Height = 15
  106.     Caption = '&Ratio.:'
  107.     FocusControl = TrackBar2
  108.     Font.Charset = DEFAULT_CHARSET
  109.     Font.Color = clBlack
  110.     Font.Height = -13
  111.     Font.Name = 'Times New Roman'
  112.     Font.Style = []
  113.     ParentFont = False
  114.   end
  115.   object Image1: TImage
  116.     Left = 24
  117.     Top = 165
  118.     Width = 75
  119.     Height = 50
  120.     Picture.Data = {<image001.bmp>}
  121.     Stretch = True
  122.   end
  123.   object ComboBox1: TComboBox
  124.     Left = 88
  125.     Top = 18
  126.     Width = 209
  127.     Height = 21
  128.     Style = csDropDownList
  129.     ItemHeight = 13
  130.     Items.Strings = (
  131.       '1.-Telephone line'
  132.       '2.-Robotic voice'
  133.       '3.-Electric guitar distortion'
  134.       '4.-Noise gate'
  135.       '5.-Compressor'
  136.       '6.-Expander'
  137.       '7.-Hard metallization'
  138.       '8.-Soft metallization'
  139.       '9.-Chopper'
  140.       '10.-Quantifier'
  141.       '11.-Great Chopper'
  142.       '12.-Karaoke')
  143.     TabOrder = 0
  144.     OnClick = ComboBox1Click
  145.   end
  146.   object Button1: TButton
  147.     Left = 143
  148.     Top = 192
  149.     Width = 75
  150.     Height = 25
  151.     Caption = '&OK'
  152.     Default = True
  153.     TabOrder = 1
  154.     OnClick = Button1Click
  155.   end
  156.   object Button2: TButton
  157.     Left = 231
  158.     Top = 192
  159.     Width = 75
  160.     Height = 25
  161.     Cancel = True
  162.     Caption = '&Cancel'
  163.     TabOrder = 2
  164.     OnClick = Button2Click
  165.   end
  166.   object TrackBar1: TTrackBar
  167.     Left = 72
  168.     Top = 56
  169.     Width = 233
  170.     Height = 33
  171.     Ctl3D = True
  172.     Max = 127
  173.     Orientation = trHorizontal
  174.     ParentCtl3D = False
  175.     Frequency = 26
  176.     Position = 0
  177.     SelEnd = 0
  178.     SelStart = 0
  179.     TabOrder = 3
  180.     TickMarks = tmBottomRight
  181.     TickStyle = tsAuto
  182.     OnChange = TrackBar1Change
  183.   end
  184.   object TrackBar2: TTrackBar
  185.     Left = 72
  186.     Top = 102
  187.     Width = 233
  188.     Height = 33
  189.     Ctl3D = True
  190.     Max = 100
  191.     Orientation = trHorizontal
  192.     ParentCtl3D = False
  193.     Frequency = 26
  194.     Position = 0
  195.     SelEnd = 0
  196.     SelStart = 0
  197.     TabOrder = 4
  198.     TickMarks = tmBottomRight
  199.     TickStyle = tsAuto
  200.     OnChange = TrackBar2Change
  201.   end
  202. end
  203.