home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D3 / EDTOOL.ZIP / PVLCEDIT.DFM / PVLCEDIT.txt
Text File  |  1997-04-07  |  8KB  |  374 lines

  1. object FrmVisCalcEdit: TFrmVisCalcEdit
  2.   Left = 267
  3.   Top = 165
  4.   ActiveControl = Panel1
  5.   BorderStyle = bsNone
  6.   Caption = 'FrmVisCalcEdit'
  7.   ClientHeight = 72
  8.   ClientWidth = 120
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   OnClose = FormClose
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 120
  24.     Height = 72
  25.     Cursor = crArrow
  26.     Align = alClient
  27.     TabOrder = 0
  28.     object b1: TSpeedButton
  29.       Tag = 1
  30.       Left = 4
  31.       Top = 4
  32.       Width = 17
  33.       Height = 17
  34.       Cursor = crArrow
  35.       Caption = '1'
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'Arial'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       OnClick = b1Click
  42.     end
  43.     object b2: TSpeedButton
  44.       Tag = 2
  45.       Left = 20
  46.       Top = 4
  47.       Width = 17
  48.       Height = 17
  49.       Cursor = crArrow
  50.       Caption = '2'
  51.       Font.Color = clBlack
  52.       Font.Height = -11
  53.       Font.Name = 'Arial'
  54.       Font.Style = []
  55.       ParentFont = False
  56.       OnClick = b1Click
  57.     end
  58.     object b3: TSpeedButton
  59.       Tag = 3
  60.       Left = 36
  61.       Top = 4
  62.       Width = 17
  63.       Height = 17
  64.       Cursor = crArrow
  65.       Caption = '3'
  66.       Font.Color = clBlack
  67.       Font.Height = -11
  68.       Font.Name = 'Arial'
  69.       Font.Style = []
  70.       ParentFont = False
  71.       OnClick = b1Click
  72.     end
  73.     object bp: TSpeedButton
  74.       Tag = 15
  75.       Left = 52
  76.       Top = 4
  77.       Width = 17
  78.       Height = 17
  79.       Cursor = crArrow
  80.       Caption = '+'
  81.       Font.Color = clBlack
  82.       Font.Height = -11
  83.       Font.Name = 'Arial'
  84.       Font.Style = []
  85.       ParentFont = False
  86.       OnClick = b1Click
  87.     end
  88.     object bC: TSpeedButton
  89.       Tag = 16
  90.       Left = 68
  91.       Top = 4
  92.       Width = 17
  93.       Height = 17
  94.       Cursor = crArrow
  95.       Caption = 'C'
  96.       Font.Color = clBlack
  97.       Font.Height = -11
  98.       Font.Name = 'Arial'
  99.       Font.Style = []
  100.       ParentFont = False
  101.       OnClick = b1Click
  102.     end
  103.     object b4: TSpeedButton
  104.       Tag = 4
  105.       Left = 4
  106.       Top = 20
  107.       Width = 17
  108.       Height = 17
  109.       Cursor = crArrow
  110.       Caption = '4'
  111.       Font.Color = clBlack
  112.       Font.Height = -11
  113.       Font.Name = 'Arial'
  114.       Font.Style = []
  115.       ParentFont = False
  116.       OnClick = b1Click
  117.     end
  118.     object b5: TSpeedButton
  119.       Tag = 5
  120.       Left = 20
  121.       Top = 20
  122.       Width = 17
  123.       Height = 17
  124.       Cursor = crArrow
  125.       Caption = '5'
  126.       Font.Color = clBlack
  127.       Font.Height = -11
  128.       Font.Name = 'Arial'
  129.       Font.Style = []
  130.       ParentFont = False
  131.       OnClick = b1Click
  132.     end
  133.     object b6: TSpeedButton
  134.       Tag = 6
  135.       Left = 36
  136.       Top = 20
  137.       Width = 17
  138.       Height = 17
  139.       Cursor = crArrow
  140.       Caption = '6'
  141.       Font.Color = clBlack
  142.       Font.Height = -11
  143.       Font.Name = 'Arial'
  144.       Font.Style = []
  145.       ParentFont = False
  146.       OnClick = b1Click
  147.     end
  148.     object bm: TSpeedButton
  149.       Tag = 14
  150.       Left = 52
  151.       Top = 20
  152.       Width = 17
  153.       Height = 17
  154.       Cursor = crArrow
  155.       Caption = '-'
  156.       Font.Color = clBlack
  157.       Font.Height = -11
  158.       Font.Name = 'Arial'
  159.       Font.Style = []
  160.       ParentFont = False
  161.       OnClick = b1Click
  162.     end
  163.     object bce: TSpeedButton
  164.       Tag = 17
  165.       Left = 68
  166.       Top = 20
  167.       Width = 17
  168.       Height = 17
  169.       Cursor = crArrow
  170.       Caption = 'CA'
  171.       Font.Color = clBlack
  172.       Font.Height = -11
  173.       Font.Name = 'Arial'
  174.       Font.Style = []
  175.       ParentFont = False
  176.       OnClick = b1Click
  177.     end
  178.     object b7: TSpeedButton
  179.       Tag = 7
  180.       Left = 4
  181.       Top = 36
  182.       Width = 17
  183.       Height = 17
  184.       Cursor = crArrow
  185.       Caption = '7'
  186.       Font.Color = clBlack
  187.       Font.Height = -11
  188.       Font.Name = 'Arial'
  189.       Font.Style = []
  190.       ParentFont = False
  191.       OnClick = b1Click
  192.     end
  193.     object b8: TSpeedButton
  194.       Tag = 8
  195.       Left = 20
  196.       Top = 36
  197.       Width = 17
  198.       Height = 17
  199.       Cursor = crArrow
  200.       Caption = '8'
  201.       Font.Color = clBlack
  202.       Font.Height = -11
  203.       Font.Name = 'Arial'
  204.       Font.Style = []
  205.       ParentFont = False
  206.       OnClick = b1Click
  207.     end
  208.     object b9: TSpeedButton
  209.       Tag = 9
  210.       Left = 36
  211.       Top = 36
  212.       Width = 17
  213.       Height = 17
  214.       Cursor = crArrow
  215.       Caption = '9'
  216.       Font.Color = clBlack
  217.       Font.Height = -11
  218.       Font.Name = 'Arial'
  219.       Font.Style = []
  220.       ParentFont = False
  221.       OnClick = b1Click
  222.     end
  223.     object bt: TSpeedButton
  224.       Tag = 13
  225.       Left = 52
  226.       Top = 36
  227.       Width = 17
  228.       Height = 17
  229.       Cursor = crArrow
  230.       Caption = 'x'
  231.       Font.Color = clBlack
  232.       Font.Height = -11
  233.       Font.Name = 'Arial'
  234.       Font.Style = []
  235.       ParentFont = False
  236.       OnClick = b1Click
  237.     end
  238.     object b0: TSpeedButton
  239.       Left = 4
  240.       Top = 52
  241.       Width = 17
  242.       Height = 17
  243.       Cursor = crArrow
  244.       Caption = '0'
  245.       Font.Color = clBlack
  246.       Font.Height = -11
  247.       Font.Name = 'Arial'
  248.       Font.Style = []
  249.       ParentFont = False
  250.       OnClick = b1Click
  251.     end
  252.     object b00: TSpeedButton
  253.       Tag = 10
  254.       Left = 20
  255.       Top = 52
  256.       Width = 17
  257.       Height = 17
  258.       Cursor = crArrow
  259.       Caption = '00'
  260.       Font.Color = clBlack
  261.       Font.Height = -11
  262.       Font.Name = 'Arial'
  263.       Font.Style = []
  264.       ParentFont = False
  265.       OnClick = b1Click
  266.     end
  267.     object bdec: TSpeedButton
  268.       Tag = 11
  269.       Left = 36
  270.       Top = 52
  271.       Width = 17
  272.       Height = 17
  273.       Cursor = crArrow
  274.       Caption = '.'
  275.       Font.Color = clBlack
  276.       Font.Height = -11
  277.       Font.Name = 'Arial'
  278.       Font.Style = []
  279.       ParentFont = False
  280.       OnClick = b1Click
  281.     end
  282.     object bd: TSpeedButton
  283.       Tag = 12
  284.       Left = 52
  285.       Top = 52
  286.       Width = 17
  287.       Height = 17
  288.       Cursor = crArrow
  289.       Caption = '/'
  290.       Font.Color = clBlack
  291.       Font.Height = -11
  292.       Font.Name = 'Arial'
  293.       Font.Style = []
  294.       ParentFont = False
  295.       OnClick = b1Click
  296.     end
  297.     object beq: TSpeedButton
  298.       Tag = 18
  299.       Left = 68
  300.       Top = 36
  301.       Width = 17
  302.       Height = 33
  303.       Cursor = crArrow
  304.       Caption = '='
  305.       Font.Color = clBlack
  306.       Font.Height = -11
  307.       Font.Name = 'Arial'
  308.       Font.Style = []
  309.       ParentFont = False
  310.       OnClick = b1Click
  311.     end
  312.     object bmp: TSpeedButton
  313.       Tag = 19
  314.       Left = 92
  315.       Top = 4
  316.       Width = 25
  317.       Height = 17
  318.       Cursor = crArrow
  319.       Caption = 'M+'
  320.       Font.Color = clBlack
  321.       Font.Height = -11
  322.       Font.Name = 'Arial'
  323.       Font.Style = []
  324.       ParentFont = False
  325.       OnClick = b1Click
  326.     end
  327.     object bmm: TSpeedButton
  328.       Tag = 20
  329.       Left = 92
  330.       Top = 20
  331.       Width = 25
  332.       Height = 17
  333.       Cursor = crArrow
  334.       Caption = 'M-'
  335.       Font.Color = clBlack
  336.       Font.Height = -11
  337.       Font.Name = 'Arial'
  338.       Font.Style = []
  339.       ParentFont = False
  340.       OnClick = b1Click
  341.     end
  342.     object bmr: TSpeedButton
  343.       Tag = 21
  344.       Left = 92
  345.       Top = 36
  346.       Width = 25
  347.       Height = 17
  348.       Cursor = crArrow
  349.       Caption = 'MR'
  350.       Font.Color = clBlack
  351.       Font.Height = -11
  352.       Font.Name = 'Arial'
  353.       Font.Style = []
  354.       ParentFont = False
  355.       OnClick = b1Click
  356.     end
  357.     object bmc: TSpeedButton
  358.       Tag = 22
  359.       Left = 92
  360.       Top = 52
  361.       Width = 25
  362.       Height = 17
  363.       Cursor = crArrow
  364.       Caption = 'MC'
  365.       Font.Color = clBlack
  366.       Font.Height = -11
  367.       Font.Name = 'Arial'
  368.       Font.Style = []
  369.       ParentFont = False
  370.       OnClick = b1Click
  371.     end
  372.   end
  373. end
  374.