home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TEVALUATORFORM / TEVALUATORFORM.txt
Encoding:
Text File  |  2006-11-14  |  8.5 KB  |  354 lines

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