电子文档交易市场
安卓APP | ios版本
电子文档交易市场
安卓APP | ios版本

10年12月计算机二级vb设计题

20页
  • 卖家[上传人]:jiups****uk12
  • 文档编号:88916662
  • 上传时间:2019-05-13
  • 文档格式:DOC
  • 文档大小:3.06MB
  • / 20 举报 版权申诉 马上下载
  • 文本预览
  • 下载提示
  • 常见问题
    • 1、10年12月25日设计题0123属性窗口:Form1.Caption交通工具List1.Left200List1.Top120List1.List飞机轮船汽车火车List1.Style1-Checkbox0124属性窗口:Label1.Caption文本编辑器Label1.Font隶书、斜体、小四号Label1.AutoSizeTrueText1.MultiLineTrueText1.ScrollBars2-VerticalText1.Text欢迎使用Visual Basic 6.0Text1.Font楷体_GB2312、小四号Text1.Alignment2-Center0125属性窗口:Frame1.Caption业余爱好Check1.Caption体育Check2.Caption音乐Check3.Caption美术Check1.Value1-CheckedCheck2.Value0-UncheckedCheck3.Value2-Grayed0126属性窗口:Form1.Caption文本显示Label1.Cation密码形式Label2.Cation锁定长度Text1.TextT

      2、ext2.Text空Label1.FontLabel2.FontText1.FontText2.Font小四号Text1.PasswordChar&Text2.MaxLength60127属性窗口:Form1.Caption文本框设计Text1.Font楷体_GB2312、小四号Text1.MultiLineTrueText1.Text实践是检验真理的唯一标准0223属性窗口:Image1.BorderStyle1-Fixed SingleImage1.StretchTrueCommand1.Caption显示Command2.Caption隐藏Private Sub Command1_Click() Image1.Visible = True Image1.Picture = LoadPicture(k:Fjexam95xrk.JPG)End SubPrivate Sub Command2_Click() Image1.Visible = FalseEnd Sub0224属性窗口:Picture1.AutoSizeTrueCommand1.Caption图像Command2.Capt

      3、ion文字Private Sub Command1_Click() Picture1.Cls Picture1.Picture =LoadPicture(k:Fjexam95Zebra.bmp)End SubPrivate Sub Command2_Click() Picture1.Picture = LoadPicture() Picture1.Print 斑马End Sub0225属性窗口:Text1.MultiLineTrue菜单编辑器:标题名称唐诗Ts静夜思 (注:内缩一层)Jys春夜喜雨 (注:内缩一层)Cyxy清除QcPrivate Sub Jys_Click() Text1.Text = 床前明月光, & vbCrLf & 疑是地上霜。 & vbCrLf & 举头望明月, & vbCrLf & 低头思故乡。End SubPrivate Sub Cyxy_Click() Text1.Text = 好雨知时节, & vbCrLf & 当春乃发生。 & vbCrLf & 随风潜入夜, & vbCrLf & 润物细无声。End SubPrivate Sub Qc_Click()

      4、Text1.Text = End Sub0226属性窗口:Text1.Font宋体、小四号Text1.Alignment2-CenterOption1.Caption本科生Option2.Caption研究生Private Sub Option1_Click() Text1.Text = 我是本科生End SubPrivate Sub Option2_Click() Text1.Text = 我是研究生End Sub0227属性窗口:Form1.Caption运行控制Command1.Caption运行Command2.Caption停止Private Sub Command1_Click() Command1.Caption = 继续运行End SubPrivate Sub Command2_Click() Command2.Enabled = FalseEnd Sub0323属性窗口:Label1.Caption选修课目录:Label2.Caption已选课程:List1.List古诗欣赏动态网站设计Flash设计西洋美术史非线性编辑Command1.Caption选择Comman

      5、d2.Caption清除Private Sub Command1_Click() List2.AddItem List1.TextEnd SubPrivate Sub Command2_Click() List2.RemoveItem List2.ListIndexEnd Sub0324属性窗口:Form1.Caption动画电子钟表Timer1.EnabledTrueTimer1.Interval1000Label1.Alignment2-CenterLabel1.Caption北京时间Label1.Font隶书、四号、粗体Label2.Left600Private Sub Timer1_Timer() If Label2.Left = 1199 Then Label2.Caption = Time() Label2.Left = Label2.Left + 100 Else Label2.Enabled = False End IfEnd Sub0325属性窗口:Form1.Caption画图示例Picture1.Width1800Picture1.Height1200Comman

      6、d1.Caption矩形1Command2.Caption矩形2Private Sub Command1_Click() Picture1.Cls Picture1.Line (600, 400)-(1200, 800), , BEnd SubPrivate Sub Command2_Click() Picture1.Cls Picture1.Line (600, 400)-(1200, 800), , BFEnd Sub0326属性窗口:Label1.AutoSizeTrueLabel1.CaptionVB集成开发环境Combo1.List宋体楷体_GB2312Combo2.List1216Private Sub Combo1_Click() Label1.FontName = Combo1.TextEnd SubPrivate Sub Combo2_Click() Label1.FontSize = Combo2.TextEnd Sub0327属性窗口:Combo1.Style1-Simple ComboCommand1.Caption选购Command2.Caption删除Com

      7、bo1.List计算机电视机影碟机移动电话Private Sub Command1_Click() Combo1.AddItem Combo1.TextEnd SubPrivate Sub Command2_Click() Combo1.RemoveItem Combo1.ListIndexEnd Sub09年12月26日设计题0113属性窗口:Form1.Caption设置滚动条HS1.NameHS1HS1.Min0HS1.Max100HS1.SmallChange2HS1.LargeChange50114属性窗口:Picture1.BorderStyle1-Fixed SinglePicture1.Height1095Picture1.Width1095Image1.BorderStyle1-Fixed SingleImage1.Height1095Image1.Width1095Picture1.AutoSizeFalsePicture1. Picture选择“k:fjexam95RAVMON.jpg”Image1.StretchTrueImage1.Picture选择“k:fj

      8、exam95RAVMON.jpg”0115属性窗口:Check1.Style1-GraphicalCheck2.Style1-GraphicalCheck1.HeightCheck2.Height400Check1.WidthCheck2.Width2000Check1.EnabledTrueCheck2.EnabledFalse0117属性窗口:MyList.NameMyListMyList.Left700MyList.Top100MyList.MultiSelect1-SimpleMyList.List篮球唱歌旅游阅读0213属性窗口:Form1.Caption数值运算Text1.AlignmentText2.Alignment2-CenterText1.TextText2.Text空Command1.Caption求立方根Private Sub Command1_Click()Text2.Text = Val(Text1.Text) (1 / 3)End Sub0214属性窗口:Form1.Caption文字演示Label1.BorderStyle1-Fixed SingleLabel1.Font粗体,小四号Label1.Alignment2-CenterLabel1.Caption生于忧患,死于安乐。Option1.Caption楷体Option2.Caption华文新魏Private Sub Option1_Click() Label1.FontName = 楷体_GB2312End SubPrivate

      《10年12月计算机二级vb设计题》由会员jiups****uk12分享,可在线阅读,更多相关《10年12月计算机二级vb设计题》请在金锄头文库上搜索。

      点击阅读更多内容
    最新标签
    信息化课堂中的合作学习结业作业七年级语文 发车时刻表 长途客运 入党志愿书填写模板精品 庆祝建党101周年多体裁诗歌朗诵素材汇编10篇唯一微庆祝 智能家居系统本科论文 心得感悟 雁楠中学 20230513224122 2022 公安主题党日 部编版四年级第三单元综合性学习课件 机关事务中心2022年全面依法治区工作总结及来年工作安排 入党积极分子自我推荐 世界水日ppt 关于构建更高水平的全民健身公共服务体系的意见 空气单元分析 哈里德课件 2022年乡村振兴驻村工作计划 空气教材分析 五年级下册科学教材分析 退役军人事务局季度工作总结 集装箱房合同 2021年财务报表 2022年继续教育公需课 2022年公需课 2022年日历每月一张 名词性从句在写作中的应用 局域网技术与局域网组建 施工网格 薪资体系 运维实施方案 硫酸安全技术 柔韧训练 既有居住建筑节能改造技术规程 建筑工地疫情防控 大型工程技术风险 磷酸二氢钾 2022年小学三年级语文下册教学总结例文 少儿美术-小花 2022年环保倡议书模板六篇 2022年监理辞职报告精选 2022年畅想未来记叙文精品 企业信息化建设与管理课程实验指导书范本 草房子读后感-第1篇 小数乘整数教学PPT课件人教版五年级数学上册 2022年教师个人工作计划范本-工作计划 国学小名士经典诵读电视大赛观后感诵读经典传承美德 医疗质量管理制度 2 2022年小学体育教师学期工作总结
     
    收藏店铺
    关于金锄头网 - 版权申诉 - 免责声明 - 诚邀英才 - 联系我们
    手机版 | 川公网安备 51140202000112号 | 经营许可证(蜀ICP备13022795号)
    ©2008-2016 by Sichuan Goldhoe Inc. All Rights Reserved.