home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / Globy / _SETUP.1 / Sazeni3D.exe / 0 / RCDATA / TCALC / TCALC.txt
Text File  |  1994-11-07  |  11KB  |  530 lines

  1. object Calc: TCalc
  2.   Left = 200
  3.   Top = 104
  4.   HelpContext = 99
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Kalkula∩┐╜ka'
  8.   ClientHeight = 182
  9.   ClientWidth = 367
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Shape1: TShape
  21.     Left = 19
  22.     Top = 8
  23.     Width = 287
  24.     Height = 22
  25.   end
  26.   object L: TLabel
  27.     Left = 21
  28.     Top = 11
  29.     Width = 281
  30.     Height = 16
  31.     Alignment = taRightJustify
  32.     AutoSize = False
  33.     Caption = '0'
  34.     Color = clWhite
  35.     Font.Color = clBlack
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentColor = False
  40.     ParentFont = False
  41.   end
  42.   object Label1: TLabel
  43.     Left = 5
  44.     Top = 12
  45.     Width = 11
  46.     Height = 13
  47.     Caption = 'M'
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object BitBtn1: TBitBtn
  55.     Left = 20
  56.     Top = 42
  57.     Width = 29
  58.     Height = 25
  59.     Caption = '1'
  60.     Font.Color = clBlack
  61.     Font.Height = -13
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.     TabOrder = 0
  66.     TabStop = False
  67.     OnClick = BitBtn1Click
  68.   end
  69.   object BitBtn4: TBitBtn
  70.     Left = 20
  71.     Top = 77
  72.     Width = 29
  73.     Height = 25
  74.     Caption = '4'
  75.     Font.Color = clBlack
  76.     Font.Height = -13
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.     TabOrder = 3
  81.     TabStop = False
  82.     OnClick = BitBtn4Click
  83.   end
  84.   object BitBtn7: TBitBtn
  85.     Left = 20
  86.     Top = 111
  87.     Width = 29
  88.     Height = 25
  89.     Caption = '7'
  90.     Font.Color = clBlack
  91.     Font.Height = -13
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = [fsBold]
  94.     ParentFont = False
  95.     TabOrder = 6
  96.     TabStop = False
  97.     OnClick = BitBtn7Click
  98.   end
  99.   object BitBtn10: TBitBtn
  100.     Left = 20
  101.     Top = 146
  102.     Width = 29
  103.     Height = 25
  104.     Caption = '0'
  105.     Font.Color = clBlack
  106.     Font.Height = -13
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = [fsBold]
  109.     ParentFont = False
  110.     TabOrder = 9
  111.     TabStop = False
  112.     OnClick = BitBtn10Click
  113.   end
  114.   object BitBtn8: TBitBtn
  115.     Left = 61
  116.     Top = 111
  117.     Width = 29
  118.     Height = 25
  119.     Caption = '8'
  120.     Font.Color = clBlack
  121.     Font.Height = -13
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = [fsBold]
  124.     ParentFont = False
  125.     TabOrder = 7
  126.     TabStop = False
  127.     OnClick = BitBtn8Click
  128.   end
  129.   object BitBtn9: TBitBtn
  130.     Left = 101
  131.     Top = 111
  132.     Width = 29
  133.     Height = 25
  134.     Caption = '9'
  135.     Font.Color = clBlack
  136.     Font.Height = -13
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = [fsBold]
  139.     ParentFont = False
  140.     TabOrder = 8
  141.     TabStop = False
  142.     OnClick = BitBtn9Click
  143.   end
  144.   object BitBtn6: TBitBtn
  145.     Left = 101
  146.     Top = 77
  147.     Width = 29
  148.     Height = 25
  149.     Caption = '6'
  150.     Font.Color = clBlack
  151.     Font.Height = -13
  152.     Font.Name = 'MS Sans Serif'
  153.     Font.Style = [fsBold]
  154.     ParentFont = False
  155.     TabOrder = 5
  156.     TabStop = False
  157.     OnClick = BitBtn6Click
  158.   end
  159.   object BitBtn5: TBitBtn
  160.     Left = 61
  161.     Top = 77
  162.     Width = 29
  163.     Height = 25
  164.     Caption = '5'
  165.     Font.Color = clBlack
  166.     Font.Height = -13
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = [fsBold]
  169.     ParentFont = False
  170.     TabOrder = 4
  171.     TabStop = False
  172.     OnClick = BitBtn5Click
  173.   end
  174.   object BitBtn2: TBitBtn
  175.     Left = 60
  176.     Top = 42
  177.     Width = 29
  178.     Height = 25
  179.     Caption = '2'
  180.     Font.Color = clBlack
  181.     Font.Height = -13
  182.     Font.Name = 'MS Sans Serif'
  183.     Font.Style = [fsBold]
  184.     ParentFont = False
  185.     TabOrder = 1
  186.     TabStop = False
  187.     OnClick = BitBtn2Click
  188.   end
  189.   object BitBtn3: TBitBtn
  190.     Left = 101
  191.     Top = 42
  192.     Width = 29
  193.     Height = 25
  194.     Caption = '3'
  195.     Font.Color = clBlack
  196.     Font.Height = -13
  197.     Font.Name = 'MS Sans Serif'
  198.     Font.Style = [fsBold]
  199.     ParentFont = False
  200.     TabOrder = 2
  201.     TabStop = False
  202.     OnClick = BitBtn3Click
  203.   end
  204.   object BitBtn11: TBitBtn
  205.     Left = 181
  206.     Top = 42
  207.     Width = 29
  208.     Height = 25
  209.     Caption = '&M+'
  210.     Font.Color = clRed
  211.     Font.Height = -11
  212.     Font.Name = 'MS Sans Serif'
  213.     Font.Style = [fsBold]
  214.     ParentFont = False
  215.     TabOrder = 16
  216.     TabStop = False
  217.     OnClick = BitBtn11Click
  218.   end
  219.   object BitBtn12: TBitBtn
  220.     Left = 222
  221.     Top = 42
  222.     Width = 29
  223.     Height = 25
  224.     Caption = 'M-'
  225.     Font.Color = clRed
  226.     Font.Height = -11
  227.     Font.Name = 'MS Sans Serif'
  228.     Font.Style = [fsBold]
  229.     ParentFont = False
  230.     TabOrder = 18
  231.     TabStop = False
  232.     OnClick = BitBtn12Click
  233.   end
  234.   object BitBtn13: TBitBtn
  235.     Left = 181
  236.     Top = 77
  237.     Width = 29
  238.     Height = 25
  239.     Caption = 'M&R'
  240.     Font.Color = clRed
  241.     Font.Height = -11
  242.     Font.Name = 'MS Sans Serif'
  243.     Font.Style = [fsBold]
  244.     ParentFont = False
  245.     TabOrder = 17
  246.     TabStop = False
  247.     OnClick = BitBtn13Click
  248.   end
  249.   object BitBtn14: TBitBtn
  250.     Left = 222
  251.     Top = 77
  252.     Width = 29
  253.     Height = 25
  254.     Caption = 'MC'
  255.     Font.Color = clRed
  256.     Font.Height = -11
  257.     Font.Name = 'MS Sans Serif'
  258.     Font.Style = [fsBold]
  259.     ParentFont = False
  260.     TabOrder = 19
  261.     TabStop = False
  262.     OnClick = BitBtn14Click
  263.   end
  264.   object BitBtn15: TBitBtn
  265.     Left = 61
  266.     Top = 146
  267.     Width = 29
  268.     Height = 25
  269.     Caption = '+/-'
  270.     Font.Color = clBlack
  271.     Font.Height = -13
  272.     Font.Name = 'MS Sans Serif'
  273.     Font.Style = [fsBold]
  274.     ParentFont = False
  275.     TabOrder = 10
  276.     TabStop = False
  277.     OnClick = BitBtn15Click
  278.   end
  279.   object BitBtn16: TBitBtn
  280.     Left = 102
  281.     Top = 146
  282.     Width = 29
  283.     Height = 25
  284.     Caption = ','
  285.     Font.Color = clBlack
  286.     Font.Height = -13
  287.     Font.Name = 'MS Sans Serif'
  288.     Font.Style = [fsBold]
  289.     ParentFont = False
  290.     TabOrder = 11
  291.     TabStop = False
  292.     OnClick = BitBtn16Click
  293.   end
  294.   object BitBtn17: TBitBtn
  295.     Left = 141
  296.     Top = 42
  297.     Width = 29
  298.     Height = 25
  299.     Caption = '/'
  300.     Font.Color = clBlue
  301.     Font.Height = -11
  302.     Font.Name = 'MS Sans Serif'
  303.     Font.Style = [fsBold]
  304.     ParentFont = False
  305.     TabOrder = 12
  306.     TabStop = False
  307.     OnClick = BitBtn17Click
  308.   end
  309.   object BitBtn18: TBitBtn
  310.     Left = 142
  311.     Top = 77
  312.     Width = 29
  313.     Height = 25
  314.     Caption = 'X'
  315.     Font.Color = clBlue
  316.     Font.Height = -11
  317.     Font.Name = 'MS Sans Serif'
  318.     Font.Style = [fsBold]
  319.     ParentFont = False
  320.     TabOrder = 13
  321.     TabStop = False
  322.     OnClick = BitBtn18Click
  323.   end
  324.   object BitBtn19: TBitBtn
  325.     Left = 142
  326.     Top = 111
  327.     Width = 29
  328.     Height = 25
  329.     Caption = '-'
  330.     Font.Color = clBlue
  331.     Font.Height = -13
  332.     Font.Name = 'MS Sans Serif'
  333.     Font.Style = [fsBold]
  334.     ParentFont = False
  335.     TabOrder = 14
  336.     TabStop = False
  337.     OnClick = BitBtn19Click
  338.   end
  339.   object BitBtn20: TBitBtn
  340.     Left = 143
  341.     Top = 146
  342.     Width = 29
  343.     Height = 25
  344.     Caption = '+'
  345.     Font.Color = clBlue
  346.     Font.Height = -16
  347.     Font.Name = 'MS Sans Serif'
  348.     Font.Style = [fsBold]
  349.     ParentFont = False
  350.     TabOrder = 15
  351.     TabStop = False
  352.     OnClick = BitBtn20Click
  353.   end
  354.   object BitBtn21: TBitBtn
  355.     Left = 181
  356.     Top = 146
  357.     Width = 71
  358.     Height = 25
  359.     Caption = '='
  360.     Default = True
  361.     Font.Color = clBlack
  362.     Font.Height = -19
  363.     Font.Name = 'MS Sans Serif'
  364.     Font.Style = [fsBold]
  365.     ParentFont = False
  366.     TabOrder = 22
  367.     TabStop = False
  368.     OnClick = BitBtn21Click
  369.     OnKeyDown = BitBtn21KeyDown
  370.   end
  371.   object BitBtn22: TBitBtn
  372.     Left = 181
  373.     Top = 111
  374.     Width = 35
  375.     Height = 25
  376.     Caption = '&X->M'
  377.     Font.Color = clRed
  378.     Font.Height = -11
  379.     Font.Name = 'MS Sans Serif'
  380.     Font.Style = [fsBold]
  381.     ParentFont = False
  382.     TabOrder = 20
  383.     TabStop = False
  384.     OnClick = BitBtn22Click
  385.   end
  386.   object BitBtn23: TBitBtn
  387.     Left = 318
  388.     Top = 145
  389.     Width = 41
  390.     Height = 25
  391.     Caption = '&C'
  392.     Font.Color = clRed
  393.     Font.Height = -16
  394.     Font.Name = 'MS Sans Serif'
  395.     Font.Style = [fsBold]
  396.     ParentFont = False
  397.     TabOrder = 29
  398.     TabStop = False
  399.     OnClick = BitBtn23Click
  400.   end
  401.   object BitBtn24: TBitBtn
  402.     Left = 263
  403.     Top = 42
  404.     Width = 42
  405.     Height = 25
  406.     Font.Color = clBlack
  407.     Font.Height = -11
  408.     Font.Name = 'MS Sans Serif'
  409.     Font.Style = [fsBold]
  410.     ParentFont = False
  411.     TabOrder = 23
  412.     TabStop = False
  413.     OnClick = BitBtn24Click
  414.     Glyph.Data = {
  415.       7E000000424D7E000000000000003E0000002800000011000000100000000100
  416.       010000000000400000000000000000000000020000000200000000000000FFFF
  417.       FF00FFFF8000FFFF8000FFFF8000FFFF8000E73F8000F27F8000F8FF8000F8FF
  418.       8000F8FF8000F2638000E72F8000FFE38000FFFB8000FFE38000FFFF8000FFFF
  419.       8000}
  420.   end
  421.   object BitBtn25: TBitBtn
  422.     Left = 263
  423.     Top = 77
  424.     Width = 42
  425.     Height = 25
  426.     Font.Color = clBlack
  427.     Font.Height = -11
  428.     Font.Name = 'MS Sans Serif'
  429.     Font.Style = [fsBold]
  430.     ParentFont = False
  431.     TabOrder = 24
  432.     TabStop = False
  433.     OnClick = BitBtn25Click
  434.     Glyph.Data = {
  435.       7E000000424D7E000000000000003E0000002800000011000000100000000100
  436.       010000000000400000000000000000000000020000000200000000000000FFFF
  437.       FF00FFFF8000FFFF8000FFFF8000F3938000F3938000E1C78000E1C78000CC93
  438.       8000CC938000CCFF80009CFF80009E008000FE008000FFFF8000FFFF8000FFFF
  439.       8000}
  440.   end
  441.   object BitBtn26: TBitBtn
  442.     Left = 224
  443.     Top = 111
  444.     Width = 27
  445.     Height = 25
  446.     Caption = '&Pi'
  447.     Font.Color = clBlack
  448.     Font.Height = -11
  449.     Font.Name = 'System'
  450.     Font.Style = [fsBold]
  451.     ParentFont = False
  452.     TabOrder = 21
  453.     TabStop = False
  454.     OnClick = BitBtn26Click
  455.   end
  456.   object BitBtn27: TBitBtn
  457.     Left = 318
  458.     Top = 7
  459.     Width = 38
  460.     Height = 25
  461.     Caption = '<--'
  462.     Font.Color = clBlack
  463.     Font.Height = -13
  464.     Font.Name = 'MS Sans Serif'
  465.     Font.Style = [fsBold]
  466.     ParentFont = False
  467.     TabOrder = 27
  468.     TabStop = False
  469.     OnClick = BitBtn27Click
  470.   end
  471.   object BitBtn28: TBitBtn
  472.     Left = 263
  473.     Top = 111
  474.     Width = 41
  475.     Height = 25
  476.     Caption = 'Com&b'
  477.     Font.Color = clBlack
  478.     Font.Height = -11
  479.     Font.Name = 'MS Sans Serif'
  480.     Font.Style = [fsBold]
  481.     ParentFont = False
  482.     TabOrder = 25
  483.     TabStop = False
  484.     OnClick = BitBtn28Click
  485.   end
  486.   object BitBtn29: TBitBtn
  487.     Left = 318
  488.     Top = 42
  489.     Width = 38
  490.     Height = 25
  491.     Caption = 'Rnd'
  492.     Font.Color = clBlack
  493.     Font.Height = -11
  494.     Font.Name = 'MS Sans Serif'
  495.     Font.Style = [fsBold]
  496.     ParentFont = False
  497.     TabOrder = 28
  498.     TabStop = False
  499.     OnClick = BitBtn29Click
  500.   end
  501.   object BitBtn30: TBitBtn
  502.     Left = 263
  503.     Top = 145
  504.     Width = 41
  505.     Height = 25
  506.     Caption = 'CE'
  507.     Font.Color = clRed
  508.     Font.Height = -13
  509.     Font.Name = 'MS Sans Serif'
  510.     Font.Style = [fsBold]
  511.     ParentFont = False
  512.     TabOrder = 26
  513.     TabStop = False
  514.     OnClick = BitBtn30Click
  515.   end
  516.   object MSOfficeCaption1: TMSOfficeCaption
  517.     AppNameText.FontKind = fkSystemB
  518.     AppNameText.Visible = True
  519.     CaptionText.Caption = 'Kalkula∩┐╜ka'
  520.     CaptionText.ColorActive = clYellow
  521.     CaptionText.ColorInactive = clGray
  522.     CaptionText.FontKind = fkSystem
  523.     CaptionText.Visible = True
  524.     CompanyText.FontKind = fkSystemBI
  525.     CompanyText.Visible = True
  526.     Left = 328
  527.     Top = 80
  528.   end
  529. end
  530.