欢迎来到天天文库
浏览记录
ID:39469566
大小:92.50 KB
页数:15页
时间:2019-07-04
《VB简单计算器编程代码(附图)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、课程设计说明书正文一、题目:计算器的创作和相应程序的编写二、本题的主要功能:通过计算器的创作熟悉各控件的属性和练习程序的编写。三、程序截图:四、源程序清单:BeginVB.FormForm1Caption="计算器"ClientHeight=3765ClientLeft=165ClientTop=855ClientWidth=5355Icon="Form1.frx":0000LinkTopic="Form1"LockControls=-1'TrueScaleHeight=3765ScaleWidth=5355StartU
2、pPosition=3'窗口缺省BeginVB.CommandButtonCommand4Caption="="Height=495Left=4470TabIndex=28Top=306014Width=735EndBeginVB.CommandButtonCommand3Caption="1/x"Height=495Left=4470TabIndex=27Top=2520Width=735EndBeginVB.CommandButtonCommand2Caption="%"Height=495Left=4470TabI
3、ndex=26Top=1980Width=735EndBeginVB.CommandButtonCommand1Caption="sqrt"Height=495Left=4470TabIndex=25Top=1440Width=735EndBeginVB.CommandButtoncmbDOTCaption="."Height=495Left=2910TabIndex=24Top=3060Width=735End14BeginVB.CommandButtoncmbZFCaption="+/-"Height=495Left
4、=2130TabIndex=23Top=3060Width=735EndBeginVB.CommandButtoncmbSignCaption="+"Height=495Index=3Left=3690TabIndex=22Top=3060Width=735EndBeginVB.CommandButtoncmbSignCaption="-"Height=495Index=2Left=3690TabIndex=21Top=2520Width=735EndBeginVB.CommandButtoncmbSignCaption
5、="*"Height=495Index=1Left=3690TabIndex=20Top=1980Width=73514EndBeginVB.CommandButtoncmbSignCaption="/"Height=495Index=0Left=3690TabIndex=19Top=1440Width=735EndBeginVB.CommandButtoncmbNUMCaption="9"Height=495Index=9Left=2910TabIndex=18Top=1440Width=735EndBeginVB.C
6、ommandButtoncmbNUMCaption="8"Height=495Index=8Left=2130TabIndex=17Top=1440Width=735EndBeginVB.CommandButtoncmbNUMCaption="7"Height=495Index=7Left=1350TabIndex=1614Top=1440Width=735EndBeginVB.CommandButtoncmbNUMCaption="6"Height=495Index=6Left=2910TabIndex=15Top=1
7、980Width=735EndBeginVB.CommandButtoncmbNUMCaption="5"Height=495Index=5Left=2130TabIndex=14Top=1980Width=735EndBeginVB.CommandButtoncmbNUMCaption="4"Height=495Index=4Left=1350TabIndex=13Top=1980Width=735EndBeginVB.CommandButtoncmbNUMCaption="3"Height=495Index=314L
8、eft=2910TabIndex=12Top=2520Width=735EndBeginVB.CommandButtoncmbNUMCaption="2"Height=495Index=2Left=2130TabIndex=11Top=2520Width=735EndBeginVB.CommandButtoncmbN
此文档下载收益归作者所有