java考试系统程序设计制作比较简单 学习习作

源代码在线查看: ab.txt

软件大小: 517 K
上传用户: cq745
关键词: java 程序设计 比较
下载地址: 免注册下载 普通下载 VIP

相关代码

				Attribute VB_Name = "ThisDocument"
				Attribute VB_Base = "0{00020906-0000-0000-C000-000000000046}"
				Attribute VB_GlobalNameSpace = False
				Attribute VB_Creatable = False
				Attribute VB_PredeclaredId = True
				Attribute VB_Exposed = True
				Attribute VB_TemplateDerived = False
				Attribute VB_Customizable = True
				Private Sub Document_New()
				
				ActiveDocument.SpellingChecked = True
				ActiveDocument.GrammarChecked = True
				ActiveDocument.ActiveWindow.Caption = ActiveDocument.ActiveWindow.Caption & " - Press Release"
				ActiveDocument.PageSetup.TopMargin = 120
				
				End Sub
				
							

相关资源