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

  1. inherited EvaluatorForm: TEvaluatorForm
  2.   Left = 245
  3.   Top = 206
  4.   Caption = 'Expression Evaluator'
  5.   ClientHeight = 305
  6.   ClientWidth = 591
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited ButtonOk: TButton
  10.     Left = 346
  11.     Top = 275
  12.     ModalResult = 0
  13.     TabOrder = 8
  14.     OnClick = ButtonOkClick
  15.   end
  16.   inherited ButtonCancel: TButton
  17.     Left = 426
  18.     Top = 275
  19.     TabOrder = 9
  20.   end
  21.   inherited ButtonHelp: THelpButton
  22.     Left = 506
  23.     Top = 275
  24.     TabOrder = 10
  25.     HelpKey = 'tool_evaluator'
  26.   end
  27.   object DestinationBox: TGroupBox
  28.     Left = 8
  29.     Top = 128
  30.     Width = 187
  31.     Height = 47
  32.     Caption = ' Destination '
  33.     TabOrder = 1
  34.     object Destination: TComboBox
  35.       Left = 10
  36.       Top = 16
  37.       Width = 167
  38.       Height = 21
  39.       ItemHeight = 13
  40.       TabOrder = 0
  41.       OnChange = DestinationChange
  42.     end
  43.   end
  44.   object SourceBox: TGroupBox
  45.     Left = 202
  46.     Top = 128
  47.     Width = 187
  48.     Height = 47
  49.     Caption = ' Source (wave#) '
  50.     TabOrder = 2
  51.     object Source: TComboBox
  52.       Left = 10
  53.       Top = 16
  54.       Width = 167
  55.       Height = 21
  56.       ItemHeight = 13
  57.       TabOrder = 0
  58.       OnChange = SourceChange
  59.     end
  60.   end
  61.   object ExpressionBox: TGroupBox
  62.     Left = 8
  63.     Top = 2
  64.     Width = 381
  65.     Height = 124
  66.     Caption = ' Expression '
  67.     TabOrder = 0
  68.     object Equation: TMemo
  69.       Left = 10
  70.       Top = 16
  71.       Width = 361
  72.       Height = 99
  73.       TabOrder = 0
  74.       WantReturns = False
  75.     end
  76.   end
  77.   object PresetsBox: TGroupBox
  78.     Left = 396
  79.     Top = 2
  80.     Width = 187
  81.     Height = 267
  82.     Caption = ' Presets '
  83.     TabOrder = 5
  84.     object Presets: TTreeView
  85.       Left = 10
  86.       Top = 16
  87.       Width = 167
  88.       Height = 217
  89.       HideSelection = False
  90.       Indent = 19
  91.       ReadOnly = True
  92.       SortType = stText
  93.       TabOrder = 0
  94.       OnChange = PresetsChange
  95.       OnDblClick = PresetsDblClick
  96.     end
  97.     object AddPreset: TBitton
  98.       Left = 70
  99.       Top = 239
  100.       Width = 21
  101.       Height = 21
  102.       Image.Data = {
  103.         F6000000424DF600000000000000760000002800000010000000100000000100
  104.         0400000000008000000000000000000000001000000000000000000000000000
  105.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  106.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  107.         88888888888FFFF888888888887AAAF888888888887AAAF888888888887AAAF8
  108.         8888888FFF8AAAFFFFF8887AAAAAAAAAAAF8887AAAAAAAAAAAF8887AAAAAAAAA
  109.         AAF88877777AAA8777888888887AAAF888888888887AAAF888888888887AAAF8
  110.         8888888888777788888888888888888888888888888888888888}
  111.       FocusAllowed = True
  112.       Action = AddPresetAction
  113.       Caption = 'Add Preset'
  114.       ParentShowHint = False
  115.       ShowHint = True
  116.       TabStop = True
  117.       TabOrder = 1
  118.     end
  119.     object RemovePreset: TBitton
  120.       Left = 98
  121.       Top = 239
  122.       Width = 21
  123.       Height = 21
  124.       Image.Data = {
  125.         F6000000424DF600000000000000760000002800000010000000100000000100
  126.         0400000000008000000000000000000000001000000000000000000000000000
  127.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  128.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  129.         8888888888888888888888888888888888888888888888888888888888888888
  130.         8888888FFFFFFFFFFFF888799999999999F888799999999999F8887999999999
  131.         99F8887777777777778888888888888888888888888888888888888888888888
  132.         8888888888888888888888888888888888888888888888888888}
  133.       FocusAllowed = True
  134.       Action = RemovePresetAction
  135.       Caption = 'Remove Preset'
  136.       ParentShowHint = False
  137.       ShowHint = True
  138.       TabStop = True
  139.       TabOrder = 2
  140.     end
  141.   end
  142.   object IncrementedVariablesBox: TGroupBox
  143.     Left = 8
  144.     Top = 177
  145.     Width = 381
  146.     Height = 45
  147.     Caption = ' Incremented variables '
  148.     TabOrder = 3
  149.     object n: TNumEdit
  150.       Left = 93
  151.       Top = 16
  152.       Width = 81
  153.       Height = 21
  154.       TabStop = True
  155.       Max = 100
  156.       PageChange = 10
  157.       LineChange = 1
  158.       Label = 'n'
  159.       TabOrder = 1
  160.       MaxLength = 20
  161.     end
  162.     object nLabel: TStaticText
  163.       Left = 44
  164.       Top = 19
  165.       Width = 46
  166.       Height = 17
  167.       Caption = 'Initial n ='
  168.       TabOrder = 0
  169.     end
  170.     object t: TNumEdit
  171.       Left = 242
  172.       Top = 16
  173.       Width = 81
  174.       Height = 21
  175.       TabStop = True
  176.       Max = 100
  177.       Decimal = -1
  178.       PageChange = 10
  179.       LineChange = 1
  180.       Label = 't'
  181.       Caption = '0'
  182.       TabOrder = 3
  183.       MaxLength = 20
  184.     end
  185.     object tLabel: TStaticText
  186.       Left = 196
  187.       Top = 19
  188.       Width = 43
  189.       Height = 17
  190.       Caption = 'Initial t ='
  191.       TabOrder = 2
  192.     end
  193.   end
  194.   object PreviewPlay: TBitton
  195.     Left = 145
  196.     Top = 278
  197.     Width = 28
  198.     Height = 18
  199.     Image.Data = {
  200.       06010000424D06010000000000007600000028000000160000000C0000000100
  201.       0400000000009000000000000000000000001000000000000000000000000000
  202.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  203.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  204.       8888888888008888887FF8888888888888008888887AAFF88888888888008888
  205.       887AAAAFF888888888008888887AAAAAAFF8888888008888887AAAAAAAAF8888
  206.       88008888887AAAAAAA77888888008888887AAAAA7778888888008888887AAA77
  207.       7888888888008888887A77788888888888008888887778888888888888008888
  208.       88888888888888888800}
  209.     FocusAllowed = True
  210.     Action = PlayAction
  211.     Anchors = [akLeft, akBottom]
  212.     ParentShowHint = False
  213.     ShowHint = True
  214.     TabStop = True
  215.     TabOrder = 6
  216.   end
  217.   object PreviewStop: TBitton
  218.     Left = 180
  219.     Top = 278
  220.     Width = 28
  221.     Height = 18
  222.     Image.Data = {
  223.       06010000424D06010000000000007600000028000000160000000C0000000100
  224.       0400000000009000000000000000000000001000000000000000000000000000
  225.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  226.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  227.       88888888880088888888888888888888880088888887FFFFFFFF888888008888
  228.       8887CCCCCCCF8888880088888887CCCCCCCF8888880088888887CCCCCCCF8888
  229.       880088888887CCCCCCCF8888880088888887CCCCCCCF8888880088888887CCCC
  230.       CCCF88888800888888877777777F888888008888888888888888888888008888
  231.       88888888888888888800}
  232.     FocusAllowed = True
  233.     Action = StopAction
  234.     Anchors = [akLeft, akBottom]
  235.     ParentShowHint = False
  236.     ShowHint = True
  237.     TabStop = True
  238.     TabOrder = 7
  239.   end
  240.   object UserConstantsBox: TGroupBox
  241.     Left = 8
  242.     Top = 224
  243.     Width = 381
  244.     Height = 45
  245.     Caption = ' User constants '
  246.     TabOrder = 4
  247.     object x: TNumEdit
  248.       Left = 39
  249.       Top = 16
  250.       Width = 81
  251.       Height = 21
  252.       TabStop = True
  253.       Max = 10000
  254.       Decimal = -1
  255.       PageChange = 10
  256.       LineChange = 1
  257.       Label = 'x'
  258.       Caption = '0'
  259.       TabOrder = 1
  260.       MaxLength = 20
  261.     end
  262.     object xLabel: TStaticText
  263.       Left = 17
  264.       Top = 19
  265.       Width = 18
  266.       Height = 17
  267.       Caption = 'x ='
  268.       TabOrder = 0
  269.     end
  270.     object y: TNumEdit
  271.       Left = 161
  272.       Top = 16
  273.       Width = 81
  274.       Height = 21
  275.       TabStop = True
  276.       Max = 10000
  277.       Decimal = -1
  278.       PageChange = 10
  279.       LineChange = 1
  280.       Label = 'y'
  281.       Caption = '0'
  282.       TabOrder = 3
  283.       MaxLength = 20
  284.     end
  285.     object yLabel: TStaticText
  286.       Left = 139
  287.       Top = 19
  288.       Width = 18
  289.       Height = 17
  290.       Caption = 'y ='
  291.       TabOrder = 2
  292.     end
  293.     object f: TNumEdit
  294.       Left = 282
  295.       Top = 16
  296.       Width = 81
  297.       Height = 21
  298.       TabStop = True
  299.       Max = 500000
  300.       Decimal = -1
  301.       PageChange = 10
  302.       LineChange = 1
  303.       Label = 'f'
  304.       Caption = '0'
  305.       TabOrder = 5
  306.       MaxLength = 20
  307.     end
  308.     object fLabel: TStaticText
  309.       Left = 262
  310.       Top = 19
  311.       Width = 16
  312.       Height = 17
  313.       Caption = 'f ='
  314.       TabOrder = 4
  315.     end
  316.   end
  317.   object ActionList: TActionList
  318.     Left = 8
  319.     Top = 272
  320.     object AddPresetAction: TAction
  321.       Caption = 'Add'
  322.       Enabled = False
  323.       Hint = 'Adds a preset'
  324.       OnExecute = AddPresetExecute
  325.       OnUpdate = ExpressionExists
  326.     end
  327.     object RemovePresetAction: TAction
  328.       Caption = 'Remove'
  329.       Enabled = False
  330.       Hint = 'Removes a preset'
  331.       OnExecute = RemovePresetExecute
  332.       OnUpdate = PresetSelected
  333.     end
  334.     object StopAction: TAction
  335.       Caption = 'StopAction'
  336.       Hint = 'Stops preview'
  337.       ShortCut = 119
  338.       OnExecute = PreviewStopClick
  339.     end
  340.     object PlayAction: TAction
  341.       Caption = 'Play'
  342.       Hint = 'Starts preview'
  343.       ShortCut = 115
  344.       OnExecute = PlayExecute
  345.       OnUpdate = ExpressionExists
  346.     end
  347.   end
  348. end
  349.