home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / Chip_1998-09_cd.bin / sharewar / fmedit / Fmedit95.exe / 0 / RCDATA / TRXCALCULATORFORM / TRXCALCULATORFORM.txt < prev   
Text File  |  1998-01-18  |  14KB  |  534 lines

  1. object rxCalculatorForm: TrxCalculatorForm
  2.   Left = 366
  3.   Top = 195
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Calculator'
  7.   ClientHeight = 159
  8.   ClientWidth = 242
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   KeyPreview = True
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   TextHeight = 13
  20.   object MainPanel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 242
  24.     Height = 159
  25.     Align = alClient
  26.     BevelOuter = bvLowered
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentColor = True
  32.     ParentFont = False
  33.     PopupMenu = PopupMenu
  34.     TabOrder = 0
  35.     object ButtonBack: TRxSpeedButton
  36.       Tag = 20
  37.       Left = 146
  38.       Top = 34
  39.       Width = 44
  40.       Height = 22
  41.       Caption = 'Back'
  42.       Font.Color = clMaroon
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.       ParentShowHint = False
  48.       Style = bsNew
  49.       OnClick = ButtonBackClick
  50.     end
  51.     object ButtonC: TRxSpeedButton
  52.       Tag = 21
  53.       Left = 192
  54.       Top = 34
  55.       Width = 44
  56.       Height = 22
  57.       Caption = 'C'
  58.       Font.Color = clMaroon
  59.       Font.Height = -11
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = [fsBold]
  62.       ParentFont = False
  63.       ParentShowHint = False
  64.       Style = bsNew
  65.       OnClick = ButtonCClick
  66.     end
  67.     object ButtonMC: TRxSpeedButton
  68.       Tag = -1
  69.       Left = 6
  70.       Top = 60
  71.       Width = 36
  72.       Height = 22
  73.       Caption = 'MC'
  74.       Font.Color = clNavy
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.       ParentShowHint = False
  80.       Style = bsNew
  81.       OnClick = ButtonMCClick
  82.     end
  83.     object ButtonMR: TRxSpeedButton
  84.       Tag = -1
  85.       Left = 6
  86.       Top = 84
  87.       Width = 36
  88.       Height = 22
  89.       Caption = 'MR'
  90.       Font.Color = clNavy
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = [fsBold]
  94.       ParentFont = False
  95.       ParentShowHint = False
  96.       Style = bsNew
  97.       OnClick = ButtonMRClick
  98.     end
  99.     object ButtonMS: TRxSpeedButton
  100.       Tag = -1
  101.       Left = 6
  102.       Top = 108
  103.       Width = 36
  104.       Height = 22
  105.       Caption = 'MS'
  106.       Font.Color = clNavy
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = [fsBold]
  110.       ParentFont = False
  111.       ParentShowHint = False
  112.       Style = bsNew
  113.       OnClick = ButtonMSClick
  114.     end
  115.     object ButtonMP: TRxSpeedButton
  116.       Tag = -1
  117.       Left = 6
  118.       Top = 132
  119.       Width = 36
  120.       Height = 22
  121.       Caption = 'M+'
  122.       Font.Color = clNavy
  123.       Font.Height = -11
  124.       Font.Name = 'MS Sans Serif'
  125.       Font.Style = [fsBold]
  126.       ParentFont = False
  127.       ParentShowHint = False
  128.       Style = bsNew
  129.       OnClick = ButtonMPClick
  130.     end
  131.     object Button7: TRxSpeedButton
  132.       Tag = 7
  133.       Left = 48
  134.       Top = 60
  135.       Width = 36
  136.       Height = 22
  137.       Caption = '7'
  138.       ParentShowHint = False
  139.       Style = bsNew
  140.       OnClick = NumButtonClick
  141.     end
  142.     object Button4: TRxSpeedButton
  143.       Tag = 4
  144.       Left = 48
  145.       Top = 84
  146.       Width = 36
  147.       Height = 22
  148.       Caption = '4'
  149.       ParentShowHint = False
  150.       Style = bsNew
  151.       OnClick = NumButtonClick
  152.     end
  153.     object Button1: TRxSpeedButton
  154.       Tag = 1
  155.       Left = 48
  156.       Top = 108
  157.       Width = 36
  158.       Height = 22
  159.       Caption = '1'
  160.       ParentShowHint = False
  161.       Style = bsNew
  162.       OnClick = NumButtonClick
  163.     end
  164.     object Button0: TRxSpeedButton
  165.       Left = 48
  166.       Top = 132
  167.       Width = 36
  168.       Height = 22
  169.       Caption = '0'
  170.       ParentShowHint = False
  171.       Style = bsNew
  172.       OnClick = NumButtonClick
  173.     end
  174.     object Button8: TRxSpeedButton
  175.       Tag = 8
  176.       Left = 86
  177.       Top = 60
  178.       Width = 36
  179.       Height = 22
  180.       Caption = '8'
  181.       ParentShowHint = False
  182.       Style = bsNew
  183.       OnClick = NumButtonClick
  184.     end
  185.     object Button5: TRxSpeedButton
  186.       Tag = 5
  187.       Left = 86
  188.       Top = 84
  189.       Width = 36
  190.       Height = 22
  191.       Caption = '5'
  192.       ParentShowHint = False
  193.       Style = bsNew
  194.       OnClick = NumButtonClick
  195.     end
  196.     object Button2: TRxSpeedButton
  197.       Tag = 2
  198.       Left = 86
  199.       Top = 108
  200.       Width = 36
  201.       Height = 22
  202.       Caption = '2'
  203.       ParentShowHint = False
  204.       Style = bsNew
  205.       OnClick = NumButtonClick
  206.     end
  207.     object ButtonPM: TRxSpeedButton
  208.       Tag = 10
  209.       Left = 86
  210.       Top = 132
  211.       Width = 36
  212.       Height = 22
  213.       Glyph.Data = {
  214.         F6000000424DF600000000000000760000002800000010000000100000000100
  215.         0400000000008000000000000000000000000000000000000000000000000000
  216.         80000080000000808000800000008000800080800000C0C0C000808080000000
  217.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  218.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFF00000000
  219.         FFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFF00FFFFFFFFFFFFFF00FFF
  220.         FFFFFFFF00000000FFFFFFFF00000000FFFFFFFFFFF00FFFFFFFFFFFFFF00FFF
  221.         FFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  222.       ParentShowHint = False
  223.       Style = bsNew
  224.       OnClick = ButtonPMClick
  225.     end
  226.     object Button9: TRxSpeedButton
  227.       Tag = 9
  228.       Left = 124
  229.       Top = 60
  230.       Width = 36
  231.       Height = 22
  232.       Caption = '9'
  233.       ParentShowHint = False
  234.       Style = bsNew
  235.       OnClick = NumButtonClick
  236.     end
  237.     object Button6: TRxSpeedButton
  238.       Tag = 6
  239.       Left = 124
  240.       Top = 84
  241.       Width = 36
  242.       Height = 22
  243.       Caption = '6'
  244.       ParentShowHint = False
  245.       Style = bsNew
  246.       OnClick = NumButtonClick
  247.     end
  248.     object Button3: TRxSpeedButton
  249.       Tag = 3
  250.       Left = 124
  251.       Top = 108
  252.       Width = 36
  253.       Height = 22
  254.       Caption = '3'
  255.       ParentShowHint = False
  256.       Style = bsNew
  257.       OnClick = NumButtonClick
  258.     end
  259.     object ButtonPnt: TRxSpeedButton
  260.       Tag = 11
  261.       Left = 124
  262.       Top = 132
  263.       Width = 36
  264.       Height = 22
  265.       Caption = ','
  266.       ParentShowHint = False
  267.       Style = bsNew
  268.       OnClick = ButtonPntClick
  269.     end
  270.     object ButtonDiv: TRxSpeedButton
  271.       Tag = 12
  272.       Left = 162
  273.       Top = 60
  274.       Width = 36
  275.       Height = 22
  276.       Caption = '/'
  277.       Font.Color = clPurple
  278.       Font.Height = -11
  279.       Font.Name = 'MS Sans Serif'
  280.       Font.Style = [fsBold]
  281.       ParentFont = False
  282.       ParentShowHint = False
  283.       Style = bsNew
  284.       OnClick = ButtonDivClick
  285.     end
  286.     object ButtonMul: TRxSpeedButton
  287.       Tag = 13
  288.       Left = 162
  289.       Top = 84
  290.       Width = 36
  291.       Height = 22
  292.       Font.Color = clPurple
  293.       Font.Height = -11
  294.       Font.Name = 'MS Sans Serif'
  295.       Font.Style = [fsBold]
  296.       Glyph.Data = {
  297.         BE000000424DBE00000000000000760000002800000009000000090000000100
  298.         0400000000004800000000000000000000000000000000000000000000000000
  299.         80000080000000808000800000008000800080800000C0C0C000808080000000
  300.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFF000
  301.         0000F55FFF55F0000000F555F555F0000000FF55555FF0000000FFF555FFF000
  302.         0000FF55555FF0000000F555F555F0000000F55FFF55F0000000FFFFFFFFF000
  303.         0000}
  304.       ParentFont = False
  305.       ParentShowHint = False
  306.       Style = bsNew
  307.       OnClick = ButtonMulClick
  308.     end
  309.     object ButtonSub: TRxSpeedButton
  310.       Tag = 14
  311.       Left = 162
  312.       Top = 108
  313.       Width = 36
  314.       Height = 22
  315.       Font.Color = clPurple
  316.       Font.Height = -16
  317.       Font.Name = 'MS Sans Serif'
  318.       Font.Style = [fsBold]
  319.       Glyph.Data = {
  320.         86000000424D8600000000000000760000002800000008000000040000000100
  321.         0400000000001000000000000000000000000000000000000000000000000000
  322.         80000080000000808000800000008000800080800000C0C0C000808080000000
  323.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFF5555
  324.         555555555555FFFFFFFF}
  325.       ParentFont = False
  326.       ParentShowHint = False
  327.       Style = bsNew
  328.       OnClick = ButtonSubClick
  329.     end
  330.     object ButtonAdd: TRxSpeedButton
  331.       Tag = 15
  332.       Left = 162
  333.       Top = 132
  334.       Width = 36
  335.       Height = 22
  336.       Font.Color = clPurple
  337.       Font.Height = -16
  338.       Font.Name = 'MS Sans Serif'
  339.       Font.Style = [fsBold]
  340.       Glyph.Data = {
  341.         96000000424D9600000000000000760000002800000008000000080000000100
  342.         0400000000002000000000000000000000000000000000000000000000000000
  343.         80000080000000808000800000008000800080800000C0C0C000808080000000
  344.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF55FFFFFF5
  345.         5FFFFFF55FFF5555555555555555FFF55FFFFFF55FFFFFF55FFF}
  346.       ParentFont = False
  347.       ParentShowHint = False
  348.       Style = bsNew
  349.       OnClick = ButtonAddClick
  350.     end
  351.     object ButtonSqrt: TRxSpeedButton
  352.       Tag = 16
  353.       Left = 200
  354.       Top = 60
  355.       Width = 36
  356.       Height = 22
  357.       Caption = 'sqrt'
  358.       Font.Color = clNavy
  359.       Font.Height = -11
  360.       Font.Name = 'MS Sans Serif'
  361.       Font.Style = [fsBold]
  362.       ParentFont = False
  363.       ParentShowHint = False
  364.       Style = bsNew
  365.       OnClick = ButtonSqrtClick
  366.     end
  367.     object ButtonPercent: TRxSpeedButton
  368.       Tag = 17
  369.       Left = 200
  370.       Top = 84
  371.       Width = 36
  372.       Height = 22
  373.       Caption = '%'
  374.       Font.Color = clNavy
  375.       Font.Height = -11
  376.       Font.Name = 'MS Sans Serif'
  377.       Font.Style = [fsBold]
  378.       ParentFont = False
  379.       ParentShowHint = False
  380.       Style = bsNew
  381.       OnClick = ButtonPercentClick
  382.     end
  383.     object ButtonRev: TRxSpeedButton
  384.       Tag = 18
  385.       Left = 200
  386.       Top = 108
  387.       Width = 36
  388.       Height = 22
  389.       Caption = '1/x'
  390.       Font.Color = clNavy
  391.       Font.Height = -11
  392.       Font.Name = 'MS Sans Serif'
  393.       Font.Style = [fsBold]
  394.       ParentFont = False
  395.       ParentShowHint = False
  396.       Style = bsNew
  397.       OnClick = ButtonRevClick
  398.     end
  399.     object ButtonResult: TRxSpeedButton
  400.       Tag = 19
  401.       Left = 200
  402.       Top = 132
  403.       Width = 36
  404.       Height = 22
  405.       Caption = '='
  406.       Font.Color = clPurple
  407.       Font.Height = -13
  408.       Font.Name = 'MS Sans Serif'
  409.       Font.Style = [fsBold]
  410.       ParentFont = False
  411.       ParentShowHint = False
  412.       Style = bsNew
  413.       OnClick = ButtonResultClick
  414.     end
  415.     object OkButton: TRxSpeedButton
  416.       Tag = -1
  417.       Left = 48
  418.       Top = 34
  419.       Width = 36
  420.       Height = 22
  421.       Glyph.Data = {
  422.         46010000424D460100000000000076000000280000001C0000000D0000000100
  423.         040000000000D000000000000000000000000000000000000000000000000000
  424.         80000080000000808000800000008000800080800000C0C0C000808080000000
  425.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  426.         DDDDDDDDDDDDDDDD0000DDDDDDDDDDDDDDDDDDFDDDDDDDDD0000DDDD0DDDDDDD
  427.         DDDDDFDFDDDDDDDD0000DDD000DDDDDDDDDDFDDDFDDDDDDD0000DD00000DDDDD
  428.         DDDFDDDDDFDDDDDD0000D000D000DDDDDD8DDDDDDDFDDDDD0000D00DDD000DDD
  429.         DD8DDDF8DDDFDDDD0000DDDDDDD000DDDDD888DD8DDDFDDD0000DDDDDDDD000D
  430.         DDDDDDDDD8DDDFDD0000DDDDDDDDD000DDDDDDDDDD8DDDFD0000DDDDDDDDDD00
  431.         DDDDDDDDDDD8DD8D0000DDDDDDDDDDDDDDDDDDDDDDDD88DD0000DDDDDDDDDDDD
  432.         DDDDDDDDDDDDDDDD0000}
  433.       NumGlyphs = 2
  434.       ParentShowHint = False
  435.       Style = bsNew
  436.       OnClick = OkButtonClick
  437.     end
  438.     object CancelButton: TRxSpeedButton
  439.       Tag = -1
  440.       Left = 86
  441.       Top = 34
  442.       Width = 36
  443.       Height = 22
  444.       Glyph.Data = {
  445.         46010000424D460100000000000076000000280000001C0000000D0000000100
  446.         040000000000D000000000000000000000000000000000000000000000000000
  447.         80000080000000808000800000008000800080800000C0C0C000808080000000
  448.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  449.         DDDDDDDDDDDDDDDD0000DDDDDDDDDDDDDDDDDFFDDDDDFFDD0000DDD00DDDDD00
  450.         DDDD8DDFDDD8DDFD0000DDD000DDD000DDDD8DDDFD8DDDFD0000DDDD000D000D
  451.         DDDDD8DDD8DDDFDD0000DDDDD00000DDDDDDDD8DDDDDFDDD0000DDDDDD000DDD
  452.         DDDDDDD8DDDFDDDD0000DDDDD00000DDDDDDDD8DDDDDFDDD0000DDDD000D000D
  453.         DDDDD8DDD8DDDFDD0000DDD000DDD000DDDD8DDDFD8DDDFD0000DDD00DDDDD00
  454.         DDDD8DDFDDD8DDFD0000DDDDDDDDDDDDDDDDD88DDDDD88DD0000DDDDDDDDDDDD
  455.         DDDDDDDDDDDDDDDD0000}
  456.       NumGlyphs = 2
  457.       ParentShowHint = False
  458.       Style = bsNew
  459.       OnClick = CancelButtonClick
  460.     end
  461.     object MemoryPanel: TPanel
  462.       Left = 7
  463.       Top = 35
  464.       Width = 34
  465.       Height = 20
  466.       BevelInner = bvLowered
  467.       BevelOuter = bvNone
  468.       ParentColor = True
  469.       TabOrder = 0
  470.       object MemoryLabel: TLabel
  471.         Left = 4
  472.         Top = 3
  473.         Width = 26
  474.         Height = 14
  475.         Alignment = taCenter
  476.         AutoSize = False
  477.         Font.Color = clBlack
  478.         Font.Height = -11
  479.         Font.Name = 'MS Sans Serif'
  480.         Font.Style = []
  481.         ParentFont = False
  482.       end
  483.     end
  484.     object DisplayPanel: TPanel
  485.       Left = 6
  486.       Top = 6
  487.       Width = 230
  488.       Height = 23
  489.       BevelOuter = bvLowered
  490.       Color = clWindow
  491.       Ctl3D = False
  492.       ParentCtl3D = False
  493.       TabOrder = 1
  494.       object LabelPanel: TPanel
  495.         Left = 1
  496.         Top = 1
  497.         Width = 228
  498.         Height = 21
  499.         Align = alClient
  500.         BevelOuter = bvNone
  501.         BorderStyle = bsSingle
  502.         Ctl3D = False
  503.         ParentColor = True
  504.         ParentCtl3D = False
  505.         TabOrder = 0
  506.         object DisplayLabel: TLabel
  507.           Left = 5
  508.           Top = 2
  509.           Width = 217
  510.           Height = 15
  511.           Alignment = taRightJustify
  512.           AutoSize = False
  513.           Caption = '0'
  514.         end
  515.       end
  516.     end
  517.   end
  518.   object PopupMenu: TPopupMenu
  519.     OnPopup = PopupMenuPopup
  520.     Left = 16
  521.     Top = 4
  522.     object CopyItem: TMenuItem
  523.       Caption = '&Copy'
  524.       OnClick = CopyItemClick
  525.       ShortCutText = 'Ctrl+Ins'
  526.     end
  527.     object PasteItem: TMenuItem
  528.       Caption = '&Paste'
  529.       OnClick = PasteItemClick
  530.       ShortCutText = 'Shift+Ins'
  531.     end
  532.   end
  533. end
  534.