home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TPARAMETRICEQFORM / TPARAMETRICEQFORM.txt
Text File  |  2003-10-10  |  6KB  |  280 lines

  1. inherited ParametricEQForm: TParametricEQForm
  2.   Caption = 'Parametric EQ'
  3.   ClientHeight = 333
  4.   ClientWidth = 465
  5.   Constraints.MinHeight = 340
  6.   Constraints.MinWidth = 400
  7.   OldCreateOrder = True
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object CenterAxis: TDogAxis
  11.     Left = 81
  12.     Top = 276
  13.     Width = 299
  14.     Height = 16
  15.     Associate = CenterFader
  16.     Min = 20
  17.     Max = 20000
  18.     Border = 22
  19.     Anchors = [akLeft, akRight, akBottom]
  20.   end
  21.   object WidthAxis: TDogAxis
  22.     Left = 81
  23.     Top = 313
  24.     Width = 299
  25.     Height = 16
  26.     Associate = WidthFader
  27.     Min = 20
  28.     Max = 10000
  29.     Border = 22
  30.     Anchors = [akLeft, akRight, akBottom]
  31.   end
  32.   object TimeAxis: TDogAxis
  33.     Left = 5
  34.     Top = 193
  35.     Width = 375
  36.     Height = 16
  37.     Associate = TimeFader
  38.     Max = 100
  39.     Border = 22
  40.     Time = True
  41.     Anchors = [akLeft, akRight, akBottom]
  42.   end
  43.   object CenterFader: TFader
  44.     Left = 81
  45.     Top = 260
  46.     Width = 299
  47.     Height = 16
  48.     Anchors = [akLeft, akRight, akBottom]
  49.     TabOrder = 9
  50.     Associate = Center
  51.     Line = 10
  52.     Page = 100
  53.     Min = 20
  54.     Max = 20000
  55.     Position = 1000
  56.     Stripe = True
  57.   end
  58.   object Center: TNumEdit
  59.     Left = 384
  60.     Top = 260
  61.     Width = 59
  62.     Height = 21
  63.     TabStop = True
  64.     Value = 1000
  65.     Min = 20
  66.     Max = 20000
  67.     Decimal = 1
  68.     PageChange = 100
  69.     LineChange = 10
  70.     Label = 'Center'
  71.     Buddy = CenterFader
  72.     Anchors = [akRight, akBottom]
  73.     Caption = '1000.0'
  74.     TabOrder = 10
  75.     MaxLength = 7
  76.     OnChange = Change
  77.   end
  78.   object CenterLabel: TStaticText
  79.     Left = 16
  80.     Top = 260
  81.     Width = 60
  82.     Height = 17
  83.     Alignment = taRightJustify
  84.     Anchors = [akLeft, akBottom]
  85.     Caption = 'Center (Hz):'
  86.     TabOrder = 8
  87.   end
  88.   object WidthFader: TFader
  89.     Left = 81
  90.     Top = 297
  91.     Width = 299
  92.     Height = 16
  93.     Anchors = [akLeft, akRight, akBottom]
  94.     TabOrder = 12
  95.     Associate = Width
  96.     Line = 10
  97.     Page = 100
  98.     Min = 20
  99.     Max = 10000
  100.     Position = 20
  101.     Stripe = True
  102.   end
  103.   object Width: TNumEdit
  104.     Left = 384
  105.     Top = 297
  106.     Width = 59
  107.     Height = 21
  108.     TabStop = True
  109.     Value = 20
  110.     Min = 20
  111.     Max = 10000
  112.     Decimal = 1
  113.     PageChange = 100
  114.     LineChange = 10
  115.     Label = 'Width'
  116.     Buddy = WidthFader
  117.     Anchors = [akRight, akBottom]
  118.     Caption = '20.0'
  119.     TabOrder = 13
  120.     MaxLength = 7
  121.     OnChange = Change
  122.   end
  123.   object WidthLabel: TStaticText
  124.     Left = 19
  125.     Top = 297
  126.     Width = 57
  127.     Height = 17
  128.     Alignment = taRightJustify
  129.     Anchors = [akLeft, akBottom]
  130.     Caption = 'Width (Hz):'
  131.     TabOrder = 11
  132.   end
  133.   inline Gain: TVolumeFrame
  134.     Left = 14
  135.     Top = 218
  136.     Width = 430
  137.     Anchors = [akLeft, akRight, akBottom]
  138.     TabOrder = 7
  139.     inherited VolumeAxis: TDogAxis
  140.       Left = 67
  141.       Width = 299
  142.       Min = -100
  143.     end
  144.     inherited PercentLabel: TStaticText
  145.       Left = 372
  146.     end
  147.     inherited VolumeFader: TFader
  148.       Left = 67
  149.       Width = 299
  150.       Min = -100
  151.     end
  152.     inherited VolumeBox: TNumBox
  153.       Left = 370
  154.       Min = -100
  155.       Label = 'Gain'
  156.     end
  157.     inherited VolumeLabel: TStaticText
  158.       Left = 11
  159.       Width = 51
  160.       Caption = 'Gain (dB):'
  161.     end
  162.   end
  163.   object TimeFader: TFader
  164.     Left = 5
  165.     Top = 177
  166.     Width = 375
  167.     Height = 16
  168.     Anchors = [akLeft, akRight, akBottom]
  169.     TabOrder = 0
  170.     OnChange = TimeChange
  171.     Associate = Time
  172.     Line = 1
  173.     Page = 10
  174.     Max = 100
  175.     Stripe = True
  176.   end
  177.   object Band: TNumEdit
  178.     Left = 401
  179.     Top = 118
  180.     Width = 29
  181.     Height = 21
  182.     TabStop = True
  183.     Value = 1
  184.     Min = 1
  185.     Max = 1
  186.     PageChange = 10
  187.     LineChange = 1
  188.     Label = 'Band'
  189.     Anchors = [akRight, akBottom]
  190.     Caption = '1'
  191.     TabOrder = 2
  192.     MaxLength = 4
  193.     OnChange = BandChange
  194.   end
  195.   object BandLabel: TStaticText
  196.     Left = 402
  197.     Top = 100
  198.     Width = 29
  199.     Height = 17
  200.     Anchors = [akRight, akBottom]
  201.     Caption = 'Band'
  202.     TabOrder = 1
  203.   end
  204.   object BandUpDown: TBuddyUpDown
  205.     Left = 430
  206.     Top = 118
  207.     Width = 15
  208.     Height = 21
  209.     Anchors = [akRight, akBottom]
  210.     Associate = Band
  211.     TabOrder = 3
  212.   end
  213.   object AddBand: TBitton
  214.     Left = 401
  215.     Top = 143
  216.     Width = 20
  217.     Height = 20
  218.     Hint = 'Add a new parametric band'
  219.     Image.Data = {
  220.       F6000000424DF600000000000000760000002800000010000000100000000100
  221.       0400000000008000000000000000000000001000000000000000000000000000
  222.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  223.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  224.       88888888888FF8888888888888FCCF88888888888FCCCCF888888888FCCCCCCF
  225.       8888888FCCCFFCCCF88888FCCCCFFCCCCF888FCCCFFFFFFCCCF88FCCCFFFFFFC
  226.       CCF888FCCCCFFCCCCF88888FCCCFFCCCF8888888FCCCCCCF888888888FCCCCF8
  227.       8888888888FCCF8888888888888FF88888888888888888888888}
  228.     FocusAllowed = True
  229.     Anchors = [akRight, akBottom]
  230.     Caption = 'Add Band'
  231.     ParentShowHint = False
  232.     ShowHint = True
  233.     OnClick = AddBandClick
  234.     TabStop = True
  235.     TabOrder = 4
  236.   end
  237.   object RemoveBand: TBitton
  238.     Left = 424
  239.     Top = 143
  240.     Width = 20
  241.     Height = 20
  242.     Hint = 'Remove the current parametric band'
  243.     Image.Data = {
  244.       F6000000424DF600000000000000760000002800000010000000100000000100
  245.       0400000000008000000000000000000000001000000000000000000000000000
  246.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  247.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  248.       88888888888FF8888888888888FCCF88888888888FCCCCF888888888FCCCCCCF
  249.       8888888FCCCCCCCCF88888FCCCCCCCCCCF888FCCC999999CCCF88FCCC999999C
  250.       CCF888FCCCCCCCCCCF88888FCCCCCCCCF8888888FCCCCCCF888888888FCCCCF8
  251.       8888888888FCCF8888888888888FF88888888888888888888888}
  252.     FocusAllowed = True
  253.     Anchors = [akRight, akBottom]
  254.     Caption = 'Remove Band'
  255.     ParentShowHint = False
  256.     ShowHint = True
  257.     OnClick = Remove
  258.     TabStop = True
  259.     TabOrder = 5
  260.   end
  261.   object Time: TTimeEdit
  262.     Left = 384
  263.     Top = 177
  264.     Width = 77
  265.     Height = 21
  266.     TabStop = True
  267.     Max = 100
  268.     Decimal = -3
  269.     PageChange = 10
  270.     LineChange = 1
  271.     Label = 'Time'
  272.     Buddy = TimeFader
  273.     Anchors = [akRight, akBottom]
  274.     Caption = '00:00:00.000'
  275.     TabOrder = 6
  276.     MaxLength = 20
  277.     Format = tttFull
  278.   end
  279. end
  280.