home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TEVALUATORFORM / TEVALUATORFORM.txt
Text File  |  2005-01-25  |  7KB  |  313 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 = 7
  14.     OnClick = ButtonOkClick
  15.   end
  16.   inherited ButtonCancel: TButton
  17.     Left = 426
  18.     Top = 275
  19.     TabOrder = 8
  20.   end
  21.   inherited ButtonHelp: THelpButton
  22.     Left = 506
  23.     Top = 275
  24.     TabOrder = 9
  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 UserConstantsBox: TGroupBox
  195.     Left = 8
  196.     Top = 224
  197.     Width = 381
  198.     Height = 45
  199.     Caption = ' User constants '
  200.     TabOrder = 4
  201.     object x: TNumEdit
  202.       Left = 39
  203.       Top = 16
  204.       Width = 81
  205.       Height = 21
  206.       TabStop = True
  207.       Max = 10000
  208.       Decimal = -1
  209.       PageChange = 10
  210.       LineChange = 1
  211.       Label = 'x'
  212.       Caption = '0'
  213.       TabOrder = 1
  214.       MaxLength = 20
  215.     end
  216.     object xLabel: TStaticText
  217.       Left = 17
  218.       Top = 19
  219.       Width = 18
  220.       Height = 17
  221.       Caption = 'x ='
  222.       TabOrder = 0
  223.     end
  224.     object y: TNumEdit
  225.       Left = 161
  226.       Top = 16
  227.       Width = 81
  228.       Height = 21
  229.       TabStop = True
  230.       Max = 10000
  231.       Decimal = -1
  232.       PageChange = 10
  233.       LineChange = 1
  234.       Label = 'y'
  235.       Caption = '0'
  236.       TabOrder = 3
  237.       MaxLength = 20
  238.     end
  239.     object yLabel: TStaticText
  240.       Left = 139
  241.       Top = 19
  242.       Width = 18
  243.       Height = 17
  244.       Caption = 'y ='
  245.       TabOrder = 2
  246.     end
  247.     object f: TNumEdit
  248.       Left = 282
  249.       Top = 16
  250.       Width = 81
  251.       Height = 21
  252.       TabStop = True
  253.       Max = 500000
  254.       Decimal = -1
  255.       PageChange = 10
  256.       LineChange = 1
  257.       Label = 'f'
  258.       Caption = '0'
  259.       TabOrder = 5
  260.       MaxLength = 20
  261.     end
  262.     object fLabel: TStaticText
  263.       Left = 262
  264.       Top = 19
  265.       Width = 16
  266.       Height = 17
  267.       Caption = 'f ='
  268.       TabOrder = 4
  269.     end
  270.   end
  271.   inline Preview: TPreviewFrame
  272.     Left = 103
  273.     Top = 269
  274.     Width = 109
  275.     Height = 31
  276.     TabOrder = 6
  277.     inherited PreviewPlay: TBitton
  278.       Top = 9
  279.     end
  280.     inherited PreviewStop: TBitton
  281.       Top = 9
  282.     end
  283.     inherited PreviewActionList: TActionList
  284.       Top = 3
  285.       inherited PreviewAction: TAction
  286.         OnExecute = PreviewPlayClick
  287.         OnUpdate = ExpressionExists
  288.       end
  289.       inherited StopAction: TAction
  290.         OnExecute = PreviewStopClick
  291.       end
  292.     end
  293.   end
  294.   object ActionList: TActionList
  295.     Left = 8
  296.     Top = 272
  297.     object AddPresetAction: TAction
  298.       Caption = 'Add'
  299.       Enabled = False
  300.       Hint = 'Adds a preset'
  301.       OnExecute = AddPresetExecute
  302.       OnUpdate = ExpressionExists
  303.     end
  304.     object RemovePresetAction: TAction
  305.       Caption = 'Remove'
  306.       Enabled = False
  307.       Hint = 'Removes a preset'
  308.       OnExecute = RemovePresetExecute
  309.       OnUpdate = PresetSelected
  310.     end
  311.   end
  312. end
  313.