home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / Bluette / Examples / Calculator.jfm < prev    next >
Text File  |  1996-08-24  |  4KB  |  257 lines

  1. Calculator : TFrame
  2.   Background = lightGray
  3.   Caption = Calculator
  4.   FontName = Dialog
  5.   FontSize = 12
  6.   FontStyle = [BOLD]
  7.   Foreground = black
  8.   FrameId = 201
  9.   Height = 244
  10.   Left = 191
  11.   Tag = 1111
  12.   Top = 108
  13.   Width = 201
  14.   OnWindowDestroy = Calculator_WindowDestroy
  15.  
  16. display : TTextField
  17.   Background = lightGray
  18.   FontName = Dialog
  19.   FontSize = 12
  20.   FontStyle = [BOLD]
  21.   Foreground = black
  22.   Height = 24
  23.   Left = 8
  24.   Parent = Calculator
  25.   PasswdChar = 0
  26.   Tag = 11
  27.   Text = 0
  28.   Top = 4
  29.   Width = 179
  30.  
  31. Panel1 : TPanel
  32.   Background = lightGray
  33.   FontName = Dialog
  34.   FontSize = 12
  35.   FontStyle = [BOLD]
  36.   Foreground = black
  37.   Height = 177
  38.   Left = 7
  39.   Parent = Calculator
  40.   Tag = 11
  41.   Top = 34
  42.   Width = 179
  43.  
  44. Button1 : TButton
  45.   Caption = 1
  46.   FontName = Dialog
  47.   FontSize = 12
  48.   FontStyle = [BOLD]
  49.   Height = 40
  50.   Left = 9
  51.   Parent = Panel1
  52.   Tag = 11
  53.   Top = 8
  54.   Width = 40
  55.   OnAction = Button1_Action
  56.  
  57. Button2 : TButton
  58.   Caption = 2
  59.   FontName = Dialog
  60.   FontSize = 12
  61.   FontStyle = [BOLD]
  62.   Height = 40
  63.   Left = 49
  64.   Parent = Panel1
  65.   Tag = 11
  66.   Top = 8
  67.   Width = 40
  68.   OnAction = Button1_Action
  69.  
  70. Button3 : TButton
  71.   Caption = 3
  72.   FontName = Dialog
  73.   FontSize = 12
  74.   FontStyle = [BOLD]
  75.   Height = 40
  76.   Left = 89
  77.   Parent = Panel1
  78.   Tag = 11
  79.   Top = 8
  80.   Width = 40
  81.   OnAction = Button1_Action
  82.  
  83. Button4 : TButton
  84.   Caption = 4
  85.   FontName = Dialog
  86.   FontSize = 12
  87.   FontStyle = [BOLD]
  88.   Height = 40
  89.   Left = 129
  90.   Parent = Panel1
  91.   Tag = 11
  92.   Top = 8
  93.   Width = 40
  94.   OnAction = Button1_Action
  95.  
  96. Button5 : TButton
  97.   Caption = 5
  98.   FontName = Dialog
  99.   FontSize = 12
  100.   FontStyle = [BOLD]
  101.   Height = 40
  102.   Left = 9
  103.   Parent = Panel1
  104.   Tag = 11
  105.   Top = 48
  106.   Width = 40
  107.   OnAction = Button1_Action
  108.  
  109. Button6 : TButton
  110.   Caption = 6
  111.   FontName = Dialog
  112.   FontSize = 12
  113.   FontStyle = [BOLD]
  114.   Height = 40
  115.   Left = 49
  116.   Parent = Panel1
  117.   Tag = 11
  118.   Top = 48
  119.   Width = 40
  120.   OnAction = Button1_Action
  121.  
  122. Button7 : TButton
  123.   Caption = 7
  124.   FontName = Dialog
  125.   FontSize = 12
  126.   FontStyle = [BOLD]
  127.   Height = 40
  128.   Left = 89
  129.   Parent = Panel1
  130.   Tag = 11
  131.   Top = 48
  132.   Width = 40
  133.   OnAction = Button1_Action
  134.  
  135. Button8 : TButton
  136.   Caption = 8
  137.   FontName = Dialog
  138.   FontSize = 12
  139.   FontStyle = [BOLD]
  140.   Height = 40
  141.   Left = 129
  142.   Parent = Panel1
  143.   Tag = 11
  144.   Top = 48
  145.   Width = 40
  146.   OnAction = Button1_Action
  147.  
  148. Button9 : TButton
  149.   Caption = 9
  150.   FontName = Dialog
  151.   FontSize = 12
  152.   FontStyle = [BOLD]
  153.   Height = 40
  154.   Left = 9
  155.   Parent = Panel1
  156.   Tag = 11
  157.   Top = 88
  158.   Width = 40
  159.   OnAction = Button1_Action
  160.  
  161. Button10 : TButton
  162.   Caption = 0
  163.   FontName = Dialog
  164.   FontSize = 12
  165.   FontStyle = [BOLD]
  166.   Height = 40
  167.   Left = 49
  168.   Parent = Panel1
  169.   Tag = 11
  170.   Top = 88
  171.   Width = 40
  172.   OnAction = Button1_Action
  173.  
  174. Button11 : TButton
  175.   Caption = .
  176.   FontName = Dialog
  177.   FontSize = 12
  178.   FontStyle = [BOLD]
  179.   Height = 40
  180.   Left = 89
  181.   Parent = Panel1
  182.   Tag = 11
  183.   Top = 88
  184.   Width = 40
  185.   OnAction = Button1_Action
  186.  
  187. Button12 : TButton
  188.   Caption = =
  189.   FontName = Dialog
  190.   FontSize = 12
  191.   FontStyle = [BOLD]
  192.   Height = 40
  193.   Left = 129
  194.   Parent = Panel1
  195.   Tag = 11
  196.   Top = 88
  197.   Width = 40
  198.   OnAction = Button13_Action
  199.  
  200. Button13 : TButton
  201.   Caption = +
  202.   FontName = Dialog
  203.   FontSize = 12
  204.   FontStyle = [BOLD]
  205.   Height = 40
  206.   Left = 9
  207.   Parent = Panel1
  208.   Tag = 11
  209.   Top = 128
  210.   Width = 40
  211.   OnAction = Button13_Action
  212.  
  213. Button14 : TButton
  214.   Caption = -
  215.   FontName = Dialog
  216.   FontSize = 12
  217.   FontStyle = [BOLD]
  218.   Height = 40
  219.   Left = 49
  220.   Parent = Panel1
  221.   Tag = 11
  222.   Top = 128
  223.   Width = 40
  224.   OnAction = Button14_Action
  225.  
  226. Button15 : TButton
  227.   Caption = *
  228.   FontName = Dialog
  229.   FontSize = 12
  230.   FontStyle = [BOLD]
  231.   Height = 40
  232.   Left = 89
  233.   Parent = Panel1
  234.   Tag = 11
  235.   Top = 128
  236.   Width = 40
  237.   OnAction = Button13_Action
  238.  
  239. Button16 : TButton
  240.   Caption = /
  241.   FontName = Dialog
  242.   FontSize = 12
  243.   FontStyle = [BOLD]
  244.   Height = 40
  245.   Left = 129
  246.   Parent = Panel1
  247.   Tag = 11
  248.   Top = 128
  249.   Width = 40
  250.   OnAction = Button13_Action
  251.  
  252. MMB : TBBTN
  253.   Left = 10
  254.   Top = 230
  255.   Visible = False
  256.  
  257.