home *** CD-ROM | disk | FTP | other *** search
/ Computer Panoráma / computer_panorama_1997-12-hibas.iso / SHARE / SOUND / DFC097.ZIP / Dfc.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-09-27  |  28KB  |  1,236 lines

  1. object Form1: TForm1
  2.   Left = 193
  3.   Top = 107
  4.   Width = 600
  5.   Height = 564
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Defractor 0.97∩┐╜'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Menu = MainMenu1
  14.   Position = poScreenCenter
  15.   OnActivate = DefractorOnActivate
  16.   OnClick = DefractorOnActivate
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnResize = FormPaint
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 6
  24.     Top = 3
  25.     Width = 84
  26.     Height = 18
  27.     Caption = 'Oscillator 1'
  28.     Font.Color = clBlack
  29.     Font.Height = -16
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold, fsItalic]
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 501
  36.     Top = 3
  37.     Width = 84
  38.     Height = 18
  39.     Caption = 'Oscillator 2'
  40.     Font.Color = clBlack
  41.     Font.Height = -16
  42.     Font.Name = 'Arial'
  43.     Font.Style = [fsBold, fsItalic]
  44.     ParentFont = False
  45.   end
  46.   object Label3: TLabel
  47.     Left = 6
  48.     Top = 156
  49.     Width = 53
  50.     Height = 13
  51.     Caption = 'Frequency:'
  52.   end
  53.   object Label4: TLabel
  54.     Left = 318
  55.     Top = 156
  56.     Width = 53
  57.     Height = 13
  58.     Caption = 'Frequency:'
  59.   end
  60.   object Osc1TextInfo: TLabel
  61.     Left = 207
  62.     Top = 147
  63.     Width = 32
  64.     Height = 16
  65.     Alignment = taRightJustify
  66.     Caption = 'None'
  67.     Font.Color = clBlack
  68.     Font.Height = -13
  69.     Font.Name = 'Arial'
  70.     Font.Style = [fsBold, fsItalic]
  71.     ParentFont = False
  72.   end
  73.   object Osc2TextInfo: TLabel
  74.     Left = 555
  75.     Top = 147
  76.     Width = 32
  77.     Height = 16
  78.     Alignment = taRightJustify
  79.     Caption = 'None'
  80.     Font.Color = clBlack
  81.     Font.Height = -13
  82.     Font.Name = 'Arial'
  83.     Font.Style = [fsBold, fsItalic]
  84.     ParentFont = False
  85.   end
  86.   object Label5: TLabel
  87.     Left = 261
  88.     Top = 174
  89.     Width = 16
  90.     Height = 16
  91.     Caption = 'Hz'
  92.     Font.Color = clBlack
  93.     Font.Height = -13
  94.     Font.Name = 'Arial'
  95.     Font.Style = [fsBold, fsItalic]
  96.     ParentFont = False
  97.   end
  98.   object Label6: TLabel
  99.     Left = 570
  100.     Top = 174
  101.     Width = 16
  102.     Height = 16
  103.     Caption = 'Hz'
  104.     Font.Color = clBlack
  105.     Font.Height = -13
  106.     Font.Name = 'Arial'
  107.     Font.Style = [fsBold, fsItalic]
  108.     ParentFont = False
  109.   end
  110.   object O1AmpText: TLabel
  111.     Left = 182
  112.     Top = 6
  113.     Width = 53
  114.     Height = 13
  115.     Alignment = taRightJustify
  116.     Caption = 'Amp: 1.00x'
  117.   end
  118.   object O2AmpText: TLabel
  119.     Left = 354
  120.     Top = 6
  121.     Width = 53
  122.     Height = 13
  123.     Caption = 'Amp: 1.00x'
  124.   end
  125.   object Label18: TLabel
  126.     Left = 261
  127.     Top = 24
  128.     Width = 11
  129.     Height = 13
  130.     Caption = '0x'
  131.   end
  132.   object Label19: TLabel
  133.     Left = 261
  134.     Top = 129
  135.     Width = 17
  136.     Height = 13
  137.     Caption = '10x'
  138.   end
  139.   object Label21: TLabel
  140.     Left = 315
  141.     Top = 129
  142.     Width = 17
  143.     Height = 13
  144.     Caption = '10x'
  145.   end
  146.   object Label22: TLabel
  147.     Left = 321
  148.     Top = 24
  149.     Width = 11
  150.     Height = 13
  151.     Caption = '0x'
  152.   end
  153.   object Label23: TLabel
  154.     Left = 204
  155.     Top = 216
  156.     Width = 99
  157.     Height = 16
  158.     Caption = 'Sample Preview'
  159.     Font.Color = clBlack
  160.     Font.Height = -13
  161.     Font.Name = 'Arial'
  162.     Font.Style = [fsBold, fsItalic]
  163.     ParentFont = False
  164.   end
  165.   object Osc1FreqSB: TScrollBar
  166.     Left = 6
  167.     Top = 174
  168.     Width = 190
  169.     Height = 16
  170.     Hint = 'Oscillator 1 Frequency '
  171.     LargeChange = 10
  172.     Max = 32000
  173.     Min = 1
  174.     ParentShowHint = False
  175.     Position = 220
  176.     ShowHint = True
  177.     TabOrder = 0
  178.     OnChange = Osc1FreqSBChange
  179.   end
  180.   object Osc1EBFreq: TEdit
  181.     Left = 201
  182.     Top = 171
  183.     Width = 55
  184.     Height = 21
  185.     Hint = 'Oscillator 1 Frequency'
  186.     ParentShowHint = False
  187.     ShowHint = True
  188.     TabOrder = 1
  189.     Text = '220.0'
  190.     OnChange = Osc1EBFreqChange
  191.   end
  192.   object Osc2FreqSB: TScrollBar
  193.     Left = 318
  194.     Top = 174
  195.     Width = 187
  196.     Height = 16
  197.     Hint = 'Oscillator 2 Frequency'
  198.     LargeChange = 10
  199.     Max = 32000
  200.     Min = 1
  201.     ParentShowHint = False
  202.     Position = 110
  203.     ShowHint = True
  204.     TabOrder = 2
  205.     OnChange = Osc2FreqSBChange
  206.   end
  207.   object Osc2EBFreq: TEdit
  208.     Left = 510
  209.     Top = 171
  210.     Width = 55
  211.     Height = 21
  212.     Hint = 'Oscillator 2 Frequency'
  213.     ParentShowHint = False
  214.     ShowHint = True
  215.     TabOrder = 3
  216.     Text = '110.0'
  217.     OnChange = Osc2EBFreqChange
  218.   end
  219.   object Panel1: TPanel
  220.     Left = 6
  221.     Top = 195
  222.     Width = 106
  223.     Height = 37
  224.     TabOrder = 4
  225.     object Osc1Options: TButton
  226.       Left = 6
  227.       Top = 6
  228.       Width = 94
  229.       Height = 25
  230.       Hint = 'More settings for oscillator 1'
  231.       Caption = 'More Settings...'
  232.       ParentShowHint = False
  233.       ShowHint = True
  234.       TabOrder = 0
  235.       OnClick = Osc1OptionsClick
  236.     end
  237.   end
  238.   object Panel2: TPanel
  239.     Left = 480
  240.     Top = 195
  241.     Width = 106
  242.     Height = 37
  243.     TabOrder = 5
  244.     object Osc2Options: TButton
  245.       Left = 6
  246.       Top = 6
  247.       Width = 94
  248.       Height = 25
  249.       Hint = 'More settings for Oscillator 2'
  250.       Caption = 'More Settings...'
  251.       ParentShowHint = False
  252.       ShowHint = True
  253.       TabOrder = 0
  254.       OnClick = Osc2OptionsClick
  255.     end
  256.   end
  257.   object FilterGroup: TGroupBox
  258.     Left = 6
  259.     Top = 321
  260.     Width = 580
  261.     Height = 94
  262.     Caption = ' Filters '
  263.     Font.Color = clBlack
  264.     Font.Height = -13
  265.     Font.Name = 'Arial'
  266.     Font.Style = [fsBold, fsItalic]
  267.     ParentFont = False
  268.     TabOrder = 6
  269.     object Label10: TLabel
  270.       Left = 111
  271.       Top = 18
  272.       Width = 33
  273.       Height = 13
  274.       Caption = 'Power:'
  275.       Font.Color = clBlack
  276.       Font.Height = -11
  277.       Font.Name = 'MS Sans Serif'
  278.       Font.Style = []
  279.       ParentFont = False
  280.     end
  281.     object Label12: TLabel
  282.       Left = 111
  283.       Top = 42
  284.       Width = 33
  285.       Height = 13
  286.       Caption = 'Power:'
  287.       Font.Color = clBlack
  288.       Font.Height = -11
  289.       Font.Name = 'MS Sans Serif'
  290.       Font.Style = []
  291.       ParentFont = False
  292.     end
  293.     object Label13: TLabel
  294.       Left = 336
  295.       Top = 42
  296.       Width = 50
  297.       Height = 13
  298.       Caption = 'Threshold:'
  299.       Font.Color = clBlack
  300.       Font.Height = -11
  301.       Font.Name = 'MS Sans Serif'
  302.       Font.Style = []
  303.       ParentFont = False
  304.     end
  305.     object Label9: TLabel
  306.       Left = 111
  307.       Top = 66
  308.       Width = 28
  309.       Height = 13
  310.       Caption = 'Ratio:'
  311.       Font.Color = clBlack
  312.       Font.Height = -11
  313.       Font.Name = 'MS Sans Serif'
  314.       Font.Style = []
  315.       ParentFont = False
  316.     end
  317.     object SText: TLabel
  318.       Left = 450
  319.       Top = 66
  320.       Width = 39
  321.       Height = 13
  322.       Caption = '0.00700'
  323.       Font.Color = clBlack
  324.       Font.Height = -11
  325.       Font.Name = 'MS Sans Serif'
  326.       Font.Style = []
  327.       ParentFont = False
  328.     end
  329.     object SmText: TLabel
  330.       Left = 531
  331.       Top = 18
  332.       Width = 27
  333.       Height = 13
  334.       Caption = '2.100'
  335.       Font.Color = clBlack
  336.       Font.Height = -11
  337.       Font.Name = 'MS Sans Serif'
  338.       Font.Style = []
  339.       ParentFont = False
  340.     end
  341.     object SmoCBox: TCheckBox
  342.       Left = 6
  343.       Top = 18
  344.       Width = 88
  345.       Height = 17
  346.       Hint = 'Enable/Disable Smoothing Filter'
  347.       Caption = 'Smoothing:'
  348.       Font.Color = clBlack
  349.       Font.Height = -11
  350.       Font.Name = 'MS Sans Serif'
  351.       Font.Style = [fsBold]
  352.       ParentFont = False
  353.       ParentShowHint = False
  354.       ShowHint = True
  355.       TabOrder = 0
  356.       OnClick = SmoCBoxClick
  357.     end
  358.     object SmoPower: TScrollBar
  359.       Left = 150
  360.       Top = 18
  361.       Width = 376
  362.       Height = 14
  363.       Hint = 'Smoothing Power'
  364.       LargeChange = 10
  365.       Max = 10000
  366.       Min = 1
  367.       ParentShowHint = False
  368.       Position = 100
  369.       ShowHint = True
  370.       TabOrder = 1
  371.       OnChange = SmoPowerChange
  372.     end
  373.     object PPCBox: TCheckBox
  374.       Left = 6
  375.       Top = 42
  376.       Width = 100
  377.       Height = 17
  378.       Hint = 'Enable/Disable Pinch/Punch Filter'
  379.       Caption = 'Pinch/Punch:'
  380.       Font.Color = clBlack
  381.       Font.Height = -11
  382.       Font.Name = 'MS Sans Serif'
  383.       Font.Style = [fsBold]
  384.       ParentFont = False
  385.       ParentShowHint = False
  386.       ShowHint = True
  387.       TabOrder = 2
  388.       OnClick = PPCBoxClick
  389.     end
  390.     object PPPowSB: TScrollBar
  391.       Left = 150
  392.       Top = 42
  393.       Width = 172
  394.       Height = 14
  395.       Hint = 'Pinch/Punch Po