home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / TCALCDLG / TCALCDLG.txt
Text File  |  1998-02-19  |  13KB  |  428 lines

  1. object CalcDlg: TCalcDlg
  2.   Left = 284
  3.   Top = 93
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Calculator'
  7.   ClientHeight = 176
  8.   ClientWidth = 115
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OnKeyPress = FormKeyPress
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object B_C: TButton
  20.     Tag = 67
  21.     Left = 6
  22.     Top = 6
  23.     Width = 25
  24.     Height = 25
  25.     Hint = 'Clear'
  26.     Caption = 'C'
  27.     ParentShowHint = False
  28.     ShowHint = True
  29.     TabOrder = 0
  30.     TabStop = False
  31.     OnClick = ButtonClick
  32.     OnMouseUp = ButtonUp
  33.   end
  34.   object B_Del: TButton
  35.     Tag = 8
  36.     Left = 32
  37.     Top = 6
  38.     Width = 25
  39.     Height = 25
  40.     Hint = 'Backspace'
  41.     Caption = '<-'
  42.     ParentShowHint = False
  43.     ShowHint = True
  44.     TabOrder = 1
  45.     TabStop = False
  46.     OnClick = ButtonClick
  47.     OnMouseUp = ButtonUp
  48.   end
  49.   object B_Sign: TButton
  50.     Tag = 95
  51.     Left = 58
  52.     Top = 6
  53.     Width = 25
  54.     Height = 25
  55.     Hint = 'Switch Sign'
  56.     Caption = '+/-'
  57.     ParentShowHint = False
  58.     ShowHint = True
  59.     TabOrder = 2
  60.     TabStop = False
  61.     OnClick = ButtonClick
  62.     OnMouseUp = ButtonUp
  63.   end
  64.   object B_Div: TButton
  65.     Tag = 47
  66.     Left = 84
  67.     Top = 6
  68.     Width = 25
  69.     Height = 25
  70.     Hint = 'Divide'
  71.     Caption = '/'
  72.     ParentShowHint = False
  73.     ShowHint = True
  74.     TabOrder = 3
  75.     TabStop = False
  76.     OnClick = ButtonClick
  77.     OnMouseUp = ButtonUp
  78.   end
  79.   object B_7: TButton
  80.     Tag = 55
  81.     Left = 6
  82.     Top = 32
  83.     Width = 25
  84.     Height = 25
  85.     Caption = '7'
  86.     TabOrder = 4
  87.     TabStop = False
  88.     OnClick = ButtonClick
  89.     OnMouseUp = ButtonUp
  90.   end
  91.   object B_8: TButton
  92.     Tag = 56
  93.     Left = 32
  94.     Top = 32
  95.     Width = 25
  96.     Height = 25
  97.     Caption = '8'
  98.     TabOrder = 5
  99.     TabStop = False
  100.     OnClick = ButtonClick
  101.     OnMouseUp = ButtonUp
  102.   end
  103.   object B_9: TButton
  104.     Tag = 57
  105.     Left = 58
  106.     Top = 32
  107.     Width = 25
  108.     Height = 25
  109.     Caption = '9'
  110.     TabOrder = 6
  111.     TabStop = False
  112.     OnClick = ButtonClick
  113.     OnMouseUp = ButtonUp
  114.   end
  115.   object B_Mult: TButton
  116.     Tag = 42
  117.     Left = 84
  118.     Top = 32
  119.     Width = 25
  120.     Height = 25
  121.     Hint = 'Multiply'
  122.     Caption = '*'
  123.     ParentShowHint = False
  124.     ShowHint = True
  125.     TabOrder = 7
  126.     TabStop = False
  127.     OnClick = ButtonClick
  128.     OnMouseUp = ButtonUp
  129.   end
  130.   object B_4: TButton
  131.     Tag = 52
  132.     Left = 6
  133.     Top = 58
  134.     Width = 25
  135.     Height = 25
  136.     Caption = '4'
  137.     TabOrder = 8
  138.     TabStop = False
  139.     OnClick = ButtonClick
  140.     OnMouseUp = ButtonUp
  141.   end
  142.   object B_5: TButton
  143.     Tag = 53
  144.     Left = 32
  145.     Top = 58
  146.     Width = 25
  147.     Height = 25
  148.     Caption = '5'
  149.     TabOrder = 9
  150.     TabStop = False
  151.     OnClick = ButtonClick
  152.     OnMouseUp = ButtonUp
  153.   end
  154.   object B_6: TButton
  155.     Tag = 54
  156.     Left = 58
  157.     Top = 58
  158.     Width = 25
  159.     Height = 25
  160.     Caption = '6'
  161.     TabOrder = 10
  162.     TabStop = False
  163.     OnClick = ButtonClick
  164.     OnMouseUp = ButtonUp
  165.   end
  166.   object B_Subt: TButton
  167.     Tag = 45
  168.     Left = 84
  169.     Top = 58
  170.     Width = 25
  171.     Height = 25
  172.     Hint = 'Subtract'
  173.     Caption = '-'
  174.     ParentShowHint = False
  175.     ShowHint = True
  176.     TabOrder = 11
  177.     TabStop = False
  178.     OnClick = ButtonClick
  179.     OnMouseUp = ButtonUp
  180.   end
  181.   object B_1: TButton
  182.     Tag = 49
  183.     Left = 6
  184.     Top = 84
  185.     Width = 25
  186.     Height = 25
  187.     Caption = '1'
  188.     TabOrder = 12
  189.     TabStop = False
  190.     OnClick = ButtonClick
  191.     OnMouseUp = ButtonUp
  192.   end
  193.   object B_2: TButton
  194.     Tag = 50
  195.     Left = 32
  196.     Top = 84
  197.     Width = 25
  198.     Height = 25
  199.     Caption = '2'
  200.     TabOrder = 13
  201.     TabStop = False
  202.     OnClick = ButtonClick
  203.     OnMouseUp = ButtonUp
  204.   end
  205.   object B_3: TButton
  206.     Tag = 51
  207.     Left = 58
  208.     Top = 84
  209.     Width = 25
  210.     Height = 25
  211.     Caption = '3'
  212.     TabOrder = 14
  213.     TabStop = False
  214.     OnClick = ButtonClick
  215.     OnMouseUp = ButtonUp
  216.   end
  217.   object B_Plus: TButton
  218.     Tag = 43
  219.     Left = 84
  220.     Top = 84
  221.     Width = 25
  222.     Height = 25
  223.     Hint = 'Add'
  224.     Caption = '+'
  225.     ParentShowHint = False
  226.     ShowHint = True
  227.     TabOrder = 15
  228.     TabStop = False
  229.     OnClick = ButtonClick
  230.     OnMouseUp = ButtonUp
  231.   end
  232.   object B_Dot: TButton
  233.     Tag = 46
  234.     Left = 6
  235.     Top = 110
  236.     Width = 25
  237.     Height = 25
  238.     Hint = 'Decimal Point'
  239.     Caption = '.'
  240.     ParentShowHint = False
  241.     ShowHint = True
  242.     TabOrder = 16
  243.     TabStop = False
  244.     OnClick = ButtonClick
  245.     OnMouseUp = ButtonUp
  246.   end
  247.   object B_0: TButton
  248.     Tag = 48
  249.     Left = 32
  250.     Top = 110
  251.     Width = 25
  252.     Height = 25
  253.     Caption = '0'
  254.     TabOrder = 17
  255.     TabStop = False
  256.     OnClick = ButtonClick
  257.     OnMouseUp = ButtonUp
  258.   end
  259.   object B_Perc: TButton
  260.     Tag = 37
  261.     Left = 58
  262.     Top = 110
  263.     Width = 25
  264.     Height = 25
  265.     Hint = 'Percent'
  266.     Caption = '%'
  267.     ParentShowHint = False
  268.     ShowHint = True
  269.     TabOrder = 18
  270.     TabStop = False
  271.     OnClick = ButtonClick
  272.     OnMouseUp = ButtonUp
  273.   end
  274.   object B_Equ: TButton
  275.     Tag = 61
  276.     Left = 84
  277.     Top = 110
  278.     Width = 25
  279.     Height = 25
  280.     Hint = 'Equals'
  281.     Caption = '='
  282.     ParentShowHint = False
  283.     ShowHint = True
  284.     TabOrder = 19
  285.     TabStop = False
  286.     OnClick = ButtonClick
  287.     OnMouseUp = ButtonUp
  288.   end
  289.   object B_OK: TBitBtn
  290.     Left = 21
  291.     Top = 143
  292.     Width = 33
  293.     Height = 27
  294.     Hint = 'Close and Update the edit field'
  295.     Default = True
  296.     ModalResult = 1
  297.     ParentShowHint = False
  298.     ShowHint = True
  299.     TabOrder = 20
  300.     Glyph.Data = {
  301.       BE060000424DBE06000000000000360400002800000024000000120000000100
  302.       0800000000008802000000000000000000000001000000000000000000000000
  303.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  304.       A600000000000000000000000000000000000000000000000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000000000000000000000
  307.       0000000000000000000000000000000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000000000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000000000000000000000000000
  311.       0000000000000000000000000000000000000000000000000000000000000000
  312.       0000000000000000000000000000000000000000000000000000000000000000
  313.       0000000000000000000000000000000000000000000000000000000000000000
  314.       0000000000000000000000000000000000000000000000000000000000000000
  315.       0000000000000000000000000000000000000000000000000000000000000000
  316.       0000000000000000000000000000000000000000000000000000000000000000
  317.       0000000000000000000000000000000000000000000000000000000000000000
  318.       0000000000000000000000000000000000000000000000000000000000000000
  319.       0000000000000000000000000000000000000000000000000000000000000000
  320.       0000000000000000000000000000000000000000000000000000000000000000
  321.       0000000000000000000000000000000000000000000000000000000000000000
  322.       0000000000000000000000000000000000000000000000000000000000000000
  323.       0000000000000000000000000000000000000000000000000000000000000000
  324.       0000000000000000000000000000000000000000000000000000000000000000
  325.       0000000000000000000000000000000000000000000000000000000000000000
  326.       0000000000000000000000000000000000000000000000000000000000000000
  327.       0000000000000000000000000000000000000000000000000000000000000000
  328.       0000000000000000000000000000000000000000000000000000000000000000
  329.       0000000000000000000000000000000000000000000000000000000000000000
  330.       0000000000000000000000000000000000000000000000000000000000000000
  331.       0000000000000000000000000000000000000000000000000000000000000000
  332.       0000000000000000000000000000000000000000000000000000000000000000
  333.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  334.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  335.       0303030303030303030303030303030303030303030303030303030303030303
  336.       03030303030303030303030303030303030303030303FF030303030303030303
  337.       03030303030303040403030303030303030303030303030303F8F8FF03030303
  338.       03030303030303030303040202040303030303030303030303030303F80303F8
  339.       FF030303030303030303030303040202020204030303030303030303030303F8
  340.       03030303F8FF0303030303030303030304020202020202040303030303030303
  341.       0303F8030303030303F8FF030303030303030304020202FA0202020204030303
  342.       0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
  343.       040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
  344.       03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
  345.       FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
  346.       0303030303030303030303FA0202020403030303030303030303030303F8FF03
  347.       03F8FF03030303030303030303030303FA020202040303030303030303030303
  348.       0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
  349.       03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
  350.       030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
  351.       0202040303030303030303030303030303F8FF03F8FF03030303030303030303
  352.       03030303FA0202030303030303030303030303030303F8FFF803030303030303
  353.       030303030303030303FA0303030303030303030303030303030303F803030303
  354.       0303030303030303030303030303030303030303030303030303030303030303
  355.       0303}
  356.     NumGlyphs = 2
  357.   end
  358.   object B_Cancel: TBitBtn
  359.     Left = 61
  360.     Top = 143
  361.     Width = 33
  362.     Height = 27
  363.     Hint = 'Close and don'#39't Update the edit field'
  364.     Cancel = True
  365.     ModalResult = 2
  366.     ParentShowHint = False
  367.     ShowHint = True
  368.     TabOrder = 21
  369.     Glyph.Data = {
  370.       BE060000424DBE06000000000000360400002800000024000000120000000100
  371.       0800000000008802000000000000000000000001000000000000000000000000
  372.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  373.       A600000000000000000000000000000000000000000000000000000000000000
  374.       0000000000000000000000000000000000000000000000000000000000000000
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       0000000000000000000000000000000000000000000000000000000000000000
  377.       0000000000000000000000000000000000000000000000000000000000000000
  378.       0000000000000000000000000000000000000000000000000000000000000000
  379.       0000000000000000000000000000000000000000000000000000000000000000
  380.       0000000000000000000000000000000000000000000000000000000000000000
  381.       0000000000000000000000000000000000000000000000000000000000000000
  382.       0000000000000000000000000000000000000000000000000000000000000000
  383.       0000000000000000000000000000000000000000000000000000000000000000
  384.       0000000000000000000000000000000000000000000000000000000000000000
  385.       0000000000000000000000000000000000000000000000000000000000000000
  386.       0000000000000000000000000000000000000000000000000000000000000000
  387.       0000000000000000000000000000000000000000000000000000000000000000
  388.       0000000000000000000000000000000000000000000000000000000000000000
  389.       0000000000000000000000000000000000000000000000000000000000000000
  390.       0000000000000000000000000000000000000000000000000000000000000000
  391.       0000000000000000000000000000000000000000000000000000000000000000
  392.       0000000000000000000000000000000000000000000000000000000000000000
  393.       0000000000000000000000000000000000000000000000000000000000000000
  394.       0000000000000000000000000000000000000000000000000000000000000000
  395.       0000000000000000000000000000000000000000000000000000000000000000
  396.       0000000000000000000000000000000000000000000000000000000000000000
  397.       0000000000000000000000000000000000000000000000000000000000000000
  398.       0000000000000000000000000000000000000000000000000000000000000000
  399.       0000000000000000000000000000000000000000000000000000000000000000
  400.       0000000000000000000000000000000000000000000000000000000000000000
  401.       0000000000000000000000000000000000000000000000000000000000000000
  402.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  403.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  404.       0303030303030303030303030303030303030303030303030303030303030303
  405.       0303F8F80303030303030303030303030303030303FF03030303030303030303
  406.       0303030303F90101F80303030303F9F80303030303030303F8F8FF0303030303
  407.       03FF03030303030303F9010101F8030303F90101F8030303030303F8FF03F8FF
  408.       030303FFF8F8FF030303030303F901010101F803F901010101F80303030303F8
  409.       FF0303F8FF03FFF80303F8FF030303030303F901010101F80101010101F80303
  410.       030303F8FF030303F8FFF803030303F8FF030303030303F90101010101010101
  411.       F803030303030303F8FF030303F803030303FFF80303030303030303F9010101
  412.       010101F8030303030303030303F8FF030303030303FFF8030303030303030303
  413.       030101010101F80303030303030303030303F8FF0303030303F8030303030303
  414.       0303030303F901010101F8030303030303030303030303F8FF030303F8030303
  415.       0303030303030303F90101010101F8030303030303030303030303F803030303
  416.       F8FF030303030303030303F9010101F8010101F803030303030303030303F803
  417.       03030303F8FF0303030303030303F9010101F803F9010101F803030303030303
  418.       03F8030303F8FF0303F8FF03030303030303F90101F8030303F9010101F80303
  419.       03030303F8FF0303F803F8FF0303F8FF03030303030303F9010303030303F901
  420.       0101030303030303F8FFFFF8030303F8FF0303F8FF0303030303030303030303
  421.       030303F901F903030303030303F8F80303030303F8FFFFFFF803030303030303
  422.       03030303030303030303030303030303030303030303030303F8F8F803030303
  423.       0303030303030303030303030303030303030303030303030303030303030303
  424.       0303}
  425.     NumGlyphs = 2
  426.   end
  427. end
  428.