程序设计基础—VB6.0下的计算器设计(5页).doc
《程序设计基础—VB6.0下的计算器设计(5页).doc》由会员分享,可在线阅读,更多相关《程序设计基础—VB6.0下的计算器设计(5页).doc(5页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、-程序设计基础VB6.0下的计算器设计-第 5 页VB计算器设计图文教程界面设计代码设计测试运行保存文件界面设计:一、 启动VB,新建一个“标准EXE”工程,将“Form1”的“Caption属性”改为“我的计算器”,“Height属性”改为6100,“Width属性”改为7100。二、 添加一个“Frame”,“Caption属性”改为“数字区”,Height为3615,Width为2655。添加一个“Frame”,“Caption属性”改为“功能区”,Height为1815,Width为3135。三、 添加一个“TextBox”,“名称”改为t4,“Text属性”改为空白,Height为6
2、255,Width为615。用同样的方法,添加一个“TextBox”,“名称”改为t1,“Text属性”改为空白,Height为975,Width为495。添加一个“TextBox”,“名称”改为t2,“Text属性”改为空白,Height为495,Width为495。添加一个“TextBox”,“名称”改为t3,“Text属性”改为空白,Height为975,Width为495。摆放位置如图所示:t4t2t3t1四、 添加一个“CommandButton”,“名称”改为cmd0,“Caption属性”改为0,Height和Width都为495。摆放位置如图所示:按照同样的方法,在数字区添加其
3、他的CommandButton,并根据下表更改CommandButton的名称、Caption属性,Height和Width。类型名称Caption属性Height高度Width宽度CommandButtonCmd00495495CommandButtonCmd小数点.495495CommandButton正负+/-495495CommandButtonCmd11495495CommandButtonCmd22495495CommandButtonCmd33495495CommandButtonCmd44495495CommandButtonCmd55495495CommandButtonCm
4、d66495495CommandButtonCmd77495495CommandButtonCmd88495495CommandButtonCmd99495495注意:可以用复制-粘贴的方法,但是在询问“是否创建一个控件数组?”时,请选择“否”!最后,数字区的效果如下图所示:五、 添加一个“CommandButton”,“名称”改为加,“Caption属性”改为+,Height和Width都为495。摆放位置如图所示:按照同样的方法,在功能区添加其他的CommandButton,并根据下表更改CommandButton的名称、Caption属性,Height和Width。类型名称Caption
5、属性Height高度Width宽度CommandButton加+495495CommandButton减-495495CommandButton乘*495495CommandButton除/495495CommandButton计算计算4951215CommandButton清空清空4951215注意:可以用复制-粘贴的方法,但是在询问“是否创建一个控件数组?”时,请选择“否”!最后,功能区的效果如下图所示:六、 最后,添加一个“CommandButton”,“名称”改为退出,“Caption属性”改为退出,Height为495,Width都为,1215。摆放位置如图所示:代码设计:一、为数字
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 程序设计 基础 VB6 计算器 设计
限制150内