转至繁体中文版     | 网站首页 | 图文教程 | 资源下载 | 站长博客 | 图片素材 | 武汉seo | 武汉网站优化 | 
最新公告:     敏韬网|教学资源学习资料永久免费分享站!  [mintao  2008年9月2日]        
您现在的位置: 学习笔记 >> 图文教程 >> 软件开发 >> VB.NET程序 >> 正文
用vb.net实现类似写字板程序的部分源代码         ★★★★

用vb.net实现类似写字板程序的部分源代码

作者:闵涛 文章来源:闵涛的学习笔记 点击数:6001 更新时间:2009/4/23 19:01:52
    ''''
        ''''MenuItem21
        ''''
        Me.MenuItem21.Index = 7
        Me.MenuItem21.Text = "-"
        ''''
        ''''mFind
        ''''
        Me.mFind.Index = 8
        Me.mFind.Shortcut = System.Windows.Forms.Shortcut.CtrlF
        Me.mFind.Text = "查找(&F)..."
        ''''
        ''''mFindnext
        ''''
        Me.mFindnext.Index = 9
        Me.mFindnext.Shortcut = System.Windows.Forms.Shortcut.F3
        Me.mFindnext.Text = "查找下一个(&N)"
        ''''
        ''''mReplace
        ''''
        Me.mReplace.Index = 10
        Me.mReplace.Shortcut = System.Windows.Forms.Shortcut.CtrlH
        Me.mReplace.Text = "替换(&E)..."
        ''''
        ''''mView
        ''''
        Me.mView.Index = 2
        Me.mView.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.mStatusbar})
        Me.mView.Text = "查看(&V)"
        ''''
        ''''mStatusbar
        ''''
        Me.mStatusbar.Checked = True
        Me.mStatusbar.Index = 0
        Me.mStatusbar.Text = "状态栏(&S)"
        ''''
        ''''mFormat
        ''''
        Me.mFormat.Index = 3
        Me.mFormat.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.mFont, Me.MenuItem2})
        Me.mFormat.Text = "格式(&D)"
        ''''
        ''''mFont
        ''''
        Me.mFont.Index = 0
        Me.mFont.Text = "字体(&F)..."
        ''''
        ''''MenuItem2
        ''''
        Me.MenuItem2.Index = 1
        Me.MenuItem2.Text = "颜色(&C)..."
        ''''
        ''''mHelp
        ''''
        Me.mHelp.Index = 4
        Me.mHelp.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.mHelptopics, Me.MenuItem34, Me.mAbout})
        Me.mHelp.Text = "帮助(&H)"
        ''''
        ''''mHelptopics
        ''''
        Me.mHelptopics.Index = 0
        Me.mHelptopics.Text = "帮助主题(&H)"
        ''''
        ''''MenuItem34
        ''''
        Me.MenuItem34.Index = 1
        Me.MenuItem34.Text = "-"
        ''''
        ''''mAbout
        ''''
        Me.mAbout.Index = 2
        Me.mAbout.Text = "关于本写字板作业(&A)"
        ''''
        ''''SaveFileDialog1
        ''''
        Me.SaveFileDialog1.FileName = "doc1"
        ''''
        ''''ToolBar1
        ''''
        Me.ToolBar1.AllowDrop = True
        Me.ToolBar1.AutoSize = False
        Me.ToolBar1.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.tbbNew, Me.tbbOpen, Me.tbbSave, Me.ToolBarButton1, Me.ToolBarButton2, Me.vbbPrint, Me.tbbPreview, Me.ToolBarButton3, Me.ToolBarButton4, Me.tbbFind, Me.ToolBarButton5, Me.ToolBarButton6, Me.tbbCut, Me.tbbCopy, Me.tbbPaste, Me.tbbUndo})
        Me.ToolBar1.ButtonSize = New System.Drawing.Size(25, 24)
        Me.ToolBar1.DropDownArrows = True
        Me.ToolBar1.ImageList = Me.ImageList1
        Me.ToolBar1.Name = "ToolBar1"
        Me.ToolBar1.ShowToolTips = True
        Me.ToolBar1.Size = New System.Drawing.Size(688, 32)
        Me.ToolBar1.TabIndex = 0
        ''''
        ''''tbbNew
        ''''
        Me.tbbNew.ImageIndex = 5
        Me.tbbNew.ToolTipText = "新建"
        ''''
        ''''tbbOpen
        ''''
        Me.tbbOpen.ImageIndex = 6
        Me.tbbOpen.ToolTipText = "打开"
        ''''
        ''''tbbSave
        ''''
        Me.tbbSave.ImageIndex = 10
        Me.tbbSave.ToolTipText = "保存"
        ''''
        ''''ToolBarButton1
        ''''
        Me.ToolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator
        ''''
        ''''ToolBarButton2
        ''''
        Me.ToolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator
        ''''
        ''''vbbPrint
        ''''
        Me.vbbPrint.ImageIndex = 9
        Me.vbbPrint.ToolTipText = "打印"
        ''''
        ''''tbbPreview
        ''''
        Me.tbbPreview.ImageIndex = 8
        Me.tbbPreview.ToolTipText = "打印预览"
        ''''
        ''''ToolBarButton3
        ''''
        Me.ToolBarButton3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator
        ''''
        ''''ToolBarButton4
        ''''
        Me.ToolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator
        ''''
        ''''tbbFind
        ''''
        Me.tbbFind.ImageIndex = 12
        Me.tbbFind.ToolTipText = "查找"
        ''''
        ''''ToolBarButton5
        ''''
        Me.ToolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator
        ''''
        ''''ToolBarButton6
        ''''
        Me.ToolBarButton6.Style = System.Windows.Forms.ToolBarButtonStyle.Separator
        ''''
        ''''tbbCut
    

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]  下一页


没有相关教程
教程录入:mintao    责任编辑:mintao 
  • 上一篇教程:

  • 下一篇教程:
  • 【字体: 】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
      注:本站部分文章源于互联网,版权归原作者所有!如有侵权,请原作者与本站联系,本站将立即删除! 本站文章除特别注明外均可转载,但需注明出处! [MinTao学以致用网]
      网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)

    同类栏目
    · C语言系列  · VB.NET程序
    · JAVA开发  · Delphi程序
    · 脚本语言
    更多内容
    热门推荐 更多内容
  • 没有教程
  • 赞助链接
    更多内容
    闵涛博文 更多关于武汉SEO的内容
    500 - 内部服务器错误。

    500 - 内部服务器错误。

    您查找的资源存在问题,因而无法显示。

    | 设为首页 |加入收藏 | 联系站长 | 友情链接 | 版权申明 | 广告服务
    MinTao学以致用网

    Copyright @ 2007-2012 敏韬网(敏而好学,文韬武略--MinTao.Net)(学习笔记) Inc All Rights Reserved.
    闵涛 投放广告、内容合作请Q我! E_mail:admin@mintao.net(欢迎提供学习资源)

    站长:MinTao ICP备案号:鄂ICP备11006601号-18

    闵涛站盟:医药大全-武穴网A打造BCD……
    咸宁网络警察报警平台