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

  1. object EvaluatorButtonsForm: TEvaluatorButtonsForm
  2.   Left = 231
  3.   Top = 114
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Evaluator Buttons'
  7.   ClientHeight = 93
  8.   ClientWidth = 464
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object B7: TButton
  20.     Left = 4
  21.     Top = 4
  22.     Width = 20
  23.     Height = 20
  24.     Caption = '7'
  25.     TabOrder = 0
  26.     OnClick = ButtonClick
  27.   end
  28.   object B8: TButton
  29.     Left = 27
  30.     Top = 4
  31.     Width = 20
  32.     Height = 20
  33.     Caption = '8'
  34.     TabOrder = 1
  35.     OnClick = ButtonClick
  36.   end
  37.   object B9: TButton
  38.     Left = 50
  39.     Top = 4
  40.     Width = 20
  41.     Height = 20
  42.     Caption = '9'
  43.     TabOrder = 2
  44.     OnClick = ButtonClick
  45.   end
  46.   object B4: TButton
  47.     Left = 4
  48.     Top = 26
  49.     Width = 20
  50.     Height = 20
  51.     Caption = '4'
  52.     TabOrder = 3
  53.     OnClick = ButtonClick
  54.   end
  55.   object B5: TButton
  56.     Left = 27
  57.     Top = 26
  58.     Width = 20
  59.     Height = 20
  60.     Caption = '5'
  61.     TabOrder = 4
  62.     OnClick = ButtonClick
  63.   end
  64.   object B6: TButton
  65.     Left = 50
  66.     Top = 26
  67.     Width = 20
  68.     Height = 20
  69.     Caption = '6'
  70.     TabOrder = 5
  71.     OnClick = ButtonClick
  72.   end
  73.   object B3: TButton
  74.     Left = 50
  75.     Top = 48
  76.     Width = 20
  77.     Height = 20
  78.     Caption = '3'
  79.     TabOrder = 8
  80.     OnClick = ButtonClick
  81.   end
  82.   object B2: TButton
  83.     Left = 27
  84.     Top = 48
  85.     Width = 20
  86.     Height = 20
  87.     Caption = '2'
  88.     TabOrder = 7
  89.     OnClick = ButtonClick
  90.   end
  91.   object B1: TButton
  92.     Left = 4
  93.     Top = 48
  94.     Width = 20
  95.     Height = 20
  96.     Caption = '1'
  97.     TabOrder = 6
  98.     OnClick = ButtonClick
  99.   end
  100.   object B0: TButton
  101.     Left = 10
  102.     Top = 70
  103.     Width = 30
  104.     Height = 20
  105.     Caption = '0'
  106.     TabOrder = 9
  107.     OnClick = ButtonClick
  108.   end
  109.   object Decimal: TButton
  110.     Left = 43
  111.     Top = 70
  112.     Width = 20
  113.     Height = 20
  114.     Caption = '.'
  115.     TabOrder = 10
  116.     OnClick = ButtonClick
  117.   end
  118.   object Plus: TButton
  119.     Left = 78
  120.     Top = 4
  121.     Width = 42
  122.     Height = 20
  123.     Caption = '+'
  124.     TabOrder = 11
  125.     OnClick = ButtonClick
  126.   end
  127.   object Minus: TButton
  128.     Left = 78
  129.     Top = 26
  130.     Width = 42
  131.     Height = 20
  132.     Caption = '-'
  133.     TabOrder = 12
  134.     OnClick = ButtonClick
  135.   end
  136.   object Times: TButton
  137.     Left = 78
  138.     Top = 48
  139.     Width = 20
  140.     Height = 20
  141.     Caption = 'x'
  142.     TabOrder = 13
  143.     OnClick = ButtonClick
  144.   end
  145.   object Divide: TButton
  146.     Left = 100
  147.     Top = 48
  148.     Width = 20
  149.     Height = 20
  150.     Caption = #247
  151.     TabOrder = 14
  152.     OnClick = ButtonClick
  153.   end
  154.   object Open: TButton
  155.     Left = 78
  156.     Top = 70
  157.     Width = 20
  158.     Height = 20
  159.     Caption = '('
  160.     TabOrder = 15
  161.     OnClick = ButtonClick
  162.   end
  163.   object Close: TButton
  164.     Left = 100
  165.     Top = 70
  166.     Width = 20
  167.     Height = 20
  168.     Caption = ')'
  169.     TabOrder = 16
  170.     OnClick = ButtonClick
  171.   end
  172.   object Modulus: TButton
  173.     Left = 128
  174.     Top = 26
  175.     Width = 20
  176.     Height = 20
  177.     Caption = '%'
  178.     TabOrder = 19
  179.     OnClick = ButtonClick
  180.   end
  181.   object Power: TButton
  182.     Left = 150
  183.     Top = 26
  184.     Width = 20
  185.     Height = 20
  186.     Caption = '^'
  187.     TabOrder = 20
  188.     OnClick = ButtonClick
  189.   end
  190.   object Less: TButton
  191.     Left = 128
  192.     Top = 4
  193.     Width = 20
  194.     Height = 20
  195.     Caption = '<'
  196.     TabOrder = 17
  197.     OnClick = ButtonClick
  198.   end
  199.   object Greater: TButton
  200.     Left = 150
  201.     Top = 4
  202.     Width = 20
  203.     Height = 20
  204.     Caption = '>'
  205.     TabOrder = 18
  206.     OnClick = ButtonClick
  207.   end
  208.   object Sample: TButton
  209.     Left = 178
  210.     Top = 4
  211.     Width = 20
  212.     Height = 20
  213.     Caption = 'n'
  214.     TabOrder = 23
  215.     OnClick = ButtonClick
  216.   end
  217.   object N: TButton
  218.     Left = 200
  219.     Top = 4
  220.     Width = 20
  221.     Height = 20
  222.     Caption = 'N'
  223.     TabOrder = 24
  224.     OnClick = ButtonClick
  225.   end
  226.   object Time: TButton
  227.     Left = 178
  228.     Top = 26
  229.     Width = 20
  230.     Height = 20
  231.     Caption = 't'
  232.     TabOrder = 25
  233.     OnClick = ButtonClick
  234.   end
  235.   object T: TButton
  236.     Left = 200
  237.     Top = 26
  238.     Width = 20
  239.     Height = 20
  240.     Caption = 'T'
  241.     TabOrder = 26
  242.     OnClick = ButtonClick
  243.   end
  244.   object Pi: TButton
  245.     Left = 178
  246.     Top = 48
  247.     Width = 20
  248.     Height = 20
  249.     Caption = 'pi'
  250.     TabOrder = 27
  251.     OnClick = ButtonClick
  252.   end
  253.   object Varf: TButton
  254.     Left = 200
  255.     Top = 48
  256.     Width = 20
  257.     Height = 20
  258.     Caption = 'f'
  259.     TabOrder = 28
  260.     OnClick = ButtonClick
  261.   end
  262.   object Varx: TButton
  263.     Left = 178
  264.     Top = 70
  265.     Width = 20
  266.     Height = 20
  267.     Caption = 'x'
  268.     TabOrder = 29
  269.     OnClick = ButtonClick
  270.   end
  271.   object Vary: TButton
  272.     Left = 200
  273.     Top = 70
  274.     Width = 20
  275.     Height = 20
  276.     Caption = 'y'
  277.     TabOrder = 30
  278.     OnClick = ButtonClick
  279.   end
  280.   object Fsqrt: TButton
  281.     Left = 228
  282.     Top = 4
  283.     Width = 35
  284.     Height = 20
  285.     Caption = 'sqrt'
  286.     TabOrder = 31
  287.     OnClick = ButtonClick
  288.   end
  289.   object Flimit: TButton
  290.     Left = 128
  291.     Top = 70
  292.     Width = 42
  293.     Height = 20
  294.     Caption = 'limit'
  295.     TabOrder = 22
  296.     OnClick = ButtonClick
  297.   end
  298.   object Fabs: TButton
  299.     Left = 266
  300.     Top = 4
  301.     Width = 35
  302.     Height = 20
  303.     Caption = 'abs'
  304.     TabOrder = 32
  305.     OnClick = ButtonClick
  306.   end
  307.   object Fstep: TButton
  308.     Left = 304
  309.     Top = 4
  310.     Width = 35
  311.     Height = 20
  312.     Caption = 'step'
  313.     TabOrder = 33
  314.     OnClick = ButtonClick
  315.   end
  316.   object Fln: TButton
  317.     Left = 228
  318.     Top = 26
  319.     Width = 35
  320.     Height = 20
  321.     Caption = 'ln'
  322.     TabOrder = 34
  323.     OnClick = ButtonClick
  324.   end
  325.   object Fexp: TButton
  326.     Left = 266
  327.     Top = 26
  328.     Width = 35
  329.     Height = 20
  330.     Caption = 'exp'
  331.     TabOrder = 35
  332.     OnClick = ButtonClick
  333.   end
  334.   object Frand: TButton
  335.     Left = 304
  336.     Top = 26
  337.     Width = 35
  338.     Height = 20
  339.     Caption = 'rand'
  340.     TabOrder = 36
  341.     OnClick = ButtonClick
  342.   end
  343.   object Fint: TButton
  344.     Left = 228
  345.     Top = 48
  346.     Width = 35
  347.     Height = 20
  348.     Caption = 'int'
  349.     TabOrder = 37
  350.     OnClick = ButtonClick
  351.   end
  352.   object Flog: TButton
  353.     Left = 266
  354.     Top = 48
  355.     Width = 35
  356.     Height = 20
  357.     Caption = 'log'
  358.     TabOrder = 38
  359.     OnClick = ButtonClick
  360.   end
  361.   object Fwave: TButton
  362.     Left = 304
  363.     Top = 48
  364.     Width = 35
  365.     Height = 20
  366.     Caption = 'wave'
  367.     TabOrder = 39
  368.     OnClick = ButtonClick
  369.   end
  370.   object Fcos: TButton
  371.     Left = 348
  372.     Top = 4
  373.     Width = 35
  374.     Height = 20
  375.     Caption = 'cos'
  376.     TabOrder = 40
  377.     OnClick = ButtonClick
  378.   end
  379.   object Fsin: TButton
  380.     Left = 386
  381.     Top = 4
  382.     Width = 35
  383.     Height = 20
  384.     Caption = 'sin'
  385.     TabOrder = 41
  386.     OnClick = ButtonClick
  387.   end
  388.   object Ftan: TButton
  389.     Left = 424
  390.     Top = 4
  391.     Width = 35
  392.     Height = 20
  393.     Caption = 'tan'
  394.     TabOrder = 42
  395.     OnClick = ButtonClick
  396.   end
  397.   object Facos: TButton
  398.     Left = 348
  399.     Top = 26
  400.     Width = 35
  401.     Height = 20
  402.     Caption = 'acos'
  403.     TabOrder = 43
  404.     OnClick = ButtonClick
  405.   end
  406.   object Fasin: TButton
  407.     Left = 386
  408.     Top = 26
  409.     Width = 35
  410.     Height = 20
  411.     Caption = 'asin'
  412.     TabOrder = 44
  413.     OnClick = ButtonClick
  414.   end
  415.   object Fatan: TButton
  416.     Left = 424
  417.     Top = 26
  418.     Width = 35
  419.     Height = 20
  420.     Caption = 'atan'
  421.     TabOrder = 45
  422.     OnClick = ButtonClick
  423.   end
  424.   object Fcosh: TButton
  425.     Left = 348
  426.     Top = 48
  427.     Width = 35
  428.     Height = 20
  429.     Caption = 'cosh'
  430.     TabOrder = 46
  431.     OnClick = ButtonClick
  432.   end
  433.   object Fsinh: TButton
  434.     Left = 386
  435.     Top = 48
  436.     Width = 35
  437.     Height = 20
  438.     Caption = 'sinh'
  439.     TabOrder = 47
  440.     OnClick = ButtonClick
  441.   end
  442.   object Ftanh: TButton
  443.     Left = 424
  444.     Top = 48
  445.     Width = 35
  446.     Height = 20
  447.     Caption = 'tanh'
  448.     TabOrder = 48
  449.     OnClick = ButtonClick
  450.   end
  451.   object Fsgn: TButton
  452.     Left = 128
  453.     Top = 48
  454.     Width = 42
  455.     Height = 20
  456.     Caption = 'sgn'
  457.     TabOrder = 21
  458.     OnClick = ButtonClick
  459.   end
  460.   object Backspace: TButton
  461.     Left = 228
  462.     Top = 70
  463.     Width = 35
  464.     Height = 20
  465.     Hint = 'Backspace'
  466.     Caption = #223
  467.     Font.Charset = DEFAULT_CHARSET
  468.     Font.Color = clWindowText
  469.     Font.Height = -11
  470.     Font.Name = 'Wingdings'
  471.     Font.Style = []
  472.     ParentFont = False
  473.     ParentShowHint = False
  474.     ShowHint = True
  475.     TabOrder = 49
  476.     OnClick = ButtonClick
  477.   end
  478. end
  479.