界面清晰
源代码在线查看: ab.txt
软件大小: |
681 K |
上传用户: |
wuseyue |
|
|
关键词: |
|
下载地址: |
免注册下载 普通下载
|
|
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