home *** CD-ROM | disk | FTP | other *** search
- !***********************************************************
- !Copyright 1990 by Digital Equipment Corporation, Maynard, Massachusetts.
- !
- ! All Rights Reserved
- !
- !Permission to use, copy, modify, and distribute these examples for any
- !purpose and without fee is hereby granted, provided that the above
- !copyright notice appear in all copies and that both that copyright
- !notice and this permission notice appear in supporting documentation,
- !and that the name of Digital not be used in advertising or publicity
- !pertaining to distribution of the software without specific, written
- !prior permission.
- !
- !DIGITAL AND THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
- !SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
- !FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT
- !OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
- !OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- !OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
- !OR PERFORMANCE OF THIS SOFTWARE.
- !
- !******************************************************************
-
- *input : TRUE
- *main.translations : <Btn2Down> : RepositionMenu() MenuPopup(menuShell)
-
- *display.x : 10
- *display.y : 10
- *display.width : 130
- *display.justify : Right
- *display.translations : #replace
-
- *Pushbutton.width : 25
- *Pushbutton.justify : Center
-
- *button0.x : 45
- *button0.y : 150
- *button0.label :0
- *button0.accelerators : :<Key>0 : notify()
-
- *button1.x : 10
- *button1.y : 115
- *button1.label :1
- *button1.accelerators : :<Key>1 : notify()
-
- *button2.x : 45
- *button2.y : 115
- *button2.label :2
- *button2.accelerators : :<Key>2 : notify()
-
- *button3.x : 80
- *button3.y : 115
- *button3.label :3
- *button3.accelerators : :<Key>3 : notify()
-
- *button4.x : 10
- *button4.y : 80
- *button4.label :4
- *button4.accelerators : :<Key>4 : notify()
-
- *button5.x : 45
- *button5.y : 80
- *button5.label :5
- *button5.accelerators : :<Key>5 : notify()
-
- *button6.x : 80
- *button6.y : 80
- *button6.label :6
- *button6.accelerators : :<Key>6 : notify()
-
- *button7.x : 10
- *button7.y : 45
- *button7.label :7
- *button7.accelerators : :<Key>7 : notify()
-
- *button8.x : 45
- *button8.y : 45
- *button8.label :8
- *button8.accelerators : :<Key>8 : notify()
-
- *button9.x : 80
- *button9.y : 45
- *button9.label :9
- *button9.accelerators : :<Key>9 : notify()
-
- *decimal.x : 80
- *decimal.y : 150
- *decimal.label :.
- *decimal.accelerators : :<Key>. : notify()
-
- *plus.x : 115
- *plus.y : 45
- *plus.label :+
- *plus.accelerators : :<Key>+ : notify()
-
- *minus.x : 115
- *minus.y : 80
- *minus.label :-
- *minus.accelerators : :<Key>- : notify()
-
- *times.x : 115
- *times.y : 115
- *times.label :*
- *times.accelerators : :<Key>* : notify()
-
- *divide.x : 115
- *divide.y : 150
- *divide.label :/
- *divide.accelerators : :<Key>/ : notify()
-
- *equals.x : 115
- *equals.y : 185
- *equals.label :=
- *equals.accelerators : :<Key>= : notify()
-
- *clearEntry.x : 10
- *clearEntry.y : 150
- *clearEntry.label :CE
- *clearEntry.accelerators : :<Key>c : notify()
-
- *clear.x : 10
- *clear.y : 185
- *clear.label :C
- *clear.accelerators : :<Key>C : notify()
-
- *select.label :Select
- *select.accelerators : <Key>S : notify()
-
- *paste.label :Paste
- *paste.accelerators : <Key>P : notify()
-
- *quit.label :Quit
- *quit.accelerators : <Key>Q : notify()
-